diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-16 03:07:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-16 03:07:16 +0000 |
commit | d21170792a3d7a2dd96d071806675874219d3c69 (patch) | |
tree | 957c98c00c56babe265a462b8755ab19e91b845d /net-misc | |
parent | needs app-arch/unzip; tidy (diff) | |
download | gentoo-2-d21170792a3d7a2dd96d071806675874219d3c69.tar.gz gentoo-2-d21170792a3d7a2dd96d071806675874219d3c69.tar.bz2 gentoo-2-d21170792a3d7a2dd96d071806675874219d3c69.zip |
Mark 1.0.3 stable on alpha
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kbandwidth/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/kbandwidth/Manifest | 6 | ||||
-rw-r--r-- | net-misc/kbandwidth/kbandwidth-1.0.3.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/kbandwidth/ChangeLog b/net-misc/kbandwidth/ChangeLog index c0ac9328afbc..b28c79f2bf9f 100644 --- a/net-misc/kbandwidth/ChangeLog +++ b/net-misc/kbandwidth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/kbandwidth # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kbandwidth/ChangeLog,v 1.3 2005/08/23 22:27:56 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kbandwidth/ChangeLog,v 1.4 2005/09/16 03:07:16 agriffis Exp $ + + 15 Sep 2005; Aron Griffis <agriffis@gentoo.org> kbandwidth-1.0.3.ebuild: + Mark 1.0.3 stable on alpha 23 Aug 2005; Gregorio Guidi <greg_g@gentoo.org> kbandwidth-1.0.3.ebuild: Stable on x86. diff --git a/net-misc/kbandwidth/Manifest b/net-misc/kbandwidth/Manifest index 5eee0bdec240..84aa105b6f0b 100644 --- a/net-misc/kbandwidth/Manifest +++ b/net-misc/kbandwidth/Manifest @@ -1,6 +1,6 @@ MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -MD5 6411326a1e45480d92dbcf43bd683072 kbandwidth-1.0.2.ebuild 517 MD5 043527584634013965a1c74324ddb356 ChangeLog 591 -MD5 ec05b9645895832e59e6629b030344dd kbandwidth-1.0.3.ebuild 536 -MD5 0bc1ab7a6eefbf007a94f5bd92aff310 files/digest-kbandwidth-1.0.2 68 +MD5 6411326a1e45480d92dbcf43bd683072 kbandwidth-1.0.2.ebuild 517 +MD5 a7a5083a00fd5bb6a5cd18fa55b86dc5 kbandwidth-1.0.3.ebuild 535 MD5 4ee46e23f17057bef803177d470456aa files/digest-kbandwidth-1.0.3 68 +MD5 0bc1ab7a6eefbf007a94f5bd92aff310 files/digest-kbandwidth-1.0.2 68 diff --git a/net-misc/kbandwidth/kbandwidth-1.0.3.ebuild b/net-misc/kbandwidth/kbandwidth-1.0.3.ebuild index 879618837dff..f0ec4d9e0ab0 100644 --- a/net-misc/kbandwidth/kbandwidth-1.0.3.ebuild +++ b/net-misc/kbandwidth/kbandwidth-1.0.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-misc/kbandwidth/kbandwidth-1.0.3.ebuild,v 1.2 2005/08/23 22:27:56 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kbandwidth/kbandwidth-1.0.3.ebuild,v 1.3 2005/09/16 03:07:16 agriffis Exp $ inherit kde need-kde 3 @@ -11,7 +11,7 @@ SRC_URI="http://people.freenet.de/stealth/kbandwidth/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" +KEYWORDS="alpha ~amd64 ~ppc ~sparc x86" IUSE="" S=${WORKDIR}/${PN} |