added test ebuild
This commit is contained in:
parent
bda2bc73ea
commit
874285ad64
2 changed files with 27 additions and 0 deletions
1
app-text/foo/Manifest
Normal file
1
app-text/foo/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
EBUILD foo-1.9.ebuild 744 RMD160 169966430902b8668af344ff8ca6d8daefc5bd8b SHA1 87619cdf56a5ba49a45f0b6e6831cad3a17a3833 SHA256 7852d773890c57b5a3c249257a6f97e0c3df8f91aff6973fab666480db984ac1
|
26
app-text/foo/foo-1.9.ebuild
Normal file
26
app-text/foo/foo-1.9.ebuild
Normal 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"
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "MY_PV: ${MY_PV}"
|
||||
einfo "MY_BODY: ${MY_BODY}"
|
||||
}
|
Loading…
Reference in a new issue