diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-12-31 14:26:11 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-12-31 14:26:11 +0000 |
commit | 7af8cc561cf4368cdd2d57c645ee43dfdf55aed8 (patch) | |
tree | a914748deae409ea3da0e87594ef9a95856227d8 /app-misc/ytree | |
parent | Version bump, bug 529312, add required usedep for fbcon, bug 508028 (diff) | |
download | gentoo-2-7af8cc561cf4368cdd2d57c645ee43dfdf55aed8.tar.gz gentoo-2-7af8cc561cf4368cdd2d57c645ee43dfdf55aed8.tar.bz2 gentoo-2-7af8cc561cf4368cdd2d57c645ee43dfdf55aed8.zip |
Remove unused patches.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-misc/ytree')
-rw-r--r-- | app-misc/ytree/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/ytree/files/ytree-1.92-gentoo.patch | 22 | ||||
-rw-r--r-- | app-misc/ytree/files/ytree-1.92-support-cflags.patch | 12 |
3 files changed, 5 insertions, 35 deletions
diff --git a/app-misc/ytree/ChangeLog b/app-misc/ytree/ChangeLog index 0a15e4d50eea..1ab3417eb54e 100644 --- a/app-misc/ytree/ChangeLog +++ b/app-misc/ytree/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/ytree # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v 1.18 2014/01/17 17:54:51 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v 1.19 2014/12/31 14:26:11 kensington Exp $ + + 31 Dec 2014; Michael Palimaka <kensington@gentoo.org> + -files/ytree-1.92-gentoo.patch, -files/ytree-1.92-support-cflags.patch: + Remove unused patches. 17 Jan 2014; Chris Reffett <creffett@gentoo.org> ytree-1.97.ebuild: EAPI bump diff --git a/app-misc/ytree/files/ytree-1.92-gentoo.patch b/app-misc/ytree/files/ytree-1.92-gentoo.patch deleted file mode 100644 index 2f5b61d770e0..000000000000 --- a/app-misc/ytree/files/ytree-1.92-gentoo.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.org 2008-07-26 16:29:47.000000000 +0200 -+++ Makefile 2010-02-23 17:19:45.000000000 +0100 -@@ -7,7 +7,7 @@ - ############################################################################ - - --CC = cc -+CC ?= cc - - # - # ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys -@@ -32,8 +32,8 @@ - COLOR = -DCOLOR_SUPPORT - CLOCK = -DCLOCK_SUPPORT # Experimental! - READLINE = -DREADLINE_SUPPORT --CFLAGS = -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE) --LDFLAGS = -lncurses -lreadline -+CFLAGS += -D_GNU_SOURCE $(COLOR) $(CLOCK) $(READLINE) -+LDFLAGS += -lncurses -lreadline - - ########################### - # LINUX with Wide character support (testet with ncurses 5.4) diff --git a/app-misc/ytree/files/ytree-1.92-support-cflags.patch b/app-misc/ytree/files/ytree-1.92-support-cflags.patch deleted file mode 100644 index 024149c654a0..000000000000 --- a/app-misc/ytree/files/ytree-1.92-support-cflags.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN ./ytree-1.92.orig/Makefile ./ytree-1.92/Makefile ---- ./ytree-1.92.orig/Makefile 2009-01-31 20:57:46.000000000 +0100 -+++ ./ytree-1.92/Makefile 2009-01-31 20:58:11.000000000 +0100 -@@ -32,7 +32,7 @@ - COLOR = -DCOLOR_SUPPORT - CLOCK = -DCLOCK_SUPPORT # Experimental! - READLINE = -DREADLINE_SUPPORT --CFLAGS = -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE) -+CFLAGS += -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE) - LDFLAGS = -lncurses -lreadline - - ########################### |