diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-13 19:30:05 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-13 19:30:05 +0000 |
commit | 5fb7619e0b7ae9e634fbfe1d0b14304ed56419a4 (patch) | |
tree | 498a8f3164f9bd24df07df59c3ee5b425de68a77 /app-crypt/seahorse-plugins | |
parent | Add new version for Gnome 2.30 (diff) | |
download | gentoo-2-5fb7619e0b7ae9e634fbfe1d0b14304ed56419a4.tar.gz gentoo-2-5fb7619e0b7ae9e634fbfe1d0b14304ed56419a4.tar.bz2 gentoo-2-5fb7619e0b7ae9e634fbfe1d0b14304ed56419a4.zip |
Add new version for Gnome 2.30
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/seahorse-plugins')
-rw-r--r-- | app-crypt/seahorse-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/seahorse-plugins/seahorse-plugins-2.30.1.ebuild (renamed from app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild) | 28 |
2 files changed, 11 insertions, 25 deletions
diff --git a/app-crypt/seahorse-plugins/ChangeLog b/app-crypt/seahorse-plugins/ChangeLog index ec4b6a8f5a75..61871c70d23b 100644 --- a/app-crypt/seahorse-plugins/ChangeLog +++ b/app-crypt/seahorse-plugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/seahorse-plugins # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.21 2010/06/04 20:44:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.22 2010/06/13 19:30:05 pacho Exp $ + +*seahorse-plugins-2.30.1 (13 Jun 2010) + + 13 Jun 2010; Pacho Ramos <pacho@gentoo.org> + -seahorse-plugins-2.28.1.ebuild, +seahorse-plugins-2.30.1.ebuild: + Add new version for Gnome 2.30. 04 Jun 2010; Markus Meier <maekke@gentoo.org> seahorse-plugins-2.28.1-r1.ebuild: diff --git a/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild b/app-crypt/seahorse-plugins/seahorse-plugins-2.30.1.ebuild index 7085c638b190..2ca5e2b7eb32 100644 --- a/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild +++ b/app-crypt/seahorse-plugins/seahorse-plugins-2.30.1.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/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild,v 1.4 2010/02/10 03:31:05 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.30.1.ebuild,v 1.1 2010/06/13 19:30:05 pacho Exp $ EAPI="2" @@ -12,12 +12,12 @@ HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="applet debug epiphany gedit libnotify nautilus test" +IUSE="applet debug gedit libnotify nautilus test" RDEPEND=" >=gnome-base/libglade-2.0 >=gnome-base/gconf-2.0 - >=x11-libs/gtk+-2.10 + >=x11-libs/gtk+-2.18 >=dev-libs/glib-2.16 >=dev-libs/dbus-glib-0.72 >=app-crypt/gpgme-1.0.0 @@ -30,9 +30,6 @@ RDEPEND=" =app-crypt/gnupg-2.0* ) nautilus? ( >=gnome-base/nautilus-2.12 ) - epiphany? ( - >=www-client/epiphany-2.24 - >=dev-libs/libxml2-2.6.0 ) gedit? ( >=app-editors/gedit-2.16 ) applet? ( >=gnome-base/gnome-panel-2.10 ) libnotify? ( >=x11-libs/libnotify-0.3.2 )" @@ -44,36 +41,19 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.35" pkg_setup() { - if use epiphany ; then - if has_version '>=www-client/epiphany-2.24.3-r10'; then - G2CONF="${G2CONF} --with-gecko=libxul-unstable" - else - # Now, epiphany could be using xul-1.8, xul-1.9 or ff-2 - # Let it auto-detect. - : - fi - fi - G2CONF="${G2CONF} --enable-agent --disable-update-mime-database --disable-static + --disable-epiphany $(use_enable applet) $(use_enable debug) - $(use_enable epiphany) $(use_enable gedit) $(use_enable libnotify) $(use_enable nautilus) $(use_enable test tests)" } -src_prepare() { - gnome2_src_prepare - - # Fix intltoolize broken file, see upstream #577133 - sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed" -} - src_install() { gnome2_src_install |