use mirror for python-inotify and python-pymp3
authorMichael Lauer <mickey@vanille-media.de>
Mon, 1 Aug 2005 09:22:36 +0000 (09:22 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 1 Aug 2005 09:22:36 +0000 (09:22 +0000)
packages/python/python-inotify_0.0.6.bb
packages/python/python-pymp3_0.3.4.bb

index 6f74aa3..6b5f9fb 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
 
-SRC_URI = "http://www.amautacorp.com/staff/Rudd-O/projects/files/search-services/python-inotify-${PV}.tar.gz"
+SRC_URI = "http://www.vanille.de/mirror/python-inotify-${PV}.tar.gz"
 
 inherit distutils
 
index a4b5bf4..b9529b2 100644 (file)
@@ -1,11 +1,11 @@
 DESCRIPTION = "A Curses-based mp3 player. See http://damien.degois.info/PyMP3/"
 SECTION = "console/multimedia"
 PRIORITY = "optional"
-MAINTAINER = "Jason Haslup <openembedded@haslup.com>"
 RDEPENDS = "python-core python-ncurses python-pyid3lib python-mad python-ao"
-PR = "r1"
 LICENSE = "GPL"
-SRC_URI = "http://damien.degois.info/PyMP3/PyMP3-0.3.4.tar.gz"
+PR = "r2"
+
+SRC_URI = "http://www.vanille.de/mirror/PyMP3-0.3.4.tar.gz"
 S = "${WORKDIR}/PyMP3-0.3.4"
 
 PY_FILES = "box_info.py layer.py sound_ctrl.py stack.py txt_tools.py"