summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-31 16:34:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 13:43:39 +0100
commit8c3af46979e794419b2ee425434e0a4a736e7852 (patch)
treee2d134f40258509a38a47a304a85555b72925fac /games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild
parentsys-apps/mawk: add support for -W sandbox mode (diff)
downloadgentoo-8c3af46979e794419b2ee425434e0a4a736e7852.tar.gz
gentoo-8c3af46979e794419b2ee425434e0a4a736e7852.tar.bz2
gentoo-8c3af46979e794419b2ee425434e0a4a736e7852.zip
profiles: Remove last-rited qt4/qt3support-rdeps
Closes: https://bugs.gentoo.org/247588 Closes: https://bugs.gentoo.org/634390 Closes: https://bugs.gentoo.org/637098 Closes: https://bugs.gentoo.org/638688 Closes: https://bugs.gentoo.org/639242 Closes: https://bugs.gentoo.org/639254
Diffstat (limited to 'games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild')
-rw-r--r--games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild48
1 files changed, 0 insertions, 48 deletions
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
-}