diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-03-29 01:38:44 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-03-29 01:38:44 +0000 |
commit | 73e17abc572f14c819e3ef85b21821cde36a5ffe (patch) | |
tree | cbf5175d66a4e065ad95c73e20955020ca729caa /net-www/horde-nag | |
parent | Marking ~hppa (Manifest recommit) (diff) | |
download | gentoo-2-73e17abc572f14c819e3ef85b21821cde36a5ffe.tar.gz gentoo-2-73e17abc572f14c819e3ef85b21821cde36a5ffe.tar.bz2 gentoo-2-73e17abc572f14c819e3ef85b21821cde36a5ffe.zip |
Marking ~hppa + cleanup
Diffstat (limited to 'net-www/horde-nag')
-rw-r--r-- | net-www/horde-nag/files/digest-horde-nag-1.1 | 1 | ||||
-rw-r--r-- | net-www/horde-nag/horde-nag-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | net-www/horde-nag/horde-nag-1.1.ebuild | 21 |
3 files changed, 2 insertions, 24 deletions
diff --git a/net-www/horde-nag/files/digest-horde-nag-1.1 b/net-www/horde-nag/files/digest-horde-nag-1.1 deleted file mode 100644 index 37140e485a10..000000000000 --- a/net-www/horde-nag/files/digest-horde-nag-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c435586a62a7e9d85eb4cc8ef92afbe1 nag-1.1.tar.gz 233567 diff --git a/net-www/horde-nag/horde-nag-1.1.1.ebuild b/net-www/horde-nag/horde-nag-1.1.1.ebuild index ee529ad7b538..397ea095610d 100644 --- a/net-www/horde-nag/horde-nag-1.1.1.ebuild +++ b/net-www/horde-nag/horde-nag-1.1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-nag/horde-nag-1.1.1.ebuild,v 1.2 2004/03/19 01:30:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-nag/horde-nag-1.1.1.ebuild,v 1.3 2004/03/29 01:38:44 zx Exp $ inherit horde DESCRIPTION="Nag is the Horde multiuser task list manager" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" DEPEND="" RDEPEND=">=net-www/horde-2.2.5" diff --git a/net-www/horde-nag/horde-nag-1.1.ebuild b/net-www/horde-nag/horde-nag-1.1.ebuild deleted file mode 100644 index 4a9a73139f14..000000000000 --- a/net-www/horde-nag/horde-nag-1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-nag/horde-nag-1.1.ebuild,v 1.2 2004/01/27 00:58:51 vapier Exp $ - -inherit horde - -DESCRIPTION="Nag is the Horde multiuser task list manager" - -KEYWORDS="x86 ~ppc ~sparc ~alpha" - -DEPEND="" -RDEPEND=">=net-www/horde-2.2.4" - -pkg_setup() { - GREPBACKEND=`egrep 'sql|odbc|postgres|ldap' /var/db/pkg/dev-php/mod_php*/USE` - if [ -z "${GREPBACKEND}" ] ; then - eerror "Missing SQL or LDAP support in mod_php !" - die "aborting..." - fi - horde_pkg_setup -} |