diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-09-11 13:55:48 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-09-11 13:55:48 +0000 |
commit | c69bf50148814c4731447b5b17ce92160d4b53b5 (patch) | |
tree | 3bd316b65ff523cd21d49ee0c716d3157b62ea04 /www-apps | |
parent | Fixed php deps wrt bug #105419. (diff) | |
download | gentoo-2-c69bf50148814c4731447b5b17ce92160d4b53b5.tar.gz gentoo-2-c69bf50148814c4731447b5b17ce92160d4b53b5.tar.bz2 gentoo-2-c69bf50148814c4731447b5b17ce92160d4b53b5.zip |
Removing old and broken version
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/ids/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/ids/files/digest-ids-0.82 | 1 | ||||
-rw-r--r-- | www-apps/ids/ids-0.82.ebuild | 53 |
3 files changed, 4 insertions, 55 deletions
diff --git a/www-apps/ids/ChangeLog b/www-apps/ids/ChangeLog index f641385a37e9..c8a5ee81e321 100644 --- a/www-apps/ids/ChangeLog +++ b/www-apps/ids/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/ids # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/ids/ChangeLog,v 1.7 2005/07/11 01:15:35 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/ids/ChangeLog,v 1.8 2005/09/11 13:55:48 rl03 Exp $ + + 11 Sep 2005; Renat Lumpau <rl03@gentoo.org> -ids-0.82.ebuild: + Removing old and broken version 11 Jul 2005; Renat Lumpau <rl03@gentoo.org> ids-0.83_beta2-r1.ebuild: Added Archive-Zip per bug #98587, cleaned old versions diff --git a/www-apps/ids/files/digest-ids-0.82 b/www-apps/ids/files/digest-ids-0.82 deleted file mode 100644 index f455a9945f54..000000000000 --- a/www-apps/ids/files/digest-ids-0.82 +++ /dev/null @@ -1 +0,0 @@ -MD5 6030e9d515ace2df14506ef0f5f1e1a7 ids-0.82.tar.gz 665283 diff --git a/www-apps/ids/ids-0.82.ebuild b/www-apps/ids/ids-0.82.ebuild deleted file mode 100644 index 77dd1fa546f2..000000000000 --- a/www-apps/ids/ids-0.82.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/ids/ids-0.82.ebuild,v 1.3 2005/07/11 01:15:35 rl03 Exp $ - -inherit webapp-apache - -DESCRIPTION="Web based (PHP Script) photo album viewer/creator" -HOMEPAGE="http://ids.sf.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~x86" -RDEPEND=">=net-www/apache-1.3.27 - dev-perl/Archive-Zip - >=dev-php/mod_php-4.1.3 - dev-perl/ImageInfo - >=media-gfx/imagemagick-5.4.9.1-r1" - -pkg_setup() { - webapp-detect || NO_WEBSERVER=1 - webapp-pkg_setup "${NO_WEBSERVER}" - einfo "Installing into ${ROOT}${HTTPD_ROOT}." -} - -src_install() { - webapp-detect || NO_WEBSERVER=1 - webapp-mkdirs - - local DocumentRoot=${HTTPD_ROOT} - local destdir=${DocumentRoot}/${PN} - dodir ${destdir} - #Do not remove docs as it will not work without - dodoc CREDITS ChangeLog PATCH.SUBMISSION README - - cp -r . ${D}/${HTTPD_ROOT}/${PN} - cd ${D}/${HTTPD_ROOT} - chown -R ${HTTPD_USER}:${HTTPD_GROUP} ${PN} - # Fix permissions - find ${D}${destdir} -type d | xargs chmod 755 - find ${D}${destdir} -type f | xargs chmod 644 - -} - -pkg_postinst() { - einfo "to make this working you have to enable" - einfo "cgi in ${HTTPD_ROOT}/${PN}" - einfo - einfo "this could be done by a simple" - einfo " cd ${HTTPD_ROOT}/${PN}" - einfo " echo \"Options ExecCGI\" > .htaccess" -} |