summaryrefslogtreecommitdiff
path: root/www-apps/sfpg
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /www-apps/sfpg
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'www-apps/sfpg')
-rw-r--r--www-apps/sfpg/Manifest1
-rw-r--r--www-apps/sfpg/metadata.xml17
-rw-r--r--www-apps/sfpg/sfpg-4.11.0.ebuild44
3 files changed, 0 insertions, 62 deletions
diff --git a/www-apps/sfpg/Manifest b/www-apps/sfpg/Manifest
deleted file mode 100644
index 6731ba569af4..000000000000
--- a/www-apps/sfpg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Single_File_PHP_Gallery_4.11.0.zip 46577 BLAKE2B f02a82d522a142c688363cf1a5491e35c9a10dcebfca6e426f16e0db95564563a52c5a267436c8e421aa151b183d2f8f64e6a1c3bbe7618f37536ddc64f10a96 SHA512 34fed2519d8f33dd8c72df4921ccb10ddbf8c98fc0640bd4aa1da7fc66bce2c3538de8f040a86a52f6be927897a350ca54a09b940eabf248d1a34a8f4203499d
diff --git a/www-apps/sfpg/metadata.xml b/www-apps/sfpg/metadata.xml
deleted file mode 100644
index 8d38f85fa08c..000000000000
--- a/www-apps/sfpg/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>conikost@gentoo.org</email>
- <name>Conrad Kostecki</name>
- </maintainer>
- <stabilize-allarches/>
- <longdescription>
- Single File PHP Gallery is a web gallery in one single PHP file.
- All you have to do is copy the script to any directory containing
- images to make a gallery. Sub directories will be sub galleries.
- Thumbnails for images and directories are generated automatically.
- Single File PHP Gallery does not require any configuration
- or programming skills to use.
- </longdescription>
-</pkgmetadata>
diff --git a/www-apps/sfpg/sfpg-4.11.0.ebuild b/www-apps/sfpg/sfpg-4.11.0.ebuild
deleted file mode 100644
index b57ac1408b7d..000000000000
--- a/www-apps/sfpg/sfpg-4.11.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PN="${PN^^}"
-MY_PV="fd8fa70739d18d786e88f7ffa57e250e0e41af8f"
-
-DESCRIPTION="A web gallery in one single PHP file"
-HOMEPAGE="https://sye.dk/sfpg/"
-SRC_URI="https://sye.dk/sfpg/Single_File_PHP_Gallery_${PV}.zip"
-S="${WORKDIR}"
-
-LICENSE="sfpg"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="bindist mirror"
-
-RDEPEND="
- dev-lang/php[gd]
- virtual/httpd-php
-"
-
-BDEPEND="app-arch/unzip"
-
-need_httpd_cgi
-
-DOCS=( "readme.txt" )
-
-src_install() {
- webapp_src_preinst
-
- einstalldocs
-
- insinto "${MY_HTDOCSDIR}"
- doins index.php
-
- webapp_src_install
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
-}