diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-02-17 14:42:18 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-02-17 14:42:18 +0000 |
commit | bd05ab93ce45d1651c4ed21778871f8c88ba8f12 (patch) | |
tree | 0a3007a7e6beadad85723806d83d372ab8e63b0e /net-www/mod_bwshare | |
parent | Stable (diff) | |
download | historical-bd05ab93ce45d1651c4ed21778871f8c88ba8f12.tar.gz historical-bd05ab93ce45d1651c4ed21778871f8c88ba8f12.tar.bz2 historical-bd05ab93ce45d1651c4ed21778871f8c88ba8f12.zip |
cleanup
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-www/mod_bwshare')
-rw-r--r-- | net-www/mod_bwshare/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_bwshare/Manifest | 12 | ||||
-rw-r--r-- | net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild | 3 |
3 files changed, 11 insertions, 9 deletions
diff --git a/net-www/mod_bwshare/ChangeLog b/net-www/mod_bwshare/ChangeLog index 3c16e51c93a2..9ce7bea44dad 100644 --- a/net-www/mod_bwshare/ChangeLog +++ b/net-www/mod_bwshare/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_bwshare # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/ChangeLog,v 1.1 2005/02/15 20:38:27 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/ChangeLog,v 1.2 2005/02/17 14:42:18 hollow Exp $ + + 17 Feb 2005; Benedikt Boehm <hollow@gentoo.org> mod_bwshare-0.1.3.ebuild: + cleanup *mod_bwshare-0.1.3 (15 Feb 2005) diff --git a/net-www/mod_bwshare/Manifest b/net-www/mod_bwshare/Manifest index dab7d6e93992..6e30b2882423 100644 --- a/net-www/mod_bwshare/Manifest +++ b/net-www/mod_bwshare/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 1b0039fe047e9445b2ec6d5cff26e9ae ChangeLog 453 MD5 41d6c0ba999d7b4af929e07368693a3f metadata.xml 261 -MD5 a8da08c63db90b63d04dc8ce3d1198ae mod_bwshare-0.1.3.ebuild 648 -MD5 6e348c6225943b654e9381d9b1b565e6 ChangeLog 366 -MD5 248f368d7a7cdfea8b13522fd0e80463 files/digest-mod_bwshare-0.1.3 61 +MD5 10f2f9484c48e0b170ac566d721de149 mod_bwshare-0.1.3.ebuild 624 MD5 e2c5e67d1238ff794d34d9fec8172a98 files/13_mod_bwshare.conf 458 +MD5 248f368d7a7cdfea8b13522fd0e80463 files/digest-mod_bwshare-0.1.3 61 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFCEl4kmPFBzbX68WERAsiZAJ48S2VXIe9KFFSlGDderGZska/n1wCfdY18 -pYTS2LJZyNZQ6tyrnm7irjk= -=wzN+ +iD8DBQFCFK7EmPFBzbX68WERAn5DAJsFdHphiry5nbhwOgp6OCdA/ROo9ACZAYz7 +kMYekpcliU/asYyVgMvAuJc= +=UZsQ -----END PGP SIGNATURE----- diff --git a/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild b/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild index 64ca7319fee1..5e96f6c718cd 100644 --- a/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild +++ b/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild,v 1.1 2005/02/15 20:38:27 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild,v 1.2 2005/02/17 14:42:18 hollow Exp $ inherit eutils apache-module @@ -16,7 +16,6 @@ IUSE="" S=${WORKDIR}/src/modules/bwshare/ -APXS1_ARGS="-c ${PN}.c" APACHE1_MOD_CONF="13_${PN}" APACHE1_MOD_DEFINE="BWSHARE" |