diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
commit | 957d5a3dfc2911af33459c794689e4e9fc0b3488 (patch) | |
tree | 8d477962f0cc95e3807f04cd81fa9206ed2c1e2e /sys-apps/tpctl | |
parent | Version Bump (diff) | |
download | gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.gz gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.bz2 gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.zip |
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/tpctl')
-rw-r--r-- | sys-apps/tpctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/tpctl/tpctl-3.2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/tpctl/ChangeLog b/sys-apps/tpctl/ChangeLog index 8c2f36681141..b66cae87cfcb 100644 --- a/sys-apps/tpctl/ChangeLog +++ b/sys-apps/tpctl/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/tpctl # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tpctl/ChangeLog,v 1.1 2002/04/25 23:39:54 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tpctl/ChangeLog,v 1.2 2002/07/14 19:20:19 aliz Exp $ *tpctl-3.2 (25 April 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> tpctl-3.2.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 25 April 2002; Wout Mertens <Wout.Mertens@advalvas.be> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/sys-apps/tpctl/tpctl-3.2.ebuild b/sys-apps/tpctl/tpctl-3.2.ebuild index c6df9a4d0548..6796ff89e630 100644 --- a/sys-apps/tpctl/tpctl-3.2.ebuild +++ b/sys-apps/tpctl/tpctl-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tpctl/tpctl-3.2.ebuild,v 1.3 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tpctl/tpctl-3.2.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -10,6 +10,9 @@ KV="" DESCRIPTION="Thinkpad system control user space programs" SRC_URI="mirror://sourceforge/tpctl/${MYP}.tar.gz" HOMEPAGE="http://tpctl.sourceforge.net/tpctlhome.htm" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="$DEPEND sys-apps/thinkpad ncurses? ( sys-libs/ncurses )" RDEPEND="$RDEPEND sys-apps/thinkpad ncurses? ( sys-libs/ncurses ) perl? ( sys-devel/perl )" |