diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2006-06-27 15:51:44 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2006-06-27 15:51:44 +0000 |
commit | 42b446af1528036103ee221226fff5fed4d78e3a (patch) | |
tree | 390ff3e7c2608ee53d5e1d731e41fdd4a4d9edbb /dev-python/tagpy | |
parent | I've added the qt3 and qt4 USE flags to all of the sub-profiles for bug #137785. (diff) | |
download | gentoo-2-42b446af1528036103ee221226fff5fed4d78e3a.tar.gz gentoo-2-42b446af1528036103ee221226fff5fed4d78e3a.tar.bz2 gentoo-2-42b446af1528036103ee221226fff5fed4d78e3a.zip |
changed SRC_URI to new location.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'dev-python/tagpy')
-rw-r--r-- | dev-python/tagpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/tagpy/tagpy-0.90.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/tagpy/ChangeLog b/dev-python/tagpy/ChangeLog index a40abf84ef6e..f50410c60f30 100644 --- a/dev-python/tagpy/ChangeLog +++ b/dev-python/tagpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/tagpy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/ChangeLog,v 1.4 2006/04/01 19:07:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/ChangeLog,v 1.5 2006/06/27 15:51:44 sbriesen Exp $ + + 27 Jun 2006; Stefan Briesenick <sbriesen@gentoo.org> tagpy-0.90.1.ebuild: + changed SRC_URI to new location. 01 Apr 2006; Aron Griffis <agriffis@gentoo.org> tagpy-0.90.1.ebuild: Mark 0.90.1 ~ia64 diff --git a/dev-python/tagpy/tagpy-0.90.1.ebuild b/dev-python/tagpy/tagpy-0.90.1.ebuild index 9ef1dd12efdb..4613c2467fa1 100644 --- a/dev-python/tagpy/tagpy-0.90.1.ebuild +++ b/dev-python/tagpy/tagpy-0.90.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-0.90.1.ebuild,v 1.4 2006/04/01 19:07:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-0.90.1.ebuild,v 1.5 2006/06/27 15:51:44 sbriesen Exp $ inherit distutils DESCRIPTION="Python bindings for media-libs/taglib" HOMEPAGE="http://news.tiker.net/software/tagpy" -SRC_URI="http://news.tiker.net/news.tiker.net/files/${P}.tar.gz" +SRC_URI="http://news.tiker.net/news.tiker.net/download/software/tagpy/${P}.tar.gz" LICENSE="BSD" SLOT="0" |