commit: 3516018a97a8bd6ddd4add66db928880b7965e44
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 18:15:12 2017 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 18:15:12 2017 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=3516018a
enigmail ebuild that installs to /usr/share for other packages to symlink to
.../{enigmail-1.9.5.ebuild => enigmail-1.9.6.1-r1.ebuild} | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/x11-plugins/enigmail/enigmail-1.9.5.ebuild
b/x11-plugins/enigmail/enigmail-1.9.6.1-r1.ebuild
similarity index 77%
rename from x11-plugins/enigmail/enigmail-1.9.5.ebuild
rename to x11-plugins/enigmail/enigmail-1.9.6.1-r1.ebuild
index 4d30682..8808784 100644
--- a/x11-plugins/enigmail/enigmail-1.9.5.ebuild
+++ b/x11-plugins/enigmail/enigmail-1.9.6.1-r1.ebuild
@@ -5,11 +5,6 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )
-# This list is found in the package, in lang/current-languages.txt
-# The ones too regionalized for L10N are nb-NO and sv-SE
-#MY_LANGS=( ar bg ca cs de el es-ES fi fr gd gl hr hu it ja ko lt nl pl pt-BR
-#pt-PT ru sk sl sq tr vi zh-CN zh-TW )
-
inherit python-any-r1
DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
@@ -18,7 +13,6 @@ HOMEPAGE="http://www.enigmail.net/"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux
~x86-linux"
SLOT="0"
LICENSE="MPL-2.0 GPL-3"
-#IUSE="${MY_LANGS[@]/#/l10n_}"
SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz"
@@ -48,7 +42,7 @@ src_compile() {
src_install() {
insinto /usr/share/${PN}
- doins -r
build/dist/{chrome,components,defaults,modules,chrome.manifest,install.rdf}
+ doins -r
build/dist/{chrome,components,defaults,modules,wrappers,chrome.manifest,install.rdf}
}
pkg_postinst() {