diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 07:42:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 07:42:38 +0000 |
commit | d0d33d18c5a759b38f3004d19ad63b7fa5c460bb (patch) | |
tree | c017b6c3e1c3738eee27cfb78eb3c8bd8fb9085f /app-emulation | |
parent | remove older ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-d0d33d18c5a759b38f3004d19ad63b7fa5c460bb.tar.gz gentoo-2-d0d33d18c5a759b38f3004d19ad63b7fa5c460bb.tar.bz2 gentoo-2-d0d33d18c5a759b38f3004d19ad63b7fa5c460bb.zip |
remove unused patches
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vice/files/1.12-po-Makefile.patch | 17 | ||||
-rw-r--r-- | app-emulation/vice/files/1.13-po-Makefile.patch | 17 |
3 files changed, 5 insertions, 35 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 8bc22caa1fc9..a0ba36293cb9 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vice # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.10 2004/03/30 07:41:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.11 2004/03/30 07:42:38 mr_bones_ Exp $ + + 29 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + files/1.12-po-Makefile.patch, files/1.13-po-Makefile.patch: + remove unused patches 29 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> vice-1.12-r1.ebuild, vice-1.13.ebuild: diff --git a/app-emulation/vice/files/1.12-po-Makefile.patch b/app-emulation/vice/files/1.12-po-Makefile.patch deleted file mode 100644 index 84ff95cb4e41..000000000000 --- a/app-emulation/vice/files/1.12-po-Makefile.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.in.in 2000-07-14 18:26:17.000000000 -0400 -+++ /Makefile.in.in 2003-07-13 03:13:35.000000000 -0400 -@@ -18,10 +18,10 @@ - - prefix = @prefix@ - exec_prefix = @exec_prefix@ --datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale --gnulocaledir = $(prefix)/share/locale --gettextsrcdir = $(prefix)/share/gettext/po -+datadir = $(DESTDIR)$(prefix)/@DATADIRNAME@ -+localedir = $(DESTDIR)$(datadir)/locale -+gnulocaledir = $(DESTDIR)$(prefix)/share/locale -+gettextsrcdir = $(DESTDIR)$(prefix)/share/gettext/po - subdir = po - - INSTALL = @INSTALL@ diff --git a/app-emulation/vice/files/1.13-po-Makefile.patch b/app-emulation/vice/files/1.13-po-Makefile.patch deleted file mode 100644 index 84ff95cb4e41..000000000000 --- a/app-emulation/vice/files/1.13-po-Makefile.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.in.in 2000-07-14 18:26:17.000000000 -0400 -+++ /Makefile.in.in 2003-07-13 03:13:35.000000000 -0400 -@@ -18,10 +18,10 @@ - - prefix = @prefix@ - exec_prefix = @exec_prefix@ --datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale --gnulocaledir = $(prefix)/share/locale --gettextsrcdir = $(prefix)/share/gettext/po -+datadir = $(DESTDIR)$(prefix)/@DATADIRNAME@ -+localedir = $(DESTDIR)$(datadir)/locale -+gnulocaledir = $(DESTDIR)$(prefix)/share/locale -+gettextsrcdir = $(DESTDIR)$(prefix)/share/gettext/po - subdir = po - - INSTALL = @INSTALL@ |