diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-08 04:44:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-08 04:44:31 +0000 |
commit | e76a97cefc0d1cf67fa6d0ba4038fb80a28ea79b (patch) | |
tree | d6bbac3a4eeee8d3fefc3ef6cd99f9389a920c89 /games-fps | |
parent | stable on ia64 (diff) | |
download | gentoo-2-e76a97cefc0d1cf67fa6d0ba4038fb80a28ea79b.tar.gz gentoo-2-e76a97cefc0d1cf67fa6d0ba4038fb80a28ea79b.tar.bz2 gentoo-2-e76a97cefc0d1cf67fa6d0ba4038fb80a28ea79b.zip |
initial import #54638
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/glxquake-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/glxquake-bin/Manifest | 2 | ||||
-rw-r--r-- | games-fps/glxquake-bin/files/digest-glxquake-bin-0 | 1 | ||||
-rw-r--r-- | games-fps/glxquake-bin/glxquake-bin-0.ebuild | 23 | ||||
-rw-r--r-- | games-fps/glxquake-bin/metadata.xml | 5 |
5 files changed, 39 insertions, 0 deletions
diff --git a/games-fps/glxquake-bin/ChangeLog b/games-fps/glxquake-bin/ChangeLog new file mode 100644 index 000000000000..76fb954b67de --- /dev/null +++ b/games-fps/glxquake-bin/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-fps/glxquake-bin +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.1 2005/05/08 04:44:31 vapier Exp $ + +*glxquake-bin-0 (08 May 2005) + + 08 May 2005; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me for #54638 by Marcos González. diff --git a/games-fps/glxquake-bin/Manifest b/games-fps/glxquake-bin/Manifest new file mode 100644 index 000000000000..b5f201867d8f --- /dev/null +++ b/games-fps/glxquake-bin/Manifest @@ -0,0 +1,2 @@ +MD5 51004f5673261171aa202a7d3465c7ef glxquake-0.ebuild 474 +MD5 c50eb3f06903c48dbe2161954b809734 files/digest-glxquake-0 60 diff --git a/games-fps/glxquake-bin/files/digest-glxquake-bin-0 b/games-fps/glxquake-bin/files/digest-glxquake-bin-0 new file mode 100644 index 000000000000..efc3e8f3242d --- /dev/null +++ b/games-fps/glxquake-bin/files/digest-glxquake-bin-0 @@ -0,0 +1 @@ +MD5 3959bd8193cb0f1c3b2e6f3b9e4a3df7 glxquake.tar.gz 221435 diff --git a/games-fps/glxquake-bin/glxquake-bin-0.ebuild b/games-fps/glxquake-bin/glxquake-bin-0.ebuild new file mode 100644 index 000000000000..573d1d905959 --- /dev/null +++ b/games-fps/glxquake-bin/glxquake-bin-0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/glxquake-bin-0.ebuild,v 1.1 2005/05/08 04:44:31 vapier Exp $ + +inherit games + +DESCRIPTION="a binary that works with every 3D-graphics-card that supports the glx X-extension" +HOMEPAGE="http://mfcn.ilo.de/glxquake/" +SRC_URI="http://www.wh-hms.uni-ulm.de/~mfcn/shared/glxquake/glxquake.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="virtual/opengl" + +S=${WORKDIR}/glxquake + +src_install() { + dogamesbin glquake || die + dodoc README +} diff --git a/games-fps/glxquake-bin/metadata.xml b/games-fps/glxquake-bin/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-fps/glxquake-bin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |