diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-11 10:04:53 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-11 10:04:53 +0000 |
commit | 34382c5ec0ce34ced323ae87fe59a89ec6c2af31 (patch) | |
tree | 20b0579220b989cc9f20d768dff6c36135844a67 /net-analyzer/bing | |
parent | version bump, bug #52170 (Manifest recommit) (diff) | |
download | gentoo-2-34382c5ec0ce34ced323ae87fe59a89ec6c2af31.tar.gz gentoo-2-34382c5ec0ce34ced323ae87fe59a89ec6c2af31.tar.bz2 gentoo-2-34382c5ec0ce34ced323ae87fe59a89ec6c2af31.zip |
tidy; x86 stable
Diffstat (limited to 'net-analyzer/bing')
-rw-r--r-- | net-analyzer/bing/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/bing/bing-1.1.3.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/bing/ChangeLog b/net-analyzer/bing/ChangeLog index bc7ccfbfc867..36636146376e 100644 --- a/net-analyzer/bing/ChangeLog +++ b/net-analyzer/bing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/bing # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/ChangeLog,v 1.5 2004/07/01 17:24:52 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/ChangeLog,v 1.6 2004/07/11 10:00:34 eldad Exp $ + + 11 Jul 2004; Eldad Zack <eldad@gentoo.org> bing-1.1.3.ebuild: + Changed SRC_URI to use debian mirrors, marked x86 stable 01 Jul 2004; Jon Hood <squinky86@gentoo.org> bing-1.1.3.ebuild: change virtual/glibc to virtual/libc diff --git a/net-analyzer/bing/bing-1.1.3.ebuild b/net-analyzer/bing/bing-1.1.3.ebuild index 7ce19d4f760c..2ed4473c9688 100644 --- a/net-analyzer/bing/bing-1.1.3.ebuild +++ b/net-analyzer/bing/bing-1.1.3.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/bing-1.1.3.ebuild,v 1.7 2004/07/01 17:24:52 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/bing-1.1.3.ebuild,v 1.8 2004/07/11 10:00:34 eldad Exp $ DESCRIPTION="A point-to-point bandwidth measurement tool." -SRC_URI="http://distro.ibiblio.org/pub/Linux/distributions/debian/pool/main/b/bing/${PN}_${PV}.orig.tar.gz" +SRC_URI="mirror://debian/pool/main/b/bing/${PN}_${PV}.orig.tar.gz" HOMEPAGE="http://www.cnam.fr/reseau/bing.html" +RESTRICT="nomirror" -KEYWORDS="~x86 ~sparc ~ia64 ~amd64" +KEYWORDS="x86 ~sparc ~ia64 ~amd64" SLOT="0" LICENSE="as-is" IUSE="" |