summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-27 00:59:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-27 00:59:30 +0000
commite1bec5e53d7bc1bc095c3c3418704542fdd2cc6e (patch)
treed1886c63ba2745855ae0490ad112fb7806e77c1c /net-www/horde-chora
parentAdded more useflags that don't apply to sparc. (diff)
downloadgentoo-2-e1bec5e53d7bc1bc095c3c3418704542fdd2cc6e.tar.gz
gentoo-2-e1bec5e53d7bc1bc095c3c3418704542fdd2cc6e.tar.bz2
gentoo-2-e1bec5e53d7bc1bc095c3c3418704542fdd2cc6e.zip
use horde eclass
Diffstat (limited to 'net-www/horde-chora')
-rw-r--r--net-www/horde-chora/ChangeLog4
-rw-r--r--net-www/horde-chora/Manifest2
-rw-r--r--net-www/horde-chora/horde-chora-1.2-r1.ebuild43
-rw-r--r--net-www/horde-chora/metadata.xml3
4 files changed, 7 insertions, 45 deletions
diff --git a/net-www/horde-chora/ChangeLog b/net-www/horde-chora/ChangeLog
index 2d4f67f1fa3a..044558776d5d 100644
--- a/net-www/horde-chora/ChangeLog
+++ b/net-www/horde-chora/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for net-www/horde-chora
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/ChangeLog,v 1.11 2003/12/15 20:46:02 stuart Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/ChangeLog,v 1.12 2004/01/27 00:57:05 vapier Exp $
15 Dec 2003; Stuart Herbert <stuart@gentoo.org> horde-chora-1.2-r1.ebuild:
Fix for bug #32636
diff --git a/net-www/horde-chora/Manifest b/net-www/horde-chora/Manifest
index be6d3b6403ed..974b7b1bc9fe 100644
--- a/net-www/horde-chora/Manifest
+++ b/net-www/horde-chora/Manifest
@@ -1,4 +1,4 @@
-MD5 ea5beb61164ca50e33569bd8b589a6ea horde-chora-1.2-r1.ebuild 1222
MD5 66ebb42becedf18be1941033104d5ae9 ChangeLog 1301
+MD5 913f45b608425b2e1d0f534732e51d55 horde-chora-1.2-r1.ebuild 421
MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280
MD5 4e7d3aeb55f6a66a360f0c4571a7804b files/digest-horde-chora-1.2-r1 61
diff --git a/net-www/horde-chora/horde-chora-1.2-r1.ebuild b/net-www/horde-chora/horde-chora-1.2-r1.ebuild
index 9fd4d7979270..4571bfd8811d 100644
--- a/net-www/horde-chora/horde-chora-1.2-r1.ebuild
+++ b/net-www/horde-chora/horde-chora-1.2-r1.ebuild
@@ -1,51 +1,14 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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-chora/horde-chora-1.2-r1.ebuild,v 1.10 2004/01/19 06:45:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/horde-chora-1.2-r1.ebuild,v 1.11 2004/01/27 00:57:05 vapier Exp $
-inherit webapp-apache
+inherit horde
-MY_P=${P/horde-/}
DESCRIPTION="Chora is the Horde CVS viewer"
-HOMEPAGE="http://www.horde.org/chora/"
-SRC_URI="ftp://ftp.horde.org/pub/chora/tarballs/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~alpha"
DEPEND=""
RDEPEND=">=net-www/horde-2.2.4
>=app-text/rcs-5.7-r1
>=dev-util/cvs-1.11.2"
-
-S=${WORKDIR}/${MY_P}
-
-webapp-detect || NO_WEBSERVER=1
-
-pkg_setup() {
- webapp-pkg_setup "${NO_WEBSERVER}"
- einfo "Installing into ${ROOT}${HTTPD_ROOT}."
-}
-
-src_install() {
- webapp-mkdirs
-
- local DocumentRoot=${HTTPD_ROOT}
- local destdir=${DocumentRoot}/horde/chora
-
- dodoc COPYING README docs/*
- rm -rf COPYING README docs
-
- dodir ${destdir}
- cp -r . ${D}${destdir}
- cd ${D}/${HTTPD_ROOT}/horde
-
- # protecting files
- chown -R ${HTTPD_USER}:${HTTPD_GROUP} chora
- find ${D}/${destdir} -type f -exec chmod 0640 {} \;
- find ${D}/${destdir} -type d -exec chmod 0750 {} \;
-}
-
-pkg_postinst() {
- einfo "Please read /usr/share/doc/${PF}/INSTALL.gz"
-}
diff --git a/net-www/horde-chora/metadata.xml b/net-www/horde-chora/metadata.xml
index 13bc126c7d91..68c78dd23817 100644
--- a/net-www/horde-chora/metadata.xml
+++ b/net-www/horde-chora/metadata.xml
@@ -3,7 +3,6 @@
<pkgmetadata>
<herd>web-apps</herd>
<maintainer>
-<email>web-apps@gentoo.org</email>
-<name>Gentoo Web Application Packages Maintainers</name>
+<email>vapier@gentoo.org</email>
</maintainer>
</pkgmetadata>