summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:17 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:38:49 +0100
commitd6bc83ddd31a8f35e8d7ab9e90602966984ad3f2 (patch)
tree4e22f9319ec7dc31b5c4bf8809d47f859099d7d4
parentgames-board/scid: Remove old (diff)
downloadgentoo-d6bc83ddd31a8f35e8d7ab9e90602966984ad3f2.tar.gz
gentoo-d6bc83ddd31a8f35e8d7ab9e90602966984ad3f2.tar.bz2
gentoo-d6bc83ddd31a8f35e8d7ab9e90602966984ad3f2.zip
games-board/simsu: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--games-board/simsu/simsu-1.2.3.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/games-board/simsu/simsu-1.2.3.ebuild b/games-board/simsu/simsu-1.2.3.ebuild
deleted file mode 100644
index 4b3ba25c8466..000000000000
--- a/games-board/simsu/simsu-1.2.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils qt4-r2 games
-
-DESCRIPTION="A basic sudoku game"
-HOMEPAGE="https://gottcode.org/simsu/"
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-langs.patch
-
- sed -i \
- -e "s:GENTOODATADIR:${GAMES_DATADIR}/${PN}:" \
- src/locale_dialog.cpp || die
-}
-
-src_configure() {
- eqmake4
-}
-
-src_install() {
- dogamesbin ${PN}
- insinto "${GAMES_DATADIR}"/${PN}/translations
- doins translations/*qm
- dodoc ChangeLog
- doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
- domenu icons/${PN}.desktop
- prepgamesdirs
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}