diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-26 00:59:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-26 00:59:47 +0000 |
commit | c0175d8e8a241ad62e334611788facccf7d98acd (patch) | |
tree | 694951d9de0527cd1cef5ef100eaaefd842bd8dd /sys-apps/vbetool | |
parent | Bump to 2.24.0 (diff) | |
download | gentoo-2-c0175d8e8a241ad62e334611788facccf7d98acd.tar.gz gentoo-2-c0175d8e8a241ad62e334611788facccf7d98acd.tar.bz2 gentoo-2-c0175d8e8a241ad62e334611788facccf7d98acd.zip |
Use mirror://ubuntu/
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'sys-apps/vbetool')
-rw-r--r-- | sys-apps/vbetool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/vbetool/vbetool-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/vbetool/ChangeLog b/sys-apps/vbetool/ChangeLog index b94d29c4b27f..20d7df217e9f 100644 --- a/sys-apps/vbetool/ChangeLog +++ b/sys-apps/vbetool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/vbetool # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.14 2008/11/26 00:58:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.15 2008/11/26 00:59:47 flameeyes Exp $ + + 26 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> vbetool-1.0.ebuild: + Use mirror://ubuntu/ 26 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> +files/vbetool-1.0-build.patch, vbetool-1.0.ebuild: diff --git a/sys-apps/vbetool/vbetool-1.0.ebuild b/sys-apps/vbetool/vbetool-1.0.ebuild index 8f44e95c497a..d67bf2a65698 100644 --- a/sys-apps/vbetool/vbetool-1.0.ebuild +++ b/sys-apps/vbetool/vbetool-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/vbetool-1.0.ebuild,v 1.4 2008/11/26 00:58:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/vbetool-1.0.ebuild,v 1.5 2008/11/26 00:59:47 flameeyes Exp $ inherit eutils flag-o-matic autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.srcf.ucam.org/~mjg59/vbetool/" #SRC_URI="${HOMEPAGE}${PN}_${PV}.orig.tar.gz" #SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P//-/_}-1.tar.gz" #SRC_URI="http://www.srcf.ucam.org/~mjg59/${PN}/${P//-/_}-1.tar.gz" -SRC_URI="http://archive.ubuntu.com/ubuntu/pool/main/${PN:0:1}/${PN}/${P//-/_}-0ubuntu1.tar.gz" +SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${P//-/_}-0ubuntu1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" |