summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-23 01:15:32 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-23 01:15:32 +0000
commitbfa11b0021c480bee7f2cc038954f6864b1bd8e0 (patch)
treef5668032d9dec686f48b31072c62358857de1699 /media-gfx
parentRemove old. (diff)
downloadgentoo-2-bfa11b0021c480bee7f2cc038954f6864b1bd8e0.tar.gz
gentoo-2-bfa11b0021c480bee7f2cc038954f6864b1bd8e0.tar.bz2
gentoo-2-bfa11b0021c480bee7f2cc038954f6864b1bd8e0.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/duhdraw/ChangeLog7
-rw-r--r--media-gfx/duhdraw/duhdraw-2.8.13.ebuild32
2 files changed, 5 insertions, 34 deletions
diff --git a/media-gfx/duhdraw/ChangeLog b/media-gfx/duhdraw/ChangeLog
index 9e295647d83c..be7bf835eead 100644
--- a/media-gfx/duhdraw/ChangeLog
+++ b/media-gfx/duhdraw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/duhdraw
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/ChangeLog,v 1.21 2014/03/05 15:47:51 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/ChangeLog,v 1.22 2015/05/23 01:15:32 mrueg Exp $
+
+ 23 May 2015; Manuel Rüger <mrueg@gentoo.org> -duhdraw-2.8.13.ebuild:
+ Remove old.
05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> duhdraw-2.8.13-r1.ebuild:
Stable for ppc, wrt bug #495698
diff --git a/media-gfx/duhdraw/duhdraw-2.8.13.ebuild b/media-gfx/duhdraw/duhdraw-2.8.13.ebuild
deleted file mode 100644
index 35d6ed756661..000000000000
--- a/media-gfx/duhdraw/duhdraw-2.8.13.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/duhdraw-2.8.13.ebuild,v 1.7 2010/01/07 22:02:50 fauli Exp $
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="ASCII art editor"
-HOMEPAGE="http://www.cs.helsinki.fi/u/penberg/duhdraw"
-SRC_URI="http://www.cs.helsinki.fi/u/penberg/duhdraw/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND=${DEPEND}
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${P}-macos.patch
- epatch "${FILESDIR}"/${P}-prestrip.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC) ${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin ansi ansitoc duhdraw || die
- dodoc CREDITS HISTORY TODO
-}