diff options
author | 2012-12-23 13:35:16 +0000 | |
---|---|---|
committer | 2012-12-23 13:35:16 +0000 | |
commit | 01bcabd1a33d5cada0ccc125d1e430028eac0ddf (patch) | |
tree | 73a8bb58d451f5f40994a99099abca223ee64ea7 /www-apps/phprojekt | |
parent | remove old (diff) | |
download | gentoo-2-01bcabd1a33d5cada0ccc125d1e430028eac0ddf.tar.gz gentoo-2-01bcabd1a33d5cada0ccc125d1e430028eac0ddf.tar.bz2 gentoo-2-01bcabd1a33d5cada0ccc125d1e430028eac0ddf.zip |
remove old
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'www-apps/phprojekt')
-rw-r--r-- | www-apps/phprojekt/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/phprojekt/phprojekt-5.2.2.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/www-apps/phprojekt/ChangeLog b/www-apps/phprojekt/ChangeLog index b3fd64e411a0..bdf1514fa84b 100644 --- a/www-apps/phprojekt/ChangeLog +++ b/www-apps/phprojekt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/phprojekt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.33 2012/10/18 17:59:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.34 2012/12/23 13:35:16 mabi Exp $ + + 23 Dec 2012; Matti Bickel <mabi@gentoo.org> -phprojekt-5.2.2.ebuild: + remove old 18 Oct 2012; Anthony G. Basile <blueness@gentoo.org> phprojekt-6.1.2.ebuild: stable ppc, bug #429226 diff --git a/www-apps/phprojekt/phprojekt-5.2.2.ebuild b/www-apps/phprojekt/phprojekt-5.2.2.ebuild deleted file mode 100644 index 77a1ad97a85e..000000000000 --- a/www-apps/phprojekt/phprojekt-5.2.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-5.2.2.ebuild,v 1.4 2012/09/18 04:26:04 radhermit Exp $ - -inherit webapp depend.php - -DESCRIPTION="Project management and coordination system" -HOMEPAGE="http://www.phprojekt.com/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="ppc x86" -IUSE="postgres mysql" - -need_php - -pkg_setup () { - webapp_pkg_setup - local php_flags="imap" - use mysql && php_flags="${php_flags} mysql" - use postgres && php_flags="${php_flags} postgres" - require_php_with_use ${php_flags} -} - -src_install() { - webapp_src_preinst - dodoc readme install - local file - - cp -R . "${D}/${MY_HTDOCSDIR}" - for file in attach chat; do - webapp_serverowned "${MY_HTDOCSDIR}"/${file} - done - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - - webapp_src_install -} |