diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-22 10:27:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-22 10:29:13 +0200 |
commit | 5e3974d5ae82361646fdd5a44ae7d34d1f911a81 (patch) | |
tree | 668bdd538bd19b0e7a8b773c5b5d1988d3c65d9d /dev-libs/libnatspec | |
parent | sys-kernel/pf-sources: bump to 5.8-pf2 (diff) | |
download | gentoo-5e3974d5ae82361646fdd5a44ae7d34d1f911a81.tar.gz gentoo-5e3974d5ae82361646fdd5a44ae7d34d1f911a81.tar.bz2 gentoo-5e3974d5ae82361646fdd5a44ae7d34d1f911a81.zip |
dev-libs/libnatspec: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libnatspec')
-rw-r--r-- | dev-libs/libnatspec/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-libs/libnatspec/Manifest b/dev-libs/libnatspec/Manifest index dfe0ea3d1c36..4ac0b2e1d834 100644 --- a/dev-libs/libnatspec/Manifest +++ b/dev-libs/libnatspec/Manifest @@ -1,2 +1 @@ -DIST libnatspec-0.2.6.tar.bz2 500525 BLAKE2B 30cf13f89a60c86c9ff56c2c2890d1fe169b2d503a87effec805fec49674b439f7311b358f2dad06b335e27b45e775f204092d3ae0b9933f516af3292ff351b2 SHA512 6bed3c8b2937ee27666a7deedcdebd7b24a8f495be63008fd70c467de4ab532e6448e6b682ed3be04a3a60ed64acaa0074d87231a421f6c73d6a7ee1d17bc66b DIST libnatspec-0.3.0.tar.bz2 127265 BLAKE2B 3f0ffdaa57f232c5245de72bc67b3b6bdfa88aaf965156c50483278f51d54c1da1600c19bd49aac5a1a9317a9b53d5202e6610b1ef6c2335b824e183de1fba75 SHA512 5c04358d20be5b6ffc7038bddd4514c4b5b4e9940fb6247070b832da9d059b31fd1306cf29f54e4a1b8be1d909176bd72e6ffa98e4b750840764f9b2c250d31c diff --git a/dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild b/dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild deleted file mode 100644 index 3f61a7d4e60b..000000000000 --- a/dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit autotools eutils python-single-r1 - -DESCRIPTION="library to smooth charset/localization issues" -HOMEPAGE="http://natspec.sourceforge.net/" -SRC_URI="mirror://sourceforge/natspec/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="doc python" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-libs/popt - python? ( ${PYTHON_DEPS} ) -" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - python? ( dev-lang/tcl:0= )" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-iconv.patch - # regenerate to fix imcompatible readlink usage - rm -f "${S}"/ltmain.sh "${S}"/libtool || die - eautoreconf -} - -src_configure() { - use doc || export ac_cv_prog_DOX=no - # braindead configure script does not disable python on --without-python - econf $(use python && use_with python) -} |