summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-05-16 07:48:15 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-05-16 07:48:15 +0000
commitf6c604f199c87e1cb0b135f3392a08d500be3520 (patch)
treecdfc6349f9b9e3fe97b50363b35dc0c050001bfd /app-crypt
parentMigration to virtual/libusb. Verified by code inspection. (diff)
downloadgentoo-2-f6c604f199c87e1cb0b135f3392a08d500be3520.tar.gz
gentoo-2-f6c604f199c87e1cb0b135f3392a08d500be3520.tar.bz2
gentoo-2-f6c604f199c87e1cb0b135f3392a08d500be3520.zip
Migration to virtual/libusb. Verified by code inspection. Also fix missing dep of libusb in the gnupg-2* series with USE=smartcard. It was automagic before and not pulled in correctly.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gnupg/ChangeLog10
-rw-r--r--app-crypt/gnupg/gnupg-1.4.9.ebuild6
-rw-r--r--app-crypt/gnupg/gnupg-2.0.11.ebuild3
3 files changed, 13 insertions, 6 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog
index ae327b906070..fbfb94ddf2c7 100644
--- a/app-crypt/gnupg/ChangeLog
+++ b/app-crypt/gnupg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-crypt/gnupg
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.346 2009/04/30 12:53:17 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.347 2009/05/16 07:48:15 robbat2 Exp $
+
+ 16 May 2009; Robin H. Johnson <robbat2@gentoo.org> gnupg-1.4.9.ebuild,
+ gnupg-2.0.11.ebuild:
+ Migration to virtual/libusb. Verified by code inspection. Also fix missing
+ dep of libusb in the gnupg-2* series with USE=smartcard. It was automagic
+ before and not pulled in correctly.
30 Apr 2009; Jeroen Roovers <jer@gentoo.org> gnupg-2.0.11.ebuild:
Stable for HPPA (bug #267223).
diff --git a/app-crypt/gnupg/gnupg-1.4.9.ebuild b/app-crypt/gnupg/gnupg-1.4.9.ebuild
index 881e78eea12f..1b97244ce9b9 100644
--- a/app-crypt/gnupg/gnupg-1.4.9.ebuild
+++ b/app-crypt/gnupg/gnupg-1.4.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.9.ebuild,v 1.9 2009/01/30 11:24:42 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.9.ebuild,v 1.10 2009/05/16 07:48:15 robbat2 Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -29,8 +29,8 @@ COMMON_DEPEND="
curl? ( net-misc/curl )
virtual/mta
readline? ( sys-libs/readline )
- smartcard? ( dev-libs/libusb )
- usb? ( dev-libs/libusb )"
+ smartcard? ( =virtual/libusb-0* )
+ usb? ( =virtual/libusb-0* )"
RDEPEND="!static? ( ${COMMON_DEPEND} )
selinux? ( sec-policy/selinux-gnupg )
diff --git a/app-crypt/gnupg/gnupg-2.0.11.ebuild b/app-crypt/gnupg/gnupg-2.0.11.ebuild
index 8d4671f59da2..a0819e1488cd 100644
--- a/app-crypt/gnupg/gnupg-2.0.11.ebuild
+++ b/app-crypt/gnupg/gnupg-2.0.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.11.ebuild,v 1.7 2009/04/30 12:53:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.11.ebuild,v 1.8 2009/05/16 07:48:15 robbat2 Exp $
inherit flag-o-matic toolchain-funcs
@@ -22,6 +22,7 @@ COMMON_DEPEND_LIBS="
bzip2? ( app-arch/bzip2 )
pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 )
openct? ( >=dev-libs/openct-0.5.0 )
+ smartcard? ( =virtual/libusb-0* )
ldap? ( net-nds/openldap )"
COMMON_DEPEND_BINS="app-crypt/pinentry"