diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-05 21:32:19 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-05 21:32:19 +0000 |
commit | ab30ff8134b73bd51a2803a0259617472361d521 (patch) | |
tree | 8011d5a7540f11c29bbf25e0b5493cc08977cacf /dev-php/egroupware | |
parent | Version bump. (diff) | |
download | gentoo-2-ab30ff8134b73bd51a2803a0259617472361d521.tar.gz gentoo-2-ab30ff8134b73bd51a2803a0259617472361d521.tar.bz2 gentoo-2-ab30ff8134b73bd51a2803a0259617472361d521.zip |
Various epatch, sed, changelog and cosmetic changes
Diffstat (limited to 'dev-php/egroupware')
-rw-r--r-- | dev-php/egroupware/Manifest | 2 | ||||
-rw-r--r-- | dev-php/egroupware/egroupware-0.9.99.008.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/egroupware/Manifest b/dev-php/egroupware/Manifest index 734e025cecb7..dfa70d71c718 100644 --- a/dev-php/egroupware/Manifest +++ b/dev-php/egroupware/Manifest @@ -1,4 +1,4 @@ -MD5 61250f5cd1ef69c2c125b20de344bae1 egroupware-0.9.99.008.ebuild 1573 +MD5 90449b084833c11f6a7ea177e34ec9bc egroupware-0.9.99.008.ebuild 1576 MD5 6a13b0f9b9def25450dbff668cdfbe4e ChangeLog 1076 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 MD5 da8e1975f63b112c72f732c2d6279354 files/digest-egroupware-0.9.99.008 77 diff --git a/dev-php/egroupware/egroupware-0.9.99.008.ebuild b/dev-php/egroupware/egroupware-0.9.99.008.ebuild index 6d4025303474..56d3672a2b8f 100644 --- a/dev-php/egroupware/egroupware-0.9.99.008.ebuild +++ b/dev-php/egroupware/egroupware-0.9.99.008.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/dev-php/egroupware/egroupware-0.9.99.008.ebuild,v 1.2 2003/12/15 20:08:00 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/egroupware/egroupware-0.9.99.008.ebuild,v 1.3 2004/01/05 21:28:00 aliz Exp $ inherit webapp-apache @@ -9,7 +9,7 @@ S=${WORKDIR}/${PN} DESCRIPTION="Web-based GroupWare suite. It contains many modules" HOMEPAGE="http://www.eGroupWare.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" +SRC_URI="mirror://sourceforge/egroupware/${MY_P}.tar.bz2" RESTRICT="nomirror" LICENSE="GPL-2" |