summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-04 16:04:34 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-04 16:04:34 +0000
commit4315b6e6bfcf0c17518d10ad4331e416b7a9b9b1 (patch)
treeb45997b8cfb19282f2ace5840687aab700d60d37
parent*** empty log message *** (diff)
downloadhistorical-4315b6e6bfcf0c17518d10ad4331e416b7a9b9b1.tar.gz
historical-4315b6e6bfcf0c17518d10ad4331e416b7a9b9b1.tar.bz2
historical-4315b6e6bfcf0c17518d10ad4331e416b7a9b9b1.zip
*** empty log message ***
-rw-r--r--app-cdr/cdrecord/cdrecord-1.9-r1.ebuild4
-rw-r--r--app-doc/man-pages/man-pages-1.31.ebuild4
-rw-r--r--dev-libs/gmp/files/digest-gmp-3.0.1-r11
-rw-r--r--dev-libs/gmp/gmp-3.0.1-r1.ebuild35
-rw-r--r--dev-libs/gmp/gmp-3.1.ebuild6
-rw-r--r--dev-libs/librep/files/digest-librep-0.131
-rw-r--r--dev-libs/librep/files/digest-librep-0.13.11
-rw-r--r--dev-libs/librep/librep-0.13.ebuild35
-rw-r--r--dev-util/guile/guile-1.4-r1.ebuild5
-rw-r--r--media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild31
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-0.5.8-r11
-rw-r--r--media-libs/giflib/giflib-4.1.0-r1.ebuild6
-rw-r--r--media-libs/smpeg/smpeg-0.4.1.ebuild4
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild4
14 files changed, 20 insertions, 118 deletions
diff --git a/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild b/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild
index 40cd6e514eea..9a2e8388a380 100644
--- a/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild
+++ b/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 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/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild,v 1.4 2000/10/04 16:04:34 achim Exp $
P=cdrecord-1.9
A=${P}.tar.gz
@@ -21,7 +21,7 @@ src_unpack() {
src_compile() {
cd ${S}
- ./Gtry make.linux
+ try ./Gmake.linux
}
src_install() {
diff --git a/app-doc/man-pages/man-pages-1.31.ebuild b/app-doc/man-pages/man-pages-1.31.ebuild
index 934a6afa46bd..c0fb481c9688 100644
--- a/app-doc/man-pages/man-pages-1.31.ebuild
+++ b/app-doc/man-pages/man-pages-1.31.ebuild
@@ -1,7 +1,7 @@
# 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/app-doc/man-pages/man-pages-1.31.ebuild,v 1.1 2000/08/23 09:35:20 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/man-pages/man-pages-1.31.ebuild,v 1.2 2000/10/04 16:04:34 achim Exp $
P=man-pages-1.31
A="${P}.tar.gz netman-20000610.tgz"
@@ -9,6 +9,8 @@ S=${WORKDIR}/${P}
DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
SRC_URI="ftp://ftp.kernel.org/pub/linux/docs/manpages/man-pages-1.31.tar.gz
+ ftp://ftp.de.kernel.org/pub/linux/docs/manpages/man-pages-1.31.tar.gz
+ ftp://ftp.uk.kernel.org/pub/linux/docs/manpages/man-pages-1.31.tar.gz
ftp://ftp.suse.com/pub/people/ak/netman/netman-20000610.tgz"
src_compile() {
diff --git a/dev-libs/gmp/files/digest-gmp-3.0.1-r1 b/dev-libs/gmp/files/digest-gmp-3.0.1-r1
deleted file mode 100644
index 68ee0be51f60..000000000000
--- a/dev-libs/gmp/files/digest-gmp-3.0.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c69bf4c01101f22238b5efb0ca7e177b gmp-3.0.1.tar.gz
diff --git a/dev-libs/gmp/gmp-3.0.1-r1.ebuild b/dev-libs/gmp/gmp-3.0.1-r1.ebuild
deleted file mode 100644
index 57d15bf00b47..000000000000
--- a/dev-libs/gmp/gmp-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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/gmp/gmp-3.0.1-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $
-
-P=gmp-3.0.1
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
-SRC_URI="ftp://prep.ai.mit.edu/gnu/gmp/"${A}
-HOMEPAGE="http://www.gnu.org/software/gmp/gmp.html"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/usr
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/usr install
- prepinfo
- dodoc AUTHORS ChangeLog COPYING* NEWS README
- docinto html
- dodoc projects/*.html
-}
-
-
-
-
-
diff --git a/dev-libs/gmp/gmp-3.1.ebuild b/dev-libs/gmp/gmp-3.1.ebuild
index 276916a5f03a..8ade6e26014c 100644
--- a/dev-libs/gmp/gmp-3.1.ebuild
+++ b/dev-libs/gmp/gmp-3.1.ebuild
@@ -1,13 +1,13 @@
# 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/gmp/gmp-3.1.ebuild,v 1.2 2000/09/15 20:08:48 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.ebuild,v 1.3 2000/10/04 16:04:34 achim Exp $
-P=gmp-3.1
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
-SRC_URI="ftp://prep.ai.mit.edu/gnu/gmp/"${A}
+SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gmp/${A}
+ ftp://prep.ai.mit.edu/gnu/gmp/${A}"
HOMEPAGE="http://www.gnu.org/software/gmp/gmp.html"
src_unpack() {
diff --git a/dev-libs/librep/files/digest-librep-0.13 b/dev-libs/librep/files/digest-librep-0.13
deleted file mode 100644
index ed6b9f350505..000000000000
--- a/dev-libs/librep/files/digest-librep-0.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9e170f6268ebd6987954675b7372c0e7 librep-0.13.tar.gz
diff --git a/dev-libs/librep/files/digest-librep-0.13.1 b/dev-libs/librep/files/digest-librep-0.13.1
new file mode 100644
index 000000000000..aa0f465cbcb0
--- /dev/null
+++ b/dev-libs/librep/files/digest-librep-0.13.1
@@ -0,0 +1 @@
+MD5 7b7613a1ed7d23e7944db75be0bb95dd librep-0.13.1.tar.gz
diff --git a/dev-libs/librep/librep-0.13.ebuild b/dev-libs/librep/librep-0.13.ebuild
deleted file mode 100644
index ed0570406eb5..000000000000
--- a/dev-libs/librep/librep-0.13.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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.ebuild,v 1.2 2000/09/21 17:53:30 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Share library implementing a Lisp dialect"
-SRC_URI="ftp://librep.sourceforge.net/pub/librep/"${A}
-HOMEPAGE="http://librep.sourceforge.net/"
-
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/usr aclocaldir=/${D}/usr/share/aclocal install
- prepinfo
- insinto /usr/include
- doins src/rep_config.h
- dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO DOC
- docinto doc
- dodoc doc/*
-}
-
-
-
diff --git a/dev-util/guile/guile-1.4-r1.ebuild b/dev-util/guile/guile-1.4-r1.ebuild
index dfb9e83b4b6b..df8ecbd73343 100644
--- a/dev-util/guile/guile-1.4-r1.ebuild
+++ b/dev-util/guile/guile-1.4-r1.ebuild
@@ -1,13 +1,14 @@
# 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/guile/guile-1.4-r1.ebuild,v 1.3 2000/09/15 20:08:52 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.4-r1.ebuild,v 1.4 2000/10/04 16:04:34 achim Exp $
P=guile-1.4
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Guile is an interpreter for Scheme"
-SRC_URI="ftp://prep.ai.mit.edu/gnu/guile/"${A}
+SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/guile/${A}
+ ftp://prep.ai.mit.edu/gnu/guile/${A}"
HOMEPAGE="http://www.gnu.org/software/guile/"
src_unpack() {
diff --git a/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild b/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild
deleted file mode 100644
index f09f90fa9ca4..000000000000
--- a/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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/alsa-lib/alsa-lib-0.5.8-r1.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $
-
-P=alsa-lib-0.5.8
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Advanced Linux Sound Architecture / Library"
-SRC_URI="ftp://ftp.alsa-project.org/pub/lib/"${A}
-HOMEPAGE="http://www.alsa-project.org/"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- dodoc ChangeLog COPYING
-}
-
-
-
-
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.5.8-r1 b/media-libs/alsa-lib/files/digest-alsa-lib-0.5.8-r1
deleted file mode 100644
index 6e047cad4aa7..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-0.5.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 40b5d43c4a1db9fde74a7192f4d52a9d alsa-lib-0.5.8.tar.bz2
diff --git a/media-libs/giflib/giflib-4.1.0-r1.ebuild b/media-libs/giflib/giflib-4.1.0-r1.ebuild
index 671917dc0ddb..6ca80eef121c 100644
--- a/media-libs/giflib/giflib-4.1.0-r1.ebuild
+++ b/media-libs/giflib/giflib-4.1.0-r1.ebuild
@@ -1,13 +1,15 @@
## 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/giflib/giflib-4.1.0-r1.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.0-r1.ebuild,v 1.4 2000/10/04 16:04:34 achim Exp $
P=giflib-4.1.0
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="giflib"
-SRC_URI="ftp://prtr-13.ucsc.edu/pub/libungif/"${A}
+SRC_URI="ftp://metalab.unc.edu/pub/Linux/libs/giflib/${A}
+ ftp://prtr-13.ucsc.edu/pub/libungif/${A}"
+
HOMEPAGE="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml"
src_compile() {
cd ${S}
diff --git a/media-libs/smpeg/smpeg-0.4.1.ebuild b/media-libs/smpeg/smpeg-0.4.1.ebuild
index ee0b61c69b06..d4b1bc7d7fa6 100644
--- a/media-libs/smpeg/smpeg-0.4.1.ebuild
+++ b/media-libs/smpeg/smpeg-0.4.1.ebuild
@@ -1,7 +1,7 @@
# 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/smpeg/smpeg-0.4.1.ebuild,v 1.1 2000/10/04 15:25:44 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.1.ebuild,v 1.2 2000/10/04 16:04:34 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.lokigames.com/development/smpeg.php3"
src_compile() {
cd ${S}
- try ./configure --prefix=/usr --host=${CHOST}
+ try ./configure --prefix=/usr --host=${CHOST} --disable-opengl-player
try make
}
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild
index 07891e23bcd9..2624e758d176 100644
--- a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild
+++ b/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild
@@ -1,7 +1,7 @@
# 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/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.3 2000/09/15 20:09:04 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.4 2000/10/04 16:04:34 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.alsa-project.org/pub/driver/"${A}
HOMEPAGE="http://www.alsa-project.org/"
#KERNEL="linux-UP-2.4.0_pre6"
#MODULES=2.4.0-test6/kernel/drivers/alsa/
-KERNEL="linux-UP-2.2.17-r1"
+KERNEL="linux-UP-2.2.17-r2"
MODULES="2.2.17-RAID/misc/"
src_unpack() {