diff options
author | 2003-10-18 18:55:04 +0000 | |
---|---|---|
committer | 2003-10-18 18:55:04 +0000 | |
commit | ab246cc4b50d4b1addaa62069c94bd0ba7dcd37b (patch) | |
tree | ec78ef91a56d929ed755629e3850bdc467fbf27f /net-www/horde-chora | |
parent | stable on sparc (diff) | |
download | historical-ab246cc4b50d4b1addaa62069c94bd0ba7dcd37b.tar.gz historical-ab246cc4b50d4b1addaa62069c94bd0ba7dcd37b.tar.bz2 historical-ab246cc4b50d4b1addaa62069c94bd0ba7dcd37b.zip |
marked x86 stable.
Diffstat (limited to 'net-www/horde-chora')
-rw-r--r-- | net-www/horde-chora/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/horde-chora/Manifest | 4 | ||||
-rw-r--r-- | net-www/horde-chora/horde-chora-1.2-r1.ebuild | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net-www/horde-chora/ChangeLog b/net-www/horde-chora/ChangeLog index 3eb50fd87a9c..9cc660cfcd35 100644 --- a/net-www/horde-chora/ChangeLog +++ b/net-www/horde-chora/ChangeLog @@ -1,6 +1,9 @@ # 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.8 2003/09/29 22:05:59 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/ChangeLog,v 1.9 2003/10/18 18:54:59 mholzer Exp $ + + 19 Oct 2003; Martin Holzer <mholzer@gentoo.org> horde-chora-1.2-r1.ebuild: + marked x86 stable. 30 Sep 2003; Martin Holzer <mholzer@gentoo.org> horde-chora-1.1.ebuild, horde-chora-1.2-r1.ebuild, horde-chora-1.2.ebuild: diff --git a/net-www/horde-chora/Manifest b/net-www/horde-chora/Manifest index addbf3d5f6c9..599817940652 100644 --- a/net-www/horde-chora/Manifest +++ b/net-www/horde-chora/Manifest @@ -1,6 +1,6 @@ -MD5 db55c449faea99bc92d5bb62610aca88 ChangeLog 986 +MD5 97190cceb380414e49c20d39aba2d15e ChangeLog 1085 MD5 94cd6f2248ab1c81a12fe9281f83c5bb horde-chora-1.1.ebuild 2077 -MD5 2dd609c28f9cc6dba19245b24ed907a1 horde-chora-1.2-r1.ebuild 1580 +MD5 2bd18daa82a0884968cbd902d5ccd366 horde-chora-1.2-r1.ebuild 1590 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 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 dc8da391f161..4e9a683b6242 100644 --- a/net-www/horde-chora/horde-chora-1.2-r1.ebuild +++ b/net-www/horde-chora/horde-chora-1.2-r1.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-chora/horde-chora-1.2-r1.ebuild,v 1.3 2003/09/29 22:05:59 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/horde-chora-1.2-r1.ebuild,v 1.4 2003/10/18 18:54:59 mholzer Exp $ DESCRIPTION="Chora ${PV} is the Horde CVS viewer." HOMEPAGE="http://www.horde.org" @@ -8,7 +8,7 @@ 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" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="" RDEPEND=">=net-www/horde-2.2.1 >=app-text/rcs-5.7-r1 @@ -28,10 +28,6 @@ find_http_root() { [ -f ${REGISTRY} ] || REGISTRY=${HTTPD_ROOT}/horde/config/registry.php.dist } -src_compile() { - echo "Nothing to compile" -} - src_install () { find_http_root @@ -42,6 +38,8 @@ src_install () { GID=81 fi + dodoc COPYING README docs/* + rm -rf COPYING README docs dodir ${HTTPD_ROOT}/horde/chora cp -r . ${D}/${HTTPD_ROOT}/horde/chora |