summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2010-08-01 16:42:13 +0000
committerLars Wendler <polynomial-c@gentoo.org>2010-08-01 16:42:13 +0000
commit0fbdf3b5f1605c6db977961ba8a5c4c2261c170e (patch)
tree29dbdd169e85aa1d2efb80e7d5ba5d54264586f7 /www-client
parentAdd a new revision for 1.9/JRuby to mark -r0 stable. (diff)
downloadgentoo-2-0fbdf3b5f1605c6db977961ba8a5c4c2261c170e.tar.gz
gentoo-2-0fbdf3b5f1605c6db977961ba8a5c4c2261c170e.tar.bz2
gentoo-2-0fbdf3b5f1605c6db977961ba8a5c4c2261c170e.zip
Added cups USE flag to fix bug #325469.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/seamonkey/ChangeLog6
-rw-r--r--www-client/seamonkey/seamonkey-2.0.5.ebuild8
-rw-r--r--www-client/seamonkey/seamonkey-2.0.6.ebuild8
3 files changed, 15 insertions, 7 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog
index 7bce8421da8c..595bd1766098 100644
--- a/www-client/seamonkey/ChangeLog
+++ b/www-client/seamonkey/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/seamonkey
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.245 2010/08/01 16:20:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.246 2010/08/01 16:42:13 polynomial-c Exp $
+
+ 01 Aug 2010; Lars Wendler <polynomial-c@gentoo.org>
+ seamonkey-2.0.5.ebuild, seamonkey-2.0.6.ebuild:
+ Added cups USE flag to fix bug #325469.
01 Aug 2010; Raúl Porcel <armin76@gentoo.org> seamonkey-2.0.6.ebuild:
alpha/arm/ia64/sparc stable wrt #329279
diff --git a/www-client/seamonkey/seamonkey-2.0.5.ebuild b/www-client/seamonkey/seamonkey-2.0.5.ebuild
index 9ec052ce25df..d1387967645d 100644
--- a/www-client/seamonkey/seamonkey-2.0.5.ebuild
+++ b/www-client/seamonkey/seamonkey-2.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.5.ebuild,v 1.11 2010/08/01 12:22:27 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.5.ebuild,v 1.12 2010/08/01 16:42:13 polynomial-c Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -22,7 +22,7 @@ HOMEPAGE="http://www.seamonkey-project.org"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
SLOT="0"
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
-IUSE="+alsa +chatzilla +composer +crypt java ldap +mailclient +roaming system-sqlite"
+IUSE="+alsa +chatzilla +composer +crypt +cups java ldap +mailclient +roaming system-sqlite"
REL_URI="http://releases.mozilla.org/pub/mozilla.org/${PN}/releases"
SRC_URI="${REL_URI}/${MY_PV}/source/${MY_P}.source.tar.bz2
@@ -55,7 +55,8 @@ RDEPEND="java? ( virtual/jre )
>=x11-libs/gtk+-2.10.0
>=x11-libs/cairo-1.8.8[X]
>=x11-libs/pango-1.14.0[X]
- crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )"
+ crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )
+ cups? ( net-print/cups[gnutls] )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
@@ -176,6 +177,7 @@ src_configure() {
# Enable/Disable based on USE flags
mozconfig_use_enable alsa ogg
mozconfig_use_enable alsa wave
+ mozconfig_use_enable cups printing
mozconfig_use_enable java javaxpcom
mozconfig_use_enable ldap
mozconfig_use_enable ldap ldap-experimental
diff --git a/www-client/seamonkey/seamonkey-2.0.6.ebuild b/www-client/seamonkey/seamonkey-2.0.6.ebuild
index 2ce52e7c5d1d..e47078c5f010 100644
--- a/www-client/seamonkey/seamonkey-2.0.6.ebuild
+++ b/www-client/seamonkey/seamonkey-2.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.6.ebuild,v 1.8 2010/08/01 16:20:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.6.ebuild,v 1.9 2010/08/01 16:42:13 polynomial-c Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -41,7 +41,7 @@ HOMEPAGE="http://www.seamonkey-project.org"
SLOT="0"
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
-IUSE="+alsa +chatzilla +composer +crypt java ldap +mailclient +roaming system-sqlite"
+IUSE="+alsa +chatzilla +composer +crypt +cups java ldap +mailclient +roaming system-sqlite"
SRC_URI="${REL_URI}/source/${MY_P}.source.tar.bz2
http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.bz2
@@ -75,7 +75,8 @@ RDEPEND="java? ( virtual/jre )
>=x11-libs/gtk+-2.10.0
>=x11-libs/cairo-1.8.8[X]
>=x11-libs/pango-1.14.0[X]
- crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )"
+ crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )
+ cups? ( net-print/cups[gnutls] )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
@@ -204,6 +205,7 @@ src_configure() {
# Enable/Disable based on USE flags
mozconfig_use_enable alsa ogg
mozconfig_use_enable alsa wave
+ mozconfig_use_enable cups printing
mozconfig_use_enable java javaxpcom
mozconfig_use_enable ldap
mozconfig_use_enable ldap ldap-experimental