diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-12 07:45:20 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-12 07:45:20 +0000 |
commit | 4a7b9dda8553eec152bbd132d5ee524eab99c658 (patch) | |
tree | 1f02038dadfaf3d5f7a1de57c1e52d97b1198efc /dev-lang/open-cobol | |
parent | Drop old. Swig is not a runtime dependency, bug 221471. Quoting. (diff) | |
download | gentoo-2-4a7b9dda8553eec152bbd132d5ee524eab99c658.tar.gz gentoo-2-4a7b9dda8553eec152bbd132d5ee524eab99c658.tar.bz2 gentoo-2-4a7b9dda8553eec152bbd132d5ee524eab99c658.zip |
Remove old versions since they require =db-1* for bug 218653
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'dev-lang/open-cobol')
-rw-r--r-- | dev-lang/open-cobol/files/open-cobol-0.32-gmp-configure.patch | 55 | ||||
-rw-r--r-- | dev-lang/open-cobol/open-cobol-0.23.ebuild | 32 | ||||
-rw-r--r-- | dev-lang/open-cobol/open-cobol-0.30.ebuild | 33 | ||||
-rw-r--r-- | dev-lang/open-cobol/open-cobol-0.32.ebuild | 40 | ||||
-rw-r--r-- | dev-lang/open-cobol/open-cobol-1.0.ebuild | 11 |
5 files changed, 5 insertions, 166 deletions
diff --git a/dev-lang/open-cobol/files/open-cobol-0.32-gmp-configure.patch b/dev-lang/open-cobol/files/open-cobol-0.32-gmp-configure.patch deleted file mode 100644 index e8bde038814d..000000000000 --- a/dev-lang/open-cobol/files/open-cobol-0.32-gmp-configure.patch +++ /dev/null @@ -1,55 +0,0 @@ ---- open-cobol-0.32.orig/configure 2006-12-12 17:57:18.000000000 +0100 -+++ open-cobol-0.32/configure 2006-12-12 17:58:38.000000000 +0100 -@@ -4642,9 +4642,9 @@ - done - - --echo "$as_me:$LINENO: checking for __gmp_rand in -lgmp" >&5 --echo $ECHO_N "checking for __gmp_rand in -lgmp... $ECHO_C" >&6 --if test "${ac_cv_lib_gmp___gmp_rand+set}" = set; then -+echo "$as_me:$LINENO: checking for __gmp_randinit in -lgmp" >&5 -+echo $ECHO_N "checking for __gmp_randinit in -lgmp... $ECHO_C" >&6 -+if test "${ac_cv_lib_gmp___gmp_randinit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS -@@ -4662,11 +4662,11 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char __gmp_rand (); -+char __gmp_randinit (); - int - main () - { --__gmp_rand (); -+__gmp_randinit (); - ; - return 0; - } -@@ -4693,20 +4693,20 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_lib_gmp___gmp_rand=yes -+ ac_cv_lib_gmp___gmp_randinit=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_gmp___gmp_rand=no -+ac_cv_lib_gmp___gmp_randinit=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_gmp___gmp_rand" >&5 --echo "${ECHO_T}$ac_cv_lib_gmp___gmp_rand" >&6 --if test $ac_cv_lib_gmp___gmp_rand = yes; then -+echo "$as_me:$LINENO: result: $ac_cv_lib_gmp___gmp_randinit" >&5 -+echo "${ECHO_T}$ac_cv_lib_gmp___gmp_randinit" >&6 -+if test $ac_cv_lib_gmp___gmp_randinit = yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBGMP 1 - _ACEOF diff --git a/dev-lang/open-cobol/open-cobol-0.23.ebuild b/dev-lang/open-cobol/open-cobol-0.23.ebuild deleted file mode 100644 index dd92666c4b82..000000000000 --- a/dev-lang/open-cobol/open-cobol-0.23.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/open-cobol-0.23.ebuild,v 1.6 2005/01/03 07:08:21 matsuu Exp $ - -DESCRIPTION="an open-source COBOL compiler" -HOMEPAGE="http://www.open-cobol.org/" -SRC_URI="mirror://sourceforge/open-cobol/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="nls readline ncurses" - -DEPEND="sys-devel/libtool - >=dev-libs/gmp-3.1.1 - >=sys-libs/db-2.0 - readline? ( sys-libs/readline ) - ncurses? ( >=sys-libs/ncurses-5.2 )" - -src_compile() { - - econf \ - $(use_enable nls) \ - $(use_with readline) || die "econf failed" - emake -} - -src_install() { - - einstall - dodoc ABOUT-NLS AUTHORS ChangeLog INSTALL NEWS README -} diff --git a/dev-lang/open-cobol/open-cobol-0.30.ebuild b/dev-lang/open-cobol/open-cobol-0.30.ebuild deleted file mode 100644 index e6bb39164d3c..000000000000 --- a/dev-lang/open-cobol/open-cobol-0.30.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/open-cobol-0.30.ebuild,v 1.1 2005/01/03 07:08:21 matsuu Exp $ - -DESCRIPTION="an open-source COBOL compiler" -HOMEPAGE="http://www.open-cobol.org/" -SRC_URI="mirror://sourceforge/open-cobol/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="nls berkdb readline ncurses" - -DEPEND="sys-devel/libtool - >=dev-libs/gmp-3.1.1 - berkdb? ( =sys-libs/db-1* ) - readline? ( sys-libs/readline ) - ncurses? ( >=sys-libs/ncurses-5.2 )" - -src_compile() { - - # --with-db does not work - econf \ - $(use_with berkdb db1) \ - $(use_enable nls) \ - $(use_with readline) || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc ABOUT-NLS AUTHORS ChangeLog INSTALL NEWS README -} diff --git a/dev-lang/open-cobol/open-cobol-0.32.ebuild b/dev-lang/open-cobol/open-cobol-0.32.ebuild deleted file mode 100644 index c6a9a4dd08ee..000000000000 --- a/dev-lang/open-cobol/open-cobol-0.32.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/open-cobol-0.32.ebuild,v 1.2 2007/09/02 01:37:37 mr_bones_ Exp $ - -inherit eutils - -DESCRIPTION="an open-source COBOL compiler" -HOMEPAGE="http://www.open-cobol.org/" -SRC_URI="mirror://sourceforge/open-cobol/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="nls berkdb readline ncurses" - -DEPEND="sys-devel/libtool - >=dev-libs/gmp-3.1.1 - berkdb? ( =sys-libs/db-1* ) - readline? ( sys-libs/readline ) - ncurses? ( >=sys-libs/ncurses-5.2 )" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}/${P}-gmp-configure.patch" -} - -src_compile() { - - # --with-db does not work - econf \ - $(use_with berkdb db1) \ - $(use_enable nls) \ - $(use_with readline) || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc ABOUT-NLS AUTHORS ChangeLog INSTALL NEWS README -} diff --git a/dev-lang/open-cobol/open-cobol-1.0.ebuild b/dev-lang/open-cobol/open-cobol-1.0.ebuild index c5402310a689..dafcee159402 100644 --- a/dev-lang/open-cobol/open-cobol-1.0.ebuild +++ b/dev-lang/open-cobol/open-cobol-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/open-cobol-1.0.ebuild,v 1.1 2008/03/17 16:12:20 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/open-cobol-1.0.ebuild,v 1.2 2008/05/12 07:45:19 drac Exp $ inherit eutils @@ -17,7 +17,6 @@ RDEPEND="dev-libs/gmp berkdb? ( =sys-libs/db-4* ) sys-libs/ncurses readline? ( sys-libs/readline )" - DEPEND="${RDEPEND} sys-devel/libtool" @@ -25,11 +24,11 @@ src_compile() { econf \ $(use_with berkdb db) \ $(use_enable nls) \ - $(use_with readline) || die "econf failed" - emake || die + $(use_with readline) || die "econf failed." + emake || die "emake failed." } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog NEWS README } |