summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-11 12:26:35 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-11 12:26:35 +0000
commit47f8ba0ac8d1440ebaa74200e3af6b6777be5f1b (patch)
treefb3668b891be6dd444a1643d20573e4224e149a3 /games-sports/billardgl
parentsimulation games (diff)
downloadgentoo-2-47f8ba0ac8d1440ebaa74200e3af6b6777be5f1b.tar.gz
gentoo-2-47f8ba0ac8d1440ebaa74200e3af6b6777be5f1b.tar.bz2
gentoo-2-47f8ba0ac8d1440ebaa74200e3af6b6777be5f1b.zip
sports games !
Diffstat (limited to 'games-sports/billardgl')
-rw-r--r--games-sports/billardgl/ChangeLog41
-rw-r--r--games-sports/billardgl/Manifest3
-rw-r--r--games-sports/billardgl/billardgl-1.75-r1.ebuild36
-rw-r--r--games-sports/billardgl/files/digest-billardgl-1.75-r11
4 files changed, 81 insertions, 0 deletions
diff --git a/games-sports/billardgl/ChangeLog b/games-sports/billardgl/ChangeLog
new file mode 100644
index 000000000000..f80431dc4116
--- /dev/null
+++ b/games-sports/billardgl/ChangeLog
@@ -0,0 +1,41 @@
+# ChangeLog for app-games/billardgl
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/billardgl/ChangeLog,v 1.1 2003/09/11 12:26:35 vapier Exp $
+
+ 03 Sep 2003; Michael Sterrett <msterret@gentoo.org>
+ billardgl-1.75-r1.ebuild:
+ use sed >=4; repoman cleanups
+
+ 02 Aug 2003; Chris Gianelloni <wolf31o2@gentoo.org>
+ billardgl-1.75-r1.ebuild:
+ Fixed to use mirror://sourceforge
+
+*billardgl-1.75-r1 (19 Jun 2002)
+
+ 29 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
+ Added games eclass support
+
+ 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> billardgl-1.75.ebuild :
+ Added LICENSE, KEYWORDS, SLOT.
+ Fixed install problem
+
+*billardgl-1.7.5 (18 Jun 2002)
+
+ 18 Jun 2002; Ryan Phillips <rphillips@gentoo.org> billardgl-1.75.ebuild :
+ New version
+
+*billardgl-1.7.0 (20 Apr 2002)
+
+ 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> billardgl-1.70.ebuild :
+ Added LICENSE, KEYWORDS, SLOT.
+ Typo in ebuild. Homepage would not display
+
+ 20 Apr 2002; Ryan Phillips <rphillips@gentoo.org> billardgl-1.70 :
+ Renamed ebuild
+
+ 20 Apr 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/games-sports/billardgl/Manifest b/games-sports/billardgl/Manifest
new file mode 100644
index 000000000000..c07d8795263b
--- /dev/null
+++ b/games-sports/billardgl/Manifest
@@ -0,0 +1,3 @@
+MD5 3abfa4d814fdd7d19d92decf12dcba61 ChangeLog 1559
+MD5 0efef30c77d2e9a9e0ef73348688032f billardgl-1.75-r1.ebuild 886
+MD5 f211ce963bfb4ecfb03e07f7358f8a55 files/digest-billardgl-1.75-r1 66
diff --git a/games-sports/billardgl/billardgl-1.75-r1.ebuild b/games-sports/billardgl/billardgl-1.75-r1.ebuild
new file mode 100644
index 000000000000..f5bb87f5e475
--- /dev/null
+++ b/games-sports/billardgl/billardgl-1.75-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc. and Jordan Armstrong
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild,v 1.1 2003/09/11 12:26:35 vapier Exp $
+
+inherit games
+
+DESCRIPTION="A OpenGL billards game"
+SRC_URI="mirror://sourceforge/billardgl/BillardGL-${PV}.tar.gz"
+HOMEPAGE="http://www.billardgl.de/"
+
+KEYWORDS="x86 ppc"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="virtual/x11
+ virtual/opengl
+ virtual/glu
+ virtual/glut
+ >=sys-apps/sed-4"
+
+S=${WORKDIR}/BillardGL-${PV}/src
+
+src_compile() {
+ sed -i \
+ -e "s:/usr/share/BillardGL/:${GAMES_DATADIR}/BillardGL/:" Namen.h || \
+ die "sed Namen.h failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ dogamesbin BillardGL
+ dodir ${GAMES_DATADIR}/BillardGL
+ mv lang Texturen ${D}/${GAMES_DATADIR}/BillardGL
+ dodoc README
+ prepgamesdirs
+}
diff --git a/games-sports/billardgl/files/digest-billardgl-1.75-r1 b/games-sports/billardgl/files/digest-billardgl-1.75-r1
new file mode 100644
index 000000000000..036b4346ab72
--- /dev/null
+++ b/games-sports/billardgl/files/digest-billardgl-1.75-r1
@@ -0,0 +1 @@
+MD5 46f2cf99e1a2b2aa4707d3500e43be47 BillardGL-1.75.tar.gz 736295