* [gentoo-commits] proj/gnome:master commit in: x11-libs/libcryptui/
@ 2012-12-23 17:41 Gilles Dartiguelongue
0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-23 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 1990a7b15be00ecfbcf2a8c314d633797b519232
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 17:25:44 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 17:25:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1990a7b1
x11-libs/libcryptui: moved to gx86
* Sync live ebuild with gx86 changes.
* Add metadata.xml.
---
x11-libs/libcryptui/libcryptui-3.6.0.ebuild | 76 ---------------------------
x11-libs/libcryptui/libcryptui-9999.ebuild | 24 +++++----
2 files changed, 13 insertions(+), 87 deletions(-)
diff --git a/x11-libs/libcryptui/libcryptui-3.6.0.ebuild b/x11-libs/libcryptui/libcryptui-3.6.0.ebuild
deleted file mode 100644
index 7d2edd3..0000000
--- a/x11-libs/libcryptui/libcryptui-3.6.0.ebuild
+++ /dev/null
@@ -1,76 +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="User interface components for OpenPGP"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-IUSE="+introspection libnotify test"
-if [[ ${PV} = 9999 ]]; then
- IUSE="doc"
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
-
-# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
-COMMON_DEPEND="
- >=dev-libs/glib-2.32:2
- >=x11-libs/gtk+-3:3[introspection?]
- >=dev-libs/dbus-glib-0.72
- >=gnome-base/gnome-keyring-2.91.2
- x11-libs/libICE
- x11-libs/libSM
-
- >=app-crypt/gpgme-1
- || (
- =app-crypt/gnupg-2.0*
- =app-crypt/gnupg-1.4* )
-
- introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
- libnotify? ( >=x11-libs/libnotify-0.7.0 )
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
- >=app-text/scrollkeeper-0.3
- >=dev-util/gtk-doc-am-1.9
- >=dev-util/intltool-0.35
- virtual/pkgconfig
-"
-# Before 3.1.4, libcryptui was part of seahorse
-RDEPEND="${COMMON_DEPEND}
- !<app-crypt/seahorse-3.1.4
-"
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- doc? ( >=dev-util/gtk-doc-1.9 )"
-fi
-
-src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- --disable-static
- --disable-update-mime-database
- $(use_enable introspection)
- $(use_enable libnotify)
- $(use_enable test tests)"
-
- # FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
- -e 's/-Werror//' \
- -i configure.ac configure || die "sed failed"
-
- gnome2_src_prepare
-}
diff --git a/x11-libs/libcryptui/libcryptui-9999.ebuild b/x11-libs/libcryptui/libcryptui-9999.ebuild
index 7d2edd3..0a9f328 100644
--- a/x11-libs/libcryptui/libcryptui-9999.ebuild
+++ b/x11-libs/libcryptui/libcryptui-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
@@ -14,7 +14,7 @@ fi
DESCRIPTION="User interface components for OpenPGP"
HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
-LICENSE="GPL-2 LGPL-2"
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
SLOT="0"
IUSE="+introspection libnotify test"
if [[ ${PV} = 9999 ]]; then
@@ -42,10 +42,10 @@ COMMON_DEPEND="
libnotify? ( >=x11-libs/libnotify-0.7.0 )
"
DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
>=app-text/scrollkeeper-0.3
>=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.35
+ sys-devel/gettext
virtual/pkgconfig
"
# Before 3.1.4, libcryptui was part of seahorse
@@ -59,14 +59,6 @@ if [[ ${PV} = 9999 ]]; then
fi
src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- --disable-static
- --disable-update-mime-database
- $(use_enable introspection)
- $(use_enable libnotify)
- $(use_enable test tests)"
-
# FIXME: Do not mess with CFLAGS with USE="debug"
sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
-e 's/-Werror//' \
@@ -74,3 +66,13 @@ src_prepare() {
gnome2_src_prepare
}
+
+src_configure() {
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-update-mime-database
+ $(use_enable introspection)
+ $(use_enable libnotify)
+ $(use_enable test tests)"
+ gnome2_src_configure
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libcryptui/
@ 2014-02-12 23:48 Gilles Dartiguelongue
0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 23:48 UTC (permalink / raw
To: gentoo-commits
commit: 04f007e3fc80be037206603f069122fceb993879
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 23:36:06 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 23:36:06 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=04f007e3
x11-libs/libcryptui: moved to gentoo-x86
---
x11-libs/libcryptui/libcryptui-3.10.1.ebuild | 62 ----------------------------
1 file changed, 62 deletions(-)
diff --git a/x11-libs/libcryptui/libcryptui-3.10.1.ebuild b/x11-libs/libcryptui/libcryptui-3.10.1.ebuild
deleted file mode 100644
index bdef239..0000000
--- a/x11-libs/libcryptui/libcryptui-3.10.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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="User interface components for OpenPGP"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
-SLOT="0"
-IUSE="+introspection libnotify"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-
-# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
-COMMON_DEPEND="
- >=dev-libs/glib-2.32:2
- >=x11-libs/gtk+-3:3[introspection?]
- >=dev-libs/dbus-glib-0.72
- >=gnome-base/gnome-keyring-2.91.2
- x11-libs/libICE
- x11-libs/libSM
-
- >=app-crypt/gpgme-1
- || (
- =app-crypt/gnupg-2.0*
- =app-crypt/gnupg-1.4* )
-
- introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
- libnotify? ( >=x11-libs/libnotify-0.7:= )
-"
-DEPEND="${COMMON_DEPEND}
- >=app-text/scrollkeeper-0.3
- >=dev-util/gtk-doc-am-1.9
- >=dev-util/intltool-0.35
- sys-devel/gettext
- virtual/pkgconfig
-"
-# Before 3.1.4, libcryptui was part of seahorse
-RDEPEND="${COMMON_DEPEND}
- !<app-crypt/seahorse-3.1.4
-"
-
-src_prepare() {
- # FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
- -e 's/-Werror//' \
- -i configure.ac configure || die "sed failed"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --disable-update-mime-database \
- $(use_enable introspection) \
- $(use_enable libnotify)
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libcryptui/
@ 2013-12-19 23:40 Gilles Dartiguelongue
0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-19 23:40 UTC (permalink / raw
To: gentoo-commits
commit: e8c9ce3d103d4647a7a37abfdb51b4a702a97e0b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 23:35:23 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 23:35:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e8c9ce3d
x11-libs/libcryptui: fix IUSE modification for live ebuild
---
x11-libs/libcryptui/libcryptui-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libcryptui/libcryptui-9999.ebuild b/x11-libs/libcryptui/libcryptui-9999.ebuild
index 4155f4d..03f495c 100644
--- a/x11-libs/libcryptui/libcryptui-9999.ebuild
+++ b/x11-libs/libcryptui/libcryptui-9999.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
SLOT="0"
IUSE="+introspection libnotify"
if [[ ${PV} = 9999 ]]; then
- IUSE="doc"
+ IUSE="${IUSE} doc"
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libcryptui/
@ 2013-11-16 12:05 Gilles Dartiguelongue
0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-16 12:05 UTC (permalink / raw
To: gentoo-commits
commit: cd3671087efef0adb40fa6d3fbc8f0b6f9fb76e3
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 14:01:07 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 14:01:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cd367108
x11-libs/libcryptui: 3.8.0 → 3.10.1
---
...ryptui-9999.ebuild => libcryptui-3.10.1.ebuild} | 32 ++++++----------------
x11-libs/libcryptui/libcryptui-9999.ebuild | 17 +++++-------
2 files changed, 15 insertions(+), 34 deletions(-)
diff --git a/x11-libs/libcryptui/libcryptui-9999.ebuild b/x11-libs/libcryptui/libcryptui-3.10.1.ebuild
similarity index 68%
copy from x11-libs/libcryptui/libcryptui-9999.ebuild
copy to x11-libs/libcryptui/libcryptui-3.10.1.ebuild
index 0a9f328..bdef239 100644
--- a/x11-libs/libcryptui/libcryptui-9999.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.10.1.ebuild
@@ -1,28 +1,19 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="User interface components for OpenPGP"
HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
SLOT="0"
-IUSE="+introspection libnotify test"
-if [[ ${PV} = 9999 ]]; then
- IUSE="doc"
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
+IUSE="+introspection libnotify"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
COMMON_DEPEND="
@@ -39,7 +30,7 @@ COMMON_DEPEND="
=app-crypt/gnupg-1.4* )
introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
- libnotify? ( >=x11-libs/libnotify-0.7.0 )
+ libnotify? ( >=x11-libs/libnotify-0.7:= )
"
DEPEND="${COMMON_DEPEND}
>=app-text/scrollkeeper-0.3
@@ -53,11 +44,6 @@ RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-3.1.4
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- doc? ( >=dev-util/gtk-doc-1.9 )"
-fi
-
src_prepare() {
# FIXME: Do not mess with CFLAGS with USE="debug"
sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
@@ -68,11 +54,9 @@ src_prepare() {
}
src_configure() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-update-mime-database
- $(use_enable introspection)
+ gnome2_src_configure \
+ --disable-static \
+ --disable-update-mime-database \
+ $(use_enable introspection) \
$(use_enable libnotify)
- $(use_enable test tests)"
- gnome2_src_configure
}
diff --git a/x11-libs/libcryptui/libcryptui-9999.ebuild b/x11-libs/libcryptui/libcryptui-9999.ebuild
index 0a9f328..4155f4d 100644
--- a/x11-libs/libcryptui/libcryptui-9999.ebuild
+++ b/x11-libs/libcryptui/libcryptui-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
inherit gnome2
if [[ ${PV} = 9999 ]]; then
@@ -16,7 +15,7 @@ HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
SLOT="0"
-IUSE="+introspection libnotify test"
+IUSE="+introspection libnotify"
if [[ ${PV} = 9999 ]]; then
IUSE="doc"
KEYWORDS=""
@@ -39,7 +38,7 @@ COMMON_DEPEND="
=app-crypt/gnupg-1.4* )
introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
- libnotify? ( >=x11-libs/libnotify-0.7.0 )
+ libnotify? ( >=x11-libs/libnotify-0.7:= )
"
DEPEND="${COMMON_DEPEND}
>=app-text/scrollkeeper-0.3
@@ -68,11 +67,9 @@ src_prepare() {
}
src_configure() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-update-mime-database
- $(use_enable introspection)
+ gnome2_src_configure \
+ --disable-static \
+ --disable-update-mime-database \
+ $(use_enable introspection) \
$(use_enable libnotify)
- $(use_enable test tests)"
- gnome2_src_configure
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libcryptui/
@ 2012-12-24 0:00 Gilles Dartiguelongue
0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-24 0:00 UTC (permalink / raw
To: gentoo-commits
commit: d9680d785b857c95bf6dbc1e8744fb1e8d302f54
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 23:59:43 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 23:59:43 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d9680d78
x11-libs/libcryptui: add missing metadata.xml
---
x11-libs/libcryptui/metadata.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/x11-libs/libcryptui/metadata.xml b/x11-libs/libcryptui/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/x11-libs/libcryptui/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>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libcryptui/
@ 2012-10-28 21:47 Gilles Dartiguelongue
0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-28 21:47 UTC (permalink / raw
To: gentoo-commits
commit: ba44ae09aa67402a821a15b9c1b1984ec361eff6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 21:46:58 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 21:46:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ba44ae09
x11-libs/libcryptui: 3.4.1 → 3.6.0
---
...cryptui-9999.ebuild => libcryptui-3.6.0.ebuild} | 21 +++++++++++--------
x11-libs/libcryptui/libcryptui-9999.ebuild | 21 +++++++++++--------
2 files changed, 24 insertions(+), 18 deletions(-)
diff --git a/x11-libs/libcryptui/libcryptui-9999.ebuild b/x11-libs/libcryptui/libcryptui-3.6.0.ebuild
similarity index 86%
copy from x11-libs/libcryptui/libcryptui-9999.ebuild
copy to x11-libs/libcryptui/libcryptui-3.6.0.ebuild
index 8ae207e..7d2edd3 100644
--- a/x11-libs/libcryptui/libcryptui-9999.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.6.0.ebuild
@@ -16,8 +16,9 @@ HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-IUSE="debug doc +introspection libnotify test"
+IUSE="+introspection libnotify test"
if [[ ${PV} = 9999 ]]; then
+ IUSE="doc"
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
@@ -25,8 +26,8 @@ fi
# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
COMMON_DEPEND="
- >=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.90.0:3[introspection?]
+ >=dev-libs/glib-2.32:2
+ >=x11-libs/gtk+-3:3[introspection?]
>=dev-libs/dbus-glib-0.72
>=gnome-base/gnome-keyring-2.91.2
x11-libs/libICE
@@ -43,27 +44,29 @@ COMMON_DEPEND="
DEPEND="${COMMON_DEPEND}
sys-devel/gettext
>=app-text/scrollkeeper-0.3
+ >=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.35
virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.9 )
"
# Before 3.1.4, libcryptui was part of seahorse
RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-3.1.4
"
-pkg_setup() {
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ doc? ( >=dev-util/gtk-doc-1.9 )"
+fi
+
+src_prepare() {
+ DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
--disable-static
--disable-update-mime-database
- $(use_enable debug)
$(use_enable introspection)
$(use_enable libnotify)
$(use_enable test tests)"
- DOCS="AUTHORS ChangeLog NEWS README"
-}
-src_prepare() {
# FIXME: Do not mess with CFLAGS with USE="debug"
sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
-e 's/-Werror//' \
diff --git a/x11-libs/libcryptui/libcryptui-9999.ebuild b/x11-libs/libcryptui/libcryptui-9999.ebuild
index 8ae207e..7d2edd3 100644
--- a/x11-libs/libcryptui/libcryptui-9999.ebuild
+++ b/x11-libs/libcryptui/libcryptui-9999.ebuild
@@ -16,8 +16,9 @@ HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-IUSE="debug doc +introspection libnotify test"
+IUSE="+introspection libnotify test"
if [[ ${PV} = 9999 ]]; then
+ IUSE="doc"
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
@@ -25,8 +26,8 @@ fi
# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
COMMON_DEPEND="
- >=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.90.0:3[introspection?]
+ >=dev-libs/glib-2.32:2
+ >=x11-libs/gtk+-3:3[introspection?]
>=dev-libs/dbus-glib-0.72
>=gnome-base/gnome-keyring-2.91.2
x11-libs/libICE
@@ -43,27 +44,29 @@ COMMON_DEPEND="
DEPEND="${COMMON_DEPEND}
sys-devel/gettext
>=app-text/scrollkeeper-0.3
+ >=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.35
virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.9 )
"
# Before 3.1.4, libcryptui was part of seahorse
RDEPEND="${COMMON_DEPEND}
!<app-crypt/seahorse-3.1.4
"
-pkg_setup() {
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ doc? ( >=dev-util/gtk-doc-1.9 )"
+fi
+
+src_prepare() {
+ DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
--disable-static
--disable-update-mime-database
- $(use_enable debug)
$(use_enable introspection)
$(use_enable libnotify)
$(use_enable test tests)"
- DOCS="AUTHORS ChangeLog NEWS README"
-}
-src_prepare() {
# FIXME: Do not mess with CFLAGS with USE="debug"
sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
-e 's/-Werror//' \
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libcryptui/
@ 2012-05-14 6:38 Alexandre Restovtsev
0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Restovtsev @ 2012-05-14 6:38 UTC (permalink / raw
To: gentoo-commits
commit: 7be52af891e6fafc5ec8491a69ca2abd2ce4d503
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 06:35:04 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon May 14 06:35:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7be52af8
x11-libs/libcryptui: moved to gx86; sync 9999 with gx86
---
x11-libs/libcryptui/libcryptui-3.4.1.ebuild | 73 ---------------------------
x11-libs/libcryptui/libcryptui-9999.ebuild | 2 +-
2 files changed, 1 insertions(+), 74 deletions(-)
diff --git a/x11-libs/libcryptui/libcryptui-3.4.1.ebuild b/x11-libs/libcryptui/libcryptui-3.4.1.ebuild
deleted file mode 100644
index f4847c3..0000000
--- a/x11-libs/libcryptui/libcryptui-3.4.1.ebuild
+++ /dev/null
@@ -1,73 +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="User interface components for OpenPGP"
-HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-IUSE="debug doc +introspection libnotify test"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
-
-# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
-COMMON_DEPEND="
- >=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.90.0:3[introspection?]
- >=dev-libs/dbus-glib-0.72
- >=gnome-base/gnome-keyring-2.91.2
- x11-libs/libICE
- x11-libs/libSM
-
- >=app-crypt/gpgme-1
- || (
- =app-crypt/gnupg-2.0*
- =app-crypt/gnupg-1.4* )
-
- introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
- libnotify? ( >=x11-libs/libnotify-0.7.0 )
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
- >=app-text/scrollkeeper-0.3
- >=dev-util/intltool-0.35
- virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.9 )
-"
-# Before 3.1.4, libcryptui was part of seahorse
-RDEPEND="${COMMON_DEPEND}
- !<app-crypt/seahorse-3.1.4
-"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-update-mime-database
- $(use_enable debug)
- $(use_enable introspection)
- $(use_enable libnotify)
- $(use_enable test tests)"
- DOCS="AUTHORS ChangeLog NEWS README"
-}
-
-src_prepare() {
- # FIXME: Do not mess with CFLAGS with USE="debug"
- sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
- -e 's/-Werror//' \
- -i configure.ac configure || die "sed failed"
-
- gnome2_src_prepare
-}
diff --git a/x11-libs/libcryptui/libcryptui-9999.ebuild b/x11-libs/libcryptui/libcryptui-9999.ebuild
index f4847c3..8ae207e 100644
--- a/x11-libs/libcryptui/libcryptui-9999.ebuild
+++ b/x11-libs/libcryptui/libcryptui-9999.ebuild
@@ -20,7 +20,7 @@ IUSE="debug doc +introspection libnotify test"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+ KEYWORDS="~amd64 ~x86 ~x86-fbsd"
fi
# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/libcryptui/
@ 2012-04-21 7:10 Alexandre Restovtsev
0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Restovtsev @ 2012-04-21 7:10 UTC (permalink / raw
To: gentoo-commits
commit: 8776fa35acb97401510a3bdb3df47e7796535026
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 07:09:26 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Apr 21 07:09:33 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8776fa35
x11-libs/libcryptui: add 3.4.1
---
...cryptui-9999.ebuild => libcryptui-3.4.1.ebuild} | 5 +++--
x11-libs/libcryptui/libcryptui-9999.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/x11-libs/libcryptui/libcryptui-9999.ebuild b/x11-libs/libcryptui/libcryptui-3.4.1.ebuild
similarity index 95%
copy from x11-libs/libcryptui/libcryptui-9999.ebuild
copy to x11-libs/libcryptui/libcryptui-3.4.1.ebuild
index d77fde7..acac222 100644
--- a/x11-libs/libcryptui/libcryptui-9999.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.4.1.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: $
@@ -29,6 +29,8 @@ COMMON_DEPEND="
>=x11-libs/gtk+-2.90.0:3[introspection?]
>=dev-libs/dbus-glib-0.72
>=gnome-base/gnome-keyring-2.91.2
+ x11-libs/libICE
+ x11-libs/libSM
>=app-crypt/gpgme-1
|| (
@@ -53,7 +55,6 @@ RDEPEND="${COMMON_DEPEND}
pkg_setup() {
G2CONF="${G2CONF}
--disable-static
- --disable-scrollkeeper
--disable-update-mime-database
$(use_enable debug)
$(use_enable introspection)
diff --git a/x11-libs/libcryptui/libcryptui-9999.ebuild b/x11-libs/libcryptui/libcryptui-9999.ebuild
index d77fde7..acac222 100644
--- a/x11-libs/libcryptui/libcryptui-9999.ebuild
+++ b/x11-libs/libcryptui/libcryptui-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: $
@@ -29,6 +29,8 @@ COMMON_DEPEND="
>=x11-libs/gtk+-2.90.0:3[introspection?]
>=dev-libs/dbus-glib-0.72
>=gnome-base/gnome-keyring-2.91.2
+ x11-libs/libICE
+ x11-libs/libSM
>=app-crypt/gpgme-1
|| (
@@ -53,7 +55,6 @@ RDEPEND="${COMMON_DEPEND}
pkg_setup() {
G2CONF="${G2CONF}
--disable-static
- --disable-scrollkeeper
--disable-update-mime-database
$(use_enable debug)
$(use_enable introspection)
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-02-12 23:48 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-23 17:41 [gentoo-commits] proj/gnome:master commit in: x11-libs/libcryptui/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2014-02-12 23:48 Gilles Dartiguelongue
2013-12-19 23:40 Gilles Dartiguelongue
2013-11-16 12:05 Gilles Dartiguelongue
2012-12-24 0:00 Gilles Dartiguelongue
2012-10-28 21:47 Gilles Dartiguelongue
2012-05-14 6:38 Alexandre Restovtsev
2012-04-21 7:10 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox