diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-04-13 16:42:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-04-13 16:42:27 +0000 |
commit | 161eaf504f12869d69024ec0eb528456888023a2 (patch) | |
tree | 8ae8c521469e004e165a8810b52f169a12ecb448 /app-text/pinfo | |
parent | Version bump. (diff) | |
download | gentoo-2-161eaf504f12869d69024ec0eb528456888023a2.tar.gz gentoo-2-161eaf504f12869d69024ec0eb528456888023a2.tar.bz2 gentoo-2-161eaf504f12869d69024ec0eb528456888023a2.zip |
Old.
(Portage version: 2.2.0_alpha173/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-r3.ebuild | 50 |
2 files changed, 4 insertions, 51 deletions
diff --git a/app-text/pinfo/ChangeLog b/app-text/pinfo/ChangeLog index c19d4d62f3b5..570a1858e44a 100644 --- a/app-text/pinfo/ChangeLog +++ b/app-text/pinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.76 2013/04/13 07:34:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.77 2013/04/13 16:42:27 jer Exp $ + + 13 Apr 2013; Jeroen Roovers <jer@gentoo.org> -pinfo-0.6.10-r3.ebuild: + Old. 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pinfo-0.6.10-r4.ebuild: Stable for sparc, wrt bug #464414 diff --git a/app-text/pinfo/pinfo-0.6.10-r3.ebuild b/app-text/pinfo/pinfo-0.6.10-r3.ebuild deleted file mode 100644 index 39f22af4f8e6..000000000000 --- a/app-text/pinfo/pinfo-0.6.10-r3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2013 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-r3.ebuild,v 1.8 2013/02/27 20:20:39 jer Exp $ - -EAPI=4 - -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[-tinfo] - nls? ( virtual/libintl ) -" - -DEPEND=" - ${RDEPEND} - sys-devel/bison - 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}"/${P}-version.patch \ - "${FILESDIR}"/${P}-info-suffix.patch \ - "${FILESDIR}"/${P}-dir-file.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 -} |