summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-12-29 14:53:11 +0000
committerJeroen Roovers <jer@gentoo.org>2010-12-29 14:53:11 +0000
commite44b69c3ee75940d0e6c636bbbf2f7a4a124afc7 (patch)
treef7237f4641f8e195ee2d8bed0163a62e93d48b11 /app-text/pinfo
parentstable ppc64, bug 349799 (diff)
downloadhistorical-e44b69c3ee75940d0e6c636bbbf2f7a4a124afc7.tar.gz
historical-e44b69c3ee75940d0e6c636bbbf2f7a4a124afc7.tar.bz2
historical-e44b69c3ee75940d0e6c636bbbf2f7a4a124afc7.zip
Old.
Package-Manager: portage-2.2.0_alpha10/cvs/Linux i686
Diffstat (limited to 'app-text/pinfo')
-rw-r--r--app-text/pinfo/Manifest1
-rw-r--r--app-text/pinfo/pinfo-0.6.9.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/app-text/pinfo/Manifest b/app-text/pinfo/Manifest
index b079176b6ce1..8b6a5b678e18 100644
--- a/app-text/pinfo/Manifest
+++ b/app-text/pinfo/Manifest
@@ -10,6 +10,5 @@ DIST pinfo-0.6.9.tar.bz2 448469 RMD160 e67582e0839d431c48b9849c477a2cd6917e568e
EBUILD pinfo-0.6.10-r1.ebuild 1110 RMD160 7e9a8312c3c00ed5a3553a0c638810ce3018ec2b SHA1 f6c09cd34eb31d16555a6a3b12ce6898d6e953b7 SHA256 d4464fa68934d510894f007794802ace759e5df48ebc3042801b4f00b6b05546
EBUILD pinfo-0.6.10.ebuild 1066 RMD160 a7277e7edcff102708047496f109ed8b7b3a1cee SHA1 37b93b1873e639106919abaa4154f783ca0a5c3a SHA256 e044efc149792910b2638e9d2189da26495db36070dff6df9de48556601ffcfe
EBUILD pinfo-0.6.9-r1.ebuild 1091 RMD160 3a8696af85762eccf55637a2fda85667092579c3 SHA1 1df5af3920abec80d6f43d7da91c8fe6fa8f3499 SHA256 049fc49291c0e4c3fba214254c22d32cd54d9ed4e1d18d6c6b4c6ff55e1ad38e
-EBUILD pinfo-0.6.9.ebuild 995 RMD160 47f1ec36540395a60594174e56d43804662fd6db SHA1 56759560a72c92c8505de0b08bbcb5d410012c4f SHA256 1dc1593335726b3eb026ca6a2f6db78769e7529f8a713c03e82a24576369be2b
MISC ChangeLog 6793 RMD160 178bd5dd072439633302180b7c1eacad8007e304 SHA1 896a7b0ba6ee7e2eb3c4b6987682d0a04878a153 SHA256 e9831ab701b5d69c0f37143123400e2609c400940509476d9ba088f35a3fa057
MISC metadata.xml 217 RMD160 0d94a6fc560097772d4c2e86e653554bd05c25d4 SHA1 0d2cb1ef66cc2caa1b1e6905019402cddb355105 SHA256 6dc63d55b31ccafd1b88efc0808f669d4df575f9115872c574ffc1596851a4f8
diff --git a/app-text/pinfo/pinfo-0.6.9.ebuild b/app-text/pinfo/pinfo-0.6.9.ebuild
deleted file mode 100644
index 1cb87be78cfc..000000000000
--- a/app-text/pinfo/pinfo-0.6.9.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild,v 1.14 2007/10/09 08:27:07 jer Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="Hypertext info and man viewer based on (n)curses"
-HOMEPAGE="http://pinfo.alioth.debian.org/"
-SRC_URI="http://alioth.debian.org/download.php/1498/${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
- nls? ( virtual/libintl )"
-
-DEPEND="${RDEPEND}
- sys-devel/bison
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-FTPVIEWER.patch
- epatch "${FILESDIR}"/${P}-as-needed.patch
- AT_M4DIR="${S}/macros" eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_with readline) \
- $(use_enable nls) \
- || die "econf failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" sysconfdir=/etc install || die
-}