summaryrefslogtreecommitdiff
path: root/games-kids
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-02 14:45:16 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-02 14:45:16 +0000
commita70f42c65202d88c203c40910fef8f96f333d1ee (patch)
treede550ee3deb79c550ae1aba7fcce118d5d4dbc31 /games-kids
parent721254b86a09bdedd5eefd0de7899c90ea2ead1a (diff)
gentoo resync : 02.01.2018
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/Manifest.gzbin2074 -> 1908 bytes
-rw-r--r--games-kids/cubetest/Manifest4
-rw-r--r--games-kids/cubetest/cubetest-0.9.4-r1.ebuild32
-rw-r--r--games-kids/cubetest/files/cubetest-0.9.4-build.patch101
-rw-r--r--games-kids/cubetest/metadata.xml8
5 files changed, 0 insertions, 145 deletions
diff --git a/games-kids/Manifest.gz b/games-kids/Manifest.gz
index 80c7a115ae7c..5ae27c6728f9 100644
--- a/games-kids/Manifest.gz
+++ b/games-kids/Manifest.gz
Binary files differ
diff --git a/games-kids/cubetest/Manifest b/games-kids/cubetest/Manifest
deleted file mode 100644
index 5b35b2e69c8f..000000000000
--- a/games-kids/cubetest/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX cubetest-0.9.4-build.patch 4202 BLAKE2B 33cc442ea712c2d64f08315d9ed1899d31221514d7e2b246b5d0ead9e7fbc9a5d3da831400f7f9d73dfbaed3c78708e9a847c8d423bfae2c0c42f3e4798f2d2c SHA512 e8ce33dee2ac56ca79609dd5a88e2ea0ba484e58425e99a48f158c6af053d6c48e1c8cc602cf2233bc94b1976ac661d3375815174a04efcb1d7bf4a246b11c9c
-DIST cubetest-0.9.4.tar.bz2 764429 BLAKE2B f3ea59fdfa6015f52fa1fee692144b4312485a0573cb7b5fcb92aad5b3a7c80781d196d5a014ac30418f116d3989375ff5dab868bc3a898d6f4e034d5854a910 SHA512 91f1d312ba4cfb08d359ab43347088592977a0d5758baf64a17d62b49d7a53f5b112e16d2a98e3217c6eb06426ef320039d1ae8af8298eb010952473116c916b
-EBUILD cubetest-0.9.4-r1.ebuild 620 BLAKE2B e287d03101c2dc8b8faa5a9ac74b3fb430146932aab1b70900a8ff781fa396a0406242255a63c75509c3f21462a95d50fa1f2e85291187dd8c05b1d81de8e1b1 SHA512 7d2d699ef60477df74841e7d22b08655c69abde9ca60cdecb26a774dce3de65be4ab8316fc28d77bc253900b85572f2dafceee8cb16c99f9b4a17a9396c96e35
-MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
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 @@
- </message>
- <message>
- <source>Well done! The correct answer is %1.</source>
-- <translation>Bene! La risposta esatta &egrave; %1.</translation>
-+ <translation>Bene! La risposta esatta &#232; %1.</translation>
- </message>
- <message>
- <source>Wrong! The correct answer is %1.</source>
-- <translation>Sbagliato! La risposta esatta &egrave; %1.</translation>
-+ <translation>Sbagliato! La risposta esatta &#232; %1.</translation>
- </message>
- <message>
- <source>Next question</source>
-@@ -69,11 +69,11 @@
- </message>
- <message>
- <source>Difficulty </source>
-- <translation>Difficolt&agrave;</translation>
-+ <translation>Difficolt&#224;</translation>
- </message>
- <message>
- <source>Can I play Daddy?</source>
-- <translation>Posso giocare, Pap&agrave;?</translation>
-+ <translation>Posso giocare, Pap&#224;?</translation>
- </message>
- <message>
- <source>Don&apos;t hurt my brain</source>
-@@ -113,7 +113,7 @@
- </message>
- <message>
- <source>CubeTest is written by Jos van den Oever and released under the General Public License.</source>
-- <translation>CubeTest &egrave; stato scritto da Jos van der Oever ed &egrave; rilasciato con la Licenza Pubblica Generale (GPL) di GNU.</translation>
-+ <translation>CubeTest &#232; stato scritto da Jos van der Oever ed &#232; rilasciato con la Licenza Pubblica Generale (GPL) di GNU.</translation>
- </message>
- <message>
- <source>Easy</source>
-@@ -132,4 +132,4 @@
- <translation>Ostico</translation>
- </message>
- </context>
--</TS>
-\ No newline at end of file
-+</TS>
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>