diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-18 19:04:08 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-18 19:04:08 +0000 |
commit | 357eafd89e81cbc8b31c2f1e66794d336a414d5c (patch) | |
tree | eedc4cfad68465e5f493e2a0195bbfdd87adb78b /net-www | |
parent | Marked x86 stable. (diff) | |
download | historical-357eafd89e81cbc8b31c2f1e66794d336a414d5c.tar.gz historical-357eafd89e81cbc8b31c2f1e66794d336a414d5c.tar.bz2 historical-357eafd89e81cbc8b31c2f1e66794d336a414d5c.zip |
arked x86 stable.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/horde-turba/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/horde-turba/Manifest | 4 | ||||
-rw-r--r-- | net-www/horde-turba/horde-turba-1.2.1.ebuild | 11 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net-www/horde-turba/ChangeLog b/net-www/horde-turba/ChangeLog index 5bb20cd70397..706cf30fca69 100644 --- a/net-www/horde-turba/ChangeLog +++ b/net-www/horde-turba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/horde-turba # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/ChangeLog,v 1.6 2003/10/01 21:31:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/ChangeLog,v 1.7 2003/10/18 19:03:46 mholzer Exp $ + + 19 Oct 2003; Martin Holzer <mholzer@gentoo.org> horde-turba-1.2.1.ebuild: + marked x86 stable. *horde-turba-1.2.1 (02 Oct 2003) diff --git a/net-www/horde-turba/Manifest b/net-www/horde-turba/Manifest index 9f893faf1759..05afad0ca855 100644 --- a/net-www/horde-turba/Manifest +++ b/net-www/horde-turba/Manifest @@ -1,7 +1,7 @@ -MD5 3daed486deaa344af3cbf842829e4e3c ChangeLog 793 +MD5 c2f449e87fe1dcae3c73d0a0abf820c1 ChangeLog 891 MD5 7992e6996cbdbeaf5150c6a6029ce1db horde-turba-1.1.ebuild 2420 MD5 e2e1b601a163302d2354571982351b43 horde-turba-1.2.ebuild 1924 -MD5 3612cf8aa979b482fde291cc859f34c0 horde-turba-1.2.1.ebuild 1926 +MD5 8da2b1bec3450d41c83550306e590600 horde-turba-1.2.1.ebuild 1935 MD5 f3018d21fa59ceba6a6b2062f16734ed files/digest-horde-turba-1.1 62 MD5 10da92ad2d67b2b5393a1ce281e74a85 files/digest-horde-turba-1.2 61 MD5 c040f6dc39be9087c0815f2eb07dbf27 files/digest-horde-turba-1.2.1 63 diff --git a/net-www/horde-turba/horde-turba-1.2.1.ebuild b/net-www/horde-turba/horde-turba-1.2.1.ebuild index 4d51412314e6..0c6898e5c1ef 100644 --- a/net-www/horde-turba/horde-turba-1.2.1.ebuild +++ b/net-www/horde-turba/horde-turba-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.1.ebuild,v 1.1 2003/10/01 21:31:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.1.ebuild,v 1.2 2003/10/18 19:03:46 mholzer Exp $ DESCRIPTION="Turba ${PV} is the Horde address book / contact management program" HOMEPAGE="http://www.horde.org" @@ -8,7 +8,7 @@ MY_P=${P/horde-/} SRC_URI="ftp://ftp.horde.org/pub/turba/tarballs/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="" RDEPEND=">=net-www/horde-2.2.4" IUSE="" @@ -39,12 +39,7 @@ pkg_setup() { [ -f ${REGISTRY} ] || die "${REGISTRY} not found" } -src_compile() { - echo "Nothing to compile" -} - src_install () { - # detecting apache usergroup GID=`grep apache /etc/group |cut -d: -f3` if [ -z "${GID}" ]; then @@ -53,6 +48,8 @@ src_install () { fi find_http_root + dodoc COPYING README docs/* + rm -rf COPYING README docs dodir ${HTTPD_ROOT}/horde/turba cp -r . ${D}/${HTTPD_ROOT}/horde/turba |