From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pinfo: ChangeLog pinfo-0.6.10-r1.ebuild
Date: Tue, 2 Nov 2010 20:12:45 +0000 (UTC) [thread overview]
Message-ID: <20101102201245.5ED3320051@flycatcher.gentoo.org> (raw)
jer 10/11/02 20:12:45
Modified: ChangeLog
Added: pinfo-0.6.10-r1.ebuild
Log:
Add patch by Ulrich Müller for bug #306445 by Hartmut Figge.
(Portage version: 2.1.9.24/cvs/Linux i686)
Revision Changes Path
1.49 app-text/pinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 19 Oct 2010 20:02:38 -0000 1.48
+++ ChangeLog 2 Nov 2010 20:12:45 -0000 1.49
@@ -1,6 +1,12 @@
# ChangeLog for app-text/pinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.48 2010/10/19 20:02:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.49 2010/11/02 20:12:45 jer Exp $
+
+*pinfo-0.6.10-r1 (02 Nov 2010)
+
+ 02 Nov 2010; Jeroen Roovers <jer@gentoo.org> +pinfo-0.6.10-r1.ebuild,
+ +files/pinfo-0.6.10-info-suffix.patch:
+ Add patch by Ulrich Müller for bug #306445 by Hartmut Figge.
19 Oct 2010; Markos Chandras <hwoarang@gentoo.org> pinfo-0.6.9-r1.ebuild:
Stable on amd64 wrt bug #339957
1.1 app-text/pinfo/pinfo-0.6.10-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r1.ebuild?rev=1.1&content-type=text/plain
Index: pinfo-0.6.10-r1.ebuild
===================================================================
# Copyright 1999-2010 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-r1.ebuild,v 1.1 2010/11/02 20:12:45 jer Exp $
EAPI="2"
inherit eutils
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
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
./autogen.sh || die "autogen"
}
src_configure() {
econf \
$(use_with readline) \
$(use_enable nls) \
|| die "econf failed"
}
src_install() {
make DESTDIR="${D}" sysconfdir=/etc install || die
}
reply other threads:[~2010-11-02 20:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20101102201245.5ED3320051@flycatcher.gentoo.org \
--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