summaryrefslogtreecommitdiff
path: root/games-emulation/mamory
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-emulation/mamory
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-emulation/mamory')
-rw-r--r--games-emulation/mamory/Manifest3
-rw-r--r--games-emulation/mamory/mamory-0.2.25-r1.ebuild50
-rw-r--r--games-emulation/mamory/metadata.xml11
3 files changed, 0 insertions, 64 deletions
diff --git a/games-emulation/mamory/Manifest b/games-emulation/mamory/Manifest
deleted file mode 100644
index 58b2d16d4e56..000000000000
--- a/games-emulation/mamory/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST mamory-0.2.25.tar.gz 437223 BLAKE2B 2893595245ac3fde7c049448f7dc1cbe0ac24767a7efdcf22b5000154026961ef9b700844cc53d4808e7f90b5042f192d0d2a9338cb47e42d6f9d534f5946044 SHA512 d59539646fa61a3964e46123e0c8d09170f5561355e57b8c93dc89c11d99af1a2edeb60389e7f42b14f431c9c495c6ce20c70517ac4977ccaef62f0ed47f0d76
-EBUILD mamory-0.2.25-r1.ebuild 1051 BLAKE2B ddb02d41af08032313a818b8f066645f28775331a5e08f846f3b8e8c9ac797fe2959bdd528711609e30701428d42987142cb6888cc5d7fb1aca1707951ad9ad5 SHA512 b917e62eb8f075291e5e9dec9c481a60a99eb333bfc8d02e66efee9da457068e92531bd4c743df35ce0fb5133e3f8dd00e47e70e3bbc52f10657bcd65df8278f
-MISC metadata.xml 329 BLAKE2B b6c6f06e91bfcd0d053f2f057b1651981d60204b07faad12072375b97d84808fa77d6c2549ca3dde5a92881840c4f475fe8af578e1c4c0e1320936ebb0fa9e18 SHA512 58aa61207f4409bc50a405342e2f68cf5d576e7819def22d5bd2788869225fc7d4d8769f1efebd78b40195a30e8a104e2d4107dca6bb1d11a66291353088a75c
diff --git a/games-emulation/mamory/mamory-0.2.25-r1.ebuild b/games-emulation/mamory/mamory-0.2.25-r1.ebuild
deleted file mode 100644
index cccd915c6f27..000000000000
--- a/games-emulation/mamory/mamory-0.2.25-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic
-
-DESCRIPTION="ROM management tools and library"
-HOMEPAGE="http://mamory.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/expat"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
-
- # Make sure the system expat is used
- sed -i \
- -e 's/#ifdef.*SYSEXPAT/#if 1/' \
- mamory/amlxml.c mamory/amlxml.h || die
-
- # Remove hardcoded CFLAGS options
- sed -i \
- -e '/AC_ARG_ENABLE(debug,/ {N;N;N;d}' \
- configure.ac || die
-
- # Make it possible for eautoreconf to fix fPIC etc.
- sed -i \
- -e '/libcommon_la_LDFLAGS= -static/d' \
- common/Makefile.am || die
-
- AT_M4DIR="config" eautoreconf
- append-cflags -std=gnu89 # build with gcc5 (bug #570500)
-}
-
-src_configure() {
- econf \
- --includedir=/usr/include \
- --disable-static
-}
-
-src_install() {
- HTML_DOCS="DOCS/mamory.html" default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/games-emulation/mamory/metadata.xml b/games-emulation/mamory/metadata.xml
deleted file mode 100644
index 20c41e11778e..000000000000
--- a/games-emulation/mamory/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="sourceforge">mamory</remote-id>
- </upstream>
-</pkgmetadata>