diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:53:24 +0100 |
commit | f8a1f89711c8317fadce9bac19fdd7d854b5574e (patch) | |
tree | 7b66d2aa93726cc46f44496c571d41f0b70116d6 /games-sports | |
parent | games-simulation/singularity: Remove old (diff) | |
download | gentoo-f8a1f89711c8317fadce9bac19fdd7d854b5574e.tar.gz gentoo-f8a1f89711c8317fadce9bac19fdd7d854b5574e.tar.bz2 gentoo-f8a1f89711c8317fadce9bac19fdd7d854b5574e.zip |
games-sports/billardgl: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/billardgl/billardgl-1.75-r1.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/games-sports/billardgl/billardgl-1.75-r1.ebuild b/games-sports/billardgl/billardgl-1.75-r1.ebuild deleted file mode 100644 index f81de86a6084..000000000000 --- a/games-sports/billardgl/billardgl-1.75-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 ~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 -} |