summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-04-30 15:33:10 +0000
committerChristoph Mende <angelos@gentoo.org>2011-04-30 15:33:10 +0000
commit4ab12861d43bdc8aadc6d585c96f1e71409413f2 (patch)
tree405542dec9957520e97a50e08544f11497644477
parentRemoved old files (diff)
downloadgentoo-2-4ab12861d43bdc8aadc6d585c96f1e71409413f2.tar.gz
gentoo-2-4ab12861d43bdc8aadc6d585c96f1e71409413f2.tar.bz2
gentoo-2-4ab12861d43bdc8aadc6d585c96f1e71409413f2.zip
Remove old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
-rw-r--r--app-arch/arc/ChangeLog5
-rw-r--r--app-arch/arc/arc-5.21o.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/app-arch/arc/ChangeLog b/app-arch/arc/ChangeLog
index 5b10ebfafd6e..fa32161f216e 100644
--- a/app-arch/arc/ChangeLog
+++ b/app-arch/arc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/arc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/arc/ChangeLog,v 1.42 2011/02/12 17:51:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/arc/ChangeLog,v 1.43 2011/04/30 15:33:10 angelos Exp $
+
+ 30 Apr 2011; Christoph Mende <angelos@gentoo.org> -arc-5.21o.ebuild:
+ Remove old
12 Feb 2011; Raúl Porcel <armin76@gentoo.org> arc-5.21p.ebuild:
sparc stable wrt #288058
diff --git a/app-arch/arc/arc-5.21o.ebuild b/app-arch/arc/arc-5.21o.ebuild
deleted file mode 100644
index 56bf655ed964..000000000000
--- a/app-arch/arc/arc-5.21o.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/arc/arc-5.21o.ebuild,v 1.7 2010/02/17 06:50:49 abcd Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Create & extract files from DOS .ARC files"
-HOMEPAGE="http://arc.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P/o/m}-darwin.patch
- epatch "${FILESDIR}"/${P/o/m}-gentoo-fbsd.patch
- epatch "${FILESDIR}"/${P}-interix.patch
- sed -i -e 's/CFLAGS = $(OPT) $(SYSTEM)/CFLAGS += $(SYSTEM)/' Makefile
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" OPT="${LDFLAGS}" || die "emake failed."
-}
-
-src_install() {
- dobin arc marc
- doman arc.1
- dodoc Arc521.doc Arcinfo Changelog Readme
-}