summaryrefslogtreecommitdiff
path: root/app-text/pinfo/pinfo-0.6.10-r5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/pinfo/pinfo-0.6.10-r5.ebuild
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/pinfo/pinfo-0.6.10-r5.ebuild')
-rw-r--r--app-text/pinfo/pinfo-0.6.10-r5.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/app-text/pinfo/pinfo-0.6.10-r5.ebuild b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
deleted file mode 100644
index ddab3ae23eab..000000000000
--- a/app-text/pinfo/pinfo-0.6.10-r5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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-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 \
- "${FILESDIR}"/${PN}-0.6.10-ncurses-check.patch \
- "${FILESDIR}"/${PN}-0.6.10-libc-basename.patch
-
- 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
-}