summaryrefslogtreecommitdiff
path: root/games-kids/memonix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-kids/memonix
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-kids/memonix')
-rw-r--r--games-kids/memonix/Manifest3
-rw-r--r--games-kids/memonix/memonix-1.6-r1.ebuild38
-rw-r--r--games-kids/memonix/metadata.xml8
3 files changed, 0 insertions, 49 deletions
diff --git a/games-kids/memonix/Manifest b/games-kids/memonix/Manifest
deleted file mode 100644
index cdb6b91a8a35..000000000000
--- a/games-kids/memonix/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST memonix_1.6_src.tar.bz2 6949315 BLAKE2B 7af09f7a83acbfe76b1e78c431056d99cc64abff52cae7092dcabf6fa561b367c8ee99d89c17981675c1e933d3ad892c0fb7f055f820489e64a197fd1aac352e SHA512 212def9c30cd878103d4ac8b7f57c5fcaeffa74ee7ece18a993c69304de94a2ce9eea24a70af394477532ac9a0887b595e220e106239cac5e6aec5a75d1a8ff1
-EBUILD memonix-1.6-r1.ebuild 832 BLAKE2B e44e7fa837659eae1a98363acd757f7b1c3c8751645019712a0b2af3e4f43a475ec8faa0cde5f50ad3dad1bec7ca95a4d114030e7a0ac604d8d36bbe1a09d8d1 SHA512 e18d5c876a278f1de8c0b5c46dd21a4605640886c42f5a43dd98a25a243b3394fd04995394afa41f46f4dcea2c0473076f5c5a7a7c0f493656a8333b583fa422
-MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-kids/memonix/memonix-1.6-r1.ebuild b/games-kids/memonix/memonix-1.6-r1.ebuild
deleted file mode 100644
index 72187823716e..000000000000
--- a/games-kids/memonix/memonix-1.6-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils eutils
-
-DESCRIPTION="Brain teasers, puzzle and memory games for kid's in one pack"
-HOMEPAGE="http://www.viewizard.com/memonix/"
-SRC_URI="http://www.viewizard.com/download/${PN}_${PV}_src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libsdl:0[sound,opengl,video,X]
- media-libs/sdl-image[jpeg]
- media-libs/sdl-mixer[vorbis]
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/MemonixSourceCode"
-
-src_install() {
- exeinto /usr/"$(get_libdir)"
- doexe ../${P}_build/Memonix
-
- insinto "/usr/share/${PN}"
- doins ../gamedata.vfs
-
- make_wrapper ${PN} /usr/"$(get_libdir)"/Memonix /usr/share/${PN}
-
- newicon ../icon48.png ${PN}.png
- make_desktop_entry ${PN}
-
- dodoc ReadMe.txt
-}
diff --git a/games-kids/memonix/metadata.xml b/games-kids/memonix/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-kids/memonix/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>