From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1084155-garchives=archives.gentoo.org@lists.gentoo.org>
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 B3E7B138334
	for <garchives@archives.gentoo.org>; Thu, 18 Apr 2019 09:57:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4886EE0A99;
	Thu, 18 Apr 2019 09:57:53 +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 0E1C7E0A99
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2019 09:57:52 +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 DC6CE341748
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2019 09:57:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B3CA580
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2019 09:57:48 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1555581467.21b7d2f4dc9304d1be3148bcb9d964801f62064d.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pinfo/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-text/pinfo/pinfo-0.6.10-r6.ebuild
X-VCS-Directories: app-text/pinfo/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 21b7d2f4dc9304d1be3148bcb9d964801f62064d
X-VCS-Branch: master
Date: Thu, 18 Apr 2019 09:57:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ede2871b-4f60-42dd-9338-8056f6a42840
X-Archives-Hash: 5b0fa98bce1baed9a17c48112e7944a8

commit:     21b7d2f4dc9304d1be3148bcb9d964801f62064d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 09:57:37 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 09:57:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b7d2f4

app-text/pinfo: Old

Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 app-text/pinfo/pinfo-0.6.10-r6.ebuild | 60 -----------------------------------
 1 file changed, 60 deletions(-)

diff --git a/app-text/pinfo/pinfo-0.6.10-r6.ebuild b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
deleted file mode 100644
index 244a97c87c7..00000000000
--- a/app-text/pinfo/pinfo-0.6.10-r6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="Hypertext info and man viewer based on (n)curses"
-HOMEPAGE="http://pinfo.alioth.debian.org/"
-SRC_URI="https://alioth.debian.org/frs/download.php/3351/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="nls readline"
-
-RDEPEND="
-	sys-libs/ncurses:0=
-	sys-libs/readline:0=
-	nls? ( virtual/libintl )
-"
-
-DEPEND="
-	${RDEPEND}
-	sys-apps/texinfo
-	sys-devel/bison
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )
-"
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.6.9-as-needed.patch
-	"${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
-	"${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
-	"${FILESDIR}"/${PN}-0.6.10-version.patch
-	"${FILESDIR}"/${PN}-0.6.10-info-suffix.patch
-	"${FILESDIR}"/${PN}-0.6.10-dir-file.patch
-	"${FILESDIR}"/${PN}-0.6.10-tinfo.patch
-	"${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch
-	"${FILESDIR}"/${PN}-0.6.10-ncurses-check.patch
-	"${FILESDIR}"/${PN}-0.6.10-libc-basename.patch
-	"${FILESDIR}"/${PN}-0.6.10-clearfilenameprefix.patch
-	"${FILESDIR}"/${PN}-0.6.10-gcc-7-inline.patch
-)
-
-src_prepare() {
-	default
-
-	eautoreconf
-
-	append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
-}
-
-src_configure() {
-	econf \
-		$(use_with readline) \
-		$(use_enable nls)
-}
-
-src_install() {
-	emake DESTDIR="${D}" sysconfdir=/etc install
-}