From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pinfo/
Date: Fri, 1 Feb 2019 09:37:45 +0000 (UTC) [thread overview]
Message-ID: <1549013860.30e26b979f8c928eee6210c6a637a15b9a5b0b40.jer@gentoo> (raw)
commit: 30e26b979f8c928eee6210c6a637a15b9a5b0b40
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 1 09:36:39 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb 1 09:37:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e26b97
app-text/pinfo: Fix installing /etc/pinforc in prefix
Patch by Susan Wilson. Thanks!
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/676992
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
app-text/pinfo/pinfo-0.6.10-r7.ebuild | 60 +++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/app-text/pinfo/pinfo-0.6.10-r7.ebuild b/app-text/pinfo/pinfo-0.6.10-r7.ebuild
new file mode 100644
index 00000000000..dc042896698
--- /dev/null
+++ b/app-text/pinfo/pinfo-0.6.10-r7.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools 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-apps/texinfo
+ sys-devel/bison
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )
+"
+PATCHES=(
+ "${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
+ "${FILESDIR}"/${PN}-0.6.10-clearfilenameprefix.patch
+ "${FILESDIR}"/${PN}-0.6.10-gcc-7-inline.patch
+)
+
+src_prepare() {
+ default
+
+ 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="${EPREFIX}/etc" install
+}
next reply other threads:[~2019-02-01 9:37 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-01 9:37 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-21 18:09 [gentoo-commits] repo/gentoo:master commit in: app-text/pinfo/ Marek Szuba
2023-04-28 6:26 Sam James
2023-04-28 6:05 Sam James
2023-04-28 6:05 Sam James
2021-12-10 11:34 Arthur Zamarin
2021-08-23 21:29 Marek Szuba
2020-11-05 14:31 Marek Szuba
2020-09-05 2:37 Sam James
2020-08-29 12:57 Sam James
2020-08-28 22:21 Sergei Trofimovich
2020-08-19 13:57 Jeroen Roovers
2019-08-29 11:39 David Seifert
2019-08-10 13:37 Jeroen Roovers
2019-04-21 17:28 Jeroen Roovers
2019-04-18 9:57 Jeroen Roovers
2019-04-18 9:57 Jeroen Roovers
2019-01-18 16:34 Jeroen Roovers
2017-05-23 15:48 Jeroen Roovers
2015-08-16 11:30 Justin Lecher
2015-08-12 15:15 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1549013860.30e26b979f8c928eee6210c6a637a15b9a5b0b40.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox