* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2011-10-18 7:37 Alexandre Restovtsev
0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18 7:37 UTC (permalink / raw
To: gentoo-commits
commit: f3eb39326aba996ece0f6c854d56701fe04a7c8a
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 06:49:09 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 06:49:09 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f3eb3932
app-crypt/seahorse: 3.2.0 → 3.2.1
---
...seahorse-3.2.0.ebuild => seahorse-3.2.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.2.0.ebuild b/app-crypt/seahorse/seahorse-3.2.1.ebuild
similarity index 100%
rename from app-crypt/seahorse/seahorse-3.2.0.ebuild
rename to app-crypt/seahorse/seahorse-3.2.1.ebuild
^ permalink raw reply [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2017-08-09 6:59 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-09 6:59 UTC (permalink / raw
To: gentoo-commits
commit: 58b439378dc04d7e71446ce296e9c2391b7e8172
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 06:52:00 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 06:52:30 2017 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=58b43937
app-crypt/seahorse: sync with gentoo repository
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A
app-crypt/seahorse/seahorse-3.20.0.ebuild | 67 -------------------------------
app-crypt/seahorse/seahorse-9999.ebuild | 19 ++++-----
2 files changed, 8 insertions(+), 78 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.20.0.ebuild b/app-crypt/seahorse/seahorse-3.20.0.ebuild
deleted file mode 100644
index b8ec00dc..00000000
--- a/app-crypt/seahorse/seahorse-3.20.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE="debug ldap zeroconf"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-COMMON_DEPEND="
- >=app-crypt/gcr-3.11.91:=
- >=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-3.4:3
- >=app-crypt/libsecret-0.16
- >=net-libs/libsoup-2.33.92:2.4
- x11-misc/shared-mime-info
-
- net-misc/openssh
- >=app-crypt/gpgme-1
- >=app-crypt/gnupg-2.0.12
-
- ldap? ( net-nds/openldap:= )
- zeroconf? ( >=net-dns/avahi-0.6:= )
-"
-DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools
- dev-util/gdbus-codegen
- >=dev-util/intltool-0.35
- dev-util/itstool
- sys-devel/gettext
- virtual/pkgconfig
-"
-# Need seahorse-plugins git snapshot
-RDEPEND="${COMMON_DEPEND}
- !<app-crypt/seahorse-plugins-2.91.0_pre20110114
-"
-
-src_prepare() {
- # Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g/d' \
- -e '/CFLAGS="$CFLAGS -O0/d' \
- -i configure.ac configure || die "sed 1 failed"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- # bindir is needed due to bad macro expansion in desktop file, bug #508610
- gnome2_src_configure \
- --bindir=/usr/bin \
- --enable-pgp \
- --enable-ssh \
- --enable-pkcs11 \
- --enable-hkp \
- $(use_enable debug) \
- $(use_enable ldap) \
- $(use_enable zeroconf sharing) \
- VALAC=$(type -P true)
-}
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index ecc9563f..fed4e9ae 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -1,10 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_DEPEND="0.22"
+EAPI=6
inherit gnome2
if [[ ${PV} = 9999 ]]; then
@@ -33,14 +30,16 @@ COMMON_DEPEND="
net-misc/openssh
>=app-crypt/gpgme-1
- >=app-crypt/gnupg-1.4
- <app-crypt/gnupg-2.1
+ >=app-crypt/gnupg-2.0.12
ldap? ( net-nds/openldap:= )
zeroconf? ( >=net-dns/avahi-0.6:= )
"
DEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ dev-util/gdbus-codegen
>=dev-util/intltool-0.35
+ dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
"
@@ -56,7 +55,7 @@ if [[ ${PV} = 9999 ]]; then
fi
src_prepare() {
- # FIXME: Do not mess with CFLAGS with USE="debug"
+ # Do not mess with CFLAGS with USE="debug"
sed -e '/CFLAGS="$CFLAGS -g/d' \
-e '/CFLAGS="$CFLAGS -O0/d' \
-i configure.ac configure || die "sed 1 failed"
@@ -68,9 +67,7 @@ src_prepare() {
src_configure() {
local myconf=""
if [[ ${PV} != 9999 ]]; then
- myconf="${myconf}
- ITSTOOL=$(type -P true)
- VALAC=$(type -P true)"
+ myconf="${myconf} VALAC=$(type -P true)"
fi
# bindir is needed due to bad macro expansion in desktop file, bug #508610
gnome2_src_configure \
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2016-03-26 22:54 Ole Reifschneider
0 siblings, 0 replies; 25+ messages in thread
From: Ole Reifschneider @ 2016-03-26 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 4deae217dc3ab2c2dc3bacb2d1b6a0226cc578e2
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 21:25:07 2016 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 21:25:07 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4deae217
app-crypt/seahorse: Bump version to 3.20.0
Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42
app-crypt/seahorse/seahorse-3.20.0.ebuild | 67 +++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
diff --git a/app-crypt/seahorse/seahorse-3.20.0.ebuild b/app-crypt/seahorse/seahorse-3.20.0.ebuild
new file mode 100644
index 0000000..b8ec00d
--- /dev/null
+++ b/app-crypt/seahorse/seahorse-3.20.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="A GNOME application for managing encryption keys"
+HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE="debug ldap zeroconf"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+COMMON_DEPEND="
+ >=app-crypt/gcr-3.11.91:=
+ >=dev-libs/glib-2.10:2
+ >=x11-libs/gtk+-3.4:3
+ >=app-crypt/libsecret-0.16
+ >=net-libs/libsoup-2.33.92:2.4
+ x11-misc/shared-mime-info
+
+ net-misc/openssh
+ >=app-crypt/gpgme-1
+ >=app-crypt/gnupg-2.0.12
+
+ ldap? ( net-nds/openldap:= )
+ zeroconf? ( >=net-dns/avahi-0.6:= )
+"
+DEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ dev-util/gdbus-codegen
+ >=dev-util/intltool-0.35
+ dev-util/itstool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+# Need seahorse-plugins git snapshot
+RDEPEND="${COMMON_DEPEND}
+ !<app-crypt/seahorse-plugins-2.91.0_pre20110114
+"
+
+src_prepare() {
+ # Do not mess with CFLAGS with USE="debug"
+ sed -e '/CFLAGS="$CFLAGS -g/d' \
+ -e '/CFLAGS="$CFLAGS -O0/d' \
+ -i configure.ac configure || die "sed 1 failed"
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ # bindir is needed due to bad macro expansion in desktop file, bug #508610
+ gnome2_src_configure \
+ --bindir=/usr/bin \
+ --enable-pgp \
+ --enable-ssh \
+ --enable-pkcs11 \
+ --enable-hkp \
+ $(use_enable debug) \
+ $(use_enable ldap) \
+ $(use_enable zeroconf sharing) \
+ VALAC=$(type -P true)
+}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2015-06-09 13:48 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-09 13:48 UTC (permalink / raw
To: gentoo-commits
commit: 593e13a3c39748a754f6981d9d4406f3b0891523
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 9 10:04:42 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 13:48:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=593e13a3
app-crypt/seahorse: moved to gentoo-x86
app-crypt/seahorse/seahorse-3.16.0.ebuild | 65 -------------------------------
app-crypt/seahorse/seahorse-9999.ebuild | 1 +
2 files changed, 1 insertion(+), 65 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.16.0.ebuild b/app-crypt/seahorse/seahorse-3.16.0.ebuild
deleted file mode 100644
index 2b7f973..0000000
--- a/app-crypt/seahorse/seahorse-3.16.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE="debug ldap zeroconf"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-COMMON_DEPEND="
- >=app-crypt/gcr-3.11.91:=
- >=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-3.4:3
- >=app-crypt/libsecret-0.16
- >=net-libs/libsoup-2.33.92:2.4
- x11-misc/shared-mime-info
-
- net-misc/openssh
- >=app-crypt/gpgme-1
- >=app-crypt/gnupg-1.4
-
- ldap? ( net-nds/openldap:= )
- zeroconf? ( >=net-dns/avahi-0.6:= )
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.35
- sys-devel/gettext
- virtual/pkgconfig
-"
-# Need seahorse-plugins git snapshot
-RDEPEND="${COMMON_DEPEND}
- !<app-crypt/seahorse-plugins-2.91.0_pre20110114
-"
-
-src_prepare() {
- # Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g/d' \
- -e '/CFLAGS="$CFLAGS -O0/d' \
- -i configure.ac configure || die "sed 1 failed"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- # bindir is needed due to bad macro expansion in desktop file, bug #508610
- gnome2_src_configure \
- --bindir=/usr/bin \
- --enable-pgp \
- --enable-ssh \
- --enable-pkcs11 \
- --enable-hkp \
- $(use_enable debug) \
- $(use_enable ldap) \
- $(use_enable zeroconf sharing) \
- ITSTOOL=$(type -P true) \
- VALAC=$(type -P true)
-}
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index 8c18f3b..9e985b4 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -34,6 +34,7 @@ COMMON_DEPEND="
net-misc/openssh
>=app-crypt/gpgme-1
>=app-crypt/gnupg-1.4
+ <app-crypt/gnupg-2.1
ldap? ( net-nds/openldap:= )
zeroconf? ( >=net-dns/avahi-0.6:= )
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2015-05-12 19:31 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-12 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 9a4004a95cf858f084e08a912607263e66ceebf4
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 19:22:47 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 19:22:47 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a4004a9
app-crypt/seahorse: 3.14.1 → 3.16.0
...seahorse-9999.ebuild => seahorse-3.16.0.ebuild} | 43 ++++++----------------
app-crypt/seahorse/seahorse-9999.ebuild | 15 ++++----
2 files changed, 18 insertions(+), 40 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-3.16.0.ebuild
similarity index 60%
copy from app-crypt/seahorse/seahorse-9999.ebuild
copy to app-crypt/seahorse/seahorse-3.16.0.ebuild
index e4979f2..2b7f973 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-3.16.0.ebuild
@@ -1,27 +1,19 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
-GCONF_DEBUG="yes"
-VALA_MIN_API_DEPEND="0.22"
+GCONF_DEBUG="no"
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live vala
-fi
DESCRIPTION="A GNOME application for managing encryption keys"
HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
LICENSE="GPL-2+ FDL-1.1+"
SLOT="0"
-IUSE="avahi debug ldap"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
+IUSE="debug ldap zeroconf"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
COMMON_DEPEND="
>=app-crypt/gcr-3.11.91:=
@@ -33,12 +25,10 @@ COMMON_DEPEND="
net-misc/openssh
>=app-crypt/gpgme-1
- || (
- =app-crypt/gnupg-2.0*
- =app-crypt/gnupg-1.4* )
+ >=app-crypt/gnupg-1.4
- avahi? ( >=net-dns/avahi-0.6:= )
ldap? ( net-nds/openldap:= )
+ zeroconf? ( >=net-dns/avahi-0.6:= )
"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.35
@@ -49,38 +39,27 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-plugins-2.91.0_pre20110114
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- $(vala_depend)
- app-crypt/gcr[vala]
- app-text/yelp-tools"
-fi
src_prepare() {
- # FIXME: Do not mess with CFLAGS with USE="debug"
+ # Do not mess with CFLAGS with USE="debug"
sed -e '/CFLAGS="$CFLAGS -g/d' \
-e '/CFLAGS="$CFLAGS -O0/d' \
-i configure.ac configure || die "sed 1 failed"
- vala_src_prepare
gnome2_src_prepare
}
src_configure() {
- local myconf=""
- if [[ ${PV} != 9999 ]]; then
- myconf="${myconf}
- ITSTOOL=$(type -P true)
- VALAC=$(type -P true)"
- fi
# bindir is needed due to bad macro expansion in desktop file, bug #508610
gnome2_src_configure \
+ --bindir=/usr/bin \
--enable-pgp \
--enable-ssh \
--enable-pkcs11 \
--enable-hkp \
- $(use_enable avahi sharing) \
$(use_enable debug) \
$(use_enable ldap) \
- ${myconf}
+ $(use_enable zeroconf sharing) \
+ ITSTOOL=$(type -P true) \
+ VALAC=$(type -P true)
}
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index e4979f2..8c18f3b 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
-GCONF_DEBUG="yes"
+GCONF_DEBUG="no"
VALA_MIN_API_DEPEND="0.22"
inherit gnome2
@@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
LICENSE="GPL-2+ FDL-1.1+"
SLOT="0"
-IUSE="avahi debug ldap"
+IUSE="debug ldap zeroconf"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
@@ -33,12 +33,10 @@ COMMON_DEPEND="
net-misc/openssh
>=app-crypt/gpgme-1
- || (
- =app-crypt/gnupg-2.0*
- =app-crypt/gnupg-1.4* )
+ >=app-crypt/gnupg-1.4
- avahi? ( >=net-dns/avahi-0.6:= )
ldap? ( net-nds/openldap:= )
+ zeroconf? ( >=net-dns/avahi-0.6:= )
"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.35
@@ -75,12 +73,13 @@ src_configure() {
fi
# bindir is needed due to bad macro expansion in desktop file, bug #508610
gnome2_src_configure \
+ --bindir=/usr/bin \
--enable-pgp \
--enable-ssh \
--enable-pkcs11 \
--enable-hkp \
- $(use_enable avahi sharing) \
$(use_enable debug) \
$(use_enable ldap) \
+ $(use_enable zeroconf sharing) \
${myconf}
}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2014-12-15 23:28 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-15 23:28 UTC (permalink / raw
To: gentoo-commits
commit: a201618caadd2ab2fbbda1b4cff8642d2e64dfdc
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 23:24:25 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 23:24:25 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a201618c
app-crypt/seahorse: moved to gentoo-x86
---
app-crypt/seahorse/seahorse-3.14.0.ebuild | 67 -------------------------------
1 file changed, 67 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.14.0.ebuild b/app-crypt/seahorse/seahorse-3.14.0.ebuild
deleted file mode 100644
index 7261270..0000000
--- a/app-crypt/seahorse/seahorse-3.14.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE="avahi debug ldap"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-COMMON_DEPEND="
- >=app-crypt/gcr-3.11.91:=
- >=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-3.4:3
- >=app-crypt/libsecret-0.16
- >=net-libs/libsoup-2.33.92:2.4
- x11-misc/shared-mime-info
-
- net-misc/openssh
- >=app-crypt/gpgme-1
- || (
- =app-crypt/gnupg-2.0*
- =app-crypt/gnupg-1.4* )
-
- avahi? ( >=net-dns/avahi-0.6:= )
- ldap? ( net-nds/openldap:= )
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.35
- sys-devel/gettext
- virtual/pkgconfig
-"
-# Need seahorse-plugins git snapshot
-RDEPEND="${COMMON_DEPEND}
- !<app-crypt/seahorse-plugins-2.91.0_pre20110114
-"
-
-src_prepare() {
- # FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g/d' \
- -e '/CFLAGS="$CFLAGS -O0/d' \
- -i configure.ac configure || die "sed 1 failed"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- # bindir is needed due to bad macro expansion in desktop file, bug #508610
- gnome2_src_configure \
- --bindir=/usr/bin \
- --enable-pgp \
- --enable-ssh \
- --enable-pkcs11 \
- --enable-hkp \
- $(use_enable avahi sharing) \
- $(use_enable debug) \
- $(use_enable ldap) \
- ITSTOOL=$(type -P true) \
- VALAC=$(type -P true)
-}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2014-04-20 13:54 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 918cb983b85dcb7f59d51000aca33e760168dee2
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 21:20:45 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 13:51:34 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=918cb983
app-crypt/seahorse: remove non-existing configure switch
---
app-crypt/seahorse/seahorse-3.12.0.ebuild | 1 -
app-crypt/seahorse/seahorse-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.12.0.ebuild b/app-crypt/seahorse/seahorse-3.12.0.ebuild
index e681e3d..c86e34b 100644
--- a/app-crypt/seahorse/seahorse-3.12.0.ebuild
+++ b/app-crypt/seahorse/seahorse-3.12.0.ebuild
@@ -57,7 +57,6 @@ src_configure() {
--enable-pgp \
--enable-ssh \
--enable-pkcs11 \
- --disable-static \
--enable-hkp \
$(use_enable avahi sharing) \
$(use_enable debug) \
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index 0d74c6d..9d57b2c 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -77,7 +77,6 @@ src_configure() {
--enable-pgp \
--enable-ssh \
--enable-pkcs11 \
- --disable-static \
--enable-hkp \
$(use_enable avahi sharing) \
$(use_enable debug) \
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2014-04-15 22:05 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-15 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 93159f2109256a8b6b6a694f13d0d0f6ce3ffc02
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 6 20:44:32 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 22:00:29 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=93159f21
app-crypt/seahorse: 3.10.2-r1 → 3.12.0
---
...seahorse-9999.ebuild => seahorse-3.12.0.ebuild} | 31 +++++-----------------
app-crypt/seahorse/seahorse-9999.ebuild | 10 ++++---
2 files changed, 13 insertions(+), 28 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-3.12.0.ebuild
similarity index 68%
copy from app-crypt/seahorse/seahorse-9999.ebuild
copy to app-crypt/seahorse/seahorse-3.12.0.ebuild
index 358dae0..e681e3d 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-3.12.0.ebuild
@@ -1,30 +1,22 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="yes"
-VALA_MIN_API_DEPEND="0.18"
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live vala
-fi
DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="http://projects.gnome.org/seahorse/index.html"
+HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
LICENSE="GPL-2+ FDL-1.1+"
SLOT="0"
IUSE="avahi debug ldap"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
COMMON_DEPEND="
- >=app-crypt/gcr-3.9.1:=
+ >=app-crypt/gcr-3.11.91:=
>=dev-libs/glib-2.10:2
>=x11-libs/gtk+-3.4:3
>=app-crypt/libsecret-0.16
@@ -49,11 +41,6 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-plugins-2.91.0_pre20110114
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- $(vala_depend)
- app-text/yelp-tools"
-fi
src_prepare() {
# FIXME: Do not mess with CFLAGS with USE="debug"
@@ -61,16 +48,11 @@ src_prepare() {
-e '/CFLAGS="$CFLAGS -O0/d' \
-i configure.ac configure || die "sed 1 failed"
+ vala_src_prepare
gnome2_src_prepare
}
src_configure() {
- local myconf=""
- if [[ ${PV} != 9999 ]]; then
- myconf="${myconf}
- ITSTOOL=$(type -P true)
- VALAC=$(type -P true)"
- fi
gnome2_src_configure \
--enable-pgp \
--enable-ssh \
@@ -80,5 +62,6 @@ src_configure() {
$(use_enable avahi sharing) \
$(use_enable debug) \
$(use_enable ldap) \
- ${myconf}
+ ITSTOOL=$(type -P true) \
+ VALAC=$(type -P true)
}
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index 358dae0..0d74c6d 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="yes"
-VALA_MIN_API_DEPEND="0.18"
+VALA_MIN_API_DEPEND="0.22"
inherit gnome2
if [[ ${PV} = 9999 ]]; then
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="http://projects.gnome.org/seahorse/index.html"
+HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
LICENSE="GPL-2+ FDL-1.1+"
SLOT="0"
@@ -24,7 +24,7 @@ else
fi
COMMON_DEPEND="
- >=app-crypt/gcr-3.9.1:=
+ >=app-crypt/gcr-3.11.91:=
>=dev-libs/glib-2.10:2
>=x11-libs/gtk+-3.4:3
>=app-crypt/libsecret-0.16
@@ -52,6 +52,7 @@ RDEPEND="${COMMON_DEPEND}
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
$(vala_depend)
+ app-crypt/gcr[vala]
app-text/yelp-tools"
fi
@@ -61,6 +62,7 @@ src_prepare() {
-e '/CFLAGS="$CFLAGS -O0/d' \
-i configure.ac configure || die "sed 1 failed"
+ vala_src_prepare
gnome2_src_prepare
}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2013-11-20 23:08 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-20 23:08 UTC (permalink / raw
To: gentoo-commits
commit: 1e574210cd4669f93f49ce9f7cb8b2f21464002a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 10:18:51 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 23:07:01 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1e574210
app-crypt/seahorse: 3.8.2 → 3.10.1
---
app-crypt/seahorse/seahorse-3.10.1.ebuild | 66 +++++++++++++++++++++++++++++++
app-crypt/seahorse/seahorse-9999.ebuild | 55 ++++++++++++++------------
2 files changed, 95 insertions(+), 26 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.10.1.ebuild b/app-crypt/seahorse/seahorse-3.10.1.ebuild
new file mode 100644
index 0000000..cf17971
--- /dev/null
+++ b/app-crypt/seahorse/seahorse-3.10.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit gnome2
+
+DESCRIPTION="A GNOME application for managing encryption keys"
+HOMEPAGE="http://projects.gnome.org/seahorse/index.html"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE="avahi debug ldap"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+COMMON_DEPEND="
+ >=app-crypt/gcr-3.9.1:=
+ >=dev-libs/glib-2.10:2
+ >=x11-libs/gtk+-3.4:3
+ >=app-crypt/libsecret-0.16
+ >=net-libs/libsoup-2.33.92:2.4
+ x11-misc/shared-mime-info
+
+ net-misc/openssh
+ >=app-crypt/gpgme-1
+ || (
+ =app-crypt/gnupg-2.0*
+ =app-crypt/gnupg-1.4* )
+
+ avahi? ( >=net-dns/avahi-0.6:= )
+ ldap? ( net-nds/openldap:= )
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.35
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+# Need seahorse-plugins git snapshot
+RDEPEND="${COMMON_DEPEND}
+ !<app-crypt/seahorse-plugins-2.91.0_pre20110114
+"
+
+src_prepare() {
+ # FIXME: Do not mess with CFLAGS with USE="debug"
+ sed -e '/CFLAGS="$CFLAGS -g/d' \
+ -e '/CFLAGS="$CFLAGS -O0/d' \
+ -i configure.ac configure || die "sed 1 failed"
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --enable-pgp \
+ --enable-ssh \
+ --enable-pkcs11 \
+ --disable-static \
+ --enable-hkp \
+ $(use_enable avahi sharing) \
+ $(use_enable debug) \
+ $(use_enable ldap) \
+ ITSTOOL=$(type -P true) \
+ VALAC=$(type -P true)
+}
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index 28028d1..358dae0 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -1,34 +1,34 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
+VALA_MIN_API_DEPEND="0.18"
inherit gnome2
if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
+ inherit gnome2-live vala
fi
DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
+HOMEPAGE="http://projects.gnome.org/seahorse/index.html"
-LICENSE="GPL-2"
+LICENSE="GPL-2+ FDL-1.1+"
SLOT="0"
IUSE="avahi debug ldap"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
fi
COMMON_DEPEND="
- >=app-crypt/gcr-3.3.4
+ >=app-crypt/gcr-3.9.1:=
>=dev-libs/glib-2.10:2
>=x11-libs/gtk+-3.4:3
- >=app-crypt/libsecret-0.5
- net-libs/libsoup:2.4
+ >=app-crypt/libsecret-0.16
+ >=net-libs/libsoup-2.33.92:2.4
x11-misc/shared-mime-info
net-misc/openssh
@@ -37,11 +37,10 @@ COMMON_DEPEND="
=app-crypt/gnupg-2.0*
=app-crypt/gnupg-1.4* )
- avahi? ( >=net-dns/avahi-0.6 )
- ldap? ( net-nds/openldap )
+ avahi? ( >=net-dns/avahi-0.6:= )
+ ldap? ( net-nds/openldap:= )
"
DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools
>=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig
@@ -52,6 +51,7 @@ RDEPEND="${COMMON_DEPEND}
"
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
+ $(vala_depend)
app-text/yelp-tools"
fi
@@ -65,17 +65,20 @@ src_prepare() {
}
src_configure() {
- DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
- G2CONF="${G2CONF}
- --enable-pgp
- --enable-ssh
- --enable-pkcs11
- --disable-static
- --enable-hkp
- $(use_enable avahi sharing)
- $(use_enable debug)
- $(use_enable ldap)"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-
- gnome2_src_configure
+ local myconf=""
+ if [[ ${PV} != 9999 ]]; then
+ myconf="${myconf}
+ ITSTOOL=$(type -P true)
+ VALAC=$(type -P true)"
+ fi
+ gnome2_src_configure \
+ --enable-pgp \
+ --enable-ssh \
+ --enable-pkcs11 \
+ --disable-static \
+ --enable-hkp \
+ $(use_enable avahi sharing) \
+ $(use_enable debug) \
+ $(use_enable ldap) \
+ ${myconf}
}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2013-11-14 22:52 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-14 22:52 UTC (permalink / raw
To: gentoo-commits
commit: 1ac60e2e4845dba05dca55e81981deb5d96a32da
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 10:18:51 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 00:39:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1ac60e2e
app-crypt/seahorse: 3.8.2 → 3.10.0
---
app-crypt/seahorse/seahorse-3.10.0.ebuild | 66 +++++++++++++++++++++++++++++++
app-crypt/seahorse/seahorse-9999.ebuild | 55 ++++++++++++++------------
2 files changed, 95 insertions(+), 26 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.10.0.ebuild b/app-crypt/seahorse/seahorse-3.10.0.ebuild
new file mode 100644
index 0000000..cf17971
--- /dev/null
+++ b/app-crypt/seahorse/seahorse-3.10.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit gnome2
+
+DESCRIPTION="A GNOME application for managing encryption keys"
+HOMEPAGE="http://projects.gnome.org/seahorse/index.html"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE="avahi debug ldap"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+COMMON_DEPEND="
+ >=app-crypt/gcr-3.9.1:=
+ >=dev-libs/glib-2.10:2
+ >=x11-libs/gtk+-3.4:3
+ >=app-crypt/libsecret-0.16
+ >=net-libs/libsoup-2.33.92:2.4
+ x11-misc/shared-mime-info
+
+ net-misc/openssh
+ >=app-crypt/gpgme-1
+ || (
+ =app-crypt/gnupg-2.0*
+ =app-crypt/gnupg-1.4* )
+
+ avahi? ( >=net-dns/avahi-0.6:= )
+ ldap? ( net-nds/openldap:= )
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.35
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+# Need seahorse-plugins git snapshot
+RDEPEND="${COMMON_DEPEND}
+ !<app-crypt/seahorse-plugins-2.91.0_pre20110114
+"
+
+src_prepare() {
+ # FIXME: Do not mess with CFLAGS with USE="debug"
+ sed -e '/CFLAGS="$CFLAGS -g/d' \
+ -e '/CFLAGS="$CFLAGS -O0/d' \
+ -i configure.ac configure || die "sed 1 failed"
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --enable-pgp \
+ --enable-ssh \
+ --enable-pkcs11 \
+ --disable-static \
+ --enable-hkp \
+ $(use_enable avahi sharing) \
+ $(use_enable debug) \
+ $(use_enable ldap) \
+ ITSTOOL=$(type -P true) \
+ VALAC=$(type -P true)
+}
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index 28028d1..358dae0 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -1,34 +1,34 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
+VALA_MIN_API_DEPEND="0.18"
inherit gnome2
if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
+ inherit gnome2-live vala
fi
DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
+HOMEPAGE="http://projects.gnome.org/seahorse/index.html"
-LICENSE="GPL-2"
+LICENSE="GPL-2+ FDL-1.1+"
SLOT="0"
IUSE="avahi debug ldap"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
fi
COMMON_DEPEND="
- >=app-crypt/gcr-3.3.4
+ >=app-crypt/gcr-3.9.1:=
>=dev-libs/glib-2.10:2
>=x11-libs/gtk+-3.4:3
- >=app-crypt/libsecret-0.5
- net-libs/libsoup:2.4
+ >=app-crypt/libsecret-0.16
+ >=net-libs/libsoup-2.33.92:2.4
x11-misc/shared-mime-info
net-misc/openssh
@@ -37,11 +37,10 @@ COMMON_DEPEND="
=app-crypt/gnupg-2.0*
=app-crypt/gnupg-1.4* )
- avahi? ( >=net-dns/avahi-0.6 )
- ldap? ( net-nds/openldap )
+ avahi? ( >=net-dns/avahi-0.6:= )
+ ldap? ( net-nds/openldap:= )
"
DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools
>=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig
@@ -52,6 +51,7 @@ RDEPEND="${COMMON_DEPEND}
"
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
+ $(vala_depend)
app-text/yelp-tools"
fi
@@ -65,17 +65,20 @@ src_prepare() {
}
src_configure() {
- DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
- G2CONF="${G2CONF}
- --enable-pgp
- --enable-ssh
- --enable-pkcs11
- --disable-static
- --enable-hkp
- $(use_enable avahi sharing)
- $(use_enable debug)
- $(use_enable ldap)"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-
- gnome2_src_configure
+ local myconf=""
+ if [[ ${PV} != 9999 ]]; then
+ myconf="${myconf}
+ ITSTOOL=$(type -P true)
+ VALAC=$(type -P true)"
+ fi
+ gnome2_src_configure \
+ --enable-pgp \
+ --enable-ssh \
+ --enable-pkcs11 \
+ --disable-static \
+ --enable-hkp \
+ $(use_enable avahi sharing) \
+ $(use_enable debug) \
+ $(use_enable ldap) \
+ ${myconf}
}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2012-12-16 14:52 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-16 14:52 UTC (permalink / raw
To: gentoo-commits
commit: 30b4bad0de7e7bd39e3ed254840839a6458025f8
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 14:51:43 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 14:51:43 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=30b4bad0
app-crypt/seahorse: moved to gx86
* Resync live ebuild.
* Drop introspection from metadata.xml, it is now a global use flag.
---
app-crypt/seahorse/metadata.xml | 4 +-
app-crypt/seahorse/seahorse-3.6.3.ebuild | 75 ------------------------------
app-crypt/seahorse/seahorse-9999.ebuild | 29 +++++++----
3 files changed, 19 insertions(+), 89 deletions(-)
diff --git a/app-crypt/seahorse/metadata.xml b/app-crypt/seahorse/metadata.xml
index 380a237..3a3eec1 100644
--- a/app-crypt/seahorse/metadata.xml
+++ b/app-crypt/seahorse/metadata.xml
@@ -3,8 +3,6 @@
<pkgmetadata>
<herd>gnome</herd>
<use>
- <flag name="introspection">Use
- <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
<flag name="ldap">Enable seahorse to manipulate GPG keys on a LDAP server.</flag>
</use>
<longdescription>Seahorse is a Gnome interface for GnuPG. It's main purpose is to be a PGP/GPG Key Manager, though
@@ -28,5 +26,5 @@ Delete Key
Plugins:
Nautilus Integration
Gedit plugin
-</longdescription>
+ </longdescription>
</pkgmetadata>
diff --git a/app-crypt/seahorse/seahorse-3.6.3.ebuild b/app-crypt/seahorse/seahorse-3.6.3.ebuild
deleted file mode 100644
index 7341220..0000000
--- a/app-crypt/seahorse/seahorse-3.6.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="avahi debug ldap"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
-
-COMMON_DEPEND="
- >=app-crypt/gcr-3.3.4
- >=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-3.4:3
- >=app-crypt/libsecret-0.5
- net-libs/libsoup:2.4
- x11-misc/shared-mime-info
-
- net-misc/openssh
- >=app-crypt/gpgme-1
- || (
- =app-crypt/gnupg-2.0*
- =app-crypt/gnupg-1.4* )
-
- avahi? ( >=net-dns/avahi-0.6 )
- ldap? ( net-nds/openldap )
-"
-DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools
- >=dev-util/intltool-0.35
- sys-devel/gettext
- virtual/pkgconfig
-"
-# Need seahorse-plugins git snapshot
-RDEPEND="${COMMON_DEPEND}
- !<app-crypt/seahorse-plugins-2.91.0_pre20110114
-"
-
-src_prepare() {
- # FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g/d' \
- -e '/CFLAGS="$CFLAGS -O0/d' \
- -i configure.ac configure || die "sed 1 failed"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
- G2CONF="${G2CONF}
- --enable-pgp
- --enable-ssh
- --enable-pkcs11
- --disable-static
- --enable-hkp
- $(use_enable avahi sharing)
- $(use_enable debug)
- $(use_enable ldap)"
- gnome2_src_configure
-}
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index 4234d7a..28028d1 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -20,7 +20,7 @@ IUSE="avahi debug ldap"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
fi
COMMON_DEPEND="
@@ -50,8 +50,22 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-plugins-2.91.0_pre20110114
"
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ app-text/yelp-tools"
+fi
+
+src_prepare() {
+ # FIXME: Do not mess with CFLAGS with USE="debug"
+ sed -e '/CFLAGS="$CFLAGS -g/d' \
+ -e '/CFLAGS="$CFLAGS -O0/d' \
+ -i configure.ac configure || die "sed 1 failed"
+
+ gnome2_src_prepare
+}
-pkg_setup() {
+src_configure() {
+ DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
G2CONF="${G2CONF}
--enable-pgp
--enable-ssh
@@ -61,14 +75,7 @@ pkg_setup() {
$(use_enable avahi sharing)
$(use_enable debug)
$(use_enable ldap)"
- DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
-}
-
-src_prepare() {
- # FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g/d' \
- -e '/CFLAGS="$CFLAGS -O0/d' \
- -i configure.ac configure || die "sed 1 failed"
+ [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
- gnome2_src_prepare
+ gnome2_src_configure
}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2012-11-22 23:31 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-22 23:31 UTC (permalink / raw
To: gentoo-commits
commit: 8807529c22b02fd9849ccaf7f35639e7f5912a70
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 22 23:30:59 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 23:30:59 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8807529c
app-crypt/seahorse: 3.6.2 → 3.6.3
---
app-crypt/seahorse/metadata.xml | 32 ++++++++++++++++++++
...seahorse-3.6.2.ebuild => seahorse-3.6.3.ebuild} | 23 +++++++-------
2 files changed, 44 insertions(+), 11 deletions(-)
diff --git a/app-crypt/seahorse/metadata.xml b/app-crypt/seahorse/metadata.xml
new file mode 100644
index 0000000..380a237
--- /dev/null
+++ b/app-crypt/seahorse/metadata.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <use>
+ <flag name="introspection">Use
+ <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
+ <flag name="ldap">Enable seahorse to manipulate GPG keys on a LDAP server.</flag>
+ </use>
+ <longdescription>Seahorse is a Gnome interface for GnuPG. It's main purpose is to be a PGP/GPG Key Manager, though
+it has other components including a text editor and file manager.
+
+Key Manager Features:
+Generating a key
+Deleting a key
+Importing keys from text or a file
+Exporting a key to text or a file
+View key properties
+
+Key Properties Features:
+Show key info
+Change owner trust
+Change primary key's expiration date
+Change passphrase
+Export key
+Delete Key
+
+Plugins:
+Nautilus Integration
+Gedit plugin
+</longdescription>
+</pkgmetadata>
diff --git a/app-crypt/seahorse/seahorse-3.6.2.ebuild b/app-crypt/seahorse/seahorse-3.6.3.ebuild
similarity index 97%
rename from app-crypt/seahorse/seahorse-3.6.2.ebuild
rename to app-crypt/seahorse/seahorse-3.6.3.ebuild
index 4234d7a..7341220 100644
--- a/app-crypt/seahorse/seahorse-3.6.2.ebuild
+++ b/app-crypt/seahorse/seahorse-3.6.3.ebuild
@@ -51,7 +51,17 @@ RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-plugins-2.91.0_pre20110114
"
-pkg_setup() {
+src_prepare() {
+ # FIXME: Do not mess with CFLAGS with USE="debug"
+ sed -e '/CFLAGS="$CFLAGS -g/d' \
+ -e '/CFLAGS="$CFLAGS -O0/d' \
+ -i configure.ac configure || die "sed 1 failed"
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
G2CONF="${G2CONF}
--enable-pgp
--enable-ssh
@@ -61,14 +71,5 @@ pkg_setup() {
$(use_enable avahi sharing)
$(use_enable debug)
$(use_enable ldap)"
- DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
-}
-
-src_prepare() {
- # FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g/d' \
- -e '/CFLAGS="$CFLAGS -O0/d' \
- -i configure.ac configure || die "sed 1 failed"
-
- gnome2_src_prepare
+ gnome2_src_configure
}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2012-10-24 8:10 Alexandre Rostovtsev
0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Rostovtsev @ 2012-10-24 8:10 UTC (permalink / raw
To: gentoo-commits
commit: 421bb68ba5cbf739e76b5e31042449c6f4651839
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 24 08:05:26 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Wed Oct 24 08:10:31 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=421bb68b
app-crypt/seahorse: 3.5.91 → 3.6.2
---
...eahorse-3.5.91.ebuild => seahorse-3.6.2.ebuild} | 6 ++----
app-crypt/seahorse/seahorse-9999.ebuild | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.5.91.ebuild b/app-crypt/seahorse/seahorse-3.6.2.ebuild
similarity index 94%
rename from app-crypt/seahorse/seahorse-3.5.91.ebuild
rename to app-crypt/seahorse/seahorse-3.6.2.ebuild
index b3fe241..4234d7a 100644
--- a/app-crypt/seahorse/seahorse-3.5.91.ebuild
+++ b/app-crypt/seahorse/seahorse-3.6.2.ebuild
@@ -41,10 +41,9 @@ COMMON_DEPEND="
ldap? ( net-nds/openldap )
"
DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
- >=app-text/gnome-doc-utils-0.3.2
- >=app-text/scrollkeeper-0.3
+ app-text/yelp-tools
>=dev-util/intltool-0.35
+ sys-devel/gettext
virtual/pkgconfig
"
# Need seahorse-plugins git snapshot
@@ -58,7 +57,6 @@ pkg_setup() {
--enable-ssh
--enable-pkcs11
--disable-static
- --disable-scrollkeeper
--enable-hkp
$(use_enable avahi sharing)
$(use_enable debug)
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index b3fe241..4234d7a 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -41,10 +41,9 @@ COMMON_DEPEND="
ldap? ( net-nds/openldap )
"
DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
- >=app-text/gnome-doc-utils-0.3.2
- >=app-text/scrollkeeper-0.3
+ app-text/yelp-tools
>=dev-util/intltool-0.35
+ sys-devel/gettext
virtual/pkgconfig
"
# Need seahorse-plugins git snapshot
@@ -58,7 +57,6 @@ pkg_setup() {
--enable-ssh
--enable-pkcs11
--disable-static
- --disable-scrollkeeper
--enable-hkp
$(use_enable avahi sharing)
$(use_enable debug)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2012-09-10 6:22 Nirbheek Chauhan
0 siblings, 0 replies; 25+ messages in thread
From: Nirbheek Chauhan @ 2012-09-10 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 847ab6f0ab8408e0017fdfd96eea0500e97a036f
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 05:48:34 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 05:48:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=847ab6f0
Add app-crypt/seahorse-3.5.91
---
...seahorse-9999.ebuild => seahorse-3.5.91.ebuild} | 4 ++--
app-crypt/seahorse/seahorse-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-3.5.91.ebuild
similarity index 96%
copy from app-crypt/seahorse/seahorse-9999.ebuild
copy to app-crypt/seahorse/seahorse-3.5.91.ebuild
index 0d53e81..b3fe241 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-3.5.91.ebuild
@@ -26,8 +26,8 @@ fi
COMMON_DEPEND="
>=app-crypt/gcr-3.3.4
>=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.90.0:3
- >=gnome-base/gnome-keyring-3.1.5
+ >=x11-libs/gtk+-3.4:3
+ >=app-crypt/libsecret-0.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 0d53e81..b3fe241 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -26,8 +26,8 @@ fi
COMMON_DEPEND="
>=app-crypt/gcr-3.3.4
>=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.90.0:3
- >=gnome-base/gnome-keyring-3.1.5
+ >=x11-libs/gtk+-3.4:3
+ >=app-crypt/libsecret-0.5
net-libs/libsoup:2.4
x11-misc/shared-mime-info
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2012-05-14 6:38 Alexandre Restovtsev
0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2012-05-14 6:38 UTC (permalink / raw
To: gentoo-commits
commit: b3a8079c022ad42fc48f8036854b12fe43822b43
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 06:36:42 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon May 14 06:36:42 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b3a8079c
app-crypt/seahorse: moved to gx86
---
app-crypt/seahorse/seahorse-3.4.1.ebuild | 69 ------------------------------
app-crypt/seahorse/seahorse-9999.ebuild | 4 +-
2 files changed, 2 insertions(+), 71 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.4.1.ebuild b/app-crypt/seahorse/seahorse-3.4.1.ebuild
deleted file mode 100644
index 6f27db9..0000000
--- a/app-crypt/seahorse/seahorse-3.4.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.2.2.ebuild,v 1.1 2011/11/17 06:11:08 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="A GNOME application for managing encryption keys"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="avahi debug ldap"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-
-COMMON_DEPEND="
- >=app-crypt/gcr-3.3.4
- >=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.90.0:3
- >=gnome-base/gnome-keyring-3.1.5
- net-libs/libsoup:2.4
- x11-misc/shared-mime-info
-
- net-misc/openssh
- >=app-crypt/gpgme-1
- || (
- =app-crypt/gnupg-2.0*
- =app-crypt/gnupg-1.4* )
-
- avahi? ( >=net-dns/avahi-0.6 )
- ldap? ( net-nds/openldap )
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
- >=app-text/gnome-doc-utils-0.3.2
- >=app-text/scrollkeeper-0.3
- >=dev-util/intltool-0.35
- virtual/pkgconfig
-"
-# Need seahorse-plugins git snapshot
-RDEPEND="${COMMON_DEPEND}
- !<app-crypt/seahorse-plugins-2.91.0_pre20110114
-"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --enable-pgp
- --enable-ssh
- --enable-pkcs11
- --disable-static
- --disable-scrollkeeper
- --enable-hkp
- $(use_enable avahi sharing)
- $(use_enable debug)
- $(use_enable ldap)"
- DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
-}
-
-src_prepare() {
- # FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g/d' \
- -e '/CFLAGS="$CFLAGS -O0/d' \
- -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 4002b62..0d53e81 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# 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 $
+# $Header: $
EAPI="4"
GCONF_DEBUG="yes"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2012-04-20 7:29 Alexandre Restovtsev
0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2012-04-20 7:29 UTC (permalink / raw
To: gentoo-commits
commit: 7ea4512042b60b91abdc8d01ce6c4dcd71332431
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 20 07:28:36 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Apr 20 07:28:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7ea45120
app-crypt/seahorse: 3.4.0 → 3.4.1
---
...seahorse-3.4.0.ebuild => seahorse-3.4.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.4.0.ebuild b/app-crypt/seahorse/seahorse-3.4.1.ebuild
similarity index 100%
rename from app-crypt/seahorse/seahorse-3.4.0.ebuild
rename to app-crypt/seahorse/seahorse-3.4.1.ebuild
^ permalink raw reply [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2012-04-08 16:28 Alexandre Restovtsev
0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2012-04-08 16:28 UTC (permalink / raw
To: gentoo-commits
commit: 2a5e3dd0a5e92c671afdc1f2b8a77cc9371cab11
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 8 16:26:55 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Apr 8 16:26:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2a5e3dd0
app-crypt/seahorse: 3.3.5 → 3.4.0
---
...seahorse-3.3.5.ebuild => seahorse-3.4.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.3.5.ebuild b/app-crypt/seahorse/seahorse-3.4.0.ebuild
similarity index 100%
rename from app-crypt/seahorse/seahorse-3.3.5.ebuild
rename to app-crypt/seahorse/seahorse-3.4.0.ebuild
^ permalink raw reply [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2012-02-27 3:53 Alexandre Restovtsev
0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Restovtsev @ 2012-02-27 3:53 UTC (permalink / raw
To: gentoo-commits
commit: 571478dfb1c66f3573159f33d29080a53f8575f0
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 03:45:25 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 03:52:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=571478df
app-crypt/seahorse: add 3.3.5
---
...{seahorse-9999.ebuild => seahorse-3.3.5.ebuild} | 23 ++++++-------------
app-crypt/seahorse/seahorse-9999.ebuild | 14 +++++-------
2 files changed, 13 insertions(+), 24 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-3.3.5.ebuild
similarity index 72%
copy from app-crypt/seahorse/seahorse-9999.ebuild
copy to app-crypt/seahorse/seahorse-3.3.5.ebuild
index c5d3c3a..67309b2 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-3.3.5.ebuild
@@ -1,29 +1,23 @@
# Copyright 1999-2011 Gentoo Foundation
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.2.2.ebuild,v 1.1 2011/11/17 06:11:08 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="A GNOME application for managing encryption keys"
HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
LICENSE="GPL-2"
SLOT="0"
-IUSE="avahi debug doc ldap test"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
+IUSE="avahi debug ldap"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
COMMON_DEPEND="
+ >=app-crypt/gcr-3.3.4
>=dev-libs/glib-2.10:2
>=x11-libs/gtk+-2.90.0:3
>=gnome-base/gnome-keyring-3.1.5
@@ -45,7 +39,6 @@ DEPEND="${COMMON_DEPEND}
>=app-text/scrollkeeper-0.3
>=dev-util/pkgconfig-0.20
>=dev-util/intltool-0.35
- doc? ( >=dev-util/gtk-doc-1.9 )
"
# Need seahorse-plugins git snapshot
RDEPEND="${COMMON_DEPEND}
@@ -59,19 +52,17 @@ pkg_setup() {
--enable-pkcs11
--disable-static
--disable-scrollkeeper
- --disable-update-mime-database
--enable-hkp
$(use_enable avahi sharing)
$(use_enable debug)
- $(use_enable ldap)
- $(use_enable test tests)"
+ $(use_enable ldap)"
DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
}
src_prepare() {
# FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
- -e 's/-Werror//' \
+ sed -e '/CFLAGS="$CFLAGS -g/d' \
+ -e '/CFLAGS="$CFLAGS -O0/d' \
-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 c5d3c3a..018e3e1 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -16,14 +16,15 @@ HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
LICENSE="GPL-2"
SLOT="0"
-IUSE="avahi debug doc ldap test"
+IUSE="avahi debug ldap"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+ KEYWORDS="~amd64 ~x86 ~x86-fbsd"
fi
COMMON_DEPEND="
+ >=app-crypt/gcr-3.3.4
>=dev-libs/glib-2.10:2
>=x11-libs/gtk+-2.90.0:3
>=gnome-base/gnome-keyring-3.1.5
@@ -45,7 +46,6 @@ DEPEND="${COMMON_DEPEND}
>=app-text/scrollkeeper-0.3
>=dev-util/pkgconfig-0.20
>=dev-util/intltool-0.35
- doc? ( >=dev-util/gtk-doc-1.9 )
"
# Need seahorse-plugins git snapshot
RDEPEND="${COMMON_DEPEND}
@@ -59,19 +59,17 @@ pkg_setup() {
--enable-pkcs11
--disable-static
--disable-scrollkeeper
- --disable-update-mime-database
--enable-hkp
$(use_enable avahi sharing)
$(use_enable debug)
- $(use_enable ldap)
- $(use_enable test tests)"
+ $(use_enable ldap)"
DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
}
src_prepare() {
# FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
- -e 's/-Werror//' \
+ sed -e '/CFLAGS="$CFLAGS -g/d' \
+ -e '/CFLAGS="$CFLAGS -O0/d' \
-i configure.ac configure || die "sed 1 failed"
gnome2_src_prepare
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2011-05-25 1:35 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2011-05-25 1:35 UTC (permalink / raw
To: gentoo-commits
commit: db1fc84c53edbf7bf079e2259a040ad821d49272
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon May 23 11:30:21 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 24 22:43:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=db1fc84c
app-crypt/seahorse: 3.0.1 → 3.0.2
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
---
...seahorse-3.0.1.ebuild => seahorse-3.0.2.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.0.1.ebuild b/app-crypt/seahorse/seahorse-3.0.2.ebuild
similarity index 100%
rename from app-crypt/seahorse/seahorse-3.0.1.ebuild
rename to app-crypt/seahorse/seahorse-3.0.2.ebuild
^ permalink raw reply [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2011-04-29 17:29 Nirbheek Chauhan
0 siblings, 0 replies; 25+ messages in thread
From: Nirbheek Chauhan @ 2011-04-29 17:29 UTC (permalink / raw
To: gentoo-commits
commit: 869c220dac27c01b9f8dda4e15f8707045aa5585
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 16:48:38 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 16:48:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=869c220d
app-crypt/seahorse: 3.0.0 → 3.0.1
---
...seahorse-3.0.0.ebuild => seahorse-3.0.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.0.0.ebuild b/app-crypt/seahorse/seahorse-3.0.1.ebuild
similarity index 100%
rename from app-crypt/seahorse/seahorse-3.0.0.ebuild
rename to app-crypt/seahorse/seahorse-3.0.1.ebuild
^ permalink raw reply [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2011-04-10 18:04 Gilles Dartiguelongue
0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-10 18:04 UTC (permalink / raw
To: gentoo-commits
commit: 359defb4b4480aaca2aa51be0b29591e6af5f2fa
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 17:38:42 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 18:03:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=359defb4
app-crypt/seahorse: QAed
* Use slot for gconf
* Make sure only the appropriate tests are disabled
---
app-crypt/seahorse/seahorse-3.0.0.ebuild | 17 +++++++++--------
app-crypt/seahorse/seahorse-9999.ebuild | 17 +++++++++--------
2 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-3.0.0.ebuild b/app-crypt/seahorse/seahorse-3.0.0.ebuild
index 9ffca72..774e812 100644
--- a/app-crypt/seahorse/seahorse-3.0.0.ebuild
+++ b/app-crypt/seahorse/seahorse-3.0.0.ebuild
@@ -25,7 +25,7 @@ fi
# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
COMMON_DEPEND="
- >=gnome-base/gconf-2
+ >=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
@@ -57,9 +57,6 @@ RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-plugins-2.91.0_pre20110114
"
-# FIXME: Tests fail to compile, file bug upstream
-RESTRICT="test"
-
pkg_setup() {
G2CONF="${G2CONF}
--enable-pgp
@@ -80,10 +77,14 @@ pkg_setup() {
}
src_prepare() {
- gnome2_src_prepare
-
- # Do not mess with CFLAGS with USE="debug"
+ # 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 failed"
+ -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"
+
+ gnome2_src_prepare
}
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index 9ffca72..774e812 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -25,7 +25,7 @@ fi
# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
COMMON_DEPEND="
- >=gnome-base/gconf-2
+ >=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
@@ -57,9 +57,6 @@ RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-plugins-2.91.0_pre20110114
"
-# FIXME: Tests fail to compile, file bug upstream
-RESTRICT="test"
-
pkg_setup() {
G2CONF="${G2CONF}
--enable-pgp
@@ -80,10 +77,14 @@ pkg_setup() {
}
src_prepare() {
- gnome2_src_prepare
-
- # Do not mess with CFLAGS with USE="debug"
+ # 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 failed"
+ -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"
+
+ gnome2_src_prepare
}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2011-04-07 13:44 Nirbheek Chauhan
0 siblings, 0 replies; 25+ messages in thread
From: Nirbheek Chauhan @ 2011-04-07 13:44 UTC (permalink / raw
To: gentoo-commits
commit: f65be29a08ba70414d5a08f3becbdb7dfdc22ca5
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 10:14:49 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 13:44:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f65be29a
app-crypt/seahorse: 2.91.93 → 3.0.0
* Tests fail to compile, restricted for now
* Remove inaccurate pkg_postinst message
---
...ahorse-2.91.93.ebuild => seahorse-3.0.0.ebuild} | 12 ++++--------
app-crypt/seahorse/seahorse-9999.ebuild | 12 ++++--------
2 files changed, 8 insertions(+), 16 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-2.91.93.ebuild b/app-crypt/seahorse/seahorse-3.0.0.ebuild
similarity index 89%
rename from app-crypt/seahorse/seahorse-2.91.93.ebuild
rename to app-crypt/seahorse/seahorse-3.0.0.ebuild
index e1d0a65..16a8297 100644
--- a/app-crypt/seahorse/seahorse-2.91.93.ebuild
+++ b/app-crypt/seahorse/seahorse-3.0.0.ebuild
@@ -54,6 +54,10 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-plugins-2.91.0_pre20110114
"
+
+# FIXME: Tests fail to compile, file bug upstream
+RESTRICT="test"
+
pkg_setup() {
G2CONF="${G2CONF}
--enable-pgp
@@ -81,11 +85,3 @@ src_prepare() {
-e 's/-Werror//' \
-i configure.in configure || die "sed failed"
}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- if ! has app-crypt/seahorse-plugins; then
- einfo "The seahorse-agent tool has been moved to app-crypt/seahorse-plugins"
- einfo "Use that if you want seahorse to manage your terminal SSH keys"
- fi
-}
diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
index e1d0a65..16a8297 100644
--- a/app-crypt/seahorse/seahorse-9999.ebuild
+++ b/app-crypt/seahorse/seahorse-9999.ebuild
@@ -54,6 +54,10 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-plugins-2.91.0_pre20110114
"
+
+# FIXME: Tests fail to compile, file bug upstream
+RESTRICT="test"
+
pkg_setup() {
G2CONF="${G2CONF}
--enable-pgp
@@ -81,11 +85,3 @@ src_prepare() {
-e 's/-Werror//' \
-i configure.in configure || die "sed failed"
}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- if ! has app-crypt/seahorse-plugins; then
- einfo "The seahorse-agent tool has been moved to app-crypt/seahorse-plugins"
- einfo "Use that if you want seahorse to manage your terminal SSH keys"
- fi
-}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2011-03-26 1:58 Nirbheek Chauhan
0 siblings, 0 replies; 25+ messages in thread
From: Nirbheek Chauhan @ 2011-03-26 1:58 UTC (permalink / raw
To: gentoo-commits
commit: 784c4397edba11a56398dcaf68bd439cc2c96f53
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 01:11:18 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 01:18:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=784c4397
app-crypt/seahorse: 2.91.92 → 2.91.93
---
...orse-2.91.92.ebuild => seahorse-2.91.93.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-2.91.92.ebuild b/app-crypt/seahorse/seahorse-2.91.93.ebuild
similarity index 100%
rename from app-crypt/seahorse/seahorse-2.91.92.ebuild
rename to app-crypt/seahorse/seahorse-2.91.93.ebuild
^ permalink raw reply [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2011-03-23 5:20 Nirbheek Chauhan
0 siblings, 0 replies; 25+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23 5:20 UTC (permalink / raw
To: gentoo-commits
commit: ecf5a4d80e03f687da09cdcfd3bffa2c0d760909
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 01:40:24 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 01:40:24 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ecf5a4d8
app-crypt/seahorse: 2.91.91 → 2.91.92
---
...orse-2.91.91.ebuild => seahorse-2.91.92.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-2.91.91.ebuild b/app-crypt/seahorse/seahorse-2.91.92.ebuild
similarity index 100%
rename from app-crypt/seahorse/seahorse-2.91.91.ebuild
rename to app-crypt/seahorse/seahorse-2.91.92.ebuild
^ permalink raw reply [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
@ 2011-03-09 11:34 Nirbheek Chauhan
0 siblings, 0 replies; 25+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 08a458cc3d25bcd538156c9c94aad194716ec1d1
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 15:45:58 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 11:21:34 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=08a458cc
app-crypt/seahorse: 2.91.4 → 2.91.91
---
...horse-2.91.4.ebuild => seahorse-2.91.91.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-crypt/seahorse/seahorse-2.91.4.ebuild b/app-crypt/seahorse/seahorse-2.91.91.ebuild
similarity index 100%
rename from app-crypt/seahorse/seahorse-2.91.4.ebuild
rename to app-crypt/seahorse/seahorse-2.91.91.ebuild
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2017-08-09 6:59 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18 7:37 [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2017-08-09 6:59 Gilles Dartiguelongue
2016-03-26 22:54 Ole Reifschneider
2015-06-09 13:48 Gilles Dartiguelongue
2015-05-12 19:31 Gilles Dartiguelongue
2014-12-15 23:28 Gilles Dartiguelongue
2014-04-20 13:54 Gilles Dartiguelongue
2014-04-15 22:05 Gilles Dartiguelongue
2013-11-20 23:08 Gilles Dartiguelongue
2013-11-14 22:52 Gilles Dartiguelongue
2012-12-16 14:52 Gilles Dartiguelongue
2012-11-22 23:31 Gilles Dartiguelongue
2012-10-24 8:10 Alexandre Rostovtsev
2012-09-10 6:22 Nirbheek Chauhan
2012-05-14 6:38 Alexandre Restovtsev
2012-04-20 7:29 Alexandre Restovtsev
2012-04-08 16:28 Alexandre Restovtsev
2012-02-27 3:53 Alexandre Restovtsev
2011-05-25 1:35 Gilles Dartiguelongue
2011-04-29 17:29 Nirbheek Chauhan
2011-04-10 18:04 Gilles Dartiguelongue
2011-04-07 13:44 Nirbheek Chauhan
2011-03-26 1:58 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox