summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-08-02 17:42:50 +0000
committerTilman Klar <phoenix@gentoo.org>2002-08-02 17:42:50 +0000
commit2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1 (patch)
tree9c52f9d7b95bf1e7452640b10f55fd69d6a12163 /app-text/pinfo
parentInitial ebuild to support media-video/vls. (diff)
downloadhistorical-2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1.tar.gz
historical-2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1.tar.bz2
historical-2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1.zip
Repoman fixes
Diffstat (limited to 'app-text/pinfo')
-rw-r--r--app-text/pinfo/ChangeLog8
-rw-r--r--app-text/pinfo/pinfo-0.6.3.ebuild5
-rw-r--r--app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild3
3 files changed, 13 insertions, 3 deletions
diff --git a/app-text/pinfo/ChangeLog b/app-text/pinfo/ChangeLog
index 9a5abb3c99ba..8c8d96205e0a 100644
--- a/app-text/pinfo/ChangeLog
+++ b/app-text/pinfo/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-text/pinfo
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.3 2002/07/22 15:42:41 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.4 2002/08/02 17:42:49 phoenix Exp $
*pinfo-0.6.5_p2-r1 (22 Jul 2002)
+ 2 Aug 2002; phoen][x <phoenix@gentoo.org> pinfo-0.6.5_p2-r1.ebuild :
+ Added KEYWORDS.
+
22 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> pinfo-0.6.5_p2-r1.ebuild files/digest-pinfo-0.6.5_p2-r1:
Configuration files are now installed in /etc/pinfo instead of /usr/etc.
@@ -18,6 +21,9 @@
*pinfo-0.6.3 (1 Feb 2002)
+ 2 Aug 2002; phoen][x <phoenix@gentoo.org> pinfo-0.6.3.ebuild :
+ Added LICENSE, KEYWORDS, SLOT.
+
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
diff --git a/app-text/pinfo/pinfo-0.6.3.ebuild b/app-text/pinfo/pinfo-0.6.3.ebuild
index 1837aaa1ad99..dc2559653afc 100644
--- a/app-text/pinfo/pinfo-0.6.3.ebuild
+++ b/app-text/pinfo/pinfo-0.6.3.ebuild
@@ -1,11 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.3.ebuild,v 1.3 2002/08/01 11:40:14 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.3.ebuild,v 1.4 2002/08/02 17:42:49 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Hypertext info and man viewer based on (n)curses"
SRC_URI="http://zeus.polsl.gliwice.pl/~pborys/stable-version/pinfo-0.6.3.tar.gz"
HOMEPAGE="http://zeus.polsl.gliwice.pl/~pborys/"
+KEYWORDS="x86"
+SLOT="0"
+LICENSE="GPL-2"
DEPEND="virtual/glibc
>=sys-libs/ncurses-5.2
>=sys-devel/gettext-0.10.39
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 8981886f4ecd..c44e9aef8110 100644
--- a/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild
+++ b/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild,v 1.1 2002/07/22 15:42:41 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild,v 1.2 2002/08/02 17:42:49 phoenix Exp $
MY_P=${PN}-0.6.5p2
S=${WORKDIR}/${MY_P}
DESCRIPTION="Hypertext info and man viewer based on (n)curses"
SRC_URI="http://zeus.polsl.gliwice.pl/~pborys/stable-version/${MY_P}.tar.gz"
HOMEPAGE="http://zeus.polsl.gliwice.pl/~pborys/"
+KEYWORDS="x86"
DEPEND="virtual/glibc
>=sys-libs/ncurses-5.2
nls? ( >=sys-devel/gettext-0.10.39 )