summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/pinfo/ChangeLog9
-rw-r--r--app-text/pinfo/metadata.xml8
-rw-r--r--app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild9
-rw-r--r--app-text/pinfo/pinfo-0.6.7.ebuild9
-rw-r--r--app-text/pinfo/pinfo-0.6.8.ebuild9
5 files changed, 33 insertions, 11 deletions
diff --git a/app-text/pinfo/ChangeLog b/app-text/pinfo/ChangeLog
index 7f94eec9a192..0d095ba4ec63 100644
--- a/app-text/pinfo/ChangeLog
+++ b/app-text/pinfo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/pinfo
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.22 2005/12/04 21:11:43 jer Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.23 2006/02/17 01:06:33 flameeyes Exp $
+
+ 17 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml,
+ pinfo-0.6.5_p2-r1.ebuild, pinfo-0.6.7.ebuild, pinfo-0.6.8.ebuild:
+ Make gettext and bison only build-time dependencies. Add metadata for
+ maintainer-needed.
04 Dec 2005; Jeroen Roovers <jer@gentoo.org> pinfo-0.6.7.ebuild,
pinfo-0.6.8.ebuild:
diff --git a/app-text/pinfo/metadata.xml b/app-text/pinfo/metadata.xml
new file mode 100644
index 000000000000..54494c4bb860
--- /dev/null
+++ b/app-text/pinfo/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>maintainer-needed@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild b/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild
index 88eb996f9081..c125829553e7 100644
--- a/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild
+++ b/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild,v 1.15 2005/01/01 16:30:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild,v 1.16 2006/02/17 01:06:33 flameeyes Exp $
MY_P=${PN}-${PV/_/}
S=${WORKDIR}/${MY_P}
@@ -13,7 +13,10 @@ LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc"
IUSE="nls readline"
-DEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses
+ nls? ( virtual/libintl )"
+
+DEPEND="${RDEPEND}
sys-devel/bison
nls? ( sys-devel/gettext )"
diff --git a/app-text/pinfo/pinfo-0.6.7.ebuild b/app-text/pinfo/pinfo-0.6.7.ebuild
index e0d306c886af..ae06f9214035 100644
--- a/app-text/pinfo/pinfo-0.6.7.ebuild
+++ b/app-text/pinfo/pinfo-0.6.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.7.ebuild,v 1.9 2005/12/04 21:11:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.7.ebuild,v 1.10 2006/02/17 01:06:33 flameeyes Exp $
DESCRIPTION="Hypertext info and man viewer based on (n)curses"
HOMEPAGE="http://dione.ids.pl/~pborys/software/linux/"
@@ -11,7 +11,10 @@ LICENSE="GPL-2"
KEYWORDS="x86 ~ppc sparc"
IUSE="nls readline"
-DEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses
+ nls? ( virtual/libintl )"
+
+DEPEND="${RDEPEND}
sys-devel/bison
nls? ( sys-devel/gettext )"
diff --git a/app-text/pinfo/pinfo-0.6.8.ebuild b/app-text/pinfo/pinfo-0.6.8.ebuild
index 3823ba4a8a4f..2bb5f906b675 100644
--- a/app-text/pinfo/pinfo-0.6.8.ebuild
+++ b/app-text/pinfo/pinfo-0.6.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.8.ebuild,v 1.14 2005/12/04 21:11:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.8.ebuild,v 1.15 2006/02/17 01:06:33 flameeyes Exp $
DESCRIPTION="Hypertext info and man viewer based on (n)curses"
HOMEPAGE="http://dione.ids.pl/~pborys/software/linux/"
@@ -11,7 +11,10 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE="nls readline"
-DEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses
+ nls? ( virtual/libintl )"
+
+DEPEND="${RDEPEND}
sys-devel/bison
nls? ( sys-devel/gettext )"