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 23640138239 for ; Sun, 3 Jun 2018 02:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40291E0896; Sun, 3 Jun 2018 02:59:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EEF92E088F for ; Sun, 3 Jun 2018 02:59:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3B0F3335C7A for ; Sun, 3 Jun 2018 02:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B0C32C4 for ; Sun, 3 Jun 2018 02:59:10 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527994722.a018483bf87f579cb709ecfdbfd11aa59d71e7c7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/jwhois/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/jwhois/Manifest net-misc/jwhois/jwhois-3.2.3-r1.ebuild net-misc/jwhois/jwhois-4.0.ebuild X-VCS-Directories: net-misc/jwhois/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a018483bf87f579cb709ecfdbfd11aa59d71e7c7 X-VCS-Branch: master Date: Sun, 3 Jun 2018 02:59:10 +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: ecd9d073-8ff3-4d00-ab12-ac4df284b456 X-Archives-Hash: b62815f0e75ff16cb23fc6599c63ba75 commit: a018483bf87f579cb709ecfdbfd11aa59d71e7c7 Author: Aaron Bauman gentoo org> AuthorDate: Sun Jun 3 00:12:52 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 3 02:58:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a018483b net-misc/jwhois: drop old EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/jwhois/Manifest | 1 - net-misc/jwhois/jwhois-3.2.3-r1.ebuild | 37 ---------------------------------- net-misc/jwhois/jwhois-4.0.ebuild | 30 --------------------------- 3 files changed, 68 deletions(-) diff --git a/net-misc/jwhois/Manifest b/net-misc/jwhois/Manifest index 967a02798f7..436a8c411d4 100644 --- a/net-misc/jwhois/Manifest +++ b/net-misc/jwhois/Manifest @@ -1,2 +1 @@ -DIST jwhois-3.2.3.tar.gz 430792 BLAKE2B 9708af6ee3a63c283cbcf581cfe78c22a7b9dad01a4133c3db85c019730e937dfc95a369fd8264c19f99193f8ae842365050e7a4fa9934da76945ae3ca05673f SHA512 92ffeef5d9134800d54326c2281eb38c030acf812d2420031438e1f9171875403384ac847bb6d9670aae3e3efa8cdfe2079c822f82550dc8b0450dcb05baf60d DIST jwhois-4.0.tar.gz 493007 BLAKE2B f578f2a57a95ce78829b859c3135c5ace8431b539bb3447e54633a262996a2d1d3c9802706171437acd325d99cc62773901d7473067307a322b4805d529b0292 SHA512 5d625c3f1031a8eb8ef766ef5d47a8c1a4396d1ad3344fc9449f80dd71ad84aadf21ba67f5c2f99348f732a4df998eefe699fcec4efcadf87f579b70302a44ae diff --git a/net-misc/jwhois/jwhois-3.2.3-r1.ebuild b/net-misc/jwhois/jwhois-3.2.3-r1.ebuild deleted file mode 100644 index 6c78a893b72..00000000000 --- a/net-misc/jwhois/jwhois-3.2.3-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -DESCRIPTION="Advanced Internet Whois client capable of recursive queries" -HOMEPAGE="https://www.gnu.org/software/jwhois/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="nls" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-whois-de.patch #159776 -} - -src_compile() { - econf \ - --localstatedir=/var/cache \ - --without-cache \ - $(use_enable nls) \ - || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/net-misc/jwhois/jwhois-4.0.ebuild b/net-misc/jwhois/jwhois-4.0.ebuild deleted file mode 100644 index f0d604d77d7..00000000000 --- a/net-misc/jwhois/jwhois-4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Advanced Internet Whois client capable of recursive queries" -HOMEPAGE="https://www.gnu.org/software/jwhois/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86" -IUSE="idn nls" - -DEPEND="idn? ( net-dns/libidn )" - -src_compile() { - econf \ - --localstatedir=/var/cache \ - --without-cache \ - $(use_enable nls) \ - $(use_with idn libidn) \ - || die "econf failed" - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO -}