diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /games-sports/billardgl | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'games-sports/billardgl')
-rw-r--r-- | games-sports/billardgl/Manifest | 2 | ||||
-rw-r--r-- | games-sports/billardgl/billardgl-1.75-r1.ebuild | 55 | ||||
-rw-r--r-- | games-sports/billardgl/metadata.xml | 8 |
3 files changed, 65 insertions, 0 deletions
diff --git a/games-sports/billardgl/Manifest b/games-sports/billardgl/Manifest new file mode 100644 index 000000000000..ec1c9217b98b --- /dev/null +++ b/games-sports/billardgl/Manifest @@ -0,0 +1,2 @@ +DIST BillardGL-1.75.tar.gz 736295 SHA256 9b865b1254aa30125480ec7ea2ce00d91524db066a524b78492545782856df96 SHA512 a81d50aa44f97f06fcafd32c3436709c302f86d37f915b2d63acd9c5d48eef22259858064ff56366c7c1cdff40e4a16ad84abe1b91a0daa408cb05ba728d1e88 WHIRLPOOL bb1a48bdcee58b76f959ae98068e0a215dab573ab1fe243d0e2ab4e76ce1a28430ab14d1d3d537982abd95cdeaa36bddae798d90a1504f226260454deb24bdd2 +DIST billardgl.png 3212 SHA256 a79b27cffca343ddb8f57cd6880acc6c60daf82959919868932a296f57be286e SHA512 d9606d8c6e6f9e2ce820a135aa32a8d3604b619a6ce6626fe742424074e48e71703919c5a1923d1ee6b38670ee70c757c328123d3f3c7f595a3c2fc704bd6f74 WHIRLPOOL 40baf57c751225571ee712912cdaac081a46554485cd8d89b83fd1612405ac65f3887cc9d9526c763a3fb1cceec7837668ac6c2e4dc33ea16b71f6b106035203 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..4045ecb5f1b7 --- /dev/null +++ b/games-sports/billardgl/billardgl-1.75-r1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils games + +DESCRIPTION="an OpenGL billards game" +HOMEPAGE="http://www.billardgl.de/" +SRC_URI="mirror://sourceforge/${PN}/BillardGL-${PV}.tar.gz + mirror://gentoo/${PN}.png" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +DEPEND="x11-libs/libXi + x11-libs/libXmu + virtual/opengl + virtual/glu + media-libs/freeglut" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/BillardGL-${PV}/src + +src_prepare() { + sed -i \ + -e "s:/usr/share/BillardGL/:${GAMES_DATADIR}/${PN}/:" \ + Namen.h \ + || die "sed Namen.h failed" + sed -i \ + -e '/^LINK/s:g++:$(CXX):' \ + -e '/^CXX[[:space:]]/d' \ + -e '/^CC[[:space:]]/d' \ + -e '/^CXXFLAGS/s:=.*\(-D.*\)-.*:+=\1:' \ + -e "/^LFLAGS/s:=:=${LDFLAGS}:" \ + Makefile \ + || die "sed Makefile failed" + sed -i \ + -e 's:<iostream.h>:<iostream>:' \ + -e 's:<fstream.h>:<fstream>\nusing namespace std;:' \ + bmp.cpp \ + || die "sed bmp.cpp failed" +} + +src_install() { + newgamesbin BillardGL ${PN} + insinto "${GAMES_DATADIR}"/${PN} + doins -r lang Texturen + dodoc README + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} BillardGL + prepgamesdirs +} diff --git a/games-sports/billardgl/metadata.xml b/games-sports/billardgl/metadata.xml new file mode 100644 index 000000000000..727be76d7a9b --- /dev/null +++ b/games-sports/billardgl/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>games</herd> + <upstream> + <remote-id type="sourceforge">billardgl</remote-id> + </upstream> +</pkgmetadata> |