Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pinfo/
Date: Thu, 18 Apr 2019 09:57:54
Message-Id: 1555581467.21b7d2f4dc9304d1be3148bcb9d964801f62064d.jer@gentoo
1 commit: 21b7d2f4dc9304d1be3148bcb9d964801f62064d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 18 09:57:37 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 09:57:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b7d2f4
7
8 app-text/pinfo: Old
9
10 Package-Manager: Portage-2.3.63, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 app-text/pinfo/pinfo-0.6.10-r6.ebuild | 60 -----------------------------------
14 1 file changed, 60 deletions(-)
15
16 diff --git a/app-text/pinfo/pinfo-0.6.10-r6.ebuild b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
17 deleted file mode 100644
18 index 244a97c87c7..00000000000
19 --- a/app-text/pinfo/pinfo-0.6.10-r6.ebuild
20 +++ /dev/null
21 @@ -1,60 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit autotools eutils flag-o-matic
27 -
28 -DESCRIPTION="Hypertext info and man viewer based on (n)curses"
29 -HOMEPAGE="http://pinfo.alioth.debian.org/"
30 -SRC_URI="https://alioth.debian.org/frs/download.php/3351/${P}.tar.bz2"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
35 -IUSE="nls readline"
36 -
37 -RDEPEND="
38 - sys-libs/ncurses:0=
39 - sys-libs/readline:0=
40 - nls? ( virtual/libintl )
41 -"
42 -
43 -DEPEND="
44 - ${RDEPEND}
45 - sys-apps/texinfo
46 - sys-devel/bison
47 - virtual/pkgconfig
48 - nls? ( sys-devel/gettext )
49 -"
50 -PATCHES=(
51 - "${FILESDIR}"/${PN}-0.6.9-as-needed.patch
52 - "${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
53 - "${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
54 - "${FILESDIR}"/${PN}-0.6.10-version.patch
55 - "${FILESDIR}"/${PN}-0.6.10-info-suffix.patch
56 - "${FILESDIR}"/${PN}-0.6.10-dir-file.patch
57 - "${FILESDIR}"/${PN}-0.6.10-tinfo.patch
58 - "${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch
59 - "${FILESDIR}"/${PN}-0.6.10-ncurses-check.patch
60 - "${FILESDIR}"/${PN}-0.6.10-libc-basename.patch
61 - "${FILESDIR}"/${PN}-0.6.10-clearfilenameprefix.patch
62 - "${FILESDIR}"/${PN}-0.6.10-gcc-7-inline.patch
63 -)
64 -
65 -src_prepare() {
66 - default
67 -
68 - eautoreconf
69 -
70 - append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
71 -}
72 -
73 -src_configure() {
74 - econf \
75 - $(use_with readline) \
76 - $(use_enable nls)
77 -}
78 -
79 -src_install() {
80 - emake DESTDIR="${D}" sysconfdir=/etc install
81 -}