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/thinkpad | |
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/thinkpad')
-rw-r--r-- | sys-apps/thinkpad/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/thinkpad/thinkpad-3.2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/thinkpad/ChangeLog b/sys-apps/thinkpad/ChangeLog index 3302edc9ecf9..cf5ccfdef277 100644 --- a/sys-apps/thinkpad/ChangeLog +++ b/sys-apps/thinkpad/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/thinkpad # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/ChangeLog,v 1.1 2002/04/25 23:35:59 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/ChangeLog,v 1.2 2002/07/14 19:20:19 aliz Exp $ *thinkpad-3.2 (25 April 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> thinkpad-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/thinkpad/thinkpad-3.2.ebuild b/sys-apps/thinkpad/thinkpad-3.2.ebuild index 78c34cc0c0fd..e95888854379 100644 --- a/sys-apps/thinkpad/thinkpad-3.2.ebuild +++ b/sys-apps/thinkpad/thinkpad-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/thinkpad/thinkpad-3.2.ebuild,v 1.3 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/thinkpad/thinkpad-3.2.ebuild,v 1.4 2002/07/14 19:20:19 aliz Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -9,6 +9,9 @@ KV="" DESCRIPTION="Thinkpad system control kernel modules" SRC_URI="mirror://sourceforge/tpctl/${MYP}.tar.gz" HOMEPAGE="http://tpctl.sourceforge.net/tpctlhome.htm" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" #virtual/glibc should depend on specific kernel headers DEPEND="virtual/glibc" |