diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-04-16 04:31:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-04-16 04:31:13 +0000 |
commit | 3ff787e01f4ca6a06d1a5cceaa71c9b445a4c921 (patch) | |
tree | b178940dba145b46b73b68902fe159bed8ffe46d /app-text/pinfo | |
parent | Version bump (bug #546706). (diff) | |
download | gentoo-2-3ff787e01f4ca6a06d1a5cceaa71c9b445a4c921.tar.gz gentoo-2-3ff787e01f4ca6a06d1a5cceaa71c9b445a4c921.tar.bz2 gentoo-2-3ff787e01f4ca6a06d1a5cceaa71c9b445a4c921.zip |
Old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-text/pinfo')
-rw-r--r-- | app-text/pinfo/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pinfo/pinfo-0.6.10-r4.ebuild | 55 |
2 files changed, 4 insertions, 56 deletions
diff --git a/app-text/pinfo/ChangeLog b/app-text/pinfo/ChangeLog index aea234360832..544c1da47d33 100644 --- a/app-text/pinfo/ChangeLog +++ b/app-text/pinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pinfo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.87 2015/04/14 10:52:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.88 2015/04/16 04:31:13 jer Exp $ + + 16 Apr 2015; Jeroen Roovers <jer@gentoo.org> -pinfo-0.6.10-r4.ebuild: + Old. 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> pinfo-0.6.10-r5.ebuild: Stable for ia64, wrt bug #534910 diff --git a/app-text/pinfo/pinfo-0.6.10-r4.ebuild b/app-text/pinfo/pinfo-0.6.10-r4.ebuild deleted file mode 100644 index e3fd99aadd9d..000000000000 --- a/app-text/pinfo/pinfo-0.6.10-r4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild,v 1.11 2014/06/08 23:21:34 jer Exp $ - -EAPI=5 -inherit 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 - sys-libs/readline - nls? ( virtual/libintl ) -" - -DEPEND=" - ${RDEPEND} - sys-devel/bison - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" - -src_prepare() { - epatch \ - "${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 - - # autoconf does not work as expected - ./autogen.sh || die - - append-cflags -D_BSD_SOURCE # sbrk() -} - -src_configure() { - econf \ - $(use_with readline) \ - $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" sysconfdir=/etc install -} |