From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-lang/open-cobol/open-cobol-1.1.ebuild | 35 ------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 dev-lang/open-cobol/open-cobol-1.1.ebuild (limited to 'dev-lang/open-cobol/open-cobol-1.1.ebuild') diff --git a/dev-lang/open-cobol/open-cobol-1.1.ebuild b/dev-lang/open-cobol/open-cobol-1.1.ebuild deleted file mode 100644 index a34d440d937b..000000000000 --- a/dev-lang/open-cobol/open-cobol-1.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -DESCRIPTION="an open-source COBOL compiler" -HOMEPAGE="http://www.opencobol.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="berkdb nls readline" - -RDEPEND="dev-libs/gmp - berkdb? ( =sys-libs/db-4* ) - sys-libs/ncurses - readline? ( sys-libs/readline )" -DEPEND="${RDEPEND} - sys-devel/libtool" - -src_compile() { - econf \ - $(use_with berkdb db) \ - $(use_enable nls) \ - $(use_with readline) || die "econf failed." - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README -} -- cgit v1.2.3