diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 15:11:25 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 15:11:25 +0000 |
commit | 3a61d2838b42faac1ee2fe0da6784975441bebdd (patch) | |
tree | 9d4cfe10cc5ee68299540c5515df10e548e83135 /app-emulation | |
parent | I suck. Ebuild.disjointed and I somehow didn't notice it. (diff) | |
download | gentoo-2-3a61d2838b42faac1ee2fe0da6784975441bebdd.tar.gz gentoo-2-3a61d2838b42faac1ee2fe0da6784975441bebdd.tar.bz2 gentoo-2-3a61d2838b42faac1ee2fe0da6784975441bebdd.zip |
QA happiness drive, added LICENSE, SLOT, RDEPEND and KEYWORDS
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/psemu-padxwin/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/app-emulation/psemu-padxwin/ChangeLog b/app-emulation/psemu-padxwin/ChangeLog index c94beb0a9974..f8c24cc3a3d6 100644 --- a/app-emulation/psemu-padxwin/ChangeLog +++ b/app-emulation/psemu-padxwin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/psemu-padxwin # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padxwin/ChangeLog,v 1.1 2002/06/03 02:53:20 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padxwin/ChangeLog,v 1.2 2002/07/27 15:11:25 stubear Exp $ + +*psemu-padxwin-1.4 (27 Jul 2002) + + 27 Jul 2002; Stuart Bouyer <stubear@gentoo.org> psemu-padxwin-1.4.ebuild : + + Added LICENSE, KEYWORDS="x86", SLOT and RDEPEND. *psemu-padxwin-1.4 (2 June 2002) diff --git a/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild b/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild index e917417755d4..35567bd9f8c2 100644 --- a/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild +++ b/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild @@ -1,11 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild,v 1.2 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild,v 1.3 2002/07/27 15:11:25 stubear Exp $ DESCRIPTION="PSEmu plugin to use the keyboard as a gamepad" HOMEPAGE="http://www.pcsx.net" -LICENSE="" # No mention of a license... +LICENSE="freedist" # ReadMe.txt says "The Plugin is free source code" +KEYWORDS="x86" +SLOT="0" DEPEND="x11-libs/gtk+" +RDEPEND="${DEPEND}" SRC_URI="http://linux.pcsx.net/downloads/plugins/padXwin-${PV}.tgz" S=${WORKDIR} |