diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 10:48:15 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 10:48:15 +0000 |
commit | 6f6a8b1fe3c54665563794650eede115c7ebd81b (patch) | |
tree | 81c77d9ae219904a9fd008c4832c427e62ec7379 /dev-lang/tinycobol | |
parent | Adding "inherit eutils" (diff) | |
download | historical-6f6a8b1fe3c54665563794650eede115c7ebd81b.tar.gz historical-6f6a8b1fe3c54665563794650eede115c7ebd81b.tar.bz2 historical-6f6a8b1fe3c54665563794650eede115c7ebd81b.zip |
Adding IUSE
Diffstat (limited to 'dev-lang/tinycobol')
-rw-r--r-- | dev-lang/tinycobol/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/tinycobol/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/tinycobol/tinycobol-0.61.ebuild | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-lang/tinycobol/ChangeLog b/dev-lang/tinycobol/ChangeLog index 703586a22fab..c6b571adcf8c 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.6 2003/11/12 08:57:15 phosphan Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.7 2004/03/24 10:48:15 phosphan Exp $ + + 24 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> tinycobol-0.61.ebuild: + Adding IUSE 12 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> tinycobol-0.61.ebuild: libhtcobol.so symlink was not installed correctly and nobody noticed. Does diff --git a/dev-lang/tinycobol/Manifest b/dev-lang/tinycobol/Manifest index 2112148df2ac..a3c055580670 100644 --- a/dev-lang/tinycobol/Manifest +++ b/dev-lang/tinycobol/Manifest @@ -1,5 +1,5 @@ -MD5 2fcb1d59479150ecefb7fe557f2c1f6f tinycobol-0.61.ebuild 915 -MD5 828e6b3109e3565d0f667a0dcc2fda8f ChangeLog 1120 +MD5 393aaa0f62d492303abaeee9c124a451 tinycobol-0.61.ebuild 908 +MD5 bb7a64bebd7d3a18dfab2bfb60bb2046 ChangeLog 1211 MD5 7512583151d773bb5eb84d11ed736fd5 metadata.xml 306 MD5 4e034fd5e6c7b76b5b70b7f1096e443e files/digest-tinycobol-0.61 66 MD5 f36f8eba3cc014c181ff74e98b99ef41 files/tinycobol-0.61.patch 1441 diff --git a/dev-lang/tinycobol/tinycobol-0.61.ebuild b/dev-lang/tinycobol/tinycobol-0.61.ebuild index 09ffbccd7235..631b86214d0a 100644 --- a/dev-lang/tinycobol/tinycobol-0.61.ebuild +++ b/dev-lang/tinycobol/tinycobol-0.61.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.61.ebuild,v 1.3 2003/11/12 08:57:15 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.61.ebuild,v 1.4 2004/03/24 10:48:15 phosphan Exp $ inherit eutils @@ -10,10 +10,10 @@ SRC_URI="mirror://sourceforge/tiny-cobol/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" +IUSE="" KEYWORDS="x86" -DEPEND="virtual/glibc - >=dev-libs/glib-2.0 +DEPEND=">=dev-libs/glib-2.0 sys-libs/db" src_unpack() { |