diff options
author | 2013-06-17 07:23:44 +0000 | |
---|---|---|
committer | 2013-06-17 07:23:44 +0000 | |
commit | f4a699152f9c89ac1962a94d67ef2a4d61f4bfbd (patch) | |
tree | 56f6228423ddc97db188d9dbd2b83eb85b522104 /media-gfx | |
parent | fix metadata.xml (diff) | |
download | gentoo-2-f4a699152f9c89ac1962a94d67ef2a4d61f4bfbd.tar.gz gentoo-2-f4a699152f9c89ac1962a94d67ef2a4d61f4bfbd.tar.bz2 gentoo-2-f4a699152f9c89ac1962a94d67ef2a4d61f4bfbd.zip |
Remove old.
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/duhdraw/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/duhdraw/duhdraw-2.8.12.ebuild | 32 | ||||
-rw-r--r-- | media-gfx/duhdraw/files/duhdraw-2.8.12-macos.patch | 12 | ||||
-rw-r--r-- | media-gfx/duhdraw/files/duhdraw-2.8.12-prestrip.patch | 18 |
4 files changed, 5 insertions, 63 deletions
diff --git a/media-gfx/duhdraw/ChangeLog b/media-gfx/duhdraw/ChangeLog index 7888a95c6cd4..effeb1ff2d27 100644 --- a/media-gfx/duhdraw/ChangeLog +++ b/media-gfx/duhdraw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/duhdraw # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/ChangeLog,v 1.17 2013/06/17 07:22:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/ChangeLog,v 1.18 2013/06/17 07:23:43 radhermit Exp $ + + 17 Jun 2013; Tim Harder <radhermit@gentoo.org> -duhdraw-2.8.12.ebuild, + -files/duhdraw-2.8.12-macos.patch, -files/duhdraw-2.8.12-prestrip.patch: + Remove old. *duhdraw-2.8.13-r1 (17 Jun 2013) diff --git a/media-gfx/duhdraw/duhdraw-2.8.12.ebuild b/media-gfx/duhdraw/duhdraw-2.8.12.ebuild deleted file mode 100644 index 9f97857c8349..000000000000 --- a/media-gfx/duhdraw/duhdraw-2.8.12.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/duhdraw-2.8.12.ebuild,v 1.11 2008/01/26 15:02:22 grobian Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="ASCII art editor" -HOMEPAGE="http://www.cs.helsinki.fi/u/penberg/duhdraw" -SRC_URI="http://www.wwco.com/~wls/opensource/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -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 READ.ME -} diff --git a/media-gfx/duhdraw/files/duhdraw-2.8.12-macos.patch b/media-gfx/duhdraw/files/duhdraw-2.8.12-macos.patch deleted file mode 100644 index 89f9ff9008cb..000000000000 --- a/media-gfx/duhdraw/files/duhdraw-2.8.12-macos.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- duhdraw-2.8.12/duhdraw.c.orig 2005-10-31 19:34:57.000000000 +0100 -+++ duhdraw-2.8.12/duhdraw.c 2005-10-31 19:35:58.000000000 +0100 -@@ -12,7 +12,9 @@ - #include <stdio.h> - #include <dirent.h> - #include <sys/stat.h> -+#ifndef __APPLE__ - #include <malloc.h> -+#endif - #include <time.h> - #include <curses.h> - #include <ctype.h> diff --git a/media-gfx/duhdraw/files/duhdraw-2.8.12-prestrip.patch b/media-gfx/duhdraw/files/duhdraw-2.8.12-prestrip.patch deleted file mode 100644 index 2d3a701c07ce..000000000000 --- a/media-gfx/duhdraw/files/duhdraw-2.8.12-prestrip.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- ./duhdraw-2.8.12/Makefile.orig 2003-01-17 21:35:35.000000000 +0100 -+++ ./duhdraw-2.8.12/Makefile 2006-11-16 09:50:52.000000000 +0100 -@@ -12,15 +12,12 @@ - - ansi: cleanansi - $(CC) -o ansi ansi.c ansi-esc.c $(LIBS) -- $(STRIP) ansi - - duhdraw: cleandd - $(CC) -o duhdraw duhdraw.c ansi-esc.c $(LIBS) -- $(STRIP) duhdraw - - ansitoc: cleanansitoc - $(CC) -o ansitoc ansitoc.c -- $(STRIP) ansitoc - - cleanansi: - rm -f ansi |