games-puzzle/connectagram: Drop old
authorPacho Ramos <pacho@gentoo.org>
Tue, 1 May 2018 10:45:29 +0000 (12:45 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 1 May 2018 19:32:09 +0000 (21:32 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

games-puzzle/connectagram/connectagram-1.2.1.ebuild [deleted file]

diff --git a/games-puzzle/connectagram/connectagram-1.2.1.ebuild b/games-puzzle/connectagram/connectagram-1.2.1.ebuild
deleted file mode 100644 (file)
index a3cf9d1..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils qmake-utils games
-
-DESCRIPTION="A word unscrambling game"
-HOMEPAGE="https://gottcode.org/connectagram/"
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-qt/qtcore-5.2:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtwidgets:5
-       >=dev-qt/qtgui-5.2:5"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-gentoo.patch
-
-       sed -i \
-               -e "s#@GAMES_BINDIR@#${GAMES_BINDIR}#" \
-               -e "s#@GAMES_DATADIR@#${GAMES_DATADIR}#" \
-               ${PN}.pro src/{locale_dialog,new_game_dialog,wordlist}.cpp || die
-}
-
-src_configure() {
-       eqmake5 connectagram.pro
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-       dodoc CREDITS ChangeLog NEWS README
-       prepgamesdirs
-}
-
-pkg_preinst() {
-       gnome2_icon_savelist
-       games_pkg_preinst
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-       games_pkg_postinst
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}