public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:gnome-next commit in: app-crypt/seahorse/
@ 2011-07-26  3:17 Alexandre Restovtsev
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-07-26  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a011606fd03662e21162417a746a4e63d1bb8961
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 01:55:12 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Jul 26 01:55:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a011606f

app-crypt/seahorse: 3.0.2 → 3.1.4

Version bump with numerous changes; in particular, libcryptui was split
off into a separate package.

---
 ...seahorse-3.0.2.ebuild => seahorse-3.1.4.ebuild} |   21 ++++---------------
 app-crypt/seahorse/seahorse-9999.ebuild            |   21 ++++---------------
 2 files changed, 10 insertions(+), 32 deletions(-)

diff --git a/app-crypt/seahorse/seahorse-3.0.2.ebuild b/app-crypt/seahorse/seahorse-3.1.4.ebuild
similarity index 72%
rename from app-crypt/seahorse/seahorse-3.0.2.ebuild
rename to app-crypt/seahorse/seahorse-3.1.4.ebuild
index 774e812..01f5218 100644
--- a/app-crypt/seahorse/seahorse-3.0.2.ebuild
+++ b/app-crypt/seahorse/seahorse-3.1.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.32.0.ebuild,v 1.1 2010/10/17 19:12:26 pacho Exp $
 
-EAPI="3"
+EAPI="4"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
@@ -16,20 +16,18 @@ HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="avahi debug doc +introspection ldap libnotify test"
+IUSE="avahi debug doc ldap test"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 
-# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
 COMMON_DEPEND="
 	>=gnome-base/gconf-2:2
 	>=dev-libs/glib-2.10:2
-	>=x11-libs/gtk+-2.90.0:3[introspection?]
-	>=dev-libs/dbus-glib-0.72
-	>=gnome-base/gnome-keyring-2.91.2
+	>=x11-libs/gtk+-2.90.0:3
+	>=gnome-base/gnome-keyring-3.1.2
 	net-libs/libsoup:2.4
 	x11-misc/shared-mime-info
 
@@ -40,9 +38,7 @@ COMMON_DEPEND="
 		=app-crypt/gnupg-1.4* )
 
 	avahi? ( >=net-dns/avahi-0.6 )
-	introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
 	ldap? ( net-nds/openldap )
-	libnotify? ( >=x11-libs/libnotify-0.7.0 )
 "
 DEPEND="${COMMON_DEPEND}
 	sys-devel/gettext
@@ -66,12 +62,9 @@ pkg_setup() {
 		--disable-scrollkeeper
 		--disable-update-mime-database
 		--enable-hkp
-		--with-gtk=3.0
 		$(use_enable avahi sharing)
 		$(use_enable debug)
-		$(use_enable introspection)
 		$(use_enable ldap)
-		$(use_enable libnotify)
 		$(use_enable test tests)"
 	DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
 }
@@ -80,11 +73,7 @@ src_prepare() {
 	# FIXME: Do not mess with CFLAGS with USE="debug"
 	sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
 		-e 's/-Werror//' \
-		-i configure.in configure || die "sed 1 failed"
-
-	# FIXME: Disable test not ported to gtk:3
-	sed -e 's/^SUBDIRS = .*/SUBDIRS = /' \
-		-i libcryptui/Makefile.am libcryptui/Makefile.in || die "sed 2 failed"
+		-i configure.ac configure || die "sed 1 failed"
 
 	gnome2_src_prepare
 }

diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index 774e812..01f5218 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.32.0.ebuild,v 1.1 2010/10/17 19:12:26 pacho Exp $
 
-EAPI="3"
+EAPI="4"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
@@ -16,20 +16,18 @@ HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="avahi debug doc +introspection ldap libnotify test"
+IUSE="avahi debug doc ldap test"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 
-# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
 COMMON_DEPEND="
 	>=gnome-base/gconf-2:2
 	>=dev-libs/glib-2.10:2
-	>=x11-libs/gtk+-2.90.0:3[introspection?]
-	>=dev-libs/dbus-glib-0.72
-	>=gnome-base/gnome-keyring-2.91.2
+	>=x11-libs/gtk+-2.90.0:3
+	>=gnome-base/gnome-keyring-3.1.2
 	net-libs/libsoup:2.4
 	x11-misc/shared-mime-info
 
@@ -40,9 +38,7 @@ COMMON_DEPEND="
 		=app-crypt/gnupg-1.4* )
 
 	avahi? ( >=net-dns/avahi-0.6 )
-	introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
 	ldap? ( net-nds/openldap )
-	libnotify? ( >=x11-libs/libnotify-0.7.0 )
 "
 DEPEND="${COMMON_DEPEND}
 	sys-devel/gettext
@@ -66,12 +62,9 @@ pkg_setup() {
 		--disable-scrollkeeper
 		--disable-update-mime-database
 		--enable-hkp
-		--with-gtk=3.0
 		$(use_enable avahi sharing)
 		$(use_enable debug)
-		$(use_enable introspection)
 		$(use_enable ldap)
-		$(use_enable libnotify)
 		$(use_enable test tests)"
 	DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
 }
@@ -80,11 +73,7 @@ src_prepare() {
 	# FIXME: Do not mess with CFLAGS with USE="debug"
 	sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
 		-e 's/-Werror//' \
-		-i configure.in configure || die "sed 1 failed"
-
-	# FIXME: Disable test not ported to gtk:3
-	sed -e 's/^SUBDIRS = .*/SUBDIRS = /' \
-		-i libcryptui/Makefile.am libcryptui/Makefile.in || die "sed 2 failed"
+		-i configure.ac configure || die "sed 1 failed"
 
 	gnome2_src_prepare
 }



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: app-crypt/seahorse/
@ 2011-08-30 21:55 Alexandre Restovtsev
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-08-30 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     fcea0aa4b107a8009f2093fd1b180fa96a9b136e
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Aug 30 20:14:53 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug 30 20:14:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fcea0aa4

app-crypt/seahorse: 3.1.4 → 3.1.90

Version bump, many changes, now uses gsettings instead of gconf.

---
 ...eahorse-3.1.4.ebuild => seahorse-3.1.90.ebuild} |    3 +--
 app-crypt/seahorse/seahorse-9999.ebuild            |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-crypt/seahorse/seahorse-3.1.4.ebuild b/app-crypt/seahorse/seahorse-3.1.90.ebuild
similarity index 96%
rename from app-crypt/seahorse/seahorse-3.1.4.ebuild
rename to app-crypt/seahorse/seahorse-3.1.90.ebuild
index 01f5218..c5d3c3a 100644
--- a/app-crypt/seahorse/seahorse-3.1.4.ebuild
+++ b/app-crypt/seahorse/seahorse-3.1.90.ebuild
@@ -24,10 +24,9 @@ else
 fi
 
 COMMON_DEPEND="
-	>=gnome-base/gconf-2:2
 	>=dev-libs/glib-2.10:2
 	>=x11-libs/gtk+-2.90.0:3
-	>=gnome-base/gnome-keyring-3.1.2
+	>=gnome-base/gnome-keyring-3.1.5
 	net-libs/libsoup:2.4
 	x11-misc/shared-mime-info
 

diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index 01f5218..c5d3c3a 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -24,10 +24,9 @@ else
 fi
 
 COMMON_DEPEND="
-	>=gnome-base/gconf-2:2
 	>=dev-libs/glib-2.10:2
 	>=x11-libs/gtk+-2.90.0:3
-	>=gnome-base/gnome-keyring-3.1.2
+	>=gnome-base/gnome-keyring-3.1.5
 	net-libs/libsoup:2.4
 	x11-misc/shared-mime-info
 



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: app-crypt/seahorse/
@ 2011-09-28  0:43 Alexandre Restovtsev
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-09-28  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     840eedcd83cf4022a5bb70f001642bc1c8219f77
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Sep 28 00:23:44 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Sep 28 00:23:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=840eedcd

app-crypt/seahorse: 3.1.90 → 3.2.0

Bump with assorted bugfixes.

---
 ...eahorse-3.1.90.ebuild => seahorse-3.2.0.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-crypt/seahorse/seahorse-3.1.90.ebuild b/app-crypt/seahorse/seahorse-3.2.0.ebuild
similarity index 100%
rename from app-crypt/seahorse/seahorse-3.1.90.ebuild
rename to app-crypt/seahorse/seahorse-3.2.0.ebuild



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-28  0:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26  3:17 [gentoo-commits] proj/gnome:gnome-next commit in: app-crypt/seahorse/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2011-08-30 21:55 Alexandre Restovtsev
2011-09-28  0:43 Alexandre Restovtsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox