* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse-sharing/
@ 2012-04-21 7:59 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2012-04-21 7:59 UTC (permalink / raw
To: gentoo-commits
commit: c30fc4db49c9f4cd62325288d5d16cb7338deebe
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 07:43:12 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Apr 21 07:57:42 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c30fc4db
app-crypt/seahorse-sharing: add live ebuild
Formerly part of seahorse. Version 3.4.0 was added to gx86.
---
.../seahorse-sharing/seahorse-sharing-9999.ebuild | 58 ++++++++++++++++++++
1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
new file mode 100644
index 0000000..86408d7
--- /dev/null
+++ b/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Daemon for PGP public key sharing using DNS-SD and HKP"
+HOMEPAGE="http://projects.gnome.org/seahorse/"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
+IUSE=""
+
+COMMON_DEPEND="dev-libs/glib:2
+ >=net-dns/avahi-0.6
+ net-libs/libsoup:2.4
+ >=x11-libs/gtk+-3:3
+
+ >=app-crypt/gpgme-1
+ || (
+ =app-crypt/gnupg-2.0*
+ =app-crypt/gnupg-1.4* )"
+RDEPEND="${COMMON_DEPEND}
+ !<app-crypt/seahorse-3.2"
+# ${PN} was part of seahorse before 3.2
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.35
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+pkg_setup() {
+ DOCS="AUTHORS MAINTAINERS NEWS" # ChangeLog has nothing useful
+ # Do not pass --enable-tests to configure - package has no tests
+}
+
+src_prepare() {
+ gnome2_src_prepare
+ # Avoid eautoreconf
+ sed -e 's:$CFLAGS -g -O0:$CFLAGS:' -i configure || die "sed failed"
+}
+
+pkg_postinst() {
+ elog "To use ${PN}, the Avahi daemon must be running. On an OpenRC"
+ elog "system, you can start the Avahi daemon by"
+ elog "# /etc/init.d/avahi-daemon start"
+ elog "To start Avahi automatically, add it to the default runlevel:"
+ elog "# rc-update add avahi-daemon default"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse-sharing/
@ 2012-10-27 22:26 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 22:26 UTC (permalink / raw
To: gentoo-commits
commit: 810b98694f3c696320cdb574e732fa7c6e3c0cd5
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 22:26:06 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 22:26:06 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=810b9869
app-crypt/seahorse-sharing: 3.4.0 → 3.6.0
---
...g-9999.ebuild => seahorse-sharing-3.6.0.ebuild} | 13 ++-----------
.../seahorse-sharing/seahorse-sharing-9999.ebuild | 4 +---
2 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-3.6.0.ebuild
similarity index 89%
copy from app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
copy to app-crypt/seahorse-sharing/seahorse-sharing-3.6.0.ebuild
index 11af942..b1742ca 100644
--- a/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
+++ b/app-crypt/seahorse-sharing/seahorse-sharing-3.6.0.ebuild
@@ -5,20 +5,13 @@
EAPI="4"
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="Daemon for PGP public key sharing using DNS-SD and HKP"
HOMEPAGE="http://projects.gnome.org/seahorse/"
LICENSE="GPL-2"
SLOT="0"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
+KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="dev-libs/glib:2
@@ -38,12 +31,10 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
virtual/pkgconfig"
-pkg_setup() {
+src_prepare() {
DOCS="AUTHORS MAINTAINERS NEWS" # ChangeLog has nothing useful
# Do not pass --enable-tests to configure - package has no tests
-}
-src_prepare() {
gnome2_src_prepare
# Avoid eautoreconf
sed -e 's:$CFLAGS -g -O0:$CFLAGS:' -i configure || die "sed failed"
diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
index 11af942..2137a7a 100644
--- a/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
+++ b/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
@@ -38,12 +38,10 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
virtual/pkgconfig"
-pkg_setup() {
+src_prepare() {
DOCS="AUTHORS MAINTAINERS NEWS" # ChangeLog has nothing useful
# Do not pass --enable-tests to configure - package has no tests
-}
-src_prepare() {
gnome2_src_prepare
# Avoid eautoreconf
sed -e 's:$CFLAGS -g -O0:$CFLAGS:' -i configure || die "sed failed"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse-sharing/
@ 2012-11-25 14:01 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-25 14:01 UTC (permalink / raw
To: gentoo-commits
commit: bb368fd044202ccd198f20d86e409d5894c15c35
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 25 13:53:27 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 25 13:59:48 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bb368fd0
app-crypt/seahorse-sharing: 3.6.0 → 3.6.1
---
app-crypt/seahorse-sharing/metadata.xml | 5 +++
...-3.6.0.ebuild => seahorse-sharing-3.6.1.ebuild} | 31 ++++++++++++++-----
.../seahorse-sharing/seahorse-sharing-9999.ebuild | 22 +++++++++----
3 files changed, 43 insertions(+), 15 deletions(-)
diff --git a/app-crypt/seahorse-sharing/metadata.xml b/app-crypt/seahorse-sharing/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/app-crypt/seahorse-sharing/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/app-crypt/seahorse-sharing/seahorse-sharing-3.6.0.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild
similarity index 56%
rename from app-crypt/seahorse-sharing/seahorse-sharing-3.6.0.ebuild
rename to app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild
index b1742ca..f7e8202 100644
--- a/app-crypt/seahorse-sharing/seahorse-sharing-3.6.0.ebuild
+++ b/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild
@@ -3,15 +3,23 @@
# $Header: $
EAPI="4"
+GCONF_DEUBG="yes" # disable asserts
inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
DESCRIPTION="Daemon for PGP public key sharing using DNS-SD and HKP"
HOMEPAGE="http://projects.gnome.org/seahorse/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
IUSE=""
COMMON_DEPEND="dev-libs/glib:2
@@ -36,14 +44,21 @@ src_prepare() {
# Do not pass --enable-tests to configure - package has no tests
gnome2_src_prepare
- # Avoid eautoreconf
- sed -e 's:$CFLAGS -g -O0:$CFLAGS:' -i configure || die "sed failed"
+
+ # Drop stupid CFLAGS
+ sed -e 's:$CFLAGS -g -O0:$CFLAGS:' \
+ -i configure || die "sed failed"
}
pkg_postinst() {
- elog "To use ${PN}, the Avahi daemon must be running. On an OpenRC"
- elog "system, you can start the Avahi daemon by"
- elog "# /etc/init.d/avahi-daemon start"
- elog "To start Avahi automatically, add it to the default runlevel:"
- elog "# rc-update add avahi-daemon default"
+ gnome2_pkg_postinst
+
+ if ! has_version net-dns/avahi && \
+ ! rc-config list default | grep -q "avahi-daemon" ; then
+ elog "To use ${PN}, the Avahi daemon must be running. On an OpenRC"
+ elog "system, you can start the Avahi daemon by"
+ elog "# /etc/init.d/avahi-daemon start"
+ elog "To start Avahi automatically, add it to the default runlevel:"
+ elog "# rc-update add avahi-daemon default"
+ fi
}
diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
index 2137a7a..f7e8202 100644
--- a/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
+++ b/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI="4"
+GCONF_DEUBG="yes" # disable asserts
inherit gnome2
if [[ ${PV} = 9999 ]]; then
@@ -43,14 +44,21 @@ src_prepare() {
# Do not pass --enable-tests to configure - package has no tests
gnome2_src_prepare
- # Avoid eautoreconf
- sed -e 's:$CFLAGS -g -O0:$CFLAGS:' -i configure || die "sed failed"
+
+ # Drop stupid CFLAGS
+ sed -e 's:$CFLAGS -g -O0:$CFLAGS:' \
+ -i configure || die "sed failed"
}
pkg_postinst() {
- elog "To use ${PN}, the Avahi daemon must be running. On an OpenRC"
- elog "system, you can start the Avahi daemon by"
- elog "# /etc/init.d/avahi-daemon start"
- elog "To start Avahi automatically, add it to the default runlevel:"
- elog "# rc-update add avahi-daemon default"
+ gnome2_pkg_postinst
+
+ if ! has_version net-dns/avahi && \
+ ! rc-config list default | grep -q "avahi-daemon" ; then
+ elog "To use ${PN}, the Avahi daemon must be running. On an OpenRC"
+ elog "system, you can start the Avahi daemon by"
+ elog "# /etc/init.d/avahi-daemon start"
+ elog "To start Avahi automatically, add it to the default runlevel:"
+ elog "# rc-update add avahi-daemon default"
+ fi
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse-sharing/
@ 2012-12-16 15:00 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-16 15:00 UTC (permalink / raw
To: gentoo-commits
commit: e24ae1a49a2446d03a7e3d85e45e8b3502638984
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 14:59:20 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 14:59:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e24ae1a4
app-crypt/seahorse-sharing: moved to gx86
---
.../seahorse-sharing/seahorse-sharing-3.6.1.ebuild | 64 --------------------
.../seahorse-sharing/seahorse-sharing-9999.ebuild | 3 +-
2 files changed, 2 insertions(+), 65 deletions(-)
diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild
deleted file mode 100644
index f7e8202..0000000
--- a/app-crypt/seahorse-sharing/seahorse-sharing-3.6.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEUBG="yes" # disable asserts
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="Daemon for PGP public key sharing using DNS-SD and HKP"
-HOMEPAGE="http://projects.gnome.org/seahorse/"
-
-LICENSE="GPL-2"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
-IUSE=""
-
-COMMON_DEPEND="dev-libs/glib:2
- >=net-dns/avahi-0.6
- net-libs/libsoup:2.4
- >=x11-libs/gtk+-3:3
-
- >=app-crypt/gpgme-1
- || (
- =app-crypt/gnupg-2.0*
- =app-crypt/gnupg-1.4* )"
-RDEPEND="${COMMON_DEPEND}
- !<app-crypt/seahorse-3.2"
-# ${PN} was part of seahorse before 3.2
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.35
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- DOCS="AUTHORS MAINTAINERS NEWS" # ChangeLog has nothing useful
- # Do not pass --enable-tests to configure - package has no tests
-
- gnome2_src_prepare
-
- # Drop stupid CFLAGS
- sed -e 's:$CFLAGS -g -O0:$CFLAGS:' \
- -i configure || die "sed failed"
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- if ! has_version net-dns/avahi && \
- ! rc-config list default | grep -q "avahi-daemon" ; then
- elog "To use ${PN}, the Avahi daemon must be running. On an OpenRC"
- elog "system, you can start the Avahi daemon by"
- elog "# /etc/init.d/avahi-daemon start"
- elog "To start Avahi automatically, add it to the default runlevel:"
- elog "# rc-update add avahi-daemon default"
- fi
-}
diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
index f7e8202..26be8a1 100644
--- a/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
+++ b/app-crypt/seahorse-sharing/seahorse-sharing-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI="4"
-GCONF_DEUBG="yes" # disable asserts
+GCONF_DEBUG="yes" # disable asserts
inherit gnome2
if [[ ${PV} = 9999 ]]; then
@@ -46,6 +46,7 @@ src_prepare() {
gnome2_src_prepare
# Drop stupid CFLAGS
+ # FIXME: doing configure.ac triggers maintainer mode rebuild
sed -e 's:$CFLAGS -g -O0:$CFLAGS:' \
-i configure || die "sed failed"
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-12-16 15:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-25 14:01 [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse-sharing/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2012-12-16 15:00 Gilles Dartiguelongue
2012-10-27 22:26 Gilles Dartiguelongue
2012-04-21 7:59 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox