summaryrefslogtreecommitdiff
path: root/app-emulation/dinero
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emulation/dinero
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emulation/dinero')
-rw-r--r--app-emulation/dinero/Manifest3
-rw-r--r--app-emulation/dinero/dinero-4.7-r1.ebuild29
-rw-r--r--app-emulation/dinero/metadata.xml5
3 files changed, 0 insertions, 37 deletions
diff --git a/app-emulation/dinero/Manifest b/app-emulation/dinero/Manifest
deleted file mode 100644
index 315c143e479b..000000000000
--- a/app-emulation/dinero/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST d4-7.tar.gz 295814 BLAKE2B 2d7d28718f861e9b09240b1286d0ed73bf399a239d71ade0a0edf73c1391f7b000d3af786f547d0627bdc883d473e324263eaa418bfa0c8ad7366c62956a8ef4 SHA512 20a6232c732e42a7b37061cb75b3b97fe839824d066a6b3295d1fe8aa5312913d7fad404e93f5ecfb5690f5e7c7a0e266daee16973f1f165c7f33c5095c90f14
-EBUILD dinero-4.7-r1.ebuild 600 BLAKE2B c9a875e1e082d2c9b6a8e7bb1ad6067d6642b27451acd9ce6aab0ac75ffccfdb5a0bfba8510bdf2e049e25bd618da9af0d58bc5930c77be206a25817b42848f5 SHA512 695845d662e8f03d7f2e59038988629a82f8263b43bc909b21b89a27215a41e6c0e6d681a7f7aeba608e74c19ed177d35b81e41b2abcc5ea98571e117815a541
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-emulation/dinero/dinero-4.7-r1.ebuild b/app-emulation/dinero/dinero-4.7-r1.ebuild
deleted file mode 100644
index 6a9d150497b6..000000000000
--- a/app-emulation/dinero/dinero-4.7-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools toolchain-funcs
-
-MY_P="d${PV/./-}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Cache simulator"
-HOMEPAGE="http://www.cs.wisc.edu/~markhill/DineroIV/"
-SRC_URI="ftp://ftp.cs.wisc.edu/markhill/DineroIV/${MY_P}.tar.gz"
-
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_prepare() {
- sed -e "s/\$(CC)/& \$(LDFLAGS)/" \
- -i Makefile.in || die #331837
- eautoreconf
- tc-export AR
-}
-
-src_install() {
- dobin dineroIV
- dodoc CHANGES COPYRIGHT NOTES README TODO
-}
diff --git a/app-emulation/dinero/metadata.xml b/app-emulation/dinero/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-emulation/dinero/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>