summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:47 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:47 +0000
commitb61f51858b05b5533c43475881e2cdcd669e5ebd (patch)
tree59813a0144b7a286ed7b832b8125df4598193b26 /dev-libs/g-wrap
parent*** empty log message *** (diff)
downloadgentoo-2-b61f51858b05b5533c43475881e2cdcd669e5ebd.tar.gz
gentoo-2-b61f51858b05b5533c43475881e2cdcd669e5ebd.tar.bz2
gentoo-2-b61f51858b05b5533c43475881e2cdcd669e5ebd.zip
Some cleanup
Diffstat (limited to 'dev-libs/g-wrap')
-rw-r--r--dev-libs/g-wrap/files/digest-g-wrap-0.9.51
-rw-r--r--dev-libs/g-wrap/g-wrap-0.9.5.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/g-wrap/files/digest-g-wrap-0.9.5 b/dev-libs/g-wrap/files/digest-g-wrap-0.9.5
deleted file mode 100644
index 605ba7e10017..000000000000
--- a/dev-libs/g-wrap/files/digest-g-wrap-0.9.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0df68c8b52d3ffdde0ea330be60c3bce g-wrap-0.9.5.tar.gz
diff --git a/dev-libs/g-wrap/g-wrap-0.9.5.ebuild b/dev-libs/g-wrap/g-wrap-0.9.5.ebuild
deleted file mode 100644
index 698ee7d80dd0..000000000000
--- a/dev-libs/g-wrap/g-wrap-0.9.5.ebuild
+++ /dev/null
@@ -1,29 +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/g-wrap/g-wrap-0.9.5.ebuild,v 1.2 2000/11/02 02:17:12 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A tool for exporting C libraries into Scheme"
-SRC_URI="ftp://ftp.gnucash.org/pub/g-wrap/source/${A}"
-HOMEPAGE="http://"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=dev-util/guile-1.4"
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
-
-}
-