public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/seahorse-nautilus/
@ 2011-11-07  6:06 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-11-07  6:06 UTC (permalink / raw
  To: gentoo-commits

commit:     ecdaebe67629a85ebc9239ddedbbc76add8cf3a0
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  7 06:01:29 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Nov  7 06:01:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ecdaebe6

gnome-extra/seahorse-nautilus: new package (bug #389311)

Add the new gnome3-compatible nautilus extension for encrypting files.
Formerly part of seahorse-plugins.

In gnome-extra category since that's where all the other nautilus
extensions are.

Fixes bug #389311, thanks to poncho <poncho <AT> spahan.ch> for the report
that at least one part of old seahorse-plugins is alive.

---
 .../seahorse-nautilus-3.3.1.ebuild                 |   58 ++++++++++++++++++++
 .../seahorse-nautilus-9999.ebuild                  |   58 ++++++++++++++++++++
 2 files changed, 116 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.3.1.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.3.1.ebuild
new file mode 100644
index 0000000..6e71508
--- /dev/null
+++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.3.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no" # --disable-debug disables all assertions
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG"
+HOMEPAGE="http://www.gnome.org/projects/seahorse/"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE=""
+
+COMMON_DEPEND=">=app-crypt/gpgme-1.0.0
+	>=dev-libs/dbus-glib-0.35
+	>=dev-libs/glib-2.18:2
+	gnome-base/gconf:2
+	gnome-base/gnome-keyring
+	>=gnome-base/nautilus-3
+	x11-libs/gtk+:3
+	x11-libs/libcryptui
+	>=x11-libs/libnotify-0.3
+	|| (
+		=app-crypt/gnupg-1.4*
+		=app-crypt/gnupg-2.0* )"
+# seahorse-nautilus was formerly part of seahorse-plugins
+RDEPEND="${COMMON_DEPEND}
+	!app-crypt/seahorse-plugins[nautilus]"
+DEPEND="${COMMON_DEPEND}
+	dev-util/pkgconfig
+	>=dev-util/intltool-0.35"
+
+pkg_setup() {
+	DOCS="AUTHORS NEWS README THANKS" # ChangeLog is not used
+	# No point in making libnotify optional - nautilus depends on it
+	G2CONF="${G2CONF}
+		--disable-gpg-check
+		--enable-libnotify"
+}
+
+src_prepare() {
+	gnome2_src_prepare
+	# Do not let configure mangle CFLAGS
+	sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure ||
+		die "sed failed"
+}

diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
new file mode 100644
index 0000000..6e71508
--- /dev/null
+++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no" # --disable-debug disables all assertions
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG"
+HOMEPAGE="http://www.gnome.org/projects/seahorse/"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE=""
+
+COMMON_DEPEND=">=app-crypt/gpgme-1.0.0
+	>=dev-libs/dbus-glib-0.35
+	>=dev-libs/glib-2.18:2
+	gnome-base/gconf:2
+	gnome-base/gnome-keyring
+	>=gnome-base/nautilus-3
+	x11-libs/gtk+:3
+	x11-libs/libcryptui
+	>=x11-libs/libnotify-0.3
+	|| (
+		=app-crypt/gnupg-1.4*
+		=app-crypt/gnupg-2.0* )"
+# seahorse-nautilus was formerly part of seahorse-plugins
+RDEPEND="${COMMON_DEPEND}
+	!app-crypt/seahorse-plugins[nautilus]"
+DEPEND="${COMMON_DEPEND}
+	dev-util/pkgconfig
+	>=dev-util/intltool-0.35"
+
+pkg_setup() {
+	DOCS="AUTHORS NEWS README THANKS" # ChangeLog is not used
+	# No point in making libnotify optional - nautilus depends on it
+	G2CONF="${G2CONF}
+		--disable-gpg-check
+		--enable-libnotify"
+}
+
+src_prepare() {
+	gnome2_src_prepare
+	# Do not let configure mangle CFLAGS
+	sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure ||
+		die "sed failed"
+}



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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/seahorse-nautilus/
@ 2012-04-21  7:10 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2012-04-21  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     17b94ade4e38db3b80ece82af2ed4bc6a6a03bce
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 07:01:22 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Apr 21 07:01:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=17b94ade

gnome-extra/seahorse-nautilus: 3.3.1 → 3.4.0

---
 ...3.3.1.ebuild => seahorse-nautilus-3.4.0.ebuild} |    2 +-
 .../seahorse-nautilus-9999.ebuild                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.3.1.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild
similarity index 97%
rename from gnome-extra/seahorse-nautilus/seahorse-nautilus-3.3.1.ebuild
rename to gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild
index 6e71508..5671af6 100644
--- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.3.1.ebuild
+++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 

diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
index 6e71508..5671af6 100644
--- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
+++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 



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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/seahorse-nautilus/
@ 2012-05-14  6:38 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2012-05-14  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     5547d39f9c0342897c3976da2ebca48c91592e25
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 06:37:37 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon May 14 06:37:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5547d39f

gnome-extra/seahorse-nautilus: moved to gx86

---
 .../seahorse-nautilus-3.4.0.ebuild                 |   58 --------------------
 1 files changed, 0 insertions(+), 58 deletions(-)

diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild
deleted file mode 100644
index 106e709..0000000
--- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.4.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no" # --disable-debug disables all assertions
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/"
-
-LICENSE="GPL-2"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
-IUSE=""
-
-COMMON_DEPEND=">=app-crypt/gpgme-1.0.0
-	>=dev-libs/dbus-glib-0.35
-	>=dev-libs/glib-2.18:2
-	gnome-base/gconf:2
-	gnome-base/gnome-keyring
-	>=gnome-base/nautilus-3
-	x11-libs/gtk+:3
-	x11-libs/libcryptui
-	>=x11-libs/libnotify-0.3
-	|| (
-		=app-crypt/gnupg-1.4*
-		=app-crypt/gnupg-2.0* )"
-# seahorse-nautilus was formerly part of seahorse-plugins
-RDEPEND="${COMMON_DEPEND}
-	!app-crypt/seahorse-plugins[nautilus]"
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.35
-	virtual/pkgconfig"
-
-pkg_setup() {
-	DOCS="AUTHORS NEWS README THANKS" # ChangeLog is not used
-	# No point in making libnotify optional - nautilus depends on it
-	G2CONF="${G2CONF}
-		--disable-gpg-check
-		--enable-libnotify"
-}
-
-src_prepare() {
-	gnome2_src_prepare
-	# Do not let configure mangle CFLAGS
-	sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure ||
-		die "sed failed"
-}



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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/seahorse-nautilus/
@ 2012-10-27 21:50 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4df0992836c3210b8fff9e6fbfb0cf2bbae715a0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 21:49:52 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 21:49:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4df09928

gnome-extra/seahorse-nautilus: 3.4.0 → 3.6.1

---
 ...-9999.ebuild => seahorse-nautilus-3.6.1.ebuild} |   20 ++++++--------------
 .../seahorse-nautilus-9999.ebuild                  |   11 +++++------
 2 files changed, 11 insertions(+), 20 deletions(-)

diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.6.1.ebuild
similarity index 86%
copy from gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
copy to gnome-extra/seahorse-nautilus/seahorse-nautilus-3.6.1.ebuild
index 106e709..e7ab940 100644
--- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
+++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.6.1.ebuild
@@ -7,26 +7,19 @@ GCONF_DEBUG="no" # --disable-debug disables all assertions
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG"
 HOMEPAGE="http://www.gnome.org/projects/seahorse/"
 
 LICENSE="GPL-2"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND=">=app-crypt/gpgme-1.0.0
+	>=app-crypt/gcr-3.4
 	>=dev-libs/dbus-glib-0.35
-	>=dev-libs/glib-2.18:2
-	gnome-base/gconf:2
+	>=dev-libs/glib-2.28:2
 	gnome-base/gnome-keyring
 	>=gnome-base/nautilus-3
 	x11-libs/gtk+:3
@@ -42,17 +35,16 @@ DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.35
 	virtual/pkgconfig"
 
-pkg_setup() {
+src_prepare() {
 	DOCS="AUTHORS NEWS README THANKS" # ChangeLog is not used
 	# No point in making libnotify optional - nautilus depends on it
 	G2CONF="${G2CONF}
 		--disable-gpg-check
 		--enable-libnotify"
-}
 
-src_prepare() {
-	gnome2_src_prepare
 	# Do not let configure mangle CFLAGS
 	sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure ||
 		die "sed failed"
+
+	gnome2_src_prepare
 }

diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
index 106e709..527f4ac 100644
--- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
+++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
@@ -24,9 +24,9 @@ fi
 IUSE=""
 
 COMMON_DEPEND=">=app-crypt/gpgme-1.0.0
+	>=app-crypt/gcr-3.4
 	>=dev-libs/dbus-glib-0.35
-	>=dev-libs/glib-2.18:2
-	gnome-base/gconf:2
+	>=dev-libs/glib-2.28:2
 	gnome-base/gnome-keyring
 	>=gnome-base/nautilus-3
 	x11-libs/gtk+:3
@@ -42,17 +42,16 @@ DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.35
 	virtual/pkgconfig"
 
-pkg_setup() {
+src_prepare() {
 	DOCS="AUTHORS NEWS README THANKS" # ChangeLog is not used
 	# No point in making libnotify optional - nautilus depends on it
 	G2CONF="${G2CONF}
 		--disable-gpg-check
 		--enable-libnotify"
-}
 
-src_prepare() {
-	gnome2_src_prepare
 	# Do not let configure mangle CFLAGS
 	sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure ||
 		die "sed failed"
+
+	gnome2_src_prepare
 }


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/seahorse-nautilus/
@ 2012-12-24 15:45 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-24 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     db04bccc1c3e0400b55356937d65efc80c5311bc
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 15:45:14 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 15:45:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=db04bccc

gnome-extra/seahorse-nautilus: moved to gx86

    * Sync live ebuild with gx86 changes.
    * Add metadata.xml.

---
 gnome-extra/seahorse-nautilus/metadata.xml         |    5 ++
 .../seahorse-nautilus-3.6.1.ebuild                 |   50 --------------------
 .../seahorse-nautilus-9999.ebuild                  |   10 ++--
 3 files changed, 11 insertions(+), 54 deletions(-)

diff --git a/gnome-extra/seahorse-nautilus/metadata.xml b/gnome-extra/seahorse-nautilus/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/gnome-extra/seahorse-nautilus/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+</pkgmetadata>

diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.6.1.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.6.1.ebuild
deleted file mode 100644
index e7ab940..0000000
--- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.6.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no" # --disable-debug disables all assertions
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=app-crypt/gpgme-1.0.0
-	>=app-crypt/gcr-3.4
-	>=dev-libs/dbus-glib-0.35
-	>=dev-libs/glib-2.28:2
-	gnome-base/gnome-keyring
-	>=gnome-base/nautilus-3
-	x11-libs/gtk+:3
-	x11-libs/libcryptui
-	>=x11-libs/libnotify-0.3
-	|| (
-		=app-crypt/gnupg-1.4*
-		=app-crypt/gnupg-2.0* )"
-# seahorse-nautilus was formerly part of seahorse-plugins
-RDEPEND="${COMMON_DEPEND}
-	!app-crypt/seahorse-plugins[nautilus]"
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.35
-	virtual/pkgconfig"
-
-src_prepare() {
-	DOCS="AUTHORS NEWS README THANKS" # ChangeLog is not used
-	# No point in making libnotify optional - nautilus depends on it
-	G2CONF="${G2CONF}
-		--disable-gpg-check
-		--enable-libnotify"
-
-	# Do not let configure mangle CFLAGS
-	sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure ||
-		die "sed failed"
-
-	gnome2_src_prepare
-}

diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
index 527f4ac..3dd42c2 100644
--- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
+++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no" # --disable-debug disables all assertions
 GNOME2_LA_PUNT="yes"
 
@@ -23,7 +23,8 @@ else
 fi
 IUSE=""
 
-COMMON_DEPEND=">=app-crypt/gpgme-1.0.0
+COMMON_DEPEND="
+	>=app-crypt/gpgme-1.0.0
 	>=app-crypt/gcr-3.4
 	>=dev-libs/dbus-glib-0.35
 	>=dev-libs/glib-2.28:2
@@ -31,7 +32,7 @@ COMMON_DEPEND=">=app-crypt/gpgme-1.0.0
 	>=gnome-base/nautilus-3
 	x11-libs/gtk+:3
 	x11-libs/libcryptui
-	>=x11-libs/libnotify-0.3
+	>=x11-libs/libnotify-0.3:=
 	|| (
 		=app-crypt/gnupg-1.4*
 		=app-crypt/gnupg-2.0* )"
@@ -40,7 +41,8 @@ RDEPEND="${COMMON_DEPEND}
 	!app-crypt/seahorse-plugins[nautilus]"
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.35
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 src_prepare() {
 	DOCS="AUTHORS NEWS README THANKS" # ChangeLog is not used


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

* [gentoo-commits] proj/gnome:master commit in: gnome-extra/seahorse-nautilus/
@ 2013-11-16 12:05 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-16 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     356b2a30a0e2158619b7bd12e0119b62efaf8093
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 12:51:28 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 14:01:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=356b2a30

gnome-extra/seahorse-nautilus: 3.8.0 → 3.10.1

---
 .../seahorse-nautilus-3.10.1.ebuild                | 52 ++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.10.1.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.10.1.ebuild
new file mode 100644
index 0000000..7435bb8
--- /dev/null
+++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.10.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.8.0.ebuild,v 1.2 2013/06/30 16:09:09 eva Exp $
+
+EAPI="5"
+GCONF_DEBUG="no" # --disable-debug disables all assertions
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG"
+HOMEPAGE="http://www.gnome.org/projects/seahorse/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	>=app-crypt/gpgme-1.0.0
+	>=app-crypt/gcr-3.4
+	>=dev-libs/dbus-glib-0.35
+	>=dev-libs/glib-2.28:2
+	gnome-base/gnome-keyring
+	>=gnome-base/nautilus-3
+	x11-libs/gtk+:3
+	>=x11-libs/libcryptui-3.9.90
+	>=x11-libs/libnotify-0.3:=
+	|| (
+		=app-crypt/gnupg-1.4*
+		=app-crypt/gnupg-2.0* )"
+# seahorse-nautilus was formerly part of seahorse-plugins
+RDEPEND="${COMMON_DEPEND}
+	!app-crypt/seahorse-plugins[nautilus]"
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/intltool-0.35
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	# Do not let configure mangle CFLAGS
+	sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure ||
+		die "sed failed"
+
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-gpg-check \
+		--enable-libnotify
+}


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

end of thread, other threads:[~2013-11-16 12:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-21  7:10 [gentoo-commits] proj/gnome:master commit in: gnome-extra/seahorse-nautilus/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2013-11-16 12:05 Gilles Dartiguelongue
2012-12-24 15:45 Gilles Dartiguelongue
2012-10-27 21:50 Gilles Dartiguelongue
2012-05-14  6:38 Alexandre Restovtsev
2011-11-07  6:06 Alexandre Restovtsev

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