diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2002-07-21 03:12:53 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2002-07-21 03:12:53 +0000 |
commit | 382fcf6065741fe5d835579c30c28e94e61a2ff2 (patch) | |
tree | eb00f67671ecb666e8801b44985161ecb4576d08 /app-emulation | |
parent | added -ppc to keywords (diff) | |
download | gentoo-2-382fcf6065741fe5d835579c30c28e94e61a2ff2.tar.gz gentoo-2-382fcf6065741fe5d835579c30c28e94e61a2ff2.tar.bz2 gentoo-2-382fcf6065741fe5d835579c30c28e94e61a2ff2.zip |
Added missing KEYWORDS, SLOT, LICENSE
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/winex/winex-20020511-r1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/winex/winex-20020628.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-emulation/winex/winex-20020511-r1.ebuild b/app-emulation/winex/winex-20020511-r1.ebuild index c4af6a2a1fd6..b7a28a3aed51 100644 --- a/app-emulation/winex/winex-20020511-r1.ebuild +++ b/app-emulation/winex/winex-20020511-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020511-r1.ebuild,v 1.3 2002/07/21 03:02:24 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020511-r1.ebuild,v 1.4 2002/07/21 03:12:53 cardoe Exp $ S=${WORKDIR}/wine DESCRIPTION="WineX is a distribution of Wine with enhanced DirectX for gaming" @@ -17,6 +17,10 @@ DEPEND="virtual/x11 >=media-libs/freetype-2.0.0 dev-lang/tcl dev-lang/tk" +SLOT="0" +LICENSE="Aladdin" +KEYWORDS="x86" + src_compile() { cd ${S} diff --git a/app-emulation/winex/winex-20020628.ebuild b/app-emulation/winex/winex-20020628.ebuild index 9edd7d079b58..afe384199236 100644 --- a/app-emulation/winex/winex-20020628.ebuild +++ b/app-emulation/winex/winex-20020628.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020628.ebuild,v 1.3 2002/07/21 03:02:24 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020628.ebuild,v 1.4 2002/07/21 03:12:53 cardoe Exp $ S=${WORKDIR}/wine DESCRIPTION="WineX is a distribution of Wine with enhanced DirectX for gaming" SRC_URI="ftp:/www.ibiblio.org/gentoo/distfiles/${P}.tar.bz2" HOMEPAGE="http://www.transgaming.com/" +SLOT="0" +KEYWORDS="x86" +LICENSE="Aladdin" + DEPEND="virtual/x11 sys-devel/gcc sys-devel/flex |