diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-09-25 07:01:23 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-09-25 07:01:23 +0000 |
commit | d2a624211995595d634115be3bfd4090e4d7aa33 (patch) | |
tree | edac6d934ea87669ed44b5d9db5bfc1242e722d3 /dev-lang/tinycobol | |
parent | Version bump (diff) | |
download | gentoo-2-d2a624211995595d634115be3bfd4090e4d7aa33.tar.gz gentoo-2-d2a624211995595d634115be3bfd4090e4d7aa33.tar.bz2 gentoo-2-d2a624211995595d634115be3bfd4090e4d7aa33.zip |
Version bump
Diffstat (limited to 'dev-lang/tinycobol')
-rw-r--r-- | dev-lang/tinycobol/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/tinycobol/Manifest | 5 | ||||
-rw-r--r-- | dev-lang/tinycobol/files/digest-tinycobol-0.61 | 1 | ||||
-rw-r--r-- | dev-lang/tinycobol/files/tinycobol-0.61.patch | 42 | ||||
-rw-r--r-- | dev-lang/tinycobol/metadata.xml | 9 | ||||
-rw-r--r-- | dev-lang/tinycobol/tinycobol-0.61.ebuild | 37 |
6 files changed, 99 insertions, 3 deletions
diff --git a/dev-lang/tinycobol/ChangeLog b/dev-lang/tinycobol/ChangeLog index e2037ba260f4..c2c2b438627e 100644 --- a/dev-lang/tinycobol/ChangeLog +++ b/dev-lang/tinycobol/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2003/07/08 07:08:29 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.5 2003/09/25 07:01:15 phosphan Exp $ + +*tinycobol-0.61 (25 Sep 2003) + + 25 Sep 2003; Patrick Kursawe <phosphan@gentoo.org> metadata.xml, + tinycobol-0.61.ebuild, files/tinycobol-0.61.patch: + Version bump (bug #29515). 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. diff --git a/dev-lang/tinycobol/Manifest b/dev-lang/tinycobol/Manifest index 7b229f8648e5..c7bcc382a034 100644 --- a/dev-lang/tinycobol/Manifest +++ b/dev-lang/tinycobol/Manifest @@ -1,6 +1,7 @@ -MD5 4766e185e4a1ef410283360593898c68 tinycobol-0.61.ebuild 764 +MD5 4e5ac461140a90f143468a449eaeac07 tinycobol-0.61.ebuild 765 MD5 4766e185e4a1ef410283360593898c68 tinycobol-0.60.ebuild 764 -MD5 03c1a1f5b0ec9bcfedfbba7e7d7ac6a5 ChangeLog 759 +MD5 d1344e343e7b661150665f37cca69eb8 ChangeLog 940 +MD5 7512583151d773bb5eb84d11ed736fd5 metadata.xml 306 MD5 4ce63470b4ec63b73b6a964afe43077c files/digest-tinycobol-0.60 66 MD5 4e034fd5e6c7b76b5b70b7f1096e443e files/digest-tinycobol-0.61 66 MD5 f36f8eba3cc014c181ff74e98b99ef41 files/tinycobol-0.60.patch 1441 diff --git a/dev-lang/tinycobol/files/digest-tinycobol-0.61 b/dev-lang/tinycobol/files/digest-tinycobol-0.61 new file mode 100644 index 000000000000..077d9dfc2e80 --- /dev/null +++ b/dev-lang/tinycobol/files/digest-tinycobol-0.61 @@ -0,0 +1 @@ +MD5 d9b5c00a2407ab8b42689a7d21c62af2 tinycobol-0.61.tar.gz 817294 diff --git a/dev-lang/tinycobol/files/tinycobol-0.61.patch b/dev-lang/tinycobol/files/tinycobol-0.61.patch new file mode 100644 index 000000000000..e8d72d30dfc7 --- /dev/null +++ b/dev-lang/tinycobol/files/tinycobol-0.61.patch @@ -0,0 +1,42 @@ +--- configure.in 2003-02-07 16:35:14.000000000 +0100 ++++ configure.in.new 2003-05-12 12:43:24.000000000 +0200 +@@ -787,7 +787,7 @@ + # + cobdir_default='${prefix}/share/htcobol' + optfile_dir='${prefix}/share/htcobol' +-cobpp_dir='${prefix}/share/htcobol' ++cobpp_dir='${prefix}/bin' + cobcpy_default='${prefix}/share/htcobol/copybooks' + # + cobbin_default='${prefix}/bin' +--- configure 2003-05-12 12:44:37.000000000 +0200 ++++ configure.new 2003-05-12 12:45:33.000000000 +0200 +@@ -7312,7 +7312,7 @@ + # + cobdir_default='${prefix}/share/htcobol' + optfile_dir='${prefix}/share/htcobol' +-cobpp_dir='${prefix}/share/htcobol' ++cobpp_dir='${prefix}/bin' + cobcpy_default='${prefix}/share/htcobol/copybooks' + # + cobbin_default='${prefix}/bin' +--- htconfig.h.in 2003-02-07 16:35:14.000000000 +0100 ++++ htconfig.h.in.new 2003-05-12 13:24:10.000000000 +0200 +@@ -201,7 +201,7 @@ + + /* Set the pre-processor (htcobolpp) paths */ + #define COBPP_NAME "htcobolpp" +-#define COBPP_PATH COBDIR_DEFAULT"/"COBPP_NAME ++#define COBPP_PATH COBBIN_DEFAULT"/"COBPP_NAME + + /* Set the expand command path */ + #undef COBPP_EXPAND_CMD_PATH +--- cobpp/Makefile.in 2003-05-12 13:31:10.000000000 +0200 ++++ cobpp/Makefile.in.new 2003-05-12 13:30:57.000000000 +0200 +@@ -80,5 +80,5 @@ + + install: $(PROG) + strip $(PROG) +- ${INSTALL} -m 755 $(PROG) $(INSTRC)/$(PROG) ++ ${INSTALL} -m 755 $(PROG) $(INSTBIN)/$(PROG) + # ${INSTALL_DATA} $(PROG) $(INSTRC)/$(PROG) diff --git a/dev-lang/tinycobol/metadata.xml b/dev-lang/tinycobol/metadata.xml new file mode 100644 index 000000000000..c90ead2d07b3 --- /dev/null +++ b/dev-lang/tinycobol/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>phosphan@gentoo.org</email> + <description>Included package on user request, free for adoption.</description> +</maintainer> +</pkgmetadata> diff --git a/dev-lang/tinycobol/tinycobol-0.61.ebuild b/dev-lang/tinycobol/tinycobol-0.61.ebuild new file mode 100644 index 000000000000..1c319e8a8cd8 --- /dev/null +++ b/dev-lang/tinycobol/tinycobol-0.61.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2003 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.1 2003/09/25 07:01:15 phosphan Exp $ + +inherit eutils + +DESCRIPTION="COBOL for linux" +HOMEPAGE="http://tiny-cobol.sourceforge.net/" +SRC_URI="mirror://sourceforge/tiny-cobol/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/glibc + >=dev-libs/glib-2.0 + sys-libs/db" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}.patch +} + +src_compile() { + econf || die + make || die "make failed" +} + +src_install() { + dodir /usr/bin + dodir /usr/man/man1 + dodir /usr/lib + dodir /usr/share/htcobol + einstall + dodoc AUTHORS ChangeLog README STATUS +} |