summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-02-11 14:43:40 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-02-11 14:43:40 +0000
commit2beeb47e16c08eb9fed017366f66bb9fd72580f6 (patch)
tree615fe225fd209d91b327cd537122a0830914251c
parentStable for ppc, wrt bug #456080 (diff)
downloadgentoo-2-2beeb47e16c08eb9fed017366f66bb9fd72580f6.tar.gz
gentoo-2-2beeb47e16c08eb9fed017366f66bb9fd72580f6.tar.bz2
gentoo-2-2beeb47e16c08eb9fed017366f66bb9fd72580f6.zip
Remove old.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
-rw-r--r--app-emulation/dinero/ChangeLog5
-rw-r--r--app-emulation/dinero/dinero-4.7.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/app-emulation/dinero/ChangeLog b/app-emulation/dinero/ChangeLog
index 0d4dbd8033fc..84664aaed89c 100644
--- a/app-emulation/dinero/ChangeLog
+++ b/app-emulation/dinero/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/dinero
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/ChangeLog,v 1.15 2013/02/10 19:24:56 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/ChangeLog,v 1.16 2013/02/11 14:43:40 kensington Exp $
+
+ 11 Feb 2013; Michael Palimaka <kensington@gentoo.org> -dinero-4.7.ebuild:
+ Remove old.
10 Feb 2013; Chema Alonso <nimiux@gentoo.org> dinero-4.7-r1.ebuild:
Marked stable for amd64 wrt bug #456442
diff --git a/app-emulation/dinero/dinero-4.7.ebuild b/app-emulation/dinero/dinero-4.7.ebuild
deleted file mode 100644
index e5e194cdc4c1..000000000000
--- a/app-emulation/dinero/dinero-4.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/dinero-4.7.ebuild,v 1.10 2010/08/13 12:21:33 xarthisius Exp $
-
-inherit 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"
-
-SLOT="0"
-KEYWORDS="x86 ppc"
-LICENSE="as-is"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -e "s/\$(CC)/& \$(LDFLAGS)/" \
- -i Makefile.in || die #331837
-}
-
-src_compile() {
- tc-export AR CC RANLIB
- econf
- emake || die "emake failed"
-}
-
-src_install() {
- dobin dineroIV || die "dobin failed"
- dodoc CHANGES COPYRIGHT NOTES README TODO || die "dodoc failed"
-}