From 8c3af46979e794419b2ee425434e0a4a736e7852 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 31 Dec 2017 16:34:20 +0100 Subject: profiles: Remove last-rited qt4/qt3support-rdeps Closes: https://bugs.gentoo.org/247588 Closes: https://bugs.gentoo.org/634390 Closes: https://bugs.gentoo.org/637098 Closes: https://bugs.gentoo.org/638688 Closes: https://bugs.gentoo.org/639242 Closes: https://bugs.gentoo.org/639254 --- games-kids/cubetest/Manifest | 1 - games-kids/cubetest/cubetest-0.9.4-r1.ebuild | 32 ------- .../cubetest/files/cubetest-0.9.4-build.patch | 101 --------------------- games-kids/cubetest/metadata.xml | 8 -- 4 files changed, 142 deletions(-) delete mode 100644 games-kids/cubetest/Manifest delete mode 100644 games-kids/cubetest/cubetest-0.9.4-r1.ebuild delete mode 100644 games-kids/cubetest/files/cubetest-0.9.4-build.patch delete mode 100644 games-kids/cubetest/metadata.xml (limited to 'games-kids') diff --git a/games-kids/cubetest/Manifest b/games-kids/cubetest/Manifest deleted file mode 100644 index 0a6d0f634960..000000000000 --- a/games-kids/cubetest/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cubetest-0.9.4.tar.bz2 764429 BLAKE2B f3ea59fdfa6015f52fa1fee692144b4312485a0573cb7b5fcb92aad5b3a7c80781d196d5a014ac30418f116d3989375ff5dab868bc3a898d6f4e034d5854a910 SHA512 91f1d312ba4cfb08d359ab43347088592977a0d5758baf64a17d62b49d7a53f5b112e16d2a98e3217c6eb06426ef320039d1ae8af8298eb010952473116c916b diff --git a/games-kids/cubetest/cubetest-0.9.4-r1.ebuild b/games-kids/cubetest/cubetest-0.9.4-r1.ebuild deleted file mode 100644 index b55bc9ebc1b7..000000000000 --- a/games-kids/cubetest/cubetest-0.9.4-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A program to train your spatial insight" -HOMEPAGE="http://www.vandenoever.info/software/cubetest/" -SRC_URI="http://www.vandenoever.info/software/cubetest/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-qt/qtcore:4[qt3support] - dev-qt/qtgui:4" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-build.patch -) - -src_prepare() { - local i - - default - - for i in $(find src/ -iname *_moc.cpp) ; do - moc ${i/_moc.cpp/.h} -o $i || die - done -} diff --git a/games-kids/cubetest/files/cubetest-0.9.4-build.patch b/games-kids/cubetest/files/cubetest-0.9.4-build.patch deleted file mode 100644 index 71411700c336..000000000000 --- a/games-kids/cubetest/files/cubetest-0.9.4-build.patch +++ /dev/null @@ -1,101 +0,0 @@ -diff -ru cubetest-0.9.4.orig/configure cubetest-0.9.4/configure ---- cubetest-0.9.4.orig/configure 2005-12-05 17:29:43.000000000 -0500 -+++ cubetest-0.9.4/configure 2009-09-20 21:23:24.886585972 -0400 -@@ -19741,13 +19741,16 @@ - if test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"QtGui >= \$QT_REQUIRED_VERSION -+ QtCore >= \$QT_REQUIRED_VERSION - Qt3Support >= \$QT_REQUIRED_VERSION\"") >&5 - ($PKG_CONFIG --exists --print-errors "QtGui >= $QT_REQUIRED_VERSION -+ QtCore >= $QT_REQUIRED_VERSION - Qt3Support >= $QT_REQUIRED_VERSION") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - pkg_cv_QT_CFLAGS=`$PKG_CONFIG --cflags "QtGui >= $QT_REQUIRED_VERSION -+ QtCore >= $QT_REQUIRED_VERSION - Qt3Support >= $QT_REQUIRED_VERSION" 2>/dev/null` - else - pkg_failed=yes -@@ -19758,13 +19761,16 @@ - if test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"QtGui >= \$QT_REQUIRED_VERSION -+ QtCore >= \$QT_REQUIRED_VERSION - Qt3Support >= \$QT_REQUIRED_VERSION\"") >&5 - ($PKG_CONFIG --exists --print-errors "QtGui >= $QT_REQUIRED_VERSION -+ QtCore >= $QT_REQUIRED_VERSION - Qt3Support >= $QT_REQUIRED_VERSION") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - pkg_cv_QT_LIBS=`$PKG_CONFIG --libs "QtGui >= $QT_REQUIRED_VERSION -+ QtCore >= $QT_REQUIRED_VERSION - Qt3Support >= $QT_REQUIRED_VERSION" 2>/dev/null` - else - pkg_failed=yes -@@ -19775,6 +19781,7 @@ - - if test $pkg_failed = yes; then - QT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "QtGui >= $QT_REQUIRED_VERSION -+ QtCore >= $QT_REQUIRED_VERSION - Qt3Support >= $QT_REQUIRED_VERSION"` - # Put the nasty error message in config.log where it belongs - echo "$QT_PKG_ERRORS" 1>&5 -@@ -19842,6 +19849,7 @@ - - fi - -+ QT_CXXFLAGS="$QT_CFLAGS $QT_CXXFLAGS" - { echo "$as_me:$LINENO: Set QT_CXXFLAGS... $QT_CXXFLAGS" >&5 - echo "$as_me: Set QT_CXXFLAGS... $QT_CXXFLAGS" >&6;} - { echo "$as_me:$LINENO: Set QT_LIBS... $QT_LIBS" >&5 -Only in cubetest-0.9.4: configure.orig -diff -ru cubetest-0.9.4.orig/src/cubetest/cubetest_it.ts cubetest-0.9.4/src/cubetest/cubetest_it.ts ---- cubetest-0.9.4.orig/src/cubetest/cubetest_it.ts 2005-12-05 14:48:20.000000000 -0500 -+++ cubetest-0.9.4/src/cubetest/cubetest_it.ts 2009-09-20 21:23:06.640704967 -0400 -@@ -19,11 +19,11 @@ - - - Well done! The correct answer is %1. -- Bene! La risposta esatta è %1. -+ Bene! La risposta esatta è %1. - - - Wrong! The correct answer is %1. -- Sbagliato! La risposta esatta è %1. -+ Sbagliato! La risposta esatta è %1. - - - Next question -@@ -69,11 +69,11 @@ - - - Difficulty -- Difficoltà -+ Difficoltà - - - Can I play Daddy? -- Posso giocare, Papà? -+ Posso giocare, Papà? - - - Don't hurt my brain -@@ -113,7 +113,7 @@ - - - CubeTest is written by Jos van den Oever and released under the General Public License. -- CubeTest è stato scritto da Jos van der Oever ed è rilasciato con la Licenza Pubblica Generale (GPL) di GNU. -+ CubeTest è stato scritto da Jos van der Oever ed è rilasciato con la Licenza Pubblica Generale (GPL) di GNU. - - - Easy -@@ -132,4 +132,4 @@ - Ostico - - -- -\ No newline at end of file -+ diff --git a/games-kids/cubetest/metadata.xml b/games-kids/cubetest/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-kids/cubetest/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -- cgit v1.2.3-65-gdbad