diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-11 19:30:45 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-11 19:30:45 +0000 |
commit | aafe6fc8686a1981ddce8c528837199bd9a8d3f8 (patch) | |
tree | f9250e3c25304d92a79840a2c2dec9c6a194ea3c /net-www/horde-turba | |
parent | Updated to fix possible problem with coreutils. (diff) | |
download | gentoo-2-aafe6fc8686a1981ddce8c528837199bd9a8d3f8.tar.gz gentoo-2-aafe6fc8686a1981ddce8c528837199bd9a8d3f8.tar.bz2 gentoo-2-aafe6fc8686a1981ddce8c528837199bd9a8d3f8.zip |
minor fixes
Diffstat (limited to 'net-www/horde-turba')
-rw-r--r-- | net-www/horde-turba/Manifest | 4 | ||||
-rw-r--r-- | net-www/horde-turba/horde-turba-1.1.ebuild | 7 | ||||
-rw-r--r-- | net-www/horde-turba/horde-turba-1.2.ebuild | 7 |
3 files changed, 10 insertions, 8 deletions
diff --git a/net-www/horde-turba/Manifest b/net-www/horde-turba/Manifest index fa5d00a2a693..17eabb152cdb 100644 --- a/net-www/horde-turba/Manifest +++ b/net-www/horde-turba/Manifest @@ -1,5 +1,5 @@ MD5 b2d5b02df336d57dbe31ad71076916da ChangeLog 662 -MD5 505952b22dc4c53db29b4ac253dcfb76 horde-turba-1.1.ebuild 2390 -MD5 bb3b1009de095e7ca24e4af429df37a3 horde-turba-1.2.ebuild 1892 +MD5 7992e6996cbdbeaf5150c6a6029ce1db horde-turba-1.1.ebuild 2420 +MD5 e2e1b601a163302d2354571982351b43 horde-turba-1.2.ebuild 1924 MD5 f3018d21fa59ceba6a6b2062f16734ed files/digest-horde-turba-1.1 62 MD5 10da92ad2d67b2b5393a1ce281e74a85 files/digest-horde-turba-1.2 61 diff --git a/net-www/horde-turba/horde-turba-1.1.ebuild b/net-www/horde-turba/horde-turba-1.1.ebuild index 16d010f49c8f..f96cd5a4772a 100644 --- a/net-www/horde-turba/horde-turba-1.1.ebuild +++ b/net-www/horde-turba/horde-turba-1.1.ebuild @@ -1,17 +1,18 @@ # 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.1.ebuild,v 1.4 2003/02/13 15:35:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.1.ebuild,v 1.5 2003/09/11 19:30:32 mholzer Exp $ DESCRIPTION="Turba is the Horde address book / contact management program" HOMEPAGE="http://www.horde.org" -P=turba-1.1 -SRC_URI="ftp://ftp.horde.org/pub/turba/tarballs/${P}.tar.gz" +MY_P=${P/horde-/} +SRC_URI="ftp://ftp.horde.org/pub/turba/tarballs/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="1" KEYWORDS="~x86 ~ppc ~sparc ~alpha" DEPEND="" RDEPEND=">=net-www/horde-2.1" IUSE="" +=${WORKDIR}/${MY_P} find_http_root() { export HTTPD_ROOT=`grep apache /etc/passwd | cut -d: -f6`/htdocs diff --git a/net-www/horde-turba/horde-turba-1.2.ebuild b/net-www/horde-turba/horde-turba-1.2.ebuild index fd7604ad1107..2a9871150fd0 100644 --- a/net-www/horde-turba/horde-turba-1.2.ebuild +++ b/net-www/horde-turba/horde-turba-1.2.ebuild @@ -1,17 +1,18 @@ # 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.ebuild,v 1.1 2003/04/08 21:53:55 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.ebuild,v 1.2 2003/09/11 19:30:33 mholzer Exp $ DESCRIPTION="Turba ${PV} is the Horde address book / contact management program" HOMEPAGE="http://www.horde.org" -P=turba-1.2 -SRC_URI="ftp://ftp.horde.org/pub/turba/tarballs/${P}.tar.gz" +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" DEPEND="" RDEPEND=">=net-www/horde-2.2.1" IUSE="" +S=${WORKDIR}/${MY_P} find_http_root() { export HTTPD_ROOT=`grep apache /etc/passwd | cut -d: -f6`/htdocs |