public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/hexalate/, games-puzzle/hexalate/files/
@ 2017-09-21 14:11 Michael Palimaka
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2017-09-21 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6ab53e490c274dc7b16d0220194f6bedbb8555a8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 14:10:18 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 14:11:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab53e49

games-puzzle/hexalate: remove 1.0.3

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-puzzle/hexalate/Manifest                     |  1 -
 .../hexalate/files/hexalate-1.0.3-gentoo.patch     | 11 -----
 games-puzzle/hexalate/hexalate-1.0.3.ebuild        | 50 ----------------------
 3 files changed, 62 deletions(-)

diff --git a/games-puzzle/hexalate/Manifest b/games-puzzle/hexalate/Manifest
index 22916441974..1420b6907e5 100644
--- a/games-puzzle/hexalate/Manifest
+++ b/games-puzzle/hexalate/Manifest
@@ -1,2 +1 @@
-DIST hexalate-1.0.3-src.tar.bz2 336589 SHA256 a391ba44aa0f5bd618385dbe17e059947b829b85315aecb19edd1c863b3ebe3c SHA512 582e41ef298788e73e4f39976dbf334fdb514518e53556b77bd2a7f49d82f66617e21ab5ff24a298313e529aa147e80703fe9eb40318d9b74673dd6fcf32d909 WHIRLPOOL 4ce78bf4cb37346b4722f647e4dbda4fe3c88138264b8ad758302152cc199d7374f0cfadb8497ad767aae678345910701bc30f12ef7eb1b0e691a1df73fc40bf
 DIST hexalate-1.1.0-src.tar.bz2 662438 SHA256 74a8f23b7164981dbe968daa004781646c9063f1e80b234b19166570da22349c SHA512 2f8775c9cb85ff78fb84109f78079013fa172a6b37b309e1cac033be4eb1c248a005a2e899eb785fbe1f89fd87a2035dae3e7016a26af6f3e82a7174dc010a64 WHIRLPOOL 758451c2e20a1f539f622b1638414127512650c5e1adf0314566c435be7385e19427b344cd68128d1e1e357c7e095b2d0f92a909bc122629edd473860b3dac1a

diff --git a/games-puzzle/hexalate/files/hexalate-1.0.3-gentoo.patch b/games-puzzle/hexalate/files/hexalate-1.0.3-gentoo.patch
deleted file mode 100644
index 49f5b1c82ee..00000000000
--- a/games-puzzle/hexalate/files/hexalate-1.0.3-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/locale_dialog.cpp.old	2014-05-20 22:30:07.399795787 +0200
-+++ src/locale_dialog.cpp	2014-05-20 22:31:12.079600999 +0200
-@@ -85,7 +85,7 @@
- 	if (paths.isEmpty()) {
- 		QString appdir = QCoreApplication::applicationDirPath();
- 		paths.append(appdir);
--		paths.append(appdir + "/../share/" + QCoreApplication::applicationName().toLower());
-+		paths.append("@GENTOO_DATADIR@");
- 		paths.append(appdir + "/../Resources");
- 	}
- 	foreach (const QString& path, paths) {

diff --git a/games-puzzle/hexalate/hexalate-1.0.3.ebuild b/games-puzzle/hexalate/hexalate-1.0.3.ebuild
deleted file mode 100644
index dea9b9a4c22..00000000000
--- a/games-puzzle/hexalate/hexalate-1.0.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-LANGS="ca cs de el en es et fr hu ms nl pl ro ru tr"
-LANGSLONG="pt_BR"
-inherit eutils qt4-r2 games
-
-DESCRIPTION="A color matching game"
-HOMEPAGE="http://gottcode.org/hexalate/"
-SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4
-	dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-	sed -i -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
-		src/locale_dialog.cpp \
-		|| die "sed failed"
-}
-
-src_configure() {
-	qt4-r2_src_configure
-}
-
-src_install() {
-	dogamesbin ${PN}
-	insinto "${GAMES_DATADIR}"/${PN}/translations/
-	for lang in ${LINGUAS};do
-		for x in ${LANGS};do
-			if [[ ${lang} == ${x} ]];then
-				doins translations/${PN}_${x}.qm
-			fi
-		done
-	done
-	insinto /usr/share/icons
-	doins -r icons/hicolor
-	dodoc CREDITS ChangeLog NEWS README
-	doicon icons/${PN}.xpm
-	domenu icons/${PN}.desktop
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-21 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-21 14:11 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/hexalate/, games-puzzle/hexalate/files/ Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox