From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B13AE139694 for ; Wed, 26 Jul 2017 09:51:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CB99E0DA4; Wed, 26 Jul 2017 09:51:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D3F6E0DA4 for ; Wed, 26 Jul 2017 09:51:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B06A53417FB for ; Wed, 26 Jul 2017 09:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5B4374CA for ; Wed, 26 Jul 2017 09:51:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1501062660.74db93b4634188fbcc1642f88c7f2fd0637d1b09.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnatspec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libnatspec/libnatspec-0.2.6.ebuild X-VCS-Directories: dev-libs/libnatspec/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 74db93b4634188fbcc1642f88c7f2fd0637d1b09 X-VCS-Branch: master Date: Wed, 26 Jul 2017 09:51:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0d3681e8-9742-4f96-b0a2-8d35129c6c07 X-Archives-Hash: 047bdeddad9399fe63e12d4082156430 commit: 74db93b4634188fbcc1642f88c7f2fd0637d1b09 Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 26 09:00:49 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 26 09:51:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74db93b4 dev-libs/libnatspec: Removed old. Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-libs/libnatspec/libnatspec-0.2.6.ebuild | 39 ----------------------------- 1 file changed, 39 deletions(-) diff --git a/dev-libs/libnatspec/libnatspec-0.2.6.ebuild b/dev-libs/libnatspec/libnatspec-0.2.6.ebuild deleted file mode 100644 index 6579f017113..00000000000 --- a/dev-libs/libnatspec/libnatspec-0.2.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit autotools eutils - -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 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="doc python" - -RDEPEND="python? ( >=dev-lang/python-2.3 ) - dev-libs/popt" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - python? ( dev-lang/tcl:0 )" - -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) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog NEWS README TODO -}