summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Aniszczyk <zx@gentoo.org>2004-03-29 01:36:45 +0000
committerChris Aniszczyk <zx@gentoo.org>2004-03-29 01:36:45 +0000
commit208d476c1454b07f5de1128b4b7f8067ccc7cec0 (patch)
tree37febc05d027d2406f1a8d8e4ce22a0f787d5f4c /net-www/horde-kronolith
parentMarking ~hppa (Manifest recommit) (diff)
downloadgentoo-2-208d476c1454b07f5de1128b4b7f8067ccc7cec0.tar.gz
gentoo-2-208d476c1454b07f5de1128b4b7f8067ccc7cec0.tar.bz2
gentoo-2-208d476c1454b07f5de1128b4b7f8067ccc7cec0.zip
Marking ~hppa + clean up
Diffstat (limited to 'net-www/horde-kronolith')
-rw-r--r--net-www/horde-kronolith/ChangeLog6
-rw-r--r--net-www/horde-kronolith/files/digest-horde-kronolith-1.11
-rw-r--r--net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild4
-rw-r--r--net-www/horde-kronolith/horde-kronolith-1.1.ebuild21
4 files changed, 7 insertions, 25 deletions
diff --git a/net-www/horde-kronolith/ChangeLog b/net-www/horde-kronolith/ChangeLog
index aa690f911496..8a9b87db9393 100644
--- a/net-www/horde-kronolith/ChangeLog
+++ b/net-www/horde-kronolith/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/horde-kronolith
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/ChangeLog,v 1.12 2004/03/21 10:11:14 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/ChangeLog,v 1.13 2004/03/29 01:36:45 zx Exp $
+
+ 01 Apr 2004; Chris Aniszczyk <zx@gentoo.org> horde-kronolith-1.1.2.ebuild,
+ horde-kronolith-1.1.ebuild:
+ Marking ~hppa
*horde-kronolith-1.1.2 (21 Mar 2004)
diff --git a/net-www/horde-kronolith/files/digest-horde-kronolith-1.1 b/net-www/horde-kronolith/files/digest-horde-kronolith-1.1
deleted file mode 100644
index 5ff50f679c56..000000000000
--- a/net-www/horde-kronolith/files/digest-horde-kronolith-1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a4081e8fdf241dca2fe6707e9ce77850 kronolith-1.1.tar.gz 437938
diff --git a/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild b/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild
index 0ff43c654f19..51d6b721d0fb 100644
--- a/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild
+++ b/net-www/horde-kronolith/horde-kronolith-1.1.2.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-kronolith/horde-kronolith-1.1.2.ebuild,v 1.1 2004/03/21 10:11:14 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild,v 1.2 2004/03/29 01:36:45 zx Exp $
inherit horde
DESCRIPTION="Kronolith is the Horde calendar application"
-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-kronolith/horde-kronolith-1.1.ebuild b/net-www/horde-kronolith/horde-kronolith-1.1.ebuild
deleted file mode 100644
index 5d0bfd09075a..000000000000
--- a/net-www/horde-kronolith/horde-kronolith-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-kronolith/horde-kronolith-1.1.ebuild,v 1.11 2004/01/27 00:57:47 vapier Exp $
-
-inherit horde
-
-DESCRIPTION="Kronolith is the Horde calendar application"
-
-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
-}