diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-08-20 03:40:06 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-08-20 03:40:06 +0000 |
commit | 94a19382795e9ca0404576f3e6961502931d1da7 (patch) | |
tree | 34e243f90d0d2ac7a033f07a661a6eb323576d47 /app-misc/detox | |
parent | remove unused patches (diff) | |
download | gentoo-2-94a19382795e9ca0404576f3e6961502931d1da7.tar.gz gentoo-2-94a19382795e9ca0404576f3e6961502931d1da7.tar.bz2 gentoo-2-94a19382795e9ca0404576f3e6961502931d1da7.zip |
remove unused patches
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/detox')
-rw-r--r-- | app-misc/detox/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/detox/files/1.1.1-install-permissions-fix.patch | 51 | ||||
-rw-r--r-- | app-misc/detox/files/detox-1.1.1-use-correct-type.diff | 12 |
3 files changed, 6 insertions, 64 deletions
diff --git a/app-misc/detox/ChangeLog b/app-misc/detox/ChangeLog index a60f97474c09..35bf6b3ef129 100644 --- a/app-misc/detox/ChangeLog +++ b/app-misc/detox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/detox # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/ChangeLog,v 1.24 2009/08/01 03:06:39 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/ChangeLog,v 1.25 2009/08/20 03:40:05 darkside Exp $ + + 20 Aug 2009; Jeremy Olexa <darkside@gentoo.org> + -files/1.1.1-install-permissions-fix.patch, + -files/detox-1.1.1-use-correct-type.diff: + remove unused patches 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -detox-1.1.1-r2.ebuild, -detox-1.2.0_rc3.ebuild: diff --git a/app-misc/detox/files/1.1.1-install-permissions-fix.patch b/app-misc/detox/files/1.1.1-install-permissions-fix.patch deleted file mode 100644 index d9f6be51c5c3..000000000000 --- a/app-misc/detox/files/1.1.1-install-permissions-fix.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- Makefile.in.orig 2007-12-17 18:56:40.000000000 +0100 -+++ Makefile.in 2007-12-17 18:58:25.000000000 +0100 -@@ -102,36 +102,36 @@ - ${INSTALL} -d ${DESTDIR}${mandir}/man5 - ${INSTALL} -d ${DESTDIR}${sysconfdir} - ${INSTALL} -d ${DESTDIR}${datadir}/detox -- ${INSTALL} detox ${DESTDIR}${bindir} -- ${INSTALL} detox.1 ${DESTDIR}${mandir}/man1 -- ${INSTALL} detoxrc.5 detox.tbl.5 ${DESTDIR}${mandir}/man5 -+ ${INSTALL} -m 755 detox ${DESTDIR}${bindir} -+ ${INSTALL} -m 644 detox.1 ${DESTDIR}${mandir}/man1 -+ ${INSTALL} -m 644 detoxrc.5 detox.tbl.5 ${DESTDIR}${mandir}/man5 - - install-safe-config: - @if [ ! -f ${DESTDIR}${sysconfdir}/detoxrc ]; then \ -- ${INSTALL} detoxrc ${DESTDIR}${sysconfdir}; \ -+ ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}; \ - else \ - echo "${DESTDIR}${sysconfdir}/detoxrc exists, skipping"; \ - fi - @if [ ! -f ${DESTDIR}${datadir}/detox/iso8859_1.tbl ]; then \ -- ${INSTALL} iso8859_1.tbl ${DESTDIR}${datadir}/detox; \ -+ ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox; \ - else \ - echo "${DESTDIR}${datadir}/detox/iso8859_1.tbl exists, skipping"; \ - fi - @if [ ! -f ${DESTDIR}${datadir}/detox/unicode.tbl ]; then \ -- ${INSTALL} unicode.tbl ${DESTDIR}${datadir}/detox; \ -+ ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox; \ - else \ - echo "${DESTDIR}${datadir}/detox/unicode.tbl exists, skipping"; \ - fi - - install-unsafe-config: -- ${INSTALL} detoxrc ${DESTDIR}${sysconfdir} -- ${INSTALL} iso8859_1.tbl ${DESTDIR}${datadir}/detox -- ${INSTALL} unicode.tbl ${DESTDIR}${datadir}/detox -+ ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir} -+ ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox -+ ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox - - install-sample-config: -- ${INSTALL} detoxrc ${DESTDIR}${sysconfdir}/detoxrc.sample -- ${INSTALL} iso8859_1.tbl ${DESTDIR}${datadir}/detox/iso8859_1.tbl.sample -- ${INSTALL} unicode.tbl ${DESTDIR}${datadir}/detox/unicode.tbl.sample -+ ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}/detoxrc.sample -+ ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox/iso8859_1.tbl.sample -+ ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox/unicode.tbl.sample - - clean: - rm -f *.o core *~ a.out *.core diff --git a/app-misc/detox/files/detox-1.1.1-use-correct-type.diff b/app-misc/detox/files/detox-1.1.1-use-correct-type.diff deleted file mode 100644 index 124be9b3cc2a..000000000000 --- a/app-misc/detox/files/detox-1.1.1-use-correct-type.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff --exclude='*~' --exclude='.*' -I '$Id:' -urN detox-1.1.1.orig/parse_options_popt.c detox-1.1.1/parse_options_popt.c ---- detox-1.1.1.orig/parse_options_popt.c 2005-03-04 20:54:56.000000000 -0500 -+++ detox-1.1.1/parse_options_popt.c 2005-06-10 08:55:13.000000000 -0400 -@@ -69,7 +69,7 @@ - - char *work; - -- char c; /* used for argument parsing */ -+ int c; /* used for argument parsing */ - poptContext optCon; /* context for parsing command-line options */ - - int i; |