diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 11:48:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 11:48:20 +0200 |
commit | d5a4f3b4c321cb2303743e3b2c1a168eebf60eb4 (patch) | |
tree | 71a72ca7b774009041ad0102bd2bc4cf435e9735 /games-puzzle | |
parent | games-puzzle/hexalate: 1.1.6 version bump (diff) | |
download | gentoo-d5a4f3b4c321cb2303743e3b2c1a168eebf60eb4.tar.gz gentoo-d5a4f3b4c321cb2303743e3b2c1a168eebf60eb4.tar.bz2 gentoo-d5a4f3b4c321cb2303743e3b2c1a168eebf60eb4.zip |
games-puzzle/hexalate: Drop 1.1.3
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/hexalate/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/hexalate/hexalate-1.1.3.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/games-puzzle/hexalate/Manifest b/games-puzzle/hexalate/Manifest index 0295e578376a..46e877944cc1 100644 --- a/games-puzzle/hexalate/Manifest +++ b/games-puzzle/hexalate/Manifest @@ -1,2 +1 @@ -DIST hexalate-1.1.3-src.tar.bz2 798580 BLAKE2B 685a5fb106b9e4e33d63651059bc63b155c4b1afc1426506f8535b93c54bda1cbf8705244790fe130fe92e82bb6b7d9710c3aa8f245f0d578ddf09fa1e51551d SHA512 037dec9bb7b9dbc3cf3659e765c6e333dbbd0a94426e0b79c20695cf402cffb141c28c9ece4405281617dace7510b982180475c129648a871036be226e868bd6 DIST hexalate-1.1.6-src.tar.bz2 794729 BLAKE2B bfa0a0483d58ba13764e778965fedf078af22394c2270119675d1ecd35c2fefc20cfc559f60cb58d7ce21d19be887ba4307d2bf0822aa2166a2d708e937466c5 SHA512 d34c1be6fb0950178a5c424f2461297b7086e4fd59209e009532cfd3bb5b0469f42c404dc244d69601dde7734174de6744aecda0297f66f6582cdbdee83fc13c diff --git a/games-puzzle/hexalate/hexalate-1.1.3.ebuild b/games-puzzle/hexalate/hexalate-1.1.3.ebuild deleted file mode 100644 index 23dec27a0760..000000000000 --- a/games-puzzle/hexalate/hexalate-1.1.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils qmake-utils - -DESCRIPTION="A color matching game" -HOMEPAGE="https://gottcode.org/hexalate/" -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -src_configure() { - eqmake5 PREFIX="/usr" -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |