diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 18:11:51 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 18:11:51 +0000 |
commit | c801daf9586c8fbf4ea4339b6fbdeaa369e42815 (patch) | |
tree | c1df7fa5a9ebb6f0ee415e2edff410306fe3874e /app-office | |
parent | Fixed savelines patch for CJK users. (Manifest recommit) (diff) | |
download | gentoo-2-c801daf9586c8fbf4ea4339b6fbdeaa369e42815.tar.gz gentoo-2-c801daf9586c8fbf4ea4339b6fbdeaa369e42815.tar.bz2 gentoo-2-c801daf9586c8fbf4ea4339b6fbdeaa369e42815.zip |
remove apache2 from IUSE since it's in the webapp-apache.eclass (and this ebuild makes no further use of the flag)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/phprojekt/phprojekt-3.2a.ebuild | 4 | ||||
-rw-r--r-- | app-office/phprojekt/phprojekt-4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-office/phprojekt/phprojekt-4.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-office/phprojekt/phprojekt-3.2a.ebuild b/app-office/phprojekt/phprojekt-3.2a.ebuild index 156f00de7be6..b7caed838ac1 100644 --- a/app-office/phprojekt/phprojekt-3.2a.ebuild +++ b/app-office/phprojekt/phprojekt-3.2a.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/phprojekt/phprojekt-3.2a.ebuild,v 1.7 2004/06/24 22:44:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/phprojekt/phprojekt-3.2a.ebuild,v 1.8 2004/07/13 18:11:51 agriffis Exp $ inherit webapp-apache DESCRIPTION="Project management and coordination system" HOMEPAGE="http://www.phprojekt.com/" SRC_URI="http://www.phprojekt.de/download/${PN}.tar.gz" -IUSE="apache2" +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" diff --git a/app-office/phprojekt/phprojekt-4.0-r1.ebuild b/app-office/phprojekt/phprojekt-4.0-r1.ebuild index 28c005af5257..06b279588f16 100644 --- a/app-office/phprojekt/phprojekt-4.0-r1.ebuild +++ b/app-office/phprojekt/phprojekt-4.0-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/phprojekt/phprojekt-4.0-r1.ebuild,v 1.6 2004/06/24 22:44:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/phprojekt/phprojekt-4.0-r1.ebuild,v 1.7 2004/07/13 18:11:51 agriffis Exp $ inherit webapp-apache DESCRIPTION="Project management and coordination system" HOMEPAGE="http://www.phprojekt.com/" -IUSE="apache2" +IUSE="" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-office/phprojekt/phprojekt-4.1.ebuild b/app-office/phprojekt/phprojekt-4.1.ebuild index d45bc035d2a7..7fd8572b0149 100644 --- a/app-office/phprojekt/phprojekt-4.1.ebuild +++ b/app-office/phprojekt/phprojekt-4.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/phprojekt/phprojekt-4.1.ebuild,v 1.3 2004/06/24 22:44:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/phprojekt/phprojekt-4.1.ebuild,v 1.4 2004/07/13 18:11:51 agriffis Exp $ inherit webapp-apache DESCRIPTION="Project management and coordination system" HOMEPAGE="http://www.phprojekt.com/" -IUSE="apache2" +IUSE="" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |