diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-12-27 21:43:04 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-12-27 21:43:04 +0000 |
commit | 61be105cdcf6bb8415b364319be2ce69dc4c1c16 (patch) | |
tree | adbe6695f0831816565ce460aad04d7cef0b4981 /app-crypt | |
parent | Use MERGE_TYPE to avoid the pkg_setup() based compiler version check wrt #495228 (diff) | |
download | gentoo-2-61be105cdcf6bb8415b364319be2ce69dc4c1c16.tar.gz gentoo-2-61be105cdcf6bb8415b364319be2ce69dc4c1c16.tar.bz2 gentoo-2-61be105cdcf6bb8415b364319be2ce69dc4c1c16.zip |
[QA] Remove unused files.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gringotts/ChangeLog | 10 | ||||
-rw-r--r-- | app-crypt/gringotts/files/gringotts-1.2.8-desktop.patch | 11 | ||||
-rw-r--r-- | app-crypt/gringotts/files/gringotts-1.2.8-no-strip.patch | 9 |
3 files changed, 6 insertions, 24 deletions
diff --git a/app-crypt/gringotts/ChangeLog b/app-crypt/gringotts/ChangeLog index 28bc2108abe8..51f335162a08 100644 --- a/app-crypt/gringotts/ChangeLog +++ b/app-crypt/gringotts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/gringotts -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.40 2012/05/03 18:16:38 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.41 2013/12/27 21:43:03 tomwij Exp $ + + 27 Dec 2013; Tom Wijsman <TomWij@gentoo.org> + -files/gringotts-1.2.8-desktop.patch, -files/gringotts-1.2.8-no-strip.patch: + [QA] Remove unused files. 03 May 2012; Jeff Horelick <jdhore@gentoo.org> gringotts-1.2.10.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -178,5 +182,3 @@ 14 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog : New package. - - diff --git a/app-crypt/gringotts/files/gringotts-1.2.8-desktop.patch b/app-crypt/gringotts/files/gringotts-1.2.8-desktop.patch deleted file mode 100644 index 0c3e73ff462f..000000000000 --- a/app-crypt/gringotts/files/gringotts-1.2.8-desktop.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am 2007-01-05 00:44:17.000000000 -0600 -+++ Makefile.am 2007-01-05 00:51:30.000000000 -0600 -@@ -6,7 +6,7 @@ - - EXTRA_DIST = gringotts.spec.in gringotts.desktop.in $(gringottsdoc_DATA) - --Dsktpdir = $(datadir)/gnome/apps/Utilities -+Dsktpdir = $(datadir)/applications - Dsktp_in_files = gringotts.desktop.in - Dsktp_DATA = $(Dsktp_in_files:.desktop.in=.desktop) - diff --git a/app-crypt/gringotts/files/gringotts-1.2.8-no-strip.patch b/app-crypt/gringotts/files/gringotts-1.2.8-no-strip.patch deleted file mode 100644 index be375fd3af98..000000000000 --- a/app-crypt/gringotts/files/gringotts-1.2.8-no-strip.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- src/Makefile.am 2007-01-05 01:35:49.000000000 -0600 -+++ src/Makefile.am 2007-01-05 01:35:58.000000000 -0600 -@@ -31,6 +31,5 @@ - gringotts_LDADD = @POPT@ @GTK2_LIBS@ @GDKPIX_LIBS@ @LIBGRG_LIBS@ - - install-exec-local: -- strip $(DESTDIR)$(bindir)/gringotts - chmod u+s $(DESTDIR)$(bindir)/gringotts - |