From 4801839742e20785630c9e8b3985b2bdb2c887c5 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 23 Dec 2019 22:37:53 +0000 Subject: sys-devel/autogen: drop old Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich --- sys-devel/autogen/autogen-5.18.10.ebuild | 44 -------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 sys-devel/autogen/autogen-5.18.10.ebuild (limited to 'sys-devel/autogen/autogen-5.18.10.ebuild') diff --git a/sys-devel/autogen/autogen-5.18.10.ebuild b/sys-devel/autogen/autogen-5.18.10.ebuild deleted file mode 100644 index ddb0e9c23ccf..000000000000 --- a/sys-devel/autogen/autogen-5.18.10.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils toolchain-funcs - -DESCRIPTION="Program and text file generation" -HOMEPAGE="https://www.gnu.org/software/autogen/" -SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="libopts static-libs" - -# This should be guile-1.8+, but upstream has a bug with older versions: -# https://savannah.gnu.org/support/index.php?109051 -RDEPEND=">=dev-scheme/guile-2.0:= - dev-libs/libxml2" -DEPEND="${RDEPEND}" - -src_prepare() { - # https://savannah.gnu.org/support/index.php?109050 - sed -i \ - -e "/--cflags-only-I/s:pkg-config:$(tc-getPKG_CONFIG):" \ - configure || die -} - -src_configure() { - # suppress possibly incorrect -R flag - export ag_cv_test_ldflags= - - econf $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files - - if ! use libopts ; then - rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die - fi -} -- cgit v1.2.3