This commit is contained in:
Manuel Friedli 2008-02-22 17:03:29 +00:00
parent 874285ad64
commit 4b252477ca
3 changed files with 29 additions and 2 deletions

View File

@ -1 +1,2 @@
EBUILD foo-1.9.ebuild 744 RMD160 169966430902b8668af344ff8ca6d8daefc5bd8b SHA1 87619cdf56a5ba49a45f0b6e6831cad3a17a3833 SHA256 7852d773890c57b5a3c249257a6f97e0c3df8f91aff6973fab666480db984ac1
EBUILD foo-1.9.9.ebuild 742 RMD160 7997f6f01209ca4aa59ce105430050ed1981db40 SHA1 bfa031f0dca04dbf720c066414af7c523707ae21 SHA256 3d1178a40985f65a4ffea133e7f6ccc344d7d979d6b1e7b1623a159fd673dc87
EBUILD foo-1.9.ebuild 742 RMD160 7997f6f01209ca4aa59ce105430050ed1981db40 SHA1 bfa031f0dca04dbf720c066414af7c523707ae21 SHA256 3d1178a40985f65a4ffea133e7f6ccc344d7d979d6b1e7b1623a159fd673dc87

View File

@ -0,0 +1,26 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.4.2.ebuild,v 1.2 2007/08/20 17:23:52 wolf31o2 Exp $
inherit eutils versionator games
VER="$(get_version_component_range 1-2)"
REV="$(get_version_component_range 3-3)"
MY_PV="${VER}-full.${REV:+r${REV}}"
MY_BODY="ETQW-client-${MY_PV}.x86"
DESCRIPTION="Enemy Territory"
HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/"
#SRC_URI="ftp://ftp.idsoftware.com/idstuff/etqw/${MY_BODY}.run"
#LICENSE="ETQW"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="alsa cdinstall dedicated opengl"
#RESTRICT="strip"
src_unpack() {
einfo "MY_PV: ${MY_PV}"
einfo "MY_BODY: ${MY_BODY}"
}

View File

@ -20,7 +20,7 @@ IUSE="alsa cdinstall dedicated opengl"
#RESTRICT="strip"
pkg_postinst() {
src_unpack() {
einfo "MY_PV: ${MY_PV}"
einfo "MY_BODY: ${MY_BODY}"
}