diff options
author | 2001-07-30 06:53:54 +0000 | |
---|---|---|
committer | 2001-07-30 06:53:54 +0000 | |
commit | 34a9929e0ab16077c258f7696112562d163992c7 (patch) | |
tree | 9b539ab87f21e86511fb86844ddef5908d101626 /dev-libs | |
parent | *** empty log message *** (diff) | |
download | historical-34a9929e0ab16077c258f7696112562d163992c7.tar.gz historical-34a9929e0ab16077c258f7696112562d163992c7.tar.bz2 historical-34a9929e0ab16077c258f7696112562d163992c7.zip |
sourceforge download links appear to have changed for these packages
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/librep/librep-0.13.6.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/librep/librep-0.14.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/librep/librep-0.13.6.ebuild b/dev-libs/librep/librep-0.13.6.ebuild index dbcb340aa3d6..c692c543f5be 100644 --- a/dev-libs/librep/librep-0.13.6.ebuild +++ b/dev-libs/librep/librep-0.13.6.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/dev-libs/librep/librep-0.13.6.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $ +# /home/cvsroot/gentoo-x86/dev-libs/librep/librep-0.13.6.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Shared library implementing a Lisp dialect" -SRC_URI="ftp://librep.sourceforge.net/pub/librep/${A}" +SRC_URI="http://prdownloads.sourceforge.net/librep/${A}" HOMEPAGE="http://librep.sourceforge.net/" DEPEND="virtual/glibc diff --git a/dev-libs/librep/librep-0.14.ebuild b/dev-libs/librep/librep-0.14.ebuild index 1ea7258f444c..90804820ddcc 100644 --- a/dev-libs/librep/librep-0.14.ebuild +++ b/dev-libs/librep/librep-0.14.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/dev-libs/librep/librep-0.14.ebuild,v 1.1 2001/07/29 00:55:42 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.14.ebuild,v 1.2 2001/07/30 06:53:54 blocke Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Shared library implementing a Lisp dialect" -SRC_URI="ftp://librep.sourceforge.net/pub/librep/${A}" +SRC_URI="http://prdownloads.sourceforge.net/librep/${A}" HOMEPAGE="http://librep.sourceforge.net/" DEPEND="virtual/glibc diff --git a/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild b/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild index 2363736b881a..02ee09e4b931 100644 --- a/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild +++ b/dev-libs/rep-gtk/rep-gtk-0.15-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/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild,v 1.5 2001/07/29 11:00:07 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild,v 1.6 2001/07/30 06:53:54 blocke Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="GTK/GDK bindings for the librep Lisp environment" -SRC_URI="ftp://rep-gtk.sourceforge.net/pub/rep-gtk/"${A} +SRC_URI="http://prdownloads.sourceforge.net/rep-gtk/"${A} HOMEPAGE="http://rep-gtk.sourceforge.net/" DEPEND=">=x11-libs/gtk+-1.2.9 |