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 | 58ea86c7e1e0277477e86faaf83d5ce14717fe74 (patch) | |
tree | b55ffcc147f811a983378f05450a4a42ca222825 /games-fps | |
parent | stable on ia64 (diff) | |
download | historical-58ea86c7e1e0277477e86faaf83d5ce14717fe74.tar.gz historical-58ea86c7e1e0277477e86faaf83d5ce14717fe74.tar.bz2 historical-58ea86c7e1e0277477e86faaf83d5ce14717fe74.zip |
initial import #54638
Package-Manager: portage-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 | 4 | ||||
-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, 41 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..eb4448936988 --- /dev/null +++ b/games-fps/glxquake-bin/Manifest @@ -0,0 +1,4 @@ +MD5 8163221a324bc8ef2a2c478d1ba8e345 ChangeLog 373 +MD5 dd63289f31abf7afdfebcf3c1e8e90ad glxquake-bin-0.ebuild 618 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 c50eb3f06903c48dbe2161954b809734 files/digest-glxquake-bin-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> |