summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-01-21 11:38:16 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-01-21 11:38:16 +0000
commit4ab100c6c911120e9976fba4ef205186b211b99f (patch)
tree57548491033f8d93d157c7e3cb8013c04ca54a1c /dev-libs
parentNew version (diff)
downloadgentoo-2-4ab100c6c911120e9976fba4ef205186b211b99f.tar.gz
gentoo-2-4ab100c6c911120e9976fba4ef205186b211b99f.tar.bz2
gentoo-2-4ab100c6c911120e9976fba4ef205186b211b99f.zip
cleanup
(Portage version: 2.0.51-r12)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/g-wrap/files/digest-g-wrap-1.2.1-r21
-rw-r--r--dev-libs/g-wrap/files/digest-g-wrap-1.3.1-r11
-rw-r--r--dev-libs/g-wrap/files/digest-g-wrap-1.3.41
-rw-r--r--dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild44
-rw-r--r--dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild39
-rw-r--r--dev-libs/g-wrap/g-wrap-1.3.4.ebuild30
6 files changed, 0 insertions, 116 deletions
diff --git a/dev-libs/g-wrap/files/digest-g-wrap-1.2.1-r2 b/dev-libs/g-wrap/files/digest-g-wrap-1.2.1-r2
deleted file mode 100644
index 7ad337466984..000000000000
--- a/dev-libs/g-wrap/files/digest-g-wrap-1.2.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9406339bb3f04c08448f4bab3c537ce7 g-wrap-1.2.1.tar.gz 349469
diff --git a/dev-libs/g-wrap/files/digest-g-wrap-1.3.1-r1 b/dev-libs/g-wrap/files/digest-g-wrap-1.3.1-r1
deleted file mode 100644
index 44d6fbc296f9..000000000000
--- a/dev-libs/g-wrap/files/digest-g-wrap-1.3.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3f186c0f5839ee253d411fdf565d974b g-wrap-1.3.1.tar.gz 352352
diff --git a/dev-libs/g-wrap/files/digest-g-wrap-1.3.4 b/dev-libs/g-wrap/files/digest-g-wrap-1.3.4
deleted file mode 100644
index b5710fc25f2d..000000000000
--- a/dev-libs/g-wrap/files/digest-g-wrap-1.3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bf29b8b563cc27d9f7fd90a6243653aa g-wrap-1.3.4.tar.gz 403570
diff --git a/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild b/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild
deleted file mode 100644
index ba65268a0b76..000000000000
--- a/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild,v 1.14 2004/07/14 14:28:36 agriffis Exp $
-
-inherit libtool
-
-IUSE=""
-
-DESCRIPTION="A tool for exporting C libraries into Scheme"
-SRC_URI="http://www.gnucash.org/pub/g-wrap/source/${P}.tar.gz"
-HOMEPAGE="http://www.gnucash.org"
-
-# g-wrap should never have been slotted, since the files overlap significantly
-SLOT="1.3"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
-
-DEPEND=">=sys-apps/sed-4
- >=dev-util/guile-1.4
- >=dev-libs/slib-2.4.1"
-
-src_compile() {
-
- # fix the "relink" bug in older versions of libtool
- elibtoolize
-
- econf \
- --libexecdir=/usr/lib/misc || die
-
- #GCC3 Compile fix, I tried to do this at the Makefile.in level
- #but it hates me with a passion so it goes here.
- for FILE in `find . -iname "Makefile"`
- do
- sed -i -e "s:-I/usr/include::" ${FILE}
- done
-
- make || die
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog NEWS README THANKS
-}
diff --git a/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild b/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild
deleted file mode 100644
index 35125721c808..000000000000
--- a/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild,v 1.14 2004/10/05 13:58:11 pvdabeel Exp $
-
-IUSE=""
-
-DESCRIPTION="A tool for exporting C libraries into Scheme"
-SRC_URI="ftp://ftp.gnucash.org/pub/g-wrap/source/${P}.tar.gz"
-HOMEPAGE="http://www.gnucash.org"
-
-SLOT="1.3"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc ppc"
-
-DEPEND=">=sys-apps/sed-4
- >=dev-util/guile-1.4
- >=dev-libs/slib-2.4.1"
-
-
-src_compile() {
-
- econf \
- --libexecdir=/usr/lib/misc || die
-
- #GCC3 Compile fix, I tried to do this at the Makefile.in level
- #but it hates me with a passion so it goes here.
- for FILE in `find . -iname "Makefile"`
- do
- sed -i -e "s:-I/usr/include::" ${FILE}
- done
-
- emake || die
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog NEWS README THANKS
-}
diff --git a/dev-libs/g-wrap/g-wrap-1.3.4.ebuild b/dev-libs/g-wrap/g-wrap-1.3.4.ebuild
deleted file mode 100644
index ddc46bc439df..000000000000
--- a/dev-libs/g-wrap/g-wrap-1.3.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.3.4.ebuild,v 1.12 2004/10/05 13:58:11 pvdabeel Exp $
-
-inherit flag-o-matic
-
-IUSE=""
-
-DESCRIPTION="A tool for exporting C libraries into Scheme"
-HOMEPAGE="http://www.gnucash.org"
-SRC_URI="http://www.gnucash.org/pub/g-wrap/source/${P}.tar.gz"
-
-SLOT="1.3"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc alpha sparc amd64"
-
-DEPEND=">=dev-util/guile-1.4
- >=dev-libs/slib-2.4.2"
-
-src_compile() {
- filter-flags "-O?"
- econf \
- --libexecdir=/usr/lib/misc || die
- emake || die "emake failed"
-}
-
-src_install () {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}