summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2013-06-26 17:12:27 +0000
committerIan Stakenvicius <axs@gentoo.org>2013-06-26 17:12:27 +0000
commita0ad1e76f6b8bc08892620d047c8e5a3602ff7a1 (patch)
treeaf07302f0fe0258929c592e7a4436e7060c1f5bb /mail-client
parentVersion bump, restore arm ppc ppc64 keywords (diff)
downloadgentoo-2-a0ad1e76f6b8bc08892620d047c8e5a3602ff7a1.tar.gz
gentoo-2-a0ad1e76f6b8bc08892620d047c8e5a3602ff7a1.tar.bz2
gentoo-2-a0ad1e76f6b8bc08892620d047c8e5a3602ff7a1.zip
version bump for security bug 474758 , remove old ~arch ebuild
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/ChangeLog8
-rw-r--r--mail-client/thunderbird/thunderbird-17.0.7.ebuild (renamed from mail-client/thunderbird/thunderbird-17.0.6-r1.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog
index 6f60683e81ad..8ec38815c247 100644
--- a/mail-client/thunderbird/ChangeLog
+++ b/mail-client/thunderbird/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/thunderbird
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.221 2013/06/10 12:41:19 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.222 2013/06/26 17:12:27 axs Exp $
+
+*thunderbird-17.0.7 (26 Jun 2013)
+
+ 26 Jun 2013; Ian Stakenvicius <axs@gentoo.org> +thunderbird-17.0.7.ebuild,
+ -thunderbird-17.0.6-r1.ebuild:
+ version bump for security bug 474758 , remove old ~arch ebuild
10 Jun 2013; Jory A. Pratt <anarchy@gentoo.org> thunderbird-17.0.6-r1.ebuild:
Define DICTPATH so system dictionaries are used
diff --git a/mail-client/thunderbird/thunderbird-17.0.6-r1.ebuild b/mail-client/thunderbird/thunderbird-17.0.7.ebuild
index 79eeb814c238..a1b18d9917ee 100644
--- a/mail-client/thunderbird/thunderbird-17.0.6-r1.ebuild
+++ b/mail-client/thunderbird/thunderbird-17.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.6-r1.ebuild,v 1.2 2013/06/10 12:41:19 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.7.ebuild,v 1.1 2013/06/26 17:12:27 axs Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -254,7 +254,7 @@ src_compile() {
}
src_install() {
- MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
+ declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
DICTPATH="\"${EPREFIX}/usr/share/myspell\""
declare emid
@@ -337,7 +337,7 @@ src_install() {
share_plugins_dir
if use minimal; then
- rm -rf "${ED}"/usr/include "${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} || \
+ rm -rf "${ED}"/usr/include "${ED}"${MOZILLA_FIVE_HOME}/{idl,include,lib,sdk} || \
die "Failed to remove sdk and headers"
fi
}