diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 22:06:04 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 22:06:04 +0000 |
commit | fe9c832efa5bb1113e1a3e56837fd84486e666b4 (patch) | |
tree | 7fde17e7564c362be3c267394995c203140c7b88 /net-www | |
parent | advertise in metadata.xml (diff) | |
download | gentoo-2-fe9c832efa5bb1113e1a3e56837fd84486e666b4.tar.gz gentoo-2-fe9c832efa5bb1113e1a3e56837fd84486e666b4.tar.bz2 gentoo-2-fe9c832efa5bb1113e1a3e56837fd84486e666b4.zip |
Now used MY_P. Closes #28170.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/horde-chora/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/horde-chora/Manifest | 8 | ||||
-rw-r--r-- | net-www/horde-chora/horde-chora-1.1.ebuild | 7 | ||||
-rw-r--r-- | net-www/horde-chora/horde-chora-1.2-r1.ebuild | 7 | ||||
-rw-r--r-- | net-www/horde-chora/horde-chora-1.2.ebuild | 7 |
5 files changed, 21 insertions, 14 deletions
diff --git a/net-www/horde-chora/ChangeLog b/net-www/horde-chora/ChangeLog index 399882d51bad..3eb50fd87a9c 100644 --- a/net-www/horde-chora/ChangeLog +++ b/net-www/horde-chora/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2003/04/08 21:50:17 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/ChangeLog,v 1.8 2003/09/29 22:05:59 mholzer Exp $ + + 30 Sep 2003; Martin Holzer <mholzer@gentoo.org> horde-chora-1.1.ebuild, + horde-chora-1.2-r1.ebuild, horde-chora-1.2.ebuild: + Now used MY_P. Closes #28170. *horde-chora-1.2-r1 (08 Apr 2003) 08 Apr 2003; Dean Bailey <alron@gentoo.org> horde-chora-1.2-r1 : diff --git a/net-www/horde-chora/Manifest b/net-www/horde-chora/Manifest index e067ddb02a75..addbf3d5f6c9 100644 --- a/net-www/horde-chora/Manifest +++ b/net-www/horde-chora/Manifest @@ -1,7 +1,7 @@ -MD5 a2eff0db5d46843f1d3098de3efe3eeb ChangeLog 824 -MD5 91e66afd9f9bb2d2b8d7e09551056c89 horde-chora-1.1.ebuild 2046 -MD5 3794eda10b0639ca255194d728deefb6 horde-chora-1.2-r1.ebuild 1551 -MD5 aed17ff2f17460c97c26208da46e5cb2 horde-chora-1.2.ebuild 2052 +MD5 db55c449faea99bc92d5bb62610aca88 ChangeLog 986 +MD5 94cd6f2248ab1c81a12fe9281f83c5bb horde-chora-1.1.ebuild 2077 +MD5 2dd609c28f9cc6dba19245b24ed907a1 horde-chora-1.2-r1.ebuild 1580 +MD5 4b47e4c7d98695babfc786af50c63c45 horde-chora-1.2.ebuild 2081 MD5 033bd6c3aab6f738bb6b542b65c86133 files/digest-horde-chora-1.1 62 MD5 4e7d3aeb55f6a66a360f0c4571a7804b files/digest-horde-chora-1.2 61 MD5 4e7d3aeb55f6a66a360f0c4571a7804b files/digest-horde-chora-1.2-r1 61 diff --git a/net-www/horde-chora/horde-chora-1.1.ebuild b/net-www/horde-chora/horde-chora-1.1.ebuild index 32afeea0f718..1823c1a25b6f 100644 --- a/net-www/horde-chora/horde-chora-1.1.ebuild +++ b/net-www/horde-chora/horde-chora-1.1.ebuild @@ -1,11 +1,11 @@ # 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-chora/horde-chora-1.1.ebuild,v 1.5 2003/09/06 01:54:08 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/horde-chora-1.1.ebuild,v 1.6 2003/09/29 22:05:59 mholzer Exp $ DESCRIPTION="Chora is the Horde CVS viewer." HOMEPAGE="http://www.horde.org" -P=chora-1.1 -SRC_URI="ftp://ftp.horde.org/pub/chora/tarballs/${P}.tar.gz" +MY_P="${P/horde-/}" +SRC_URI="ftp://ftp.horde.org/pub/chora/tarballs/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="1" KEYWORDS="~x86 ~ppc ~sparc ~alpha" @@ -14,6 +14,7 @@ RDEPEND=">=net-www/horde-2.1 >=app-text/rcs-5.7-r1 >=dev-util/cvs-1.11.2" IUSE="" +S=${WORKDIR}/${MY_P} find_http_root() { HTTPD_ROOT=`grep apache /etc/passwd | cut -d: -f6`/htdocs 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 a3bf6469aa6b..dc8da391f161 100644 --- a/net-www/horde-chora/horde-chora-1.2-r1.ebuild +++ b/net-www/horde-chora/horde-chora-1.2-r1.ebuild @@ -1,11 +1,11 @@ # 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-chora/horde-chora-1.2-r1.ebuild,v 1.2 2003/09/06 01:54:08 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/horde-chora-1.2-r1.ebuild,v 1.3 2003/09/29 22:05:59 mholzer Exp $ DESCRIPTION="Chora ${PV} is the Horde CVS viewer." HOMEPAGE="http://www.horde.org" -P=chora-1.2 -SRC_URI="ftp://ftp.horde.org/pub/chora/tarballs/${P}.tar.gz" +MY_P=${P/horde-/} +SRC_URI="ftp://ftp.horde.org/pub/chora/tarballs/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" @@ -14,6 +14,7 @@ RDEPEND=">=net-www/horde-2.2.1 >=app-text/rcs-5.7-r1 >=dev-util/cvs-1.11.2" IUSE="" +S=${WORKDIR}/${MY_P} find_http_root() { HTTPD_ROOT=`grep apache /etc/passwd | cut -d: -f6`/htdocs diff --git a/net-www/horde-chora/horde-chora-1.2.ebuild b/net-www/horde-chora/horde-chora-1.2.ebuild index 65443ae76edc..75f2e40d7a37 100644 --- a/net-www/horde-chora/horde-chora-1.2.ebuild +++ b/net-www/horde-chora/horde-chora-1.2.ebuild @@ -1,11 +1,11 @@ # 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-chora/horde-chora-1.2.ebuild,v 1.3 2003/09/06 01:54:08 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/horde-chora-1.2.ebuild,v 1.4 2003/09/29 22:05:59 mholzer Exp $ DESCRIPTION="Chora ${PV} is the Horde CVS viewer." HOMEPAGE="http://www.horde.org" -P=chora-1.2 -SRC_URI="ftp://ftp.horde.org/pub/chora/tarballs/${P}.tar.gz" +MY_P=${P/horde-/} +SRC_URI="ftp://ftp.horde.org/pub/chora/tarballs/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="1" KEYWORDS="~x86 ~ppc ~sparc ~alpha" @@ -14,6 +14,7 @@ RDEPEND=">=net-www/horde-2.2 >=app-text/rcs-5.7-r1 >=dev-util/cvs-1.11.2" IUSE="" +S=${WORKDIR}/${MY_P} find_http_root() { HTTPD_ROOT=`grep apache /etc/passwd | cut -d: -f6`/htdocs |