diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-05-27 17:27:38 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-05-27 17:27:38 +0000 |
commit | f30196c018e1e1b3a11dbcd1998b157eb9d82792 (patch) | |
tree | 8c915f53efe0e557bc4533305ef62a34c7571f96 | |
parent | sourceforge updates (diff) | |
download | historical-f30196c018e1e1b3a11dbcd1998b157eb9d82792.tar.gz historical-f30196c018e1e1b3a11dbcd1998b157eb9d82792.tar.bz2 historical-f30196c018e1e1b3a11dbcd1998b157eb9d82792.zip |
sourceforge updates
83 files changed, 188 insertions, 162 deletions
diff --git a/dev-util/astyle/astyle-1.15.3.ebuild b/dev-util/astyle/astyle-1.15.3.ebuild index 527030ef8901..4a0c260ff62a 100644 --- a/dev-util/astyle/astyle-1.15.3.ebuild +++ b/dev-util/astyle/astyle-1.15.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Eyez <eyez@infinite.fsw.leidenuniv.nl> -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.1 2002/04/24 20:29:01 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.2 2002/05/27 17:27:37 drobbins Exp $ ZIP="astyle_${PV}.zip" S=${WORKDIR} DESCRIPTION="Artistic Style is a reindenter and reformatter of C++, C and Java source code." -SRC_URI="http://prdownloads.sourceforge.net/astyle/${ZIP}" +SRC_URI="mirror://sourceforge/astyle/${ZIP}" HOMEPAGE="http://astyle.sourceforge.net" DEPEND=">=app-arch/unzip-5.42" diff --git a/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild index 5c90375ce3a2..e54cbcc98048 100644 --- a/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild +++ b/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Arcady Genkin <agenkin@thpoon.com> -# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild,v 1.1 2002/03/16 02:42:18 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild,v 1.2 2002/05/27 17:27:37 drobbins Exp $ DESCRIPTION="Python GUI RAD development tool." HOMEPAGE="http://boa-constructor.sourceforge.net/" BOA_VER=0.1.0-alpha -SRC_URI="http://prdownloads.sourceforge.net/boa-constructor/${PN}-${BOA_VER}.src.zip" +SRC_URI="mirror://sourceforge/boa-constructor/${PN}-${BOA_VER}.src.zip" S="${WORKDIR}"/boa diff --git a/dev-util/cervisia/cervisia-1.4.1.ebuild b/dev-util/cervisia/cervisia-1.4.1.ebuild index 72bdbae3056b..8f4967e2ad66 100644 --- a/dev-util/cervisia/cervisia-1.4.1.ebuild +++ b/dev-util/cervisia/cervisia-1.4.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/cervisia/cervisia-1.4.1.ebuild,v 1.4 2002/05/21 18:14:08 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cervisia/cervisia-1.4.1.ebuild,v 1.5 2002/05/27 17:27:38 drobbins Exp $ inherit kde-base || die need-kde 2 DESCRIPTION="A CVS Client for KDE" -SRC_URI="http://prdownloads.sourceforge.net/cervisia/${P}.tar.gz" +SRC_URI="mirror://sourceforge/cervisia/${P}.tar.gz" HOMEPAGE="http://cervisia.sourceforge.net" diff --git a/dev-util/cscope/cscope-15.3.ebuild b/dev-util/cscope/cscope-15.3.ebuild index 9b23accc8531..94e3f82ff392 100644 --- a/dev-util/cscope/cscope-15.3.ebuild +++ b/dev-util/cscope/cscope-15.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author AJ Lewis <lewis@sistina.com> -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.5 2001/11/10 12:45:09 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.6 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="CScope - interactively examine a C program" -SRC_URI="http://prdownloads.sourceforge.net/cscope/${P}.tar.gz" +SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" HOMEPAGE="http://cscope.sourceforge.net" RDEPEND="virtual/glibc diff --git a/dev-util/ctags/ctags-5.0.1.ebuild b/dev-util/ctags/ctags-5.0.1.ebuild index e0d341993871..66128211bc7d 100644 --- a/dev-util/ctags/ctags-5.0.1.ebuild +++ b/dev-util/ctags/ctags-5.0.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Grant Goodyear <g2boojum@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.0.1.ebuild,v 1.1 2001/07/08 18:30:22 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.0.1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ctags generates an index (or tag) file of C language objects found in C source and header files that allows these items to be quickly and easily located by a text editor or other utility. Currently supports 22 programming languages." -SRC_URI="http://prdownloads.sourceforge.net/ctags/${P}.tar.gz" +SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz" #Homepage, not used by Portage directly but handy for developer reference HOMEPAGE="http://ctags.sourceforge.net" diff --git a/dev-util/cunit/cunit-1.0.0.6.ebuild b/dev-util/cunit/cunit-1.0.0.6.ebuild index 68207f92e18f..205ef387a315 100644 --- a/dev-util/cunit/cunit-1.0.0.6.ebuild +++ b/dev-util/cunit/cunit-1.0.0.6.ebuild @@ -1,12 +1,12 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Yannick Koehler <ykoehler@hotmail.com> -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-1.0.0.6.ebuild,v 1.1 2002/04/13 21:29:31 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-1.0.0.6.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/CUnit-1.0-6 DESCRIPTION="CUnit - C Unit Test Framework" # Note: Upstream authors have sucky versioning scheme. We fake. -SRC_URI="http://prdownloads.sourceforge.net/cunit/CUnit-1.0-6.tar.gz" +SRC_URI="mirror://sourceforge/cunit/CUnit-1.0-6.tar.gz" HOMEPAGE="http://cunit.sourceforge.net" DEPEND="virtual/glibc" diff --git a/dev-util/gcvs/gcvs-1.0_beta2.ebuild b/dev-util/gcvs/gcvs-1.0_beta2.ebuild index 88ea7115b8e3..13ed652fd2a7 100644 --- a/dev-util/gcvs/gcvs-1.0_beta2.ebuild +++ b/dev-util/gcvs/gcvs-1.0_beta2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/gcvs/gcvs-1.0_beta2.ebuild,v 1.2 2002/05/23 06:50:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gcvs/gcvs-1.0_beta2.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ Z="gcvs-1.0b2" S=${WORKDIR}/${Z} DESCRIPTION="GUI frontend for CVS from the CVSGUI project" -SRC_URI="http://prdownloads.sourceforge.net/cvsgui/${Z}.tar.gz" +SRC_URI="mirror://sourceforge/cvsgui/${Z}.tar.gz" HOMEPAGE="http://cvsgui.sourceforge.net/" DEPEND="=x11-libs/gtk+-1.2* >=dev-lang/tcl-8.3.3 sys-devel/perl sys-devel/bison dev-util/glademm" diff --git a/dev-util/glimmer/glimmer-1.1.9.1-r1.ebuild b/dev-util/glimmer/glimmer-1.1.9.1-r1.ebuild index 951f7edc5366..3b665331452d 100644 --- a/dev-util/glimmer/glimmer-1.1.9.1-r1.ebuild +++ b/dev-util/glimmer/glimmer-1.1.9.1-r1.ebuild @@ -6,7 +6,7 @@ P_VERSION="1.1.9-1" S=${WORKDIR}/glimmer-${P_VERSION} DESCRIPTION="All-purpose gnome code editor." -SRC_URI="http://prdownloads.sourceforge.net/glimmer/${PN}-${P_VERSION}.tar.gz" +SRC_URI="mirror://sourceforge/glimmer/${PN}-${P_VERSION}.tar.gz" HOMEPAGE="http://glimmer.sourceforge.net" DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 diff --git a/dev-util/gputils/gputils-0.10.2.ebuild b/dev-util/gputils/gputils-0.10.2.ebuild index 3bd8c70826ba..e990f19c13f1 100644 --- a/dev-util/gputils/gputils-0.10.2.ebuild +++ b/dev-util/gputils/gputils-0.10.2.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author: Jeffry Molanus <gila@home.nl> # Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/gputils/gputils-0.10.2.ebuild,v 1.1 2002/04/24 20:20:08 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gputils/gputils-0.10.2.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utils for the PICxxx procesors" -SRC_URI="http://prdownloads.sourceforge.net/gputils/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gputils/${P}.tar.gz" HOMEPAGE="http://gputils.sourceforge.net/" src_compile(){ diff --git a/dev-util/kdbg/kdbg-1.2.2.ebuild b/dev-util/kdbg/kdbg-1.2.2.ebuild index ed493a22f357..29467e75b799 100644 --- a/dev-util/kdbg/kdbg-1.2.2.ebuild +++ b/dev-util/kdbg/kdbg-1.2.2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.2.ebuild,v 1.5 2002/05/21 18:14:08 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.2.ebuild,v 1.6 2002/05/27 17:27:38 drobbins Exp $ inherit kde-base || die need-kde 2 DESCRIPTION="A Graphical Debugger Interface to gdb" -SRC_URI="http://prdownloads.sourceforge.net/kdbg/${P}.tar.gz" +SRC_URI="mirror://sourceforge/kdbg/${P}.tar.gz" HOMEPAGE="http://members.nextra.at/johsixt/kdbg.html" src_compile() { diff --git a/dev-util/kdbg/kdbg-1.2.5.2.ebuild b/dev-util/kdbg/kdbg-1.2.5.2.ebuild index 23ad6334ea00..8ddf0c006119 100644 --- a/dev-util/kdbg/kdbg-1.2.5.2.ebuild +++ b/dev-util/kdbg/kdbg-1.2.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.5.2.ebuild,v 1.5 2002/05/21 18:14:08 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.5.2.ebuild,v 1.6 2002/05/27 17:27:38 drobbins Exp $ # 1.2.5 version links against KDE2 MY_PV=1.2.5 @@ -12,7 +12,7 @@ inherit kde-base need-kde 2 DESCRIPTION="A Graphical Debugger Interface to gdb" -SRC_URI="http://prdownloads.sourceforge.net/kdbg/kdbg-1.2.5.tar.gz" +SRC_URI="mirror://sourceforge/kdbg/kdbg-1.2.5.tar.gz" HOMEPAGE="http://members.nextra.at/johsixt/kdbg.html" S=${WORKDIR}/${MY_P} diff --git a/dev-util/kdbg/kdbg-1.2.5.3.ebuild b/dev-util/kdbg/kdbg-1.2.5.3.ebuild index 1e25a997ac37..2de003c214f2 100644 --- a/dev-util/kdbg/kdbg-1.2.5.3.ebuild +++ b/dev-util/kdbg/kdbg-1.2.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.5.3.ebuild,v 1.5 2002/05/21 18:14:08 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.5.3.ebuild,v 1.6 2002/05/27 17:27:38 drobbins Exp $ # 1.2.5 version links against KDE3 MY_PV=1.2.5 @@ -12,7 +12,7 @@ inherit kde-base need-kde 3 DESCRIPTION="A Graphical Debugger Interface to gdb" -SRC_URI="http://prdownloads.sourceforge.net/kdbg/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/kdbg/${MY_P}.tar.gz" HOMEPAGE="http://members.nextra.at/johsixt/kdbg.html" S=${WORKDIR}/${MY_P} diff --git a/dev-util/pharmacy/pharmacy-0.3-r1.ebuild b/dev-util/pharmacy/pharmacy-0.3-r1.ebuild index e66dae6340c2..f02965226211 100644 --- a/dev-util/pharmacy/pharmacy-0.3-r1.ebuild +++ b/dev-util/pharmacy/pharmacy-0.3-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/pharmacy/pharmacy-0.3-r1.ebuild,v 1.2 2001/11/10 12:45:09 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pharmacy/pharmacy-0.3-r1.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gnome Front-End to CVS" -SRC_URI="http://prdownloads.sourceforge.net/pharmacy/${P}.tar.gz" +SRC_URI="mirror://sourceforge/pharmacy/${P}.tar.gz" HOMEPAGE="http://pharmacy.sourceforge.net" DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1" diff --git a/dev-util/poedit/poedit-1.1.5.ebuild b/dev-util/poedit/poedit-1.1.5.ebuild index 04842bf8477d..1234a6da4425 100644 --- a/dev-util/poedit/poedit-1.1.5.ebuild +++ b/dev-util/poedit/poedit-1.1.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Tod Neidt <tneidt@fidnet.com> -# $Header: /var/cvsroot/gentoo-x86/dev-util/poedit/poedit-1.1.5.ebuild,v 1.2 2002/01/25 14:46:33 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/poedit/poedit-1.1.5.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Cross-platform gettext catalogs (.po files) editor." -SRC_URI="http://prdownloads.sourceforge.net/poedit/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/poedit/${P}.tar.bz2" HOMEPAGE="http://poedit.sourceforge.net/" diff --git a/dev-util/qtunit/qtunit-0.9.6.ebuild b/dev-util/qtunit/qtunit-0.9.6.ebuild index d6f97109b0d0..b77bd48b7712 100644 --- a/dev-util/qtunit/qtunit-0.9.6.ebuild +++ b/dev-util/qtunit/qtunit-0.9.6.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Geert Bevin <gbevin@theleaf.be> -# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.6.ebuild,v 1.1 2002/03/15 17:24:11 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.6.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="QtUnit is a unit testing framework for c++" -SRC_URI="http://prdownloads.sourceforge.net/qtunit/${PN}-${PV}.tar.bz2" +SRC_URI="mirror://sourceforge/qtunit/${PN}-${PV}.tar.bz2" HOMEPAGE="http://www.theleaf.be/projects/qtunit" DEPEND="=x11-libs/qt-3*" diff --git a/dev-util/scons/scons-0.0.2.ebuild b/dev-util/scons/scons-0.0.2.ebuild index ec6836330377..7afee9366d2c 100644 --- a/dev-util/scons/scons-0.0.2.ebuild +++ b/dev-util/scons/scons-0.0.2.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Tools Team <tools@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.0.2.ebuild,v 1.1 2002/01/02 00:18:48 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.0.2.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/scons-0.02 DESCRIPTION="Extensible python-based build utility" -SRC_URI="http://prdownloads.sourceforge.net/scons/scons-0.02.tar.gz" +SRC_URI="mirror://sourceforge/scons/scons-0.02.tar.gz" HOMEPAGE="http://www.scons.org" DEPEND=">=dev-lang/python-2.0" diff --git a/dev-util/scons/scons-0.0.3.ebuild b/dev-util/scons/scons-0.0.3.ebuild index 644cfb794204..d3a6d974dbb0 100644 --- a/dev-util/scons/scons-0.0.3.ebuild +++ b/dev-util/scons/scons-0.0.3.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Tools Team <tools@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.0.3.ebuild,v 1.1 2002/02/03 17:57:13 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.0.3.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/scons-0.03 DESCRIPTION="Extensible python-based build utility" -SRC_URI="http://prdownloads.sourceforge.net/scons/scons-0.03.tar.gz" +SRC_URI="mirror://sourceforge/scons/scons-0.03.tar.gz" HOMEPAGE="http://www.scons.org" DEPEND=">=dev-lang/python-2.0" diff --git a/dev-util/strace/strace-4.3.ebuild b/dev-util/strace/strace-4.3.ebuild index 274b5a2a22ca..32427c39b187 100644 --- a/dev-util/strace/strace-4.3.ebuild +++ b/dev-util/strace/strace-4.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.3.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.3.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A usefull diagnostic, instructional, adn debugging tool" -SRC_URI="http://prdownloads.sourceforge.net/strace/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/strace/${P}.tar.bz2" HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/" DEPEND="virtual/glibc" diff --git a/dev-util/uml/uml-1.0.1-r1.ebuild b/dev-util/uml/uml-1.0.1-r1.ebuild index dd76fa64c0f0..af7bf1beaf58 100644 --- a/dev-util/uml/uml-1.0.1-r1.ebuild +++ b/dev-util/uml/uml-1.0.1-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Holger Brueckner <darks@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.1-r1.ebuild,v 1.2 2002/05/21 18:14:08 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.1-r1.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ inherit kde-base DESCRIPTION="KDE 2.2 UML Drawing Utility" -SRC_URI="http://prdownloads.sourceforge.net/uml/${P}.tar.gz" +SRC_URI="mirror://sourceforge/uml/${P}.tar.gz" HOMEPAGE="http://uml.sourceforge.net" newdepend ">=kde-base/kdebase-2.2 virtual/glibc" diff --git a/dev-util/uml/uml-1.0.1.ebuild b/dev-util/uml/uml-1.0.1.ebuild index 0c2da47c2cd1..c64cf0028a2c 100644 --- a/dev-util/uml/uml-1.0.1.ebuild +++ b/dev-util/uml/uml-1.0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Holger Brueckner <darks@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.1.ebuild,v 1.2 2001/11/10 12:45:09 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.1.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="KDE 2.2 UML Drawing Utility" -SRC_URI="http://prdownloads.sourceforge.net/uml/${P}.tar.gz" +SRC_URI="mirror://sourceforge/uml/${P}.tar.gz" HOMEPAGE="http://uml.sourceforge.net" RDEPEND=">=kde-base/kdebase-2.2" diff --git a/dev-util/uml/uml-1.0.3.ebuild b/dev-util/uml/uml-1.0.3.ebuild index dde9e71f5b30..3bc3395be3c2 100644 --- a/dev-util/uml/uml-1.0.3.ebuild +++ b/dev-util/uml/uml-1.0.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Holger Brueckner <darks@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.3.ebuild,v 1.2 2002/05/21 18:14:08 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.3.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ inherit kde-base DESCRIPTION="KDE 2.2 UML Drawing Utility" -SRC_URI="http://prdownloads.sourceforge.net/uml/${P}-1.tar.gz" +SRC_URI="mirror://sourceforge/uml/${P}-1.tar.gz" HOMEPAGE="http://uml.sourceforge.net" newdepend ">=kde-base/kdebase-2.2 virtual/glibc" diff --git a/dev-util/usermode/usermode-20020104.ebuild b/dev-util/usermode/usermode-20020104.ebuild index d916a01dd865..ddb1a5e1457a 100644 --- a/dev-util/usermode/usermode-20020104.ebuild +++ b/dev-util/usermode/usermode-20020104.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/usermode/usermode-20020104.ebuild,v 1.2 2002/01/08 04:28:17 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/usermode/usermode-20020104.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/tools DESCRIPTION="Tools for use with Usermode Linux virtual machines" -SRC_URI="http://prdownloads.sourceforge.net/user-mode-linux/uml_utilities_20020104.tar.bz2" +SRC_URI="mirror://sourceforge/user-mode-linux/uml_utilities_20020104.tar.bz2" HOMEPAGE="http://user-mode-linux.sourceforge.net/" DEPEND="" diff --git a/dev-util/usermode/usermode-20020415.ebuild b/dev-util/usermode/usermode-20020415.ebuild index dcff432f0ad9..308f478fb9eb 100644 --- a/dev-util/usermode/usermode-20020415.ebuild +++ b/dev-util/usermode/usermode-20020415.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/usermode/usermode-20020415.ebuild,v 1.1 2002/04/28 00:49:08 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/usermode/usermode-20020415.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/tools DESCRIPTION="Tools for use with Usermode Linux virtual machines" -SRC_URI="http://prdownloads.sourceforge.net/user-mode-linux/uml_utilities_${PV}.tar.bz2" +SRC_URI="mirror://sourceforge/user-mode-linux/uml_utilities_${PV}.tar.bz2" HOMEPAGE="http://user-mode-linux.sourceforge.net/" DEPEND="" diff --git a/dev-util/xdelta/xdelta-1.1.3.ebuild b/dev-util/xdelta/xdelta-1.1.3.ebuild index 218ab44e2093..3fc2330a75aa 100644 --- a/dev-util/xdelta/xdelta-1.1.3.ebuild +++ b/dev-util/xdelta/xdelta-1.1.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Terry Chan <tchan@enteract.com> -# $Header: /var/cvsroot/gentoo-x86/dev-util/xdelta/xdelta-1.1.3.ebuild,v 1.2 2002/04/12 17:37:28 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xdelta/xdelta-1.1.3.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Computes changes between binary or text files and creates deltas" -SRC_URI="http://prdownloads.sourceforge.net/xdelta/${P}.tar.gz" +SRC_URI="mirror://sourceforge/xdelta/${P}.tar.gz" HOMEPAGE="http://xdelta.sourceforge.net" DEPEND="virtual/glibc =dev-libs/glib-1.2* diff --git a/dev-util/xxdiff/xxdiff-1.9.ebuild b/dev-util/xxdiff/xxdiff-1.9.ebuild index 78a7d595a214..dfce9e37c02b 100644 --- a/dev-util/xxdiff/xxdiff-1.9.ebuild +++ b/dev-util/xxdiff/xxdiff-1.9.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-1.9.ebuild,v 1.4 2002/02/03 21:48:30 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-1.9.ebuild,v 1.5 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A graphical file comparator and merge tool simular to xdiff." -SRC_URI="http://prdownloads.sourceforge.net/xxdiff/${P}.src.tar.gz" +SRC_URI="mirror://sourceforge/xxdiff/${P}.src.tar.gz" HOMEPAGE="http://xxdiff.sourceforge.net/" DEPEND="virtual/glibc diff --git a/dev-util/xxdiff/xxdiff-2.5.ebuild b/dev-util/xxdiff/xxdiff-2.5.ebuild index a17b190a4fda..0c90a21e28b9 100644 --- a/dev-util/xxdiff/xxdiff-2.5.ebuild +++ b/dev-util/xxdiff/xxdiff-2.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.5.ebuild,v 1.1 2002/02/28 22:55:43 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.5.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A graphical file comparator and merge tool simular to xdiff." -SRC_URI="http://prdownloads.sourceforge.net/xxdiff/${P}.tar.gz" +SRC_URI="mirror://sourceforge/xxdiff/${P}.tar.gz" HOMEPAGE="http://xxdiff.sourceforge.net/" DEPEND="virtual/glibc diff --git a/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild new file mode 100644 index 000000000000..2b99fb2a2d45 --- /dev/null +++ b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome Pilot Conduits" +SRC_URI="http://www.eskil.org/gnome-pilot/download/tarballs/${P}.tar.gz" +HOMEPAGE="http://www.gnome.org/gnome-pilot/" + +DEPEND=">=gnome-extra/gnome-pilot-0.1.62" + +src_compile() { + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --host=${CHOST} || die + + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING* ChangeLog README NEWS +} diff --git a/gnome-extra/gnomemm/gnomemm-1.2.2-r1.ebuild b/gnome-extra/gnomemm/gnomemm-1.2.2-r1.ebuild index 1febcc9a93a1..6619a7c8ecb2 100644 --- a/gnome-extra/gnomemm/gnomemm-1.2.2-r1.ebuild +++ b/gnome-extra/gnomemm/gnomemm-1.2.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Nathaniel Hirsch <nh2@njit.edu> Achim Gottinge <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnomemm/gnomemm-1.2.2-r1.ebuild,v 1.2 2002/05/04 23:01:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnomemm/gnomemm-1.2.2-r1.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="C++ binding for the GNOME libraries" -SRC_URI="http://prdownloads.sourceforge.net/gtkmm/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gtkmm/${P}.tar.gz" HOMEPAGE="http://gtkmm.sourceforge.net/" RDEPEND=">=x11-libs/gtkmm-1.2.8 diff --git a/gnome-extra/gnomemm/gnomemm-1.2.2.ebuild b/gnome-extra/gnomemm/gnomemm-1.2.2.ebuild index e04f793e0e29..2b52afbabaa4 100644 --- a/gnome-extra/gnomemm/gnomemm-1.2.2.ebuild +++ b/gnome-extra/gnomemm/gnomemm-1.2.2.ebuild @@ -1,11 +1,11 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Nathaniel Hirsch <nh2@njit.edu> Achim Gottinge <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnomemm/gnomemm-1.2.2.ebuild,v 1.1 2001/11/05 22:55:27 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnomemm/gnomemm-1.2.2.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="C++ binding for the GNOME libraries" -SRC_URI="http://prdownloads.sourceforge.net/gtkmm/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gtkmm/${P}.tar.gz" HOMEPAGE="http://gtkmm.sourceforge.net/" RDEPEND=">=x11-libs/gtkmm-1.2.8 diff --git a/media-gfx/autotrace/autotrace-0.27a.ebuild b/media-gfx/autotrace/autotrace-0.27a.ebuild index 32416e8e1a7b..b61745b7f194 100644 --- a/media-gfx/autotrace/autotrace-0.27a.ebuild +++ b/media-gfx/autotrace/autotrace-0.27a.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.27a.ebuild,v 1.3 2002/05/23 06:50:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.27a.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts Bitmaps to vector-grahics" -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://autotrace.sourceforge.net/" DEPEND="virtual/glibc diff --git a/media-gfx/aview/aview-1.3.0_rc1.ebuild b/media-gfx/aview/aview-1.3.0_rc1.ebuild index 211f32ae2ab0..7fbfae448ae5 100644 --- a/media-gfx/aview/aview-1.3.0_rc1.ebuild +++ b/media-gfx/aview/aview-1.3.0_rc1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aview/aview-1.3.0_rc1.ebuild,v 1.1 2001/10/22 20:35:22 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aview/aview-1.3.0_rc1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ MY_P="`echo ${P} |sed -e 's:_::'`" S="${WORKDIR}/`echo ${MY_P} |sed -e 's:rc.::'`" DESCRIPTION="An ASCII PNG-Viewer" -SRC_URI="http://prdownloads.sourceforge.net/aa-project/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz" HOMEPAGE="http://aa-project.sourceforge.net/aview/" DEPEND=">=media-libs/aalib-1.4_rc4" diff --git a/media-gfx/gimp-print/gimp-print-4.1.99_beta4-r1.ebuild b/media-gfx/gimp-print/gimp-print-4.1.99_beta4-r1.ebuild index ef9e63f2e6ab..6a3bd8a0af65 100644 --- a/media-gfx/gimp-print/gimp-print-4.1.99_beta4-r1.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.1.99_beta4-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.1.99_beta4-r1.ebuild,v 1.1 2002/04/02 08:17:58 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.1.99_beta4-r1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ MY_P="${PN}-`echo ${PV} |sed -e 's:_:-:' -e 's:eta::'`" S=${WORKDIR}/${MY_P} DESCRIPTION="Gimp Plugin and Ghostscript driver for Gimp" -SRC_URI="http://prdownloads.sourceforge.net/gimp-print/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.gz" HOMEPAGE="http://gimp-print.sourceforge.net/" DEPEND=">=media-gfx/gimp-1.2.1 diff --git a/media-gfx/gimp-print/gimp-print-4.1.99_beta4.ebuild b/media-gfx/gimp-print/gimp-print-4.1.99_beta4.ebuild index a782a97d91d0..b201f40d880c 100644 --- a/media-gfx/gimp-print/gimp-print-4.1.99_beta4.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.1.99_beta4.ebuild @@ -5,7 +5,7 @@ MY_P="${PN}-`echo ${PV} |sed -e 's:_:-:' -e 's:eta::'`" S=${WORKDIR}/${MY_P} DESCRIPTION="Gimp Plugin and Ghostscript driver for Gimp" -SRC_URI="http://prdownloads.sourceforge.net/gimp-print/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.gz" HOMEPAGE="http://gimp-print.sourceforge.net/" DEPEND=">=media-gfx/gimp-1.2.1" diff --git a/media-gfx/gimp-print/gimp-print-4.2.1.ebuild b/media-gfx/gimp-print/gimp-print-4.2.1.ebuild index fb831c69eb32..fab7d60c85c3 100644 --- a/media-gfx/gimp-print/gimp-print-4.2.1.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.2.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.1.ebuild,v 1.1 2002/04/28 23:47:28 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ MY_P="${PN}-`echo ${PV} |sed -e 's:_:-:' -e 's:eta::'`" S=${WORKDIR}/${MY_P} DESCRIPTION="Gimp Plugin and Ghostscript driver for Gimp" -SRC_URI="http://prdownloads.sourceforge.net/gimp-print/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.gz" HOMEPAGE="http://gimp-print.sourceforge.net/" DEPEND=">=media-gfx/gimp-1.2.1 diff --git a/media-gfx/gqview/gqview-1.0.2-r1.ebuild b/media-gfx/gqview/gqview-1.0.2-r1.ebuild index dd48917da09b..b099e32ad948 100644 --- a/media-gfx/gqview/gqview-1.0.2-r1.ebuild +++ b/media-gfx/gqview/gqview-1.0.2-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Santa Clause <sc@arctic.np> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-1.0.2-r1.ebuild,v 1.1 2002/04/12 23:36:22 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-1.0.2-r1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A GNOME image browser" -SRC_URI="http://prdownloads.sourceforge.net/gqview/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gqview/${P}.tar.gz" HOMEPAGE="http://gqview.sourceforge.net/" DEPEND="media-libs/libpng diff --git a/media-gfx/gqview/gqview-1.0.2.ebuild b/media-gfx/gqview/gqview-1.0.2.ebuild index 2562b8979dcb..21596c9b2af0 100644 --- a/media-gfx/gqview/gqview-1.0.2.ebuild +++ b/media-gfx/gqview/gqview-1.0.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Santa Clause <sc@arctic.np> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-1.0.2.ebuild,v 1.3 2002/05/23 06:50:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-1.0.2.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A GNOME image browser" -SRC_URI="http://prdownloads.sourceforge.net/gqview/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gqview/${P}.tar.gz" HOMEPAGE="http://gqview.sourceforge.net/" DEPEND="virtual/glibc diff --git a/media-gfx/gthumb/gthumb-0.9.9.ebuild b/media-gfx/gthumb/gthumb-0.9.9.ebuild index d29506570990..d5b21ee98be7 100644 --- a/media-gfx/gthumb/gthumb-0.9.9.ebuild +++ b/media-gfx/gthumb/gthumb-0.9.9.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@gentoo.org> # Author Jens Blaesche <mr.big@pc-trouble.de> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-0.9.9.ebuild,v 1.3 2002/04/28 04:50:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-0.9.9.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="gthumb is an Image Viewer and Browser for Gnome." -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://gthumb.sourceforge.net/" DEPEND=">=media-libs/gdk-pixbuf-0.11.0-r1 diff --git a/media-gfx/k3studio/k3studio-0.97.ebuild b/media-gfx/k3studio/k3studio-0.97.ebuild index 48614f773125..ae97b47d589c 100644 --- a/media-gfx/k3studio/k3studio-0.97.ebuild +++ b/media-gfx/k3studio/k3studio-0.97.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3studio/k3studio-0.97.ebuild,v 1.3 2002/05/21 18:14:10 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3studio/k3studio-0.97.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ inherit kde-base || die @@ -19,7 +19,7 @@ newdepend "=dev-lang/python-2.0* # >=media-libs/gltt DESCRIPTION="KDE universal workbench for 2D/3D modeling, visualization and simulation." -SRC_URI="http://prdownloads.sourceforge.net/k3studio/k3studio-0.97.tar.gz" +SRC_URI="mirror://sourceforge/k3studio/k3studio-0.97.tar.gz" HOMEPAGE="http://k3studio.sourceforge.net" src_compile() { diff --git a/media-gfx/kimagemapeditor/kimagemapeditor-0.9.4.ebuild b/media-gfx/kimagemapeditor/kimagemapeditor-0.9.4.ebuild index 649dad808ea5..7208749ef7dd 100644 --- a/media-gfx/kimagemapeditor/kimagemapeditor-0.9.4.ebuild +++ b/media-gfx/kimagemapeditor/kimagemapeditor-0.9.4.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author Thilo Bangert <bangert@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kimagemapeditor/kimagemapeditor-0.9.4.ebuild,v 1.3 2002/05/21 18:14:10 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kimagemapeditor/kimagemapeditor-0.9.4.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ inherit kde-base || die DESCRIPTION="An imagemap editor for KDE" -SRC_URI="http://prdownloads.sourceforge.net/kimagemapeditor/${P}.tar.gz" +SRC_URI="mirror://sourceforge/kimagemapeditor/${P}.tar.gz" HOMEPAGE="http://kimagemapeditor.sourceforge.net" need-kde 2.2 diff --git a/media-gfx/kuickshow/kuickshow-0.8-r2.ebuild b/media-gfx/kuickshow/kuickshow-0.8-r2.ebuild index 1c2db0c162ff..aca0ccb30b4b 100644 --- a/media-gfx/kuickshow/kuickshow-0.8-r2.ebuild +++ b/media-gfx/kuickshow/kuickshow-0.8-r2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kuickshow/kuickshow-0.8-r2.ebuild,v 1.5 2002/05/21 18:14:10 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kuickshow/kuickshow-0.8-r2.ebuild,v 1.6 2002/05/27 17:27:38 drobbins Exp $ inherit kde-base || die need-kde 2.1.1 DESCRIPTION="Kuickshow image loader for kde2" -SRC_URI="http://prdownloads.sourceforge.net/kuickshow/${P}.tgz" +SRC_URI="mirror://sourceforge/kuickshow/${P}.tgz" HOMEPAGE="http://kuickshow.sourceforge.net/" DEPEND="$DEPEND sys-apps/which" diff --git a/media-gfx/pngcrush/pngcrush-1.5.8.ebuild b/media-gfx/pngcrush/pngcrush-1.5.8.ebuild index 9c53cc63e9cc..32049cad72cf 100644 --- a/media-gfx/pngcrush/pngcrush-1.5.8.ebuild +++ b/media-gfx/pngcrush/pngcrush-1.5.8.ebuild @@ -5,7 +5,7 @@ S=${WORKDIR}/${P} DESCRIPTION="PNG optimizing tool" -SRC_URI="http://prdownloads.sourceforge.net/pmt/${P}.tar.gz" +SRC_URI="mirror://sourceforge/pmt/${P}.tar.gz" HOMEPAGE="http://pmt.sourceforge.net/pngcrush/" DEPEND="" diff --git a/media-gfx/sketch/sketch-0.6.12-r1.ebuild b/media-gfx/sketch/sketch-0.6.12-r1.ebuild index dbcd5b228682..8409cb4385b0 100644 --- a/media-gfx/sketch/sketch-0.6.12-r1.ebuild +++ b/media-gfx/sketch/sketch-0.6.12-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Chouser <chouser@gentoo.com> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sketch/sketch-0.6.12-r1.ebuild,v 1.1 2002/01/15 01:27:50 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sketch/sketch-0.6.12-r1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="interactive X11 vector drawing program" -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://sketch.sourceforge.net/" DEPEND=">=dev-python/Imaging-1.1.2-r1 diff --git a/media-gfx/sodipodi/sodipodi-0.24.1-r4.ebuild b/media-gfx/sodipodi/sodipodi-0.24.1-r4.ebuild index bfeb07345b87..60a96139e581 100644 --- a/media-gfx/sodipodi/sodipodi-0.24.1-r4.ebuild +++ b/media-gfx/sodipodi/sodipodi-0.24.1-r4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <micke@hallendal.net> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sodipodi/sodipodi-0.24.1-r4.ebuild,v 1.1 2002/02/18 19:46:26 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sodipodi/sodipodi-0.24.1-r4.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Vector illustrating application for GNOME" -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://sodipodi.sourceforge.net/" RDEPEND=">=gnome-base/gnome-print-0.30 diff --git a/media-libs/aalib/aalib-1.4_rc4-r1.ebuild b/media-libs/aalib/aalib-1.4_rc4-r1.ebuild index 3dba40c8a3a0..d3d434c735b8 100644 --- a/media-libs/aalib/aalib-1.4_rc4-r1.ebuild +++ b/media-libs/aalib/aalib-1.4_rc4-r1.ebuild @@ -1,12 +1,12 @@ ## Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc4-r1.ebuild,v 1.1 2001/12/13 22:55:27 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc4-r1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ MY_P=${P/_/} S=${WORKDIR}/${PN}-1.4.0 DESCRIPTION="A ASCI-Graphics Library" -SRC_URI="http://prdownloads.sourceforge.net/aa-project/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz" HOMEPAGE="http://www.ta.jcu.cz/aa/" DEPEND=">=sys-libs/ncurses-5.1 diff --git a/media-libs/aalib/aalib-1.4_rc4.ebuild b/media-libs/aalib/aalib-1.4_rc4.ebuild index fcf980ae9508..300b1c718d80 100644 --- a/media-libs/aalib/aalib-1.4_rc4.ebuild +++ b/media-libs/aalib/aalib-1.4_rc4.ebuild @@ -1,12 +1,12 @@ ## Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc4.ebuild,v 1.2 2001/06/23 16:07:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc4.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ A=${PN}-1.4rc4.tar.gz S=${WORKDIR}/${PN}-1.4.0 DESCRIPTION="A ASCI-Graphics Library" -SRC_URI="http://prdownloads.sourceforge.net/aa-project/${A}" +SRC_URI="mirror://sourceforge/aa-project/${A}" HOMEPAGE="http://www.ta.jcu.cz/aa/" DEPEND=">=sys-libs/ncurses-5.1 diff --git a/media-libs/allegro/allegro-4.0.1-r1.ebuild b/media-libs/allegro/allegro-4.0.1-r1.ebuild index 556141ac9f7a..c67d9730f14f 100644 --- a/media-libs/allegro/allegro-4.0.1-r1.ebuild +++ b/media-libs/allegro/allegro-4.0.1-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gantoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.1-r1.ebuild,v 1.1 2002/04/30 09:09:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.1-r1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Allegro is a cross-platform multimedia library" -SRC_URI="http://prdownloads.sourceforge.net/alleg/${P}.tar.gz" +SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" HOMEPAGE="http://alleg.sourceforge.net/" DEPEND="X? ( virtual/x11 ) diff --git a/media-libs/allegro/allegro-4.0.1-r2.ebuild b/media-libs/allegro/allegro-4.0.1-r2.ebuild index ad2021e00d7d..6de8a6368a1c 100644 --- a/media-libs/allegro/allegro-4.0.1-r2.ebuild +++ b/media-libs/allegro/allegro-4.0.1-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gantoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.1-r2.ebuild,v 1.1 2002/05/13 06:09:54 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.1-r2.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ LICENSE="Allegro" S=${WORKDIR}/${P} DESCRIPTION="Allegro is a cross-platform multimedia library" -SRC_URI="http://prdownloads.sourceforge.net/alleg/${P}.tar.gz" +SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" HOMEPAGE="http://alleg.sourceforge.net/" RDEPEND="X? ( virtual/x11 ) diff --git a/media-libs/allegro/allegro-4.0.1.ebuild b/media-libs/allegro/allegro-4.0.1.ebuild index e8aa3858e2c9..74c99229cf35 100644 --- a/media-libs/allegro/allegro-4.0.1.ebuild +++ b/media-libs/allegro/allegro-4.0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gantoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.1.ebuild,v 1.2 2002/04/14 18:15:23 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.1.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Allegro is a cross-platform multimedia library" -SRC_URI="http://prdownloads.sourceforge.net/alleg/${P}.tar.gz" +SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" HOMEPAGE="http://alleg.sourceforge.net/" DEPEND="X? ( virtual/x11 )" diff --git a/media-libs/flac/flac-1.0.1.ebuild b/media-libs/flac/flac-1.0.1.ebuild index 663ff03088ec..179df324d33d 100644 --- a/media-libs/flac/flac-1.0.1.ebuild +++ b/media-libs/flac/flac-1.0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.1.ebuild,v 1.2 2001/12/06 22:12:34 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.1.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A free lossless audio encoder" -SRC_URI="http://prdownloads.sourceforge.net/flac/${P}-src.tar.gz" +SRC_URI="mirror://sourceforge/flac/${P}-src.tar.gz" HOMEPAGE="http://flac.sourceforge.net/" #flac has an optional xmms plugin. For now, we just depend on xmms. We can optimize this later. RDEPEND="virtual/glibc X? ( >=media-sound/xmms-1.2.5-r2 ) >=media-libs/libogg-1.0_rc2" diff --git a/media-libs/flac/flac-1.0.2.ebuild b/media-libs/flac/flac-1.0.2.ebuild index a71cf2b2467f..c4e9e4b63046 100644 --- a/media-libs/flac/flac-1.0.2.ebuild +++ b/media-libs/flac/flac-1.0.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.2.ebuild,v 1.2 2002/02/05 23:35:04 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.2.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A free lossless audio encoder" -SRC_URI="http://prdownloads.sourceforge.net/flac/${P}-src.tar.gz" +SRC_URI="mirror://sourceforge/flac/${P}-src.tar.gz" HOMEPAGE="http://flac.sourceforge.net/" #flac has an optional xmms plugin. For now, we just depend on xmms. We can optimize this later. RDEPEND="virtual/glibc X? ( >=media-sound/xmms-1.2.5-r2 ) >=media-libs/libogg-1.0_rc2" diff --git a/media-libs/freetype/freetype-2.0.8.ebuild b/media-libs/freetype/freetype-2.0.8.ebuild index 95e2a63943a1..6789cf85bd7a 100644 --- a/media-libs/freetype/freetype-2.0.8.ebuild +++ b/media-libs/freetype/freetype-2.0.8.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.0.8.ebuild,v 1.1 2002/02/17 17:41:09 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.0.8.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-quality and portable font engine" -SRC_URI="http://prdownloads.sourceforge.net/freetype/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/freetype/${P}.tar.bz2" HOMEPAGE="http://www.freetype.org/" SLOT="2" diff --git a/media-libs/freetype/freetype-2.0.9.ebuild b/media-libs/freetype/freetype-2.0.9.ebuild index 83473e18d6fc..67cea4d221df 100644 --- a/media-libs/freetype/freetype-2.0.9.ebuild +++ b/media-libs/freetype/freetype-2.0.9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.0.9.ebuild,v 1.2 2002/04/04 15:00:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.0.9.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-quality and portable font engine" -SRC_URI="http://prdownloads.sourceforge.net/freetype/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/freetype/${P}.tar.bz2" HOMEPAGE="http://www.freetype.org/" SLOT="2" diff --git a/media-libs/freetype/freetype-2.1.0.ebuild b/media-libs/freetype/freetype-2.1.0.ebuild index ae3d309f62d8..3942c7f23e64 100644 --- a/media-libs/freetype/freetype-2.1.0.ebuild +++ b/media-libs/freetype/freetype-2.1.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.1.0.ebuild,v 1.1 2002/04/25 22:25:59 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.1.0.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-quality and portable font engine" -SRC_URI="http://prdownloads.sourceforge.net/freetype/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/freetype/${P}.tar.bz2" HOMEPAGE="http://www.freetype.org/" SLOT="2" diff --git a/media-libs/glut/glut-3.7-r1.ebuild b/media-libs/glut/glut-3.7-r1.ebuild index 86cf80a1dfca..2446a7a01b5a 100644 --- a/media-libs/glut/glut-3.7-r1.ebuild +++ b/media-libs/glut/glut-3.7-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7-r1.ebuild,v 1.8 2002/01/24 18:36:19 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7-r1.ebuild,v 1.9 2002/05/27 17:27:38 drobbins Exp $ MESA_VER="4.0.1" S=${WORKDIR}/Mesa-${MESA_VER} DESCRIPTION="" -SRC_URI="http://prdownloads.sourceforge.net/mesa3d/MesaLib-${MESA_VER}.tar.bz2 - http://prdownloads.sourceforge.net/mesa3d/MesaDemos-${MESA_VER}.tar.bz2" +SRC_URI="mirror://sourceforge/mesa3d/MesaLib-${MESA_VER}.tar.bz2 + mirror://sourceforge/mesa3d/MesaDemos-${MESA_VER}.tar.bz2" HOMEPAGE="http://www.opengl.org/developers/documentation/glut/" DEPEND="virtual/glibc diff --git a/media-libs/glut/glut-3.7-r2.ebuild b/media-libs/glut/glut-3.7-r2.ebuild index 2230d5737cf0..0e45875b4341 100644 --- a/media-libs/glut/glut-3.7-r2.ebuild +++ b/media-libs/glut/glut-3.7-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7-r2.ebuild,v 1.1 2002/02/25 04:09:51 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7-r2.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ MESA_VER="4.0.1" S=${WORKDIR}/Mesa-${MESA_VER} DESCRIPTION="The OpenGL Utility Toolkit (GLUT)" -SRC_URI="http://prdownloads.sourceforge.net/mesa3d/MesaLib-${MESA_VER}.tar.bz2 - http://prdownloads.sourceforge.net/mesa3d/MesaDemos-${MESA_VER}.tar.bz2" +SRC_URI="mirror://sourceforge/mesa3d/MesaLib-${MESA_VER}.tar.bz2 + mirror://sourceforge/mesa3d/MesaDemos-${MESA_VER}.tar.bz2" HOMEPAGE="http://www.opengl.org/developers/documentation/glut/" DEPEND="virtual/glibc diff --git a/media-libs/gst-plugins/gst-plugins-0.3.4.ebuild b/media-libs/gst-plugins/gst-plugins-0.3.4.ebuild index fb271aec5357..32ec1e939aa2 100644 --- a/media-libs/gst-plugins/gst-plugins-0.3.4.ebuild +++ b/media-libs/gst-plugins/gst-plugins-0.3.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Artem Baguinski <artm@v2.nl> -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.3.4.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.3.4.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Additional plugins for gstreamer - streaming media framework" -SRC_URI="http://prdownloads.sourceforge.net/gstreamer/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gstreamer/${P}.tar.gz" HOMEPAGE="http://gstreamer.sourceforge.net" # required packages diff --git a/media-libs/gstreamer/gstreamer-0.3.4.ebuild b/media-libs/gstreamer/gstreamer-0.3.4.ebuild index e7536b83bade..378318f3c470 100644 --- a/media-libs/gstreamer/gstreamer-0.3.4.ebuild +++ b/media-libs/gstreamer/gstreamer-0.3.4.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author: Artem Baguinski <artm@v2.nl> # Maintainer: Spider <spider@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.3.4.ebuild,v 1.3 2002/05/06 16:27:34 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.3.4.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Streaming media framework" -SRC_URI="http://prdownloads.sourceforge.net/gstreamer/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gstreamer/${P}.tar.gz" HOMEPAGE="http://gstreamer.sourceforge.net" # required packages diff --git a/media-libs/id3lib-docs/id3lib-docs-3.8.0_pre2.ebuild b/media-libs/id3lib-docs/id3lib-docs-3.8.0_pre2.ebuild index 4e274e303c80..8f138a411ab1 100644 --- a/media-libs/id3lib-docs/id3lib-docs-3.8.0_pre2.ebuild +++ b/media-libs/id3lib-docs/id3lib-docs-3.8.0_pre2.ebuild @@ -6,7 +6,7 @@ PARENT=id3lib-3.8.0pre2 A=${PARENT}.tar.gz S=${WORKDIR}/${PARENT} DESCRIPTION="Id3 library for C/C++ -- API Refrence" -SRC_URI="http://prdownloads.sourceforge.net/id3lib/${A}" +SRC_URI="mirror://sourceforge/id3lib/${A}" HOMEPAGE="http://id3lib.sourceforge.net/" diff --git a/media-libs/id3lib/id3lib-3.8.0_pre2-r1.ebuild b/media-libs/id3lib/id3lib-3.8.0_pre2-r1.ebuild index cfea6c3da78a..1e04036680ef 100644 --- a/media-libs/id3lib/id3lib-3.8.0_pre2-r1.ebuild +++ b/media-libs/id3lib/id3lib-3.8.0_pre2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Tom von Schwerdtner <tvon@etria.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.0_pre2-r1.ebuild,v 1.1 2002/05/05 10:56:36 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.0_pre2-r1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ A=${PN}-3.8.0pre2.tar.gz S=${WORKDIR}/${PN}-3.8.0pre2 DESCRIPTION="Id3 library for C/C++" -SRC_URI="http://prdownloads.sourceforge.net/id3lib/${A}" +SRC_URI="mirror://sourceforge/id3lib/${A}" HOMEPAGE="http://id3lib.sourceforge.net/" DEPEND="virtual/glibc" diff --git a/media-libs/id3lib/id3lib-3.8.0_pre2.ebuild b/media-libs/id3lib/id3lib-3.8.0_pre2.ebuild index 24eba6e7a157..440732ea068f 100644 --- a/media-libs/id3lib/id3lib-3.8.0_pre2.ebuild +++ b/media-libs/id3lib/id3lib-3.8.0_pre2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Tom von Schwerdtner <tvon@etria.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.0_pre2.ebuild,v 1.1 2001/10/26 01:36:46 lordjoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.0_pre2.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ A=${PN}-3.8.0pre2.tar.gz S=${WORKDIR}/${PN}-3.8.0pre2 DESCRIPTION="Id3 library for C/C++" -SRC_URI="http://prdownloads.sourceforge.net/id3lib/${A}" +SRC_URI="mirror://sourceforge/id3lib/${A}" HOMEPAGE="http://id3lib.sourceforge.net/" DEPEND="virtual/glibc" diff --git a/media-libs/imlib2/imlib2-1.0.5-r1.ebuild b/media-libs/imlib2/imlib2-1.0.5-r1.ebuild index 57d75accd4b6..e64c39454732 100644 --- a/media-libs/imlib2/imlib2-1.0.5-r1.ebuild +++ b/media-libs/imlib2/imlib2-1.0.5-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.5-r1.ebuild,v 1.2 2002/05/23 06:50:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.5-r1.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="imlib" -SRC_URI="http://prdownloads.sourceforge.net/enlightenment/${P}.tar.gz" +SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz" HOMEPAGE="http://enlightenment.org/" DEPEND="virtual/glibc diff --git a/media-libs/imlib2/imlib2-1.0.5.ebuild b/media-libs/imlib2/imlib2-1.0.5.ebuild index f47330c9938c..e6e2b77ad2c0 100644 --- a/media-libs/imlib2/imlib2-1.0.5.ebuild +++ b/media-libs/imlib2/imlib2-1.0.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.5.ebuild,v 1.3 2002/05/23 06:50:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.5.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="imlib" -SRC_URI="http://prdownloads.sourceforge.net/enlightenment/${P}.tar.gz" +SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz" HOMEPAGE="http://enlightenment.org/" DEPEND="virtual/glibc diff --git a/media-libs/imlib2/imlib2-1.0.6-r1.ebuild b/media-libs/imlib2/imlib2-1.0.6-r1.ebuild index baa48fb77734..835d4def8f17 100644 --- a/media-libs/imlib2/imlib2-1.0.6-r1.ebuild +++ b/media-libs/imlib2/imlib2-1.0.6-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6-r1.ebuild,v 1.2 2002/05/23 06:50:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6-r1.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="imlib" -SRC_URI="http://prdownloads.sourceforge.net/enlightenment/${P}.tar.gz" +SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz" HOMEPAGE="http://enlightenment.org/" DEPEND="virtual/glibc diff --git a/media-libs/imlib2/imlib2-1.0.6.ebuild b/media-libs/imlib2/imlib2-1.0.6.ebuild index 5cbe8669c397..2672cb5cc686 100644 --- a/media-libs/imlib2/imlib2-1.0.6.ebuild +++ b/media-libs/imlib2/imlib2-1.0.6.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6.ebuild,v 1.2 2002/05/23 06:50:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="imlib" -SRC_URI="http://prdownloads.sourceforge.net/enlightenment/${P}.tar.gz" +SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz" HOMEPAGE="http://enlightenment.org/" DEPEND="virtual/glibc diff --git a/media-libs/libdv/libdv-0.9-r1.ebuild b/media-libs/libdv/libdv-0.9-r1.ebuild index de449883e240..7c01ac7ff737 100644 --- a/media-libs/libdv/libdv-0.9-r1.ebuild +++ b/media-libs/libdv/libdv-0.9-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdv/libdv-0.9-r1.ebuild,v 1.2 2002/05/23 06:50:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdv/libdv-0.9-r1.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="software codec for dv-format video (camcorders etc)" -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://${P}.sourceforge.net/" DEPEND="sys-devel/gcc diff --git a/media-libs/libdv/libdv-0.9.5.ebuild b/media-libs/libdv/libdv-0.9.5.ebuild index 7005ecb86836..5dc4b51eb236 100644 --- a/media-libs/libdv/libdv-0.9.5.ebuild +++ b/media-libs/libdv/libdv-0.9.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdv/libdv-0.9.5.ebuild,v 1.2 2002/05/23 06:50:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdv/libdv-0.9.5.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="software codec for dv-format video (camcorders etc)" -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz ftp://download.sourceforge.net/pub/sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://${P}.sourceforge.net/" diff --git a/media-libs/libdv/libdv-0.9.ebuild b/media-libs/libdv/libdv-0.9.ebuild index aa426ce82a33..671534dfdc44 100644 --- a/media-libs/libdv/libdv-0.9.ebuild +++ b/media-libs/libdv/libdv-0.9.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdv/libdv-0.9.ebuild,v 1.5 2002/05/23 06:50:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdv/libdv-0.9.ebuild,v 1.6 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="software codec for dv-format video (camcorders etc)" -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://${P}.sourceforge.net/" DEPEND="sys-devel/gcc diff --git a/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild b/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild index 6d2e1791f29e..c1228b28628e 100644 --- a/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild +++ b/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License, v2 # Maintainer: Arcady Genkin <agenkin@thpoon.com> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild,v 1.3 2002/05/01 03:10:37 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.0.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ DESCRIPTION="Library for DVD navigation tools." HOMEPAGE="http://sourceforge.net/projects/dvd/" -SRC_URI="http://prdownloads.sourceforge.net/dvd/${P}.tar.gz" +SRC_URI="mirror://sourceforge/dvd/${P}.tar.gz" S=${WORKDIR}/${P} LICENSE="GPL" diff --git a/media-libs/libuta/libuta-0.4.1-r1.ebuild b/media-libs/libuta/libuta-0.4.1-r1.ebuild index 280dc912bce9..b916ab85def5 100644 --- a/media-libs/libuta/libuta-0.4.1-r1.ebuild +++ b/media-libs/libuta/libuta-0.4.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libuta/libuta-0.4.1-r1.ebuild,v 1.1 2002/04/12 21:51:25 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libuta/libuta-0.4.1-r1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} -SRC_URI="http://prdownloads.sourceforge.net/libuta/${P}.tar.gz" +SRC_URI="mirror://sourceforge/libuta/${P}.tar.gz" HOMEPAGE="http://libuta.sourceforge.net/" SLOT="0" DEPEND="virtual/glibc diff --git a/media-libs/libuta/libuta-0.4.1.ebuild b/media-libs/libuta/libuta-0.4.1.ebuild index aab9c6574ec8..bb05ab2849d7 100644 --- a/media-libs/libuta/libuta-0.4.1.ebuild +++ b/media-libs/libuta/libuta-0.4.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libuta/libuta-0.4.1.ebuild,v 1.1 2002/04/07 22:14:13 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libuta/libuta-0.4.1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} -SRC_URI="http://prdownloads.sourceforge.net/libuta/${P}.tar.gz" +SRC_URI="mirror://sourceforge/libuta/${P}.tar.gz" HOMEPAGE="http://libuta.sourceforge.net/" SLOT="0" DEPEND="virtual/glibc diff --git a/media-libs/libwmf/libwmf-0.2.2.ebuild b/media-libs/libwmf/libwmf-0.2.2.ebuild index 090745bffd9b..ac45701097db 100644 --- a/media-libs/libwmf/libwmf-0.2.2.ebuild +++ b/media-libs/libwmf/libwmf-0.2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License # Maintainer: George Shapovalov <georges@cco.caltech.edu> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.2.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.2.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ #The configure script finds the 5.50 ghostscript Fontmap file while run. #This will probably work, especially since the real one (6.50) in this case @@ -10,7 +10,7 @@ S=${WORKDIR}/${P} DESCRIPTION="library for converting WMF files" -SRC_URI="http://prdownloads.sourceforge.net/wvware/libwmf-0.2.2.tar.gz" +SRC_URI="mirror://sourceforge/wvware/libwmf-0.2.2.tar.gz" HOMEPAGE="http://www.wvware.com/libwmf.html" DEPEND="virtual/glibc diff --git a/media-libs/openquicktime/openquicktime-1.0.ebuild b/media-libs/openquicktime/openquicktime-1.0.ebuild index f0d7c4609657..6121d49c7e98 100644 --- a/media-libs/openquicktime/openquicktime-1.0.ebuild +++ b/media-libs/openquicktime/openquicktime-1.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Ryan Phillips <rphillips@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/openquicktime/openquicktime-1.0.ebuild,v 1.2 2002/05/01 11:13:55 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openquicktime/openquicktime-1.0.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ MY_P=${P}-src S=${WORKDIR}/${MY_P} DESCRIPTION="OpenQuicktime library for linux" -SRC_URI="http://prdownloads.sourceforge.net/openquicktime/${MY_P}.tgz" +SRC_URI="mirror://sourceforge/openquicktime/${MY_P}.tgz" HOMEPAGE="http://openquicktime.sourceforge.net/" DEPEND="media-sound/lame diff --git a/media-libs/sdlmm/sdlmm-0.1.8.ebuild b/media-libs/sdlmm/sdlmm-0.1.8.ebuild index bac76a433093..7f4067bd91c6 100644 --- a/media-libs/sdlmm/sdlmm-0.1.8.ebuild +++ b/media-libs/sdlmm/sdlmm-0.1.8.ebuild @@ -1,12 +1,12 @@ # Copyriht 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author phoen][x <eqc_phoenix@gmx.de> -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdlmm/sdlmm-0.1.8.ebuild,v 1.1 2002/04/29 04:54:07 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdlmm/sdlmm-0.1.8.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ MY_P="${P/sdl/SDL}" S=${WORKDIR}/${MY_P} DESCRIPTION="A C++ Wrapper for the Simple DirectMedia Layer" -SRC_URI="http://prdownloads.sourceforge.net/sdlmm/${MY_P}.tar.bz2" +SRC_URI="mirror://sourceforge/sdlmm/${MY_P}.tar.bz2" HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/index.html" DEPEND=">=media-libs/libsdl-1.2.4" diff --git a/media-sound/apollo/apollo-1.1.1-r1.ebuild b/media-sound/apollo/apollo-1.1.1-r1.ebuild index e64985c4f31e..365eb543438d 100644 --- a/media-sound/apollo/apollo-1.1.1-r1.ebuild +++ b/media-sound/apollo/apollo-1.1.1-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.1.1-r1.ebuild,v 1.4 2002/05/21 18:14:10 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.1.1-r1.ebuild,v 1.5 2002/05/27 17:27:38 drobbins Exp $ use kde && inherit kde-base S=${WORKDIR}/${P}-1 DESCRIPTION="A Qt-based front-end to mpg123" -SRC_URI="http://prdownloads.sourceforge.net/apolloplayer/apollo-src-1.1.1-1.tar.bz2" +SRC_URI="mirror://sourceforge/apolloplayer/apollo-src-1.1.1-1.tar.bz2" HOMEPAGE="http://www.apolloplayer.org" use kde && need-kde 2.2 && need-qt 2.3 diff --git a/media-sound/apollo/apollo-1.1.1.ebuild b/media-sound/apollo/apollo-1.1.1.ebuild index 29b95884aab4..b079dc4239ac 100644 --- a/media-sound/apollo/apollo-1.1.1.ebuild +++ b/media-sound/apollo/apollo-1.1.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.1.1.ebuild,v 1.4 2002/02/03 21:46:26 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.1.1.ebuild,v 1.5 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P}-1 DESCRIPTION="A Qt-based front-end to mpg123" -SRC_URI="http://prdownloads.sourceforge.net/apolloplayer/apollo-src-1.1.1-1.tar.bz2" +SRC_URI="mirror://sourceforge/apolloplayer/apollo-src-1.1.1-1.tar.bz2" HOMEPAGE="http://www.apolloplayer.org" diff --git a/media-sound/easytag/easytag-0.18.ebuild b/media-sound/easytag/easytag-0.18.ebuild index c172e7e9899a..588e764af31f 100644 --- a/media-sound/easytag/easytag-0.18.ebuild +++ b/media-sound/easytag/easytag-0.18.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Ryan Phillips <rphillips@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-0.18.ebuild,v 1.3 2002/05/23 06:50:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-0.18.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="EasyTAG mp3/ogg tag editor" -SRC_URI="http://prdownloads.sourceforge.net/easytag/${P}.tar.gz" +SRC_URI="mirror://sourceforge/easytag/${P}.tar.gz" HOMEPAGE="http://easytag.sourceforge.net/" RDEPEND="=x11-libs/gtk+-1.2* diff --git a/media-sound/emu10k1-audigy/emu10k1-audigy-20020214.ebuild b/media-sound/emu10k1-audigy/emu10k1-audigy-20020214.ebuild index 225ff3713b82..6a6ec474a089 100644 --- a/media-sound/emu10k1-audigy/emu10k1-audigy-20020214.ebuild +++ b/media-sound/emu10k1-audigy/emu10k1-audigy-20020214.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/emu10k1-audigy/emu10k1-audigy-20020214.ebuild,v 1.3 2002/04/25 06:56:22 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/emu10k1-audigy/emu10k1-audigy-20020214.ebuild,v 1.4 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/emu10k1-audigy DESCRIPTION="Drivers, utilities and effects for the SoundBlaster Audigy line of sound cards" -SRC_URI="http://prdownloads.sourceforge.net/emu10k1/audigy-driver-2002-02-14.tar.gz" +SRC_URI="mirror://sourceforge/emu10k1/audigy-driver-2002-02-14.tar.gz" HOMEPAGE="http://www.sourceforge.net/projects/emu10k1/" DEPEND="virtual/linux-sources" @@ -12,6 +12,7 @@ RDEPEND="media-sound/aumix" src_unpack() { + [ "$KV" = "" ] && die "Couldn't detect kernel version. Does /usr/src/linux exist?" unpack ${A} cp ${FILESDIR}/config ${S} } @@ -19,7 +20,7 @@ src_unpack() src_compile() { make - make + make all make tools } diff --git a/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild b/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild index 2feedb8e188d..f23c0009ff51 100644 --- a/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild +++ b/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author: Tim Hobbs <rectrix@rectrix.cx> # Maintainer: Matthew Kennedy <mkennedy@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild,v 1.1 2002/04/18 08:06:37 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files" -SRC_URI="http://prdownloads.sourceforge.net/gnump3d/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gnump3d/${P}.tar.gz" HOMEPAGE="http://gnump3d.sourceforge.net/" DEPEND="virtual/glibc" diff --git a/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild b/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild index aeab1ca21126..701dd4ee173d 100644 --- a/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild +++ b/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild @@ -6,7 +6,7 @@ S=${WORKDIR}/${P} DESCRIPTION="front end to various audio players, including mpg123" -SRC_URI="http://prdownloads.sourceforge.net/gqmpeg/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gqmpeg/${P}.tar.gz" HOMEPAGE="http://gqmpeg.sourceforge.net/" DEPEND="=x11-libs/gtk+-1.2* diff --git a/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild b/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild index 2a7c2ae70d9a..2f4667030cd6 100644 --- a/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild +++ b/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild,v 1.2 2002/05/23 06:50:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.9.0.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="front end to various audio players, including mpg123" -SRC_URI="http://prdownloads.sourceforge.net/gqmpeg/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gqmpeg/${P}.tar.gz" HOMEPAGE="http://gqmpeg.sourceforge.net/" DEPEND="=x11-libs/gtk+-1.2* diff --git a/media-sound/kmms/kmms-0.7_beta6.ebuild b/media-sound/kmms/kmms-0.7_beta6.ebuild index 175d696487b5..d49a6c2f6b43 100644 --- a/media-sound/kmms/kmms-0.7_beta6.ebuild +++ b/media-sound/kmms/kmms-0.7_beta6.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/kmms/kmms-0.7_beta6.ebuild,v 1.2 2002/05/21 18:14:10 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmms/kmms-0.7_beta6.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ inherit kde-base || die need-kde 2.2 S="${WORKDIR}/kmms-0.7beta6" -SRC_URI="http://prdownloads.sourceforge.net/kmms/kmms-0.7beta6.tar.gz" +SRC_URI="mirror://sourceforge/kmms/kmms-0.7beta6.tar.gz" HOMEPAGE="http://www.base2.de/" DESCRIPTION="A KDE-Taskbar DockApplet control and title display for XMMS." diff --git a/media-sound/mad/mad-0.14.2b-r1.ebuild b/media-sound/mad/mad-0.14.2b-r1.ebuild index aa9aeb05f9af..8fca57ce39cb 100644 --- a/media-sound/mad/mad-0.14.2b-r1.ebuild +++ b/media-sound/mad/mad-0.14.2b-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/mad/mad-0.14.2b-r1.ebuild,v 1.1 2002/03/12 22:44:18 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mad/mad-0.14.2b-r1.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://mad.sourceforge.net/" DESCRIPTION="A high-quality MP3 decoder" diff --git a/media-sound/mad/mad-0.14.2b.ebuild b/media-sound/mad/mad-0.14.2b.ebuild index 116880ce3f70..4ce7984b5da6 100644 --- a/media-sound/mad/mad-0.14.2b.ebuild +++ b/media-sound/mad/mad-0.14.2b.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/mad/mad-0.14.2b.ebuild,v 1.1 2001/11/14 15:55:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mad/mad-0.14.2b.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://mad.sourceforge.net/" DESCRIPTION="A high-quality MP3 decoder" |