summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/bubble-chains/Manifest1
-rw-r--r--games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild48
-rw-r--r--games-puzzle/bubble-chains/metadata.xml8
-rw-r--r--games-puzzle/jag/Manifest2
-rw-r--r--games-puzzle/jag/jag-0.3.2.ebuild66
-rw-r--r--games-puzzle/jag/metadata.xml11
6 files changed, 0 insertions, 136 deletions
diff --git a/games-puzzle/bubble-chains/Manifest b/games-puzzle/bubble-chains/Manifest
deleted file mode 100644
index 0f84253284e2..000000000000
--- a/games-puzzle/bubble-chains/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST chains-0.1.1-src.7z 3282431 BLAKE2B 6d62a7f84cfba2e94e2abf138a87f0ee2f534d1c247b27c146070c738d691433424268553f758c033d72db9c87a694f26f815066d6b86e26ba1ed7f240b92d1a SHA512 2557974ccfa474329924684d859abae8555bdf7fc8e3264883ed0802255bd29ae486b8150b5ffd2d1b4176d0b8d98aec35f7717da4a6606a6c21026a41f1297c
diff --git a/games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild b/games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild
deleted file mode 100644
index 71eb17a7bb69..000000000000
--- a/games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic qt4-r2 games
-
-MY_P=${P/bubble-}-src
-
-DESCRIPTION="Arcade-puzzle game"
-HOMEPAGE="http://bubble-chains.sintegrial.com/"
-SRC_URI="http://${PN}.sintegrial.com/files/${MY_P}.7z"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXrandr
- dev-qt/qtgui:4
- dev-qt/qtopengl:4
- media-libs/libsdl[sound,video]
- media-libs/sdl-mixer"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- app-arch/p7zip"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- append-cxxflags $(pkg-config sdl --cflags)
- sed -i \
- -e "s:/usr/local/bin:${GAMES_BINDIR}:g" \
- -e "s:/usr/local/games:${GAMES_DATADIR}:g" \
- -e "s:LIBS += -lSDLmain:LIBS += -lSDL -lX11:" \
- Game.pro main.cpp || die
-}
-
-src_configure() {
- eqmake4 Game.pro
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- dodoc README
- newicon images/img64_base.png ${PN}.png
- make_desktop_entry chains "Bubble Chains"
- prepgamesdirs
-}
diff --git a/games-puzzle/bubble-chains/metadata.xml b/games-puzzle/bubble-chains/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-puzzle/bubble-chains/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/games-puzzle/jag/Manifest b/games-puzzle/jag/Manifest
deleted file mode 100644
index d3ca5b940afe..000000000000
--- a/games-puzzle/jag/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jag-0.3.2-data.zip 6237911 BLAKE2B 1c7deb2e0b3318439b1f5ff7808339d24be348dc1dddbb25fd8e4fb4cdf806a5ff7c349dc487f5d09f261da07f09aac59f9a58c454e952bc6446f031bffdf612 SHA512 fd8d625d47c12779baf9158475d378a8a09d8c96e48ebf8f8b23e3967db8fe38fada33625ac155550ec72f96e259b229311652e09001bb146a326ee202f2e32f
-DIST jag-0.3.2-src.zip 995053 BLAKE2B 0fc3da08a7d1facc18cf962e3a0fe168a52b897da248adcac5edae621c244400b200eb0ae2b52de67e69594382cd2ed46fa3ef7f20f65593776a14e0fcc2be1c SHA512 96379500aabb282324c7308304359412faa503ca2a62a22951313b612f7d065378ba3fa880ff0b2cb42ebd92ddbce22f8e3c088fc6a5361462beaf8b21aed8dc
diff --git a/games-puzzle/jag/jag-0.3.2.ebuild b/games-puzzle/jag/jag-0.3.2.ebuild
deleted file mode 100644
index e4eff536e414..000000000000
--- a/games-puzzle/jag/jag-0.3.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qt4-r2 games
-
-DESCRIPTION="Arcade 2D Puzzle Game"
-HOMEPAGE="http://jag.xlabsoft.com/"
-SRC_URI="http://jag.xlabsoft.com/files/${P}-src.zip
- http://jag.xlabsoft.com/files/${P}-data.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="editor"
-
-RDEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtopengl:4
- x11-libs/libXrandr
- media-libs/libsdl[sound,video]
- media-libs/sdl-mixer"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}/${P}-src
-
-src_prepare() {
- mv "${WORKDIR}"/${P}-data/data "${WORKDIR}"/${P}-src/
- sed -i \
- -e "s:/usr/local/bin:${GAMES_BINDIR}:g" \
- -e "s:/usr/local/games:${GAMES_DATADIR}:g" \
- -e "s:LIBS += -lSDLmain:LIBS += -lSDL -lX11:" \
- Game.pro main.cpp editor/editor.pro \
- || die "sed failed"
-}
-
-src_configure() {
- qt4-r2_src_configure
- if use editor; then
- cd editor
- eqmake4 editor.pro
- fi
-}
-
-src_compile() {
- qt4-r2_src_compile
- if use editor; then
- cd editor
- qt4-r2_src_compile
- fi
-}
-
-src_install() {
- qt4-r2_src_install
- newicon images/logo.png ${PN}.png
- make_desktop_entry jag Jag
-
- if use editor; then
- cd editor
- qt4-r2_src_install
- make_desktop_entry jag-editor "Jag Level editor" ${PN}
- fi
-
- prepgamesdirs
-}
diff --git a/games-puzzle/jag/metadata.xml b/games-puzzle/jag/metadata.xml
deleted file mode 100644
index 77b6c07ca6a5..000000000000
--- a/games-puzzle/jag/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <use>
- <flag name="editor">Install level editor</flag>
- </use>
-</pkgmetadata>