diff options
Diffstat (limited to 'www-apps/mypictures')
-rw-r--r-- | www-apps/mypictures/Manifest | 6 | ||||
-rw-r--r-- | www-apps/mypictures/files/mypictures.diff | 14 | ||||
-rw-r--r-- | www-apps/mypictures/files/postinstall-en.txt | 4 | ||||
-rw-r--r-- | www-apps/mypictures/metadata.xml | 8 | ||||
-rw-r--r-- | www-apps/mypictures/mypictures-20040202-r1.ebuild | 41 | ||||
-rw-r--r-- | www-apps/mypictures/mypictures-20040202.ebuild | 47 |
6 files changed, 0 insertions, 120 deletions
diff --git a/www-apps/mypictures/Manifest b/www-apps/mypictures/Manifest deleted file mode 100644 index ae06d1bdcfaa..000000000000 --- a/www-apps/mypictures/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX mypictures.diff 482 BLAKE2B dce2d677fda0746f820f5a9dfee61afcd174168bf6c50ff685b734e2018eb069d48870e0105282b79f071d721acf3fe40426911f130b12bf00dd3c6651dcd64a SHA512 5db22a96deda3d0114a21a95c4cad8840b153742ac4a590e03af4af9d8b0fd4a6ec3482af1f06abfe82e4343839ac6e9ea9307af97131b55023b3e04c46fae8e -AUX postinstall-en.txt 124 BLAKE2B 35f808252b0457c34175e1b1952cbcd774e36e7243b7e1a3b556c96c2765a50f6a2bf8455ab3cf014700b15e73c6d4bb4f706483a7b814d30ee5146315eb62ec SHA512 fe159224fd872037e3c1ce8cdb86595a427908332c1f0a4938d0639e28cfdaa86de2c606fd95ff23e823bb8f8b569e57bd04102d2c1c72834d4bb3816bb52fb2 -DIST mypictures.tgz 43783 BLAKE2B a4a89e8b9bcad2884a3140635b4078e7ccaafbd7b61587f21b90fb40558f27f4fe86854ae1aee32bbf7b1f457a9ed3ac054690b8e9354edf2aff0636f5ac73a0 SHA512 aebe637ca4ecbcd41b8aedb1afacaf7e58a2984660b2ee125e96a846c674d36ccab1f27cc8f6b5edc5f1166e982e77a51fc4ead33baffb0f7e08928e1366d1f0 -EBUILD mypictures-20040202-r1.ebuild 912 BLAKE2B d13afd25756fb0d2fa8a18963c788094c7c452b6c1261e9977901fb525e6993876bfa5f3e2c05ddef51061cf1c03700f9122ca20fecb62ca8aa1be69ae7eff2b SHA512 8aa8a6f1b1d89cc61400f766a744f1c200077f6d934c42f91e12f45143081c653a523528268ecc14da3fba2279047f9a768492e9509edd8d10f294796ee549fd -EBUILD mypictures-20040202.ebuild 974 BLAKE2B 67058dd125c8bea3c3b2bb2ce037a1cf2b993284a9694df94107f36dd58a095d78f223ad65928f4cd059882a6aed1aedf0abf489b158cd90d98d1d6933084c9f SHA512 63697c9297695274e944b06faf6a6df85d60274bedf703e1b545f94ffd02f19fe2ef4627d3aaea9c4ad153f63a1d42685092cdb3d2716e413826890ee94d4de2 -MISC metadata.xml 246 BLAKE2B 6bdcea4d16a06756a1ab24fb076af6d88134c134f9239e658b7e5facb8cf6ed2f30d98938fd92bc8a3690e54273fd7f72420ccab04e7a6f7319e257a9f9ed618 SHA512 1181711d3b020b2ca7beae0a539a9b7f1abe70962cd8561900e5f06e14c9c871c61ca6088fb674de19ef3b844a1b3c29cf0f84f638b2d0cb7c030f60cd1d42ed diff --git a/www-apps/mypictures/files/mypictures.diff b/www-apps/mypictures/files/mypictures.diff deleted file mode 100644 index 88c4048ab669..000000000000 --- a/www-apps/mypictures/files/mypictures.diff +++ /dev/null @@ -1,14 +0,0 @@ -diff -u --recursive mypictures.orig/index.php mypictures/index.php ---- mypictures.orig/index.php 2004-05-03 01:45:58.523174520 +0100 -+++ mypictures/index.php 2004-05-03 01:47:16.713287816 +0100 -@@ -471,8 +471,8 @@ - } - - $cmd = $config['convert']; -- $cmd .= ' -geometry 120x120 '; -- $cmd .= '"'.$img.'" "'.$thumb.'"'; -+ $cmd .= ' -size 120x120 '; -+ $cmd .= '"'.$img.'" -resize 120x120 +profile "*" "'.$thumb.'"'; - system($cmd); - - header("Content-type: image/png"); diff --git a/www-apps/mypictures/files/postinstall-en.txt b/www-apps/mypictures/files/postinstall-en.txt deleted file mode 100644 index 378d4b34b2f8..000000000000 --- a/www-apps/mypictures/files/postinstall-en.txt +++ /dev/null @@ -1,4 +0,0 @@ -From the author: - -Please note that MyPictures is intended for personal use only and should never -be run on a public server. diff --git a/www-apps/mypictures/metadata.xml b/www-apps/mypictures/metadata.xml deleted file mode 100644 index f2f2ba9e2823..000000000000 --- a/www-apps/mypictures/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> -</maintainer> -</pkgmetadata> diff --git a/www-apps/mypictures/mypictures-20040202-r1.ebuild b/www-apps/mypictures/mypictures-20040202-r1.ebuild deleted file mode 100644 index d82dfd6f382d..000000000000 --- a/www-apps/mypictures/mypictures-20040202-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit webapp eutils - -DESCRIPTION="Simple photo-gallery for websites" -HOMEPAGE="http://www.splitbrain.org/Programming/PHP/mypictures/index.php" -SRC_URI="http://www.splitbrain.org/Programming/PHP/${PN}/${PN}.tgz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -IUSE="" - -RDEPEND="media-gfx/imagemagick" - -S=${WORKDIR}/${PN} - -src_unpack () { - unpack ${A} - cd "${S}" - - # we have to patch the path to imagemagick's convert tool - - epatch "${FILESDIR}"/mypictures.diff - sed -i "s|/usr/bin/X11/convert|/usr/bin/convert|g;" index.php -} - -src_install() { - webapp_src_preinst - - cp -R [[:lower:]]* .img "${D}/${MY_HTDOCSDIR}" - - dodoc CHANGES README - - webapp_configfile "${MY_HTDOCSDIR}"/index.php - webapp_serverowned "${MY_HTDOCSDIR}"/.img - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_src_install -} diff --git a/www-apps/mypictures/mypictures-20040202.ebuild b/www-apps/mypictures/mypictures-20040202.ebuild deleted file mode 100644 index bfb926120d7f..000000000000 --- a/www-apps/mypictures/mypictures-20040202.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit webapp eutils - -DESCRIPTION="Simple photo-gallery for websites" -HOMEPAGE="http://www.splitbrain.org/Programming/PHP/mypictures/index.php" -SRC_URI="http://www.splitbrain.org/Programming/PHP/mypictures/mypictures.tgz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ppc" -IUSE="" - -DEPEND="sys-apps/sed" -RDEPEND="media-gfx/imagemagick" - -S=${WORKDIR}/${PN} - -src_unpack () { - unpack ${A} - cd "${S}" - - # we have to patch the path to imagemagick's convert tool - - epatch "${FILESDIR}"/mypictures.diff - sed -i "s|/usr/bin/X11/convert|/usr/bin/convert|g;" index.php -} - -src_compile() { - # do nothing - echo > /dev/null -} - -src_install() { - webapp_src_preinst - - cp index.php exifReader.inc exifWriter.inc "${D}${MY_HTDOCSDIR}" - mkdir "${D}${MY_HTDOCSDIR}"/.img - cp .img/* "${D}${MY_HTDOCSDIR}"/.img - - dodoc CHANGES README - - webapp_configfile "${MY_HTDOCSDIR}" - webapp_src_install -} |