aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2017-02-16 13:15:12 -0500
committerIan Stakenvicius <axs@gentoo.org>2017-02-16 13:15:12 -0500
commit3516018a97a8bd6ddd4add66db928880b7965e44 (patch)
tree00eda1373789d04e57df89257e3602091cc14a62
parentenigmail ebuild that installs directly to tbird/sm extensions dir (diff)
downloadmozilla-3516018a97a8bd6ddd4add66db928880b7965e44.tar.gz
mozilla-3516018a97a8bd6ddd4add66db928880b7965e44.tar.bz2
mozilla-3516018a97a8bd6ddd4add66db928880b7965e44.zip
enigmail ebuild that installs to /usr/share for other packages to symlink to
-rw-r--r--x11-plugins/enigmail/enigmail-1.9.6.1-r1.ebuild (renamed from x11-plugins/enigmail/enigmail-1.9.5.ebuild)8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-plugins/enigmail/enigmail-1.9.5.ebuild b/x11-plugins/enigmail/enigmail-1.9.6.1-r1.ebuild
index 4d306822..88087847 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() {