summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-22 16:41:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-22 16:41:57 +0000
commitde265c7870740ef7ebb2728ff2b65fa4758f2582 (patch)
tree02ed1cc61ea48ce7b34d6107f8c6b45a4714e3a6 /app-crypt/gnupg
parentUse virtual/libusb instead of dev-libs/libusb. (diff)
downloadgentoo-2-de265c7870740ef7ebb2728ff2b65fa4758f2582.tar.gz
gentoo-2-de265c7870740ef7ebb2728ff2b65fa4758f2582.tar.bz2
gentoo-2-de265c7870740ef7ebb2728ff2b65fa4758f2582.zip
Remove dev-libs/ from elog message for libusb.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r--app-crypt/gnupg/ChangeLog6
-rw-r--r--app-crypt/gnupg/gnupg-2.0.17-r2.ebuild4
-rw-r--r--app-crypt/gnupg/gnupg-2.0.17-r3.ebuild4
-rw-r--r--app-crypt/gnupg/gnupg-2.0.18.ebuild4
-rw-r--r--app-crypt/gnupg/gnupg-2.0.19.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog
index bbf4bf5d81f5..18cc0796734b 100644
--- a/app-crypt/gnupg/ChangeLog
+++ b/app-crypt/gnupg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/gnupg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.428 2012/05/13 11:34:57 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.429 2012/05/22 16:41:57 ssuominen Exp $
+
+ 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> gnupg-2.0.17-r2.ebuild,
+ gnupg-2.0.17-r3.ebuild, gnupg-2.0.18.ebuild, gnupg-2.0.19.ebuild:
+ Remove dev-libs/ from elog message for libusb.
13 May 2012; <swift@gentoo.org> gnupg-1.4.11.ebuild, gnupg-1.4.12.ebuild,
gnupg-2.0.17.ebuild, gnupg-2.0.17-r2.ebuild, gnupg-2.0.17-r3.ebuild,
diff --git a/app-crypt/gnupg/gnupg-2.0.17-r2.ebuild b/app-crypt/gnupg/gnupg-2.0.17-r2.ebuild
index d123f24bcedd..0cbfe3432e20 100644
--- a/app-crypt/gnupg/gnupg-2.0.17-r2.ebuild
+++ b/app-crypt/gnupg/gnupg-2.0.17-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.17-r2.ebuild,v 1.3 2012/05/13 11:34:57 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.17-r2.ebuild,v 1.4 2012/05/22 16:41:57 ssuominen Exp $
EAPI="4"
@@ -128,7 +128,7 @@ pkg_postinst() {
elog
if use smartcard; then
elog "To use your OpenPGP smartcard (or token) with GnuPG you need one of"
- use usb && elog " - a CCID-compatible reader, used directly through dev-libs/libusb;"
+ use usb && elog " - a CCID-compatible reader, used directly through libusb;"
elog " - sys-apps/pcsc-lite and a compatible reader device;"
elog " - dev-libs/openct and a compatible reader device;"
elog " - a reader device and drivers exporting either PC/SC or CT-API interfaces."
diff --git a/app-crypt/gnupg/gnupg-2.0.17-r3.ebuild b/app-crypt/gnupg/gnupg-2.0.17-r3.ebuild
index 602410d67249..d679817a9780 100644
--- a/app-crypt/gnupg/gnupg-2.0.17-r3.ebuild
+++ b/app-crypt/gnupg/gnupg-2.0.17-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.17-r3.ebuild,v 1.3 2012/05/13 11:34:57 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.17-r3.ebuild,v 1.4 2012/05/22 16:41:57 ssuominen Exp $
EAPI="4"
@@ -129,7 +129,7 @@ pkg_postinst() {
elog
if use smartcard; then
elog "To use your OpenPGP smartcard (or token) with GnuPG you need one of"
- use usb && elog " - a CCID-compatible reader, used directly through dev-libs/libusb;"
+ use usb && elog " - a CCID-compatible reader, used directly through libusb;"
elog " - sys-apps/pcsc-lite and a compatible reader device;"
elog " - dev-libs/openct and a compatible reader device;"
elog " - a reader device and drivers exporting either PC/SC or CT-API interfaces."
diff --git a/app-crypt/gnupg/gnupg-2.0.18.ebuild b/app-crypt/gnupg/gnupg-2.0.18.ebuild
index a476ec020e2d..ca5be540f59f 100644
--- a/app-crypt/gnupg/gnupg-2.0.18.ebuild
+++ b/app-crypt/gnupg/gnupg-2.0.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.18.ebuild,v 1.7 2012/05/13 11:34:57 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.18.ebuild,v 1.8 2012/05/22 16:41:57 ssuominen Exp $
EAPI="4"
@@ -132,7 +132,7 @@ pkg_postinst() {
elog
if use smartcard; then
elog "To use your OpenPGP smartcard (or token) with GnuPG you need one of"
- use usb && elog " - a CCID-compatible reader, used directly through dev-libs/libusb;"
+ use usb && elog " - a CCID-compatible reader, used directly through libusb;"
elog " - sys-apps/pcsc-lite and a compatible reader device;"
elog " - dev-libs/openct and a compatible reader device;"
elog " - a reader device and drivers exporting either PC/SC or CT-API interfaces."
diff --git a/app-crypt/gnupg/gnupg-2.0.19.ebuild b/app-crypt/gnupg/gnupg-2.0.19.ebuild
index 951cf6457942..5df1a9cdbbcd 100644
--- a/app-crypt/gnupg/gnupg-2.0.19.ebuild
+++ b/app-crypt/gnupg/gnupg-2.0.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.19.ebuild,v 1.3 2012/05/13 11:34:57 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.19.ebuild,v 1.4 2012/05/22 16:41:57 ssuominen Exp $
EAPI="4"
@@ -132,7 +132,7 @@ pkg_postinst() {
if use smartcard; then
elog "To use your OpenPGP smartcard (or token) with GnuPG you need one of"
- use usb && elog " - a CCID-compatible reader, used directly through dev-libs/libusb;"
+ use usb && elog " - a CCID-compatible reader, used directly through libusb;"
elog " - sys-apps/pcsc-lite and a compatible reader device;"
elog " - dev-libs/openct and a compatible reader device;"
elog " - a reader device and drivers exporting either PC/SC or CT-API interfaces."