diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2015-03-01 11:11:24 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2015-03-01 11:11:24 +0000 |
commit | 40dea87cd7eebb996347d20f95c6c9028bcacb51 (patch) | |
tree | 0b870c9c9359391c63315184d407a1f6eeffaef2 /app-crypt/gnupg | |
parent | Version bump (diff) | |
download | gentoo-2-40dea87cd7eebb996347d20f95c6c9028bcacb51.tar.gz gentoo-2-40dea87cd7eebb996347d20f95c6c9028bcacb51.tar.bz2 gentoo-2-40dea87cd7eebb996347d20f95c6c9028bcacb51.zip |
Remove russian man page, bug#541788
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-1.4.19.ebuild | 13 |
2 files changed, 6 insertions, 12 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index 68f0ad0572cb..4d1d5787f595 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gnupg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.578 2015/02/27 20:57:08 k_f Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.579 2015/03/01 11:11:24 alonbl Exp $ + + 01 Mar 2015; Alon Bar-Lev <alonbl@gentoo.org> gnupg-1.4.19.ebuild: + Remove russian man page, bug#541788 *gnupg-1.4.19 (27 Feb 2015) diff --git a/app-crypt/gnupg/gnupg-1.4.19.ebuild b/app-crypt/gnupg/gnupg-1.4.19.ebuild index f6fdf08feda2..91c38ee41e73 100644 --- a/app-crypt/gnupg/gnupg-1.4.19.ebuild +++ b/app-crypt/gnupg/gnupg-1.4.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild,v 1.1 2015/02/27 20:57:08 k_f Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.19.ebuild,v 1.2 2015/03/01 11:11:24 alonbl Exp $ EAPI="5" @@ -18,7 +18,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib linguas_ru" +IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib" COMMON_DEPEND=" ldap? ( net-nds/openldap ) @@ -41,9 +41,6 @@ DEPEND="${COMMON_DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { - # Install RU man page in right location - sed -e "/^man_MANS =/s/ gpg\.ru\.1//" -i doc/Makefile.in || die "sed doc/Makefile.in failed" - # bug#469388 sed -i -e 's/--batch --dearmor/--homedir . --batch --dearmor/' checks/Makefile.in @@ -98,12 +95,6 @@ src_install() { exeinto /usr/libexec/gnupg doexe tools/make-dns-cert - - # install RU documentation in right location - if use linguas_ru; then - cp doc/gpg.ru.1 "${T}/gpg.1" || die - doman -i18n=ru "${T}/gpg.1" - fi } pkg_postinst() { |