diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-19 02:04:11 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-19 02:04:11 +0100 |
commit | a909fcfc86d9526c864e2b94cd5dfc476db04bbd (patch) | |
tree | 67097df33309855531975ebcfdfd3f8964f46fc4 /games-board | |
parent | games-board/simsu: 1.3.4 version bump (diff) | |
download | gentoo-a909fcfc86d9526c864e2b94cd5dfc476db04bbd.tar.gz gentoo-a909fcfc86d9526c864e2b94cd5dfc476db04bbd.tar.bz2 gentoo-a909fcfc86d9526c864e2b94cd5dfc476db04bbd.zip |
games-board/simsu: Drop old
Closes: https://bugs.gentoo.org/619376
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/simsu/Manifest | 1 | ||||
-rw-r--r-- | games-board/simsu/simsu-1.2.3-r1.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest index e109b2914c00..9fb8c18f8e0e 100644 --- a/games-board/simsu/Manifest +++ b/games-board/simsu/Manifest @@ -1,2 +1 @@ -DIST simsu-1.2.3-src.tar.bz2 328020 BLAKE2B 565315ed68dad69ded9da49b0f3e3d416c7a27bb0ec20f763319193a7b8422dd997567f272970b136948271f87612987f81d3367086625a5906052394c365fab SHA512 52e19c9f7de5d8d2d2c986cbcaefa61a21ee1d8eca8a8315e9689034e9d4a9e63db02cb163daa7354a368d8e34789c1f623f0482ad9fbb52fdb447cce7505b44 DIST simsu-1.3.4-src.tar.bz2 465505 BLAKE2B ef958ab943acd0e012cd2b5e794662ca70e2e5a5f5f4dc3744960af6abe5ae429a39f6d76b8ffd28f71e996a589139dd490ffd03501be47d414784a022ce6940 SHA512 64a8337c522614c2a87f43daf5c0c95af42c623789df3d851c3d2aae06dc6ffccaa14361458de7410c939e4b60fa930af9883de5b7b25f2cea8092075fd80605 diff --git a/games-board/simsu/simsu-1.2.3-r1.ebuild b/games-board/simsu/simsu-1.2.3-r1.ebuild deleted file mode 100644 index b6fd926b8124..000000000000 --- a/games-board/simsu/simsu-1.2.3-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils gnome2-utils qmake-utils - -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_configure() { - eqmake4 -} - -src_install() { - dobin ${PN} - insinto /usr/share/${PN}/translations - doins translations/*qm - dodoc ChangeLog - doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg - domenu icons/${PN}.desktop -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |