summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-07-08 07:08:37 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-07-08 07:08:37 +0000
commit3a74648511a14bcdf646d0575ea15ff08c7d2985 (patch)
tree883bd26df48a5ca53c7b06ec3a3c02b54183a79c /dev-lang
parentClosing bug 23576 (diff)
downloadgentoo-2-3a74648511a14bcdf646d0575ea15ff08c7d2985.tar.gz
gentoo-2-3a74648511a14bcdf646d0575ea15ff08c7d2985.tar.bz2
gentoo-2-3a74648511a14bcdf646d0575ea15ff08c7d2985.zip
Closing bug 23576
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/tinycobol/ChangeLog5
-rw-r--r--dev-lang/tinycobol/Manifest6
-rw-r--r--dev-lang/tinycobol/tinycobol-0.60.ebuild4
3 files changed, 8 insertions, 7 deletions
diff --git a/dev-lang/tinycobol/ChangeLog b/dev-lang/tinycobol/ChangeLog
index 13d1f6ff45b9..e2037ba260f4 100644
--- a/dev-lang/tinycobol/ChangeLog
+++ b/dev-lang/tinycobol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/tinycobol
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.3 2003/06/27 11:44:22 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.4 2003/07/08 07:08:29 phosphan Exp $
+
+ 08 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> tinycobol-0.60.ebuild:
+ Removing manual setting of db3, no idea why it was in. This closes bug 23576.
27 Jun 2003; Patrick Kursawe <phosphan@gentoo.org> tinycobol-0.60.ebuild:
Corrected dependencies according to bug 23576
diff --git a/dev-lang/tinycobol/Manifest b/dev-lang/tinycobol/Manifest
index b6a2e6d1ef37..e891db9b9079 100644
--- a/dev-lang/tinycobol/Manifest
+++ b/dev-lang/tinycobol/Manifest
@@ -1,6 +1,4 @@
-MD5 8a3402dca6cc7edb952fac3e1dc7d43a tinycobol-0.60-r1.ebuild 763
-MD5 3694fb4b37f344d5c5a3ba79f44527b1 tinycobol-0.60.ebuild 783
-MD5 714d5e53e35e8704bf9baf7835f433bd ChangeLog 602
-MD5 4ce63470b4ec63b73b6a964afe43077c files/digest-tinycobol-0.60-r1 66
+MD5 7dd91572d46daf3e1e94cb22b8eda523 tinycobol-0.60.ebuild 768
+MD5 03c1a1f5b0ec9bcfedfbba7e7d7ac6a5 ChangeLog 759
MD5 4ce63470b4ec63b73b6a964afe43077c files/digest-tinycobol-0.60 66
MD5 f36f8eba3cc014c181ff74e98b99ef41 files/tinycobol-0.60.patch 1441
diff --git a/dev-lang/tinycobol/tinycobol-0.60.ebuild b/dev-lang/tinycobol/tinycobol-0.60.ebuild
index e13cbb744bb9..384540f051bb 100644
--- a/dev-lang/tinycobol/tinycobol-0.60.ebuild
+++ b/dev-lang/tinycobol/tinycobol-0.60.ebuild
@@ -1,6 +1,6 @@
# 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-lang/tinycobol/tinycobol-0.60.ebuild,v 1.3 2003/06/27 11:44:22 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.60.ebuild,v 1.4 2003/07/08 07:08:29 phosphan Exp $
DESCRIPTION="tinycobol - COBOL for linux."
HOMEPAGE="http://tiny-cobol.sf.net"
@@ -21,7 +21,7 @@ src_unpack() {
}
src_compile() {
- econf --with-libdb=3
+ econf
make || die "make failed"
}