diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2014-09-17 18:11:19 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2014-09-17 18:11:19 +0000 |
commit | 89cceb20a965e34009edc386a3882b1ffeb3f14e (patch) | |
tree | 21444228ae680a462b86418828b0c323e709deda /app-crypt | |
parent | Cleanup old EAPI1 ebuild. (diff) | |
download | gentoo-2-89cceb20a965e34009edc386a3882b1ffeb3f14e.tar.gz gentoo-2-89cceb20a965e34009edc386a3882b1ffeb3f14e.tar.bz2 gentoo-2-89cceb20a965e34009edc386a3882b1ffeb3f14e.zip |
Cleanup tools installation, by Arfrever Frehtes Taifersar Arahesis
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.0.26-r2.ebuild | 18 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.1.0_beta783.ebuild | 18 |
3 files changed, 11 insertions, 31 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index 66db3064f3a0..4c8ec39b780a 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/gnupg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.549 2014/09/15 17:15:24 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.550 2014/09/17 18:11:19 alonbl Exp $ + + 17 Sep 2014; Alon Bar-Lev <alonbl@gentoo.org> gnupg-2.0.26-r2.ebuild, + gnupg-2.1.0_beta783.ebuild: + Cleanup tools installation, by Arfrever Frehtes Taifersar Arahesis *gnupg-2.0.26-r2 (15 Sep 2014) diff --git a/app-crypt/gnupg/gnupg-2.0.26-r2.ebuild b/app-crypt/gnupg/gnupg-2.0.26-r2.ebuild index 0f6c572a4bbb..4cd679e34150 100644 --- a/app-crypt/gnupg/gnupg-2.0.26-r2.ebuild +++ b/app-crypt/gnupg/gnupg-2.0.26-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r2.ebuild,v 1.1 2014/09/15 17:15:24 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.26-r2.ebuild,v 1.2 2014/09/17 18:11:19 alonbl Exp $ EAPI="5" @@ -111,20 +111,8 @@ src_compile() { src_install() { default - if use tools; then - for f in \ - convert-from-106 \ - gpg-check-pattern \ - gpg-zip \ - gpgconf \ - gpgsplit \ - lspgpot \ - mail-signed-keys \ - make-dns-cert \ - ; do - dobin "tools/${f}" tools/gpg-zip - done - fi + use tools && dobin tools/{convert-from-106,gpg-check-pattern} \ + tools/{gpg-zip,gpgconf,gpgsplit,lspgpot,mail-signed-keys,make-dns-cert} emake DESTDIR="${D}" -f doc/Makefile uninstall-nobase_dist_docDATA rm "${ED}"/usr/share/gnupg/help* || die diff --git a/app-crypt/gnupg/gnupg-2.1.0_beta783.ebuild b/app-crypt/gnupg/gnupg-2.1.0_beta783.ebuild index a9a9208249e6..0136ef878421 100644 --- a/app-crypt/gnupg/gnupg-2.1.0_beta783.ebuild +++ b/app-crypt/gnupg/gnupg-2.1.0_beta783.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.0_beta783.ebuild,v 1.3 2014/09/15 17:15:24 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.0_beta783.ebuild,v 1.4 2014/09/17 18:11:19 alonbl Exp $ EAPI="5" @@ -111,20 +111,8 @@ src_compile() { src_install() { default - if use tools; then - for f in \ - convert-from-106 \ - gpg-check-pattern \ - gpg-zip \ - gpgconf \ - gpgsplit \ - lspgpot \ - mail-signed-keys \ - make-dns-cert \ - ; do - dobin "tools/${f}" tools/gpg-zip - done - fi + use tools && dobin tools/{convert-from-106,gpg-check-pattern} \ + tools/{gpg-zip,gpgconf,gpgsplit,lspgpot,mail-signed-keys,make-dns-cert} emake DESTDIR="${D}" -f doc/Makefile uninstall-nobase_dist_docDATA rm "${ED}"/usr/share/gnupg/help* || die |