diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:17 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:38:49 +0100 |
commit | d6bc83ddd31a8f35e8d7ab9e90602966984ad3f2 (patch) | |
tree | 4e22f9319ec7dc31b5c4bf8809d47f859099d7d4 /games-board | |
parent | 3360e8e94b363f63d935984daf0fb5fcd1f3fc50 (diff) | |
download | gentoo-d6bc83ddd31a8f35e8d7ab9e90602966984ad3f2.tar.gz gentoo-d6bc83ddd31a8f35e8d7ab9e90602966984ad3f2.tar.xz |
games-board/simsu: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/simsu/simsu-1.2.3.ebuild | 51 |
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 4b3ba25c846..00000000000 --- 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 -} |