diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-08-15 15:13:34 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-08-15 15:13:34 +0000 |
commit | 63ab5f224dc921929cd9463ab7c922b42ac7fbdb (patch) | |
tree | 6874f6c0486e3e9b2c2b91938cb02a1d6a4ad0a8 /net-www | |
parent | Moved from net-www/mypictures to www-apps/mypictures. (diff) | |
download | historical-63ab5f224dc921929cd9463ab7c922b42ac7fbdb.tar.gz historical-63ab5f224dc921929cd9463ab7c922b42ac7fbdb.tar.bz2 historical-63ab5f224dc921929cd9463ab7c922b42ac7fbdb.zip |
Moving to www-apps/mypictures
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mypictures/ChangeLog | 13 | ||||
-rw-r--r-- | net-www/mypictures/Manifest | 5 | ||||
-rw-r--r-- | net-www/mypictures/files/digest-mypictures-20040202 | 1 | ||||
-rw-r--r-- | net-www/mypictures/files/mypictures.diff | 14 | ||||
-rw-r--r-- | net-www/mypictures/metadata.xml | 8 | ||||
-rw-r--r-- | net-www/mypictures/mypictures-20040202.ebuild | 46 |
6 files changed, 0 insertions, 87 deletions
diff --git a/net-www/mypictures/ChangeLog b/net-www/mypictures/ChangeLog deleted file mode 100644 index b9e9f7b4b10e..000000000000 --- a/net-www/mypictures/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for net-www/mypictures -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mypictures/ChangeLog,v 1.3 2004/06/25 01:06:35 agriffis Exp $ - - 03 May 2004; David Holm <dholm@gentoo.org> mypictures-20040202.ebuild: - Added to ~ppc. - -*mypictures-20040202 (03 May 2004) - - 03 May 2004; Stuart Herbert <stuart@gentoo.org> metadata.xml, - mypictures-20040202.ebuild, files/mypictures.diff: - Initial import - diff --git a/net-www/mypictures/Manifest b/net-www/mypictures/Manifest deleted file mode 100644 index af6b5334368a..000000000000 --- a/net-www/mypictures/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 fc2cff8c46982359cc7cd944e53e7311 mypictures-20040202.ebuild 1081 -MD5 b2f6f0faa8df6daab732424bc78212eb ChangeLog 473 -MD5 3d182d43f7f0341a9a42f96694f04e72 metadata.xml 224 -MD5 d0c4d3efa97c9bf0927e82f3cdb295b8 files/digest-mypictures-20040202 58 -MD5 31a77b7664997f1fa8e77af1adf58833 files/mypictures.diff 482 diff --git a/net-www/mypictures/files/digest-mypictures-20040202 b/net-www/mypictures/files/digest-mypictures-20040202 deleted file mode 100644 index b2271d4f8287..000000000000 --- a/net-www/mypictures/files/digest-mypictures-20040202 +++ /dev/null @@ -1 +0,0 @@ -MD5 0f38d5d868bb36add29e8032083a4a8d mypictures.tgz 43783 diff --git a/net-www/mypictures/files/mypictures.diff b/net-www/mypictures/files/mypictures.diff deleted file mode 100644 index 88c4048ab669..000000000000 --- a/net-www/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/net-www/mypictures/metadata.xml b/net-www/mypictures/metadata.xml deleted file mode 100644 index 0d59c319c3eb..000000000000 --- a/net-www/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> -<herd>webapps</herd> -<maintainer> - <email>web-apps@gentoo.org</email> -</maintainer> -</pkgmetadata> diff --git a/net-www/mypictures/mypictures-20040202.ebuild b/net-www/mypictures/mypictures-20040202.ebuild deleted file mode 100644 index 2ef1baf0b378..000000000000 --- a/net-www/mypictures/mypictures-20040202.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mypictures/mypictures-20040202.ebuild,v 1.4 2004/06/25 01:06:35 agriffis Exp $ - -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 -} |