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/console-data | |
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/console-data')
-rw-r--r-- | sys-apps/console-data/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/console-data/console-data-1999.08.29-r2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/console-data/ChangeLog b/sys-apps/console-data/ChangeLog index c148e27e53e9..a26d3b68c729 100644 --- a/sys-apps/console-data/ChangeLog +++ b/sys-apps/console-data/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/console-data # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-data/ChangeLog,v 1.1 2002/02/01 21:53:36 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-data/ChangeLog,v 1.2 2002/07/14 19:20:16 aliz Exp $ *console-data-1999.08.29-r2 (1 Feb 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> console-data-1999.08.29-r2.ebuild : + Added 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/sys-apps/console-data/console-data-1999.08.29-r2.ebuild b/sys-apps/console-data/console-data-1999.08.29-r2.ebuild index 3514261b71dc..98088654a18a 100644 --- a/sys-apps/console-data/console-data-1999.08.29-r2.ebuild +++ b/sys-apps/console-data/console-data-1999.08.29-r2.ebuild @@ -1,11 +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/sys-apps/console-data/console-data-1999.08.29-r2.ebuild,v 1.4 2002/07/11 06:30:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-data/console-data-1999.08.29-r2.ebuild,v 1.5 2002/07/14 19:20:16 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Data (fonts, keymaps) for the consoletools package" SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/keyboards/${P}.tar.gz" HOMEPAGE="http://altern.org/ydirson/en/lct/data.html" +KEYWORDS="x86" +SLOT="0" LICENSE="GPL-2" src_compile() { |