diff options
author | 2025-02-17 17:11:15 +0100 | |
---|---|---|
committer | 2025-02-17 17:46:48 +0100 | |
commit | f3a9554db1b2c6e4a44cd982af629fd4c381e560 (patch) | |
tree | 5a03ef540b0fe175904e1de1541ce1b87697f80c /games-puzzle | |
parent | games-puzzle/hexalate: add 1.2.5, EAPI-8, switch to cmake (diff) | |
download | gentoo-f3a9554db1b2c6e4a44cd982af629fd4c381e560.tar.gz gentoo-f3a9554db1b2c6e4a44cd982af629fd4c381e560.tar.bz2 gentoo-f3a9554db1b2c6e4a44cd982af629fd4c381e560.zip |
games-puzzle/hexalate: drop 1.1.6
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.6.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/games-puzzle/hexalate/Manifest b/games-puzzle/hexalate/Manifest index d026566ff56a..d96f49cd2a8d 100644 --- a/games-puzzle/hexalate/Manifest +++ b/games-puzzle/hexalate/Manifest @@ -1,2 +1 @@ -DIST hexalate-1.1.6-src.tar.bz2 794729 BLAKE2B bfa0a0483d58ba13764e778965fedf078af22394c2270119675d1ecd35c2fefc20cfc559f60cb58d7ce21d19be887ba4307d2bf0822aa2166a2d708e937466c5 SHA512 d34c1be6fb0950178a5c424f2461297b7086e4fd59209e009532cfd3bb5b0469f42c404dc244d69601dde7734174de6744aecda0297f66f6582cdbdee83fc13c DIST hexalate-1.2.5.tar.bz2 794229 BLAKE2B 79f20dda354dd16823f6fbf2a4202dc18afc8addf76269a413f70f53a7bfc177fa5055116c312a13ae4a3084643878549c857f5e4e66fb279e4c539ed1b24947 SHA512 2c850bd1205b32da128ec57709ecc4569289644df9eb7605acbaccc8968d84e22e6b717b3406e4e862684cfc856d3643c188d5e0bf350fc4a81140e43a65b5eb diff --git a/games-puzzle/hexalate/hexalate-1.1.6.ebuild b/games-puzzle/hexalate/hexalate-1.1.6.ebuild deleted file mode 100644 index 30006721ad40..000000000000 --- a/games-puzzle/hexalate/hexalate-1.1.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils xdg-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="" - -BDEPEND=" - dev-qt/linguist-tools:5 -" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND}" - -src_configure() { - eqmake5 PREFIX="/usr" -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |