summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 16:50:26 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 16:50:26 +0000
commit806729b343786afaba725cef1822f87de7df1ee5 (patch)
treeb45263461dd8690e8050526476f72ea96de8d22d /dev-libs/g-wrap
parentAdded LICENSE, SLOT, KEYWORDS (diff)
downloadgentoo-2-806729b343786afaba725cef1822f87de7df1ee5.tar.gz
gentoo-2-806729b343786afaba725cef1822f87de7df1ee5.tar.bz2
gentoo-2-806729b343786afaba725cef1822f87de7df1ee5.zip
repoman'd
Diffstat (limited to 'dev-libs/g-wrap')
-rw-r--r--dev-libs/g-wrap/files/digest-g-wrap-1.2.11
-rw-r--r--dev-libs/g-wrap/files/digest-g-wrap-1.2.1-r11
-rw-r--r--dev-libs/g-wrap/files/digest-g-wrap-1.3.11
-rw-r--r--dev-libs/g-wrap/g-wrap-1.2.1-r1.ebuild32
-rw-r--r--dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild44
-rw-r--r--dev-libs/g-wrap/g-wrap-1.2.1.ebuild29
-rw-r--r--dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild23
-rw-r--r--dev-libs/g-wrap/g-wrap-1.3.1.ebuild28
8 files changed, 30 insertions, 129 deletions
diff --git a/dev-libs/g-wrap/files/digest-g-wrap-1.2.1 b/dev-libs/g-wrap/files/digest-g-wrap-1.2.1
deleted file mode 100644
index 7ad337466984..000000000000
--- a/dev-libs/g-wrap/files/digest-g-wrap-1.2.1
+++ /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.2.1-r1 b/dev-libs/g-wrap/files/digest-g-wrap-1.2.1-r1
deleted file mode 100644
index 7ad337466984..000000000000
--- a/dev-libs/g-wrap/files/digest-g-wrap-1.2.1-r1
+++ /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 b/dev-libs/g-wrap/files/digest-g-wrap-1.3.1
deleted file mode 100644
index 44d6fbc296f9..000000000000
--- a/dev-libs/g-wrap/files/digest-g-wrap-1.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3f186c0f5839ee253d411fdf565d974b g-wrap-1.3.1.tar.gz 352352
diff --git a/dev-libs/g-wrap/g-wrap-1.2.1-r1.ebuild b/dev-libs/g-wrap/g-wrap-1.2.1-r1.ebuild
deleted file mode 100644
index c80ba7015d5f..000000000000
--- a/dev-libs/g-wrap/g-wrap-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.2.1-r1.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A tool for exporting C libraries into Scheme"
-SRC_URI="http://www.gnucash.org/pub/g-wrap/source/${P}.tar.gz"
-HOMEPAGE="http://"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=dev-util/guile-1.4
- >=dev-libs/slib-2.4.1"
-
-
-src_compile() {
-
- # fix the "relink" bug in older versions of libtool
- libtoolize --copy --force
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --libexecdir=/usr/lib/misc \
- --infodir=/usr/share/info || die
-
- make || die
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
-}
-
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
index ea38c3a73bd8..2ce121ed1b1f 100644
--- a/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild
+++ b/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild
@@ -1,40 +1,36 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.2.1-r2.ebuild,v 1.3 2002/08/01 16:50:26 seemant Exp $
+
+inherit libtool
S=${WORKDIR}/${P}
DESCRIPTION="A tool for exporting C libraries into Scheme"
SRC_URI="http://www.gnucash.org/pub/g-wrap/source/${P}.tar.gz"
-HOMEPAGE="http://"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=dev-util/guile-1.4
- >=dev-libs/slib-2.4.1"
-
+HOMEPAGE="http://www.gnucash.org"
-src_unpack() {
+SLOT="1.2"
+LICENSE="GPL-2"
+KEYWORDS="x86"
- unpack ${A}
-
-}
+DEPEND=">=dev-util/guile-1.4
+ >=dev-libs/slib-2.4.1"
src_compile() {
# fix the "relink" bug in older versions of libtool
- libtoolize --copy --force
+ elibtoolize
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --libexecdir=/usr/lib/misc \
- --infodir=/usr/share/info || die
+ 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
- mv ${FILE} ${FILE}.old
- sed -e "s:-I/usr/include::" ${FILE}.old > ${FILE}
- done
+ #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
+ mv ${FILE} ${FILE}.old
+ sed -e "s:-I/usr/include::" ${FILE}.old > ${FILE}
+ done
make || die
}
@@ -42,5 +38,5 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog NEWS README THANKS
}
-
diff --git a/dev-libs/g-wrap/g-wrap-1.2.1.ebuild b/dev-libs/g-wrap/g-wrap-1.2.1.ebuild
deleted file mode 100644
index 30fe49a878e2..000000000000
--- a/dev-libs/g-wrap/g-wrap-1.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.2.1.ebuild,v 1.3 2002/07/11 06:30:20 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A tool for exporting C libraries into Scheme"
-SRC_URI="http://www.gnucash.org/pub/g-wrap/source/${P}.tar.gz"
-HOMEPAGE="http://"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=dev-util/guile-1.4
- >=dev-libs/slib-2.4.1"
-
-
-src_compile() {
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --libexecdir=/usr/lib/misc \
- --infodir=/usr/share/info || die
-
- make || die
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
-}
-
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
index c0ccd0953fc2..fd8388720ab8 100644
--- a/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild
+++ b/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild
@@ -1,28 +1,24 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild,v 1.3 2002/08/01 11:59:01 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.3.1-r1.ebuild,v 1.4 2002/08/01 16:50:26 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A tool for exporting C libraries into Scheme"
SRC_URI="ftp://ftp.gnucash.org/pub/g-wrap/source/${P}.tar.gz"
-HOMEPAGE="http://"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=dev-util/guile-1.4
- >=dev-libs/slib-2.4.1"
+HOMEPAGE="http://www.gnucash.org"
+SLOT="1.3"
+LICENSE="GPL-2"
+KEYWORDS="x86"
-src_unpack() {
+DEPEND=">=dev-util/guile-1.4
+ >=dev-libs/slib-2.4.1"
- unpack ${A}
-}
src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --libexecdir=/usr/lib/misc \
- --infodir=/usr/share/info || die
+ 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.
@@ -38,4 +34,5 @@ src_compile() {
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.ebuild b/dev-libs/g-wrap/g-wrap-1.3.1.ebuild
deleted file mode 100644
index 036b3576c904..000000000000
--- a/dev-libs/g-wrap/g-wrap-1.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.3.1.ebuild,v 1.3 2002/08/01 11:59:01 seemant Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A tool for exporting C libraries into Scheme"
-SRC_URI="ftp://ftp.gnucash.org/pub/g-wrap/source/${P}.tar.gz"
-HOMEPAGE="http://"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=dev-util/guile-1.4
- >=dev-libs/slib-2.4.1"
-
-
-src_compile() {
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --libexecdir=/usr/lib/misc \
- --infodir=/usr/share/info || die
-
- make || die
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
-}