public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/tanglet/, games-puzzle/tanglet/files/
Date: Wed, 28 Jul 2021 22:04:19 +0000 (UTC)	[thread overview]
Message-ID: <1627509622.7aed29ca330cdfac59368f1a001410b44d12374a.ionen@gentoo> (raw)

commit:     7aed29ca330cdfac59368f1a001410b44d12374a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 28 22:00:19 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jul 28 22:00:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aed29ca

games-puzzle/tanglet: drop 1.5.3

This version does not build anymore.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-puzzle/tanglet/Manifest                      |  1 -
 .../tanglet/files/tanglet-1.5.2-gentoo.patch       | 33 -------------------
 games-puzzle/tanglet/tanglet-1.5.3.ebuild          | 37 ----------------------
 3 files changed, 71 deletions(-)

diff --git a/games-puzzle/tanglet/Manifest b/games-puzzle/tanglet/Manifest
index fa19be2e709..33a76ba7b00 100644
--- a/games-puzzle/tanglet/Manifest
+++ b/games-puzzle/tanglet/Manifest
@@ -1,2 +1 @@
-DIST tanglet-1.5.3-src.tar.bz2 8631208 BLAKE2B b7b0b913a1d862f43d4fb215a09aaba379bda95d75d3d2f59b207361efeda6573055f25db9d07d330fe0957ca774679589f87b79d0766ac669709da37d164f5f SHA512 31b7aada8b244969c2581a0879c30ca1a9b9db8e0cff5c802607dd08038af9487ba59db0e64fabb35feade9d5d700a2a1e04a0052d0ff4639c10a42189671267
 DIST tanglet-1.6.1.1-src.tar.bz2 25059666 BLAKE2B df363cf77863d3dcc77dee95aa1e4dcd20d16438f23e38286bbf5362fa9f8b17a28bc03dc480d6eaf44a443f4b7f977022b978a642d93c4f4c766b5cdd868728 SHA512 d65bc14f44ed1fa1ddae8f90c2aa62fb5d14ea964e36d544916856d9b6b93009509d4d8adf17fd4a45555732fb9b656f24661b2eec52a980bdb8f20512a38ff3

diff --git a/games-puzzle/tanglet/files/tanglet-1.5.2-gentoo.patch b/games-puzzle/tanglet/files/tanglet-1.5.2-gentoo.patch
deleted file mode 100644
index 8409f2cc48c..00000000000
--- a/games-puzzle/tanglet/files/tanglet-1.5.2-gentoo.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- a/src/src.pro	2018-05-29 13:11:55.000000000 +0200
-+++ b/src/src.pro	2018-07-11 20:02:51.415773874 +0200
-@@ -99,7 +99,7 @@
- 	RESOURCES += ../icons/icon.qrc
- 
- 	isEmpty(PREFIX) {
--		PREFIX = /usr/local
-+		PREFIX = /usr
- 	}
- 	isEmpty(BINDIR) {
- 		BINDIR = bin
---- a/src/locale_dialog.cpp
-+++ b/src/locale_dialog.cpp
-@@ -85,7 +85,7 @@
- 	if (paths.isEmpty()) {
- 		QString appdir = QCoreApplication::applicationDirPath();
- 		paths.append(appdir);
--		paths.append(appdir + "/../share/" + QCoreApplication::applicationName().toLower());
-+		paths.append("/usr/share");
- 		paths.append(appdir + "/../Resources");
- 	}
- 	foreach (const QString& path, paths) {
---- a/src/main.cpp
-+++ b/src/main.cpp
-@@ -46,7 +46,7 @@
- 	QString path = app.applicationDirPath();
- 	QStringList paths;
- 	paths.append(path + "/data/");
--	paths.append(path + "/../share/tanglet/data/");
-+	paths.append("/usr/share/data/");
- 	paths.append(path + "/../Resources/data/");
- 	QDir::setSearchPaths("tanglet", paths);
- 

diff --git a/games-puzzle/tanglet/tanglet-1.5.3.ebuild b/games-puzzle/tanglet/tanglet-1.5.3.ebuild
deleted file mode 100644
index 0987abb4906..00000000000
--- a/games-puzzle/tanglet/tanglet-1.5.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg
-
-DESCRIPTION="Single player word finding game based on Boggle"
-HOMEPAGE="https://gottcode.org/tanglet/"
-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
-"
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.5.2-gentoo.patch )
-
-src_configure() {
-	eqmake5 tanglet.pro
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}


             reply	other threads:[~2021-07-28 22:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-28 22:04 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-07-11 18:34 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/tanglet/, games-puzzle/tanglet/files/ Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1627509622.7aed29ca330cdfac59368f1a001410b44d12374a.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox