diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:24:59 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:24:59 +0000 |
commit | 25aa8f7a59c753eb20339b7e5e074dc8a1f4030e (patch) | |
tree | 7b88aefc09363c767c727b7bcca4906087f3370d /dev-libs | |
parent | *** empty log message *** (diff) | |
download | historical-25aa8f7a59c753eb20339b7e5e074dc8a1f4030e.tar.gz historical-25aa8f7a59c753eb20339b7e5e074dc8a1f4030e.tar.bz2 historical-25aa8f7a59c753eb20339b7e5e074dc8a1f4030e.zip |
*** empty log message ***
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libpcre/files/digest-libpcre-3.2-r1 | 1 | ||||
-rw-r--r-- | dev-libs/libpcre/libpcre-3.2-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-libs/librep/files/digest-librep-0.13.1 | 1 | ||||
-rw-r--r-- | dev-libs/librep/librep-0.13.1.ebuild | 41 | ||||
-rw-r--r-- | dev-libs/slib/files/digest-slib-2.3.8 | 1 | ||||
-rw-r--r-- | dev-libs/slib/files/digest-slib-2.3.8-r2 | 1 | ||||
-rw-r--r-- | dev-libs/slib/slib-2.3.8-r2.ebuild | 32 | ||||
-rw-r--r-- | dev-libs/slib/slib-2.3.8.ebuild | 30 | ||||
-rw-r--r-- | dev-libs/swig/files/digest-swig-1.3_alpha4 | 1 | ||||
-rw-r--r-- | dev-libs/swig/swig-1.3_alpha4.ebuild | 39 |
10 files changed, 0 insertions, 185 deletions
diff --git a/dev-libs/libpcre/files/digest-libpcre-3.2-r1 b/dev-libs/libpcre/files/digest-libpcre-3.2-r1 deleted file mode 100644 index 0c2cc2237ea3..000000000000 --- a/dev-libs/libpcre/files/digest-libpcre-3.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 46d2db1740c9d9a9db34f34aa81b0fba pcre-3.2.tar.gz diff --git a/dev-libs/libpcre/libpcre-3.2-r1.ebuild b/dev-libs/libpcre/libpcre-3.2-r1.ebuild deleted file mode 100644 index 1fa64a353e04..000000000000 --- a/dev-libs/libpcre/libpcre-3.2-r1.ebuild +++ /dev/null @@ -1,38 +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/libpcre/libpcre-3.2-r1.ebuild,v 1.4 2000/11/01 04:44:15 achim Exp $ - -P=libpcre-3.2 -A=pcre-3.2.tar.gz -S=${WORKDIR}/pcre-3.2 -DESCRIPTION="Perl compatible regular expressions" -SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/"${A} - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3" - -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 install - prepman - dodoc AUTHORS COPYING ChangeLog LICENCE NEWS NON-UNIX-USE README - dodoc doc/*.txt doc/Tech.Notes - docinto html - dodoc doc/*.html - -} - - - - diff --git a/dev-libs/librep/files/digest-librep-0.13.1 b/dev-libs/librep/files/digest-librep-0.13.1 deleted file mode 100644 index aa0f465cbcb0..000000000000 --- a/dev-libs/librep/files/digest-librep-0.13.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7b7613a1ed7d23e7944db75be0bb95dd librep-0.13.1.tar.gz diff --git a/dev-libs/librep/librep-0.13.1.ebuild b/dev-libs/librep/librep-0.13.1.ebuild deleted file mode 100644 index f6288bd7d4ca..000000000000 --- a/dev-libs/librep/librep-0.13.1.ebuild +++ /dev/null @@ -1,41 +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.1.ebuild,v 1.2 2000/11/01 04:44:15 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/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/gdbm-1.8.0 - >=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=dev-libs/gmp-3.1" - -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-libs/slib/files/digest-slib-2.3.8 b/dev-libs/slib/files/digest-slib-2.3.8 deleted file mode 100644 index 5cc6ed134490..000000000000 --- a/dev-libs/slib/files/digest-slib-2.3.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 26d74cbbaea3be998ff639c4429dbacb slib2c8.zip diff --git a/dev-libs/slib/files/digest-slib-2.3.8-r2 b/dev-libs/slib/files/digest-slib-2.3.8-r2 deleted file mode 100644 index 5cc6ed134490..000000000000 --- a/dev-libs/slib/files/digest-slib-2.3.8-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 26d74cbbaea3be998ff639c4429dbacb slib2c8.zip diff --git a/dev-libs/slib/slib-2.3.8-r2.ebuild b/dev-libs/slib/slib-2.3.8-r2.ebuild deleted file mode 100644 index 7e9d00bf9bd6..000000000000 --- a/dev-libs/slib/slib-2.3.8-r2.ebuild +++ /dev/null @@ -1,32 +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/slib/slib-2.3.8-r2.ebuild,v 1.1 2000/11/21 10:28:29 achim Exp $ - -P=slib2c8 -A=${P}.zip -S=${WORKDIR}/slib -DESCRIPTION="" -SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${A}" -HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" - -DEPEND=">=app-arch/unzip-5.21 - >=dev-util/guile-1.4" - -src_install () { - - cd ${S} - insinto /usr/share/guile/site/slib - doins *.scm - dodoc ANNOUNCE ChangeLog FAQ README - doinfo slib.info -} - -pkg_postinst () { - if [ "${ROOT}" == "/" ] - then - echo "Installing..." - guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" - fi -} - diff --git a/dev-libs/slib/slib-2.3.8.ebuild b/dev-libs/slib/slib-2.3.8.ebuild deleted file mode 100644 index f66774ab0e33..000000000000 --- a/dev-libs/slib/slib-2.3.8.ebuild +++ /dev/null @@ -1,30 +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/slib/slib-2.3.8.ebuild,v 1.3 2000/11/05 12:59:09 achim Exp $ - -P=slib2c8 -A=${P}.zip -S=${WORKDIR}/slib -DESCRIPTION="" -SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${A}" -HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" - -DEPEND=">=app-arch/unzip-5.21" - -src_install () { - - cd ${S} - insinto /usr/share/guile/site/slib - doins *.scm - dodoc ANNOUNCE ChangeLog FAQ README - doinfo slib.info -} - -pkg_postinst () { - if [ "${ROOT}" == "/" ] - then - echo "Installing..." - guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" - fi -} diff --git a/dev-libs/swig/files/digest-swig-1.3_alpha4 b/dev-libs/swig/files/digest-swig-1.3_alpha4 deleted file mode 100644 index 61411118a5a6..000000000000 --- a/dev-libs/swig/files/digest-swig-1.3_alpha4 +++ /dev/null @@ -1 +0,0 @@ -MD5 64dee37bacf0dfa00f6dee6e1f133177 swig1.3a4.tar.gz diff --git a/dev-libs/swig/swig-1.3_alpha4.ebuild b/dev-libs/swig/swig-1.3_alpha4.ebuild deleted file mode 100644 index 478f9ac6e2f2..000000000000 --- a/dev-libs/swig/swig-1.3_alpha4.ebuild +++ /dev/null @@ -1,39 +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/swig/swig-1.3_alpha4.ebuild,v 1.4 2000/11/17 11:21:11 achim Exp $ - -P=swig1.3a4 -A=${P}.tar.gz -S=${WORKDIR}/SWIG1.3a4 -DESCRIPTION="Simplified wrapper and interface generator" -SRC_URI="http://download.sourceforge.net/swig/${A}" -HOMEPAGE="http://www.swig.org" - -DEPEND=">=sys-devel/gcc-2.95.2 - >=sys-libs/glibc-2.1.3 - || ( >=sys-devel/python-basic-1.5.2 >=dev-lang/python-1.5.2 ) - >=dev-lang/jdk-1.2.2 - >=dev-lang/ruby-1.6.1 - >=dev-util/guile-1.4" - -# This does not work >=dev-lang/tcl-tk-8.1.1 - -src_compile() { - - cd ${S} - unset CXXFLAGS - unset CFLAGS - try ./configure --prefix=/usr --host=${CHOST} \ - --with-doc=html --with-tcllib=/usr/lib/tcl8.1 - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr install - -} - |