diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-08-03 11:49:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-08-03 11:49:33 +0000 |
commit | b5c9bf9714575969e3a04737ac3784d9c11301d7 (patch) | |
tree | ee9c8a86ba6c88632f8c4aba1848fe1ad92c15a8 /app-crypt | |
parent | remove cruft and make SRC_URI friendlier (diff) | |
download | gentoo-2-b5c9bf9714575969e3a04737ac3784d9c11301d7.tar.gz gentoo-2-b5c9bf9714575969e3a04737ac3784d9c11301d7.tar.bz2 gentoo-2-b5c9bf9714575969e3a04737ac3784d9c11301d7.zip |
remove unneeded patches as well
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/gnupg/files/gnupg-1.2.4-hppa_unaligned_constant.patch | 39 | ||||
-rw-r--r-- | app-crypt/gnupg/files/gnupg-1.2.4.ppc64.patch | 14 |
3 files changed, 6 insertions, 54 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index 8908a7f62c1e..e98415732e1b 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/gnupg # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.122 2005/08/03 11:48:09 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.123 2005/08/03 11:49:33 seemant Exp $ + + 03 Aug 2005; Seemant Kulleen <seemant@gentoo.org> + -files/gnupg-1.2.4-hppa_unaligned_constant.patch, + -files/gnupg-1.2.4.ppc64.patch: + remove unneeded patches as well 03 Aug 2005; Seemant Kulleen <seemant@gentoo.org> -gnupg-1.2.4.ebuild, gnupg-1.2.6.ebuild, -gnupg-1.4.0-r1.ebuild, -gnupg-1.4.0-r2.ebuild, diff --git a/app-crypt/gnupg/files/gnupg-1.2.4-hppa_unaligned_constant.patch b/app-crypt/gnupg/files/gnupg-1.2.4-hppa_unaligned_constant.patch deleted file mode 100644 index ffb9b7e3175c..000000000000 --- a/app-crypt/gnupg/files/gnupg-1.2.4-hppa_unaligned_constant.patch +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -e -## 10_hppa_unaligned_constant.dpatch -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Description: Fix unaligned constant in HPPA MPI assembly (#228456) -## DP: Author: LaMont Jones <lamont@debian.org> -## DP: Upstream status: Committed for 1.2.5 -## DP: Date: 2004-01-20 - -if [ $# -lt 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch}" - -case "$1" in - -patch) patch $patch_opts -p1 < $0;; - -unpatch) patch $patch_opts -p1 -R < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1;; -esac - -exit 0 - -@DPATCH@ -diff -urNad /home/james/debian/packages/gnupg/gnupg-1.2.4/mpi/hppa1.1/udiv-qrnnd.S gnupg-1.2.4/mpi/hppa1.1/udiv-qrnnd.S ---- /home/james/debian/packages/gnupg/gnupg-1.2.4/mpi/hppa1.1/udiv-qrnnd.S 2002-06-29 15:14:05.000000000 +0100 -+++ gnupg-1.2.4/mpi/hppa1.1/udiv-qrnnd.S 2004-02-20 16:03:54.000000000 +0000 -@@ -39,6 +39,7 @@ - */ - - .code -+ .align 8 - .label L$0000 - .word 0x43f00000 - .word 0x0 diff --git a/app-crypt/gnupg/files/gnupg-1.2.4.ppc64.patch b/app-crypt/gnupg/files/gnupg-1.2.4.ppc64.patch deleted file mode 100644 index 0c1033d06a12..000000000000 --- a/app-crypt/gnupg/files/gnupg-1.2.4.ppc64.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ruN gnupg-1.2.4.old/mpi/config.links gnupg-1.2.4/mpi/config.links ---- gnupg-1.2.4.old/mpi/config.links 2004-06-23 01:17:29.127131544 +0000 -+++ gnupg-1.2.4/mpi/config.links 2004-06-23 01:17:56.951162792 +0000 -@@ -218,6 +218,10 @@ - path="m68k/mc68020 m68k" - ;; - -+ powerpc64*-*-linux*) -+ path="powerpc64" -+ ;; -+ - powerpc*-*-linux*) - echo '/* configured for powerpc/ELF */' >>./mpi/asm-syntax.h - echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h |