summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-06-26 21:33:18 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-06-26 21:33:18 +0000
commit784c20df13546e8115fcfe62c0a9c7597750bc73 (patch)
treebb09cb65dbc2279b20ef912cafcc0707e4138879 /dev-python
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-784c20df13546e8115fcfe62c0a9c7597750bc73.tar.gz
gentoo-2-784c20df13546e8115fcfe62c0a9c7597750bc73.tar.bz2
gentoo-2-784c20df13546e8115fcfe62c0a9c7597750bc73.zip
fix SRC_URI to gentoo mirrors because upstream changes without name updates (#54771)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyvorbis/ChangeLog6
-rw-r--r--dev-python/pyvorbis/pyvorbis-1.3.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/pyvorbis/ChangeLog b/dev-python/pyvorbis/ChangeLog
index 2bc28260b53e..e16fa1a2ffde 100644
--- a/dev-python/pyvorbis/ChangeLog
+++ b/dev-python/pyvorbis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyvorbis
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.10 2004/06/25 01:47:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.11 2004/06/26 21:33:18 liquidx Exp $
+
+ 26 Jun 2004; Alastair Tse <liquidx@gentoo.org> pyvorbis-1.3.ebuild:
+ fix SRC_URI to gentoo mirrors because upstream changes without name updates
+ (#54771)
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> pyvorbis-1.1.ebuild,
pyvorbis-1.3.ebuild:
diff --git a/dev-python/pyvorbis/pyvorbis-1.3.ebuild b/dev-python/pyvorbis/pyvorbis-1.3.ebuild
index 70a9941cae88..708b0196cfa5 100644
--- a/dev-python/pyvorbis/pyvorbis-1.3.ebuild
+++ b/dev-python/pyvorbis/pyvorbis-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/dev-python/pyvorbis/pyvorbis-1.3.ebuild,v 1.8 2004/06/25 01:47:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.3.ebuild,v 1.9 2004/06/26 21:33:18 liquidx Exp $
inherit distutils
DESCRIPTION="Python bindings for the ogg.vorbis library"
HOMEPAGE="http://www.andrewchatham.com/pyogg/"
-SRC_URI="http://www.andrewchatham.com/pyogg/download/${P}.tar.gz"
+#SRC_URI="http://www.andrewchatham.com/pyogg/download/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"