diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:01:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:01:58 +0000 |
commit | 4080f5f5a14cd3c23091ddfaf3d1dbdf8916869d (patch) | |
tree | ee19e2eff6096ba3578eec7a829c864abe01e94a /net-p2p/bittorrent-stats | |
parent | (no commit message) (diff) | |
download | historical-4080f5f5a14cd3c23091ddfaf3d1dbdf8916869d.tar.gz historical-4080f5f5a14cd3c23091ddfaf3d1dbdf8916869d.tar.bz2 historical-4080f5f5a14cd3c23091ddfaf3d1dbdf8916869d.zip |
Add inherit eutils
Diffstat (limited to 'net-p2p/bittorrent-stats')
-rw-r--r-- | net-p2p/bittorrent-stats/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/bittorrent-stats/ChangeLog b/net-p2p/bittorrent-stats/ChangeLog index f6bfa47bac77..fcde80153a14 100644 --- a/net-p2p/bittorrent-stats/ChangeLog +++ b/net-p2p/bittorrent-stats/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bittorrent-stats -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-stats/ChangeLog,v 1.2 2004/01/15 05:30:16 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-stats/ChangeLog,v 1.3 2004/04/27 21:57:36 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> + bittorrent-stats-3.2.1b-r4.ebuild: + Add inherit eutils *bittorrent-stats-3.2.1b-r4 (17 Dec 2003) diff --git a/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild b/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild index 7d43f47311c4..a541cfafabe8 100644 --- a/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild +++ b/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild,v 1.2 2004/03/01 06:26:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild,v 1.3 2004/04/27 21:57:36 agriffis Exp $ -inherit distutils +inherit distutils eutils MY_P="${P/bittorrent-stats/BitTorrent}" S=${WORKDIR}/${MY_P} |