public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2012-10-28 17:29 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-28 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     30aec2778140623149d851937e0a15423d150b01
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 17:00:54 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 17:28:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=30aec277

app-dicts/gnome-dictionary: 3.4.0 → 3.6.0

---
 ...y-9999.ebuild => gnome-dictionary-3.6.0.ebuild} |   26 ++++++++++++++-----
 .../gnome-dictionary/gnome-dictionary-9999.ebuild  |   26 ++++++++++++++-----
 2 files changed, 38 insertions(+), 14 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.6.0.ebuild
similarity index 72%
copy from app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
copy to app-dicts/gnome-dictionary/gnome-dictionary-3.6.0.ebuild
index a8956e2..462ea90 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.6.0.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 
 EAPI="4"
+GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
@@ -15,31 +16,42 @@ HOMEPAGE="https://live.gnome.org/GnomeUtils"
 
 LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
 SLOT="0"
-IUSE="doc ipv6"
+IUSE="ipv6"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 fi
 
-COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
+COMMON_DEPEND="
+	>=dev-libs/glib-2.28.0:2
 	x11-libs/cairo
 	>=x11-libs/gtk+-3.0.0:3
-	x11-libs/pango"
+	x11-libs/pango
+"
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4"
+	!<gnome-extra/gnome-utils-3.4
+"
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
-	app-text/gnome-doc-utils
+	app-text/yelp-tools
+	>=dev-util/gtk-doc-am-1.15
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.15 )"
+"
 
-pkg_setup() {
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.15 )"
+fi
+
+src_configure() {
 	DOCS="AUTHORS NEWS README TODO"
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
 		$(use_enable ipv6)"
+	gnome2_src_configure
 }

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index a8956e2..462ea90 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 
 EAPI="4"
+GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
@@ -15,31 +16,42 @@ HOMEPAGE="https://live.gnome.org/GnomeUtils"
 
 LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
 SLOT="0"
-IUSE="doc ipv6"
+IUSE="ipv6"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 fi
 
-COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
+COMMON_DEPEND="
+	>=dev-libs/glib-2.28.0:2
 	x11-libs/cairo
 	>=x11-libs/gtk+-3.0.0:3
-	x11-libs/pango"
+	x11-libs/pango
+"
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4"
+	!<gnome-extra/gnome-utils-3.4
+"
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
-	app-text/gnome-doc-utils
+	app-text/yelp-tools
+	>=dev-util/gtk-doc-am-1.15
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.15 )"
+"
 
-pkg_setup() {
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.15 )"
+fi
+
+src_configure() {
 	DOCS="AUTHORS NEWS README TODO"
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
 		$(use_enable ipv6)"
+	gnome2_src_configure
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2012-12-16 15:05 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-16 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3c7a40a9a058c80bea0b77b1b1a2501da625a769
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 15:03:54 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 15:03:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3c7a40a9

app-dicts/gnome-dictionary: moved to gx86

---
 .../gnome-dictionary/gnome-dictionary-3.6.0.ebuild |   57 --------------------
 .../gnome-dictionary/gnome-dictionary-9999.ebuild  |   11 ++--
 app-dicts/gnome-dictionary/metadata.xml            |    5 ++
 3 files changed, 10 insertions(+), 63 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.6.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.6.0.ebuild
deleted file mode 100644
index 462ea90..0000000
--- a/app-dicts/gnome-dictionary/gnome-dictionary-3.6.0.ebuild
+++ /dev/null
@@ -1,57 +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="Dictionary utility for GNOME 3"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
-
-LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
-SLOT="0"
-IUSE="ipv6"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-fi
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.28.0:2
-	x11-libs/cairo
-	>=x11-libs/gtk+-3.0.0:3
-	x11-libs/pango
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	app-text/yelp-tools
-	>=dev-util/gtk-doc-am-1.15
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.15 )"
-fi
-
-src_configure() {
-	DOCS="AUTHORS NEWS README TODO"
-	G2CONF="${G2CONF}
-		--disable-schemas-compile
-		$(use_enable ipv6)"
-	gnome2_src_configure
-}

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index 462ea90..f56df82 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -25,9 +25,9 @@ else
 fi
 
 COMMON_DEPEND="
-	>=dev-libs/glib-2.28.0:2
+	>=dev-libs/glib-2.28:2
 	x11-libs/cairo
-	>=x11-libs/gtk+-3.0.0:3
+	>=x11-libs/gtk+-3:3
 	x11-libs/pango
 "
 RDEPEND="${COMMON_DEPEND}
@@ -36,7 +36,6 @@ RDEPEND="${COMMON_DEPEND}
 "
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
-	app-text/yelp-tools
 	>=dev-util/gtk-doc-am-1.15
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
@@ -45,13 +44,13 @@ DEPEND="${COMMON_DEPEND}
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
+		app-text/yelp-tools
 		doc? ( >=dev-util/gtk-doc-1.15 )"
 fi
 
 src_configure() {
 	DOCS="AUTHORS NEWS README TODO"
-	G2CONF="${G2CONF}
-		--disable-schemas-compile
-		$(use_enable ipv6)"
+	G2CONF="${G2CONF} $(use_enable ipv6)"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	gnome2_src_configure
 }

diff --git a/app-dicts/gnome-dictionary/metadata.xml b/app-dicts/gnome-dictionary/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/app-dicts/gnome-dictionary/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] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2013-10-13 11:15 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2013-10-13 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     59ee6d012e2ef13ee9062e47b628541ecc7559a0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 09:43:28 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 10:03:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=59ee6d01

app-dicts/gnome-dictionary: 3.8.0 → 3.10.0

---
 .../gnome-dictionary-3.10.0.ebuild                 | 41 ++++++++++++++++++++++
 .../gnome-dictionary/gnome-dictionary-9999.ebuild  | 21 +++++------
 2 files changed, 52 insertions(+), 10 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild
new file mode 100644
index 0000000..912ac71
--- /dev/null
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.10.0.ebuild
@@ -0,0 +1,41 @@
+# 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
+
+DESCRIPTION="Dictionary utility for GNOME"
+HOMEPAGE="https://live.gnome.org/GnomeUtils"
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="0/6" # subslot = suffix of libgdict-1.0.so
+IUSE="ipv6"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.28:2
+	x11-libs/cairo:=
+	>=x11-libs/gtk+-3:3
+	x11-libs/pango
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	!<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/gtk-doc-am-1.15
+	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		$(use_enable ipv6) \
+		ITSTOOL=$(type -P true)
+}

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index f56df82..3bf42a3 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -1,8 +1,8 @@
-# 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"
 
@@ -11,11 +11,11 @@ if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
-DESCRIPTION="Dictionary utility for GNOME 3"
+DESCRIPTION="Dictionary utility for GNOME"
 HOMEPAGE="https://live.gnome.org/GnomeUtils"
 
-LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
-SLOT="0"
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="0/6" # subslot = suffix of libgdict-1.0.so
 IUSE="ipv6"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
@@ -26,7 +26,7 @@ fi
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.28:2
-	x11-libs/cairo
+	x11-libs/cairo:=
 	>=x11-libs/gtk+-3:3
 	x11-libs/pango
 "
@@ -49,8 +49,9 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 src_configure() {
-	DOCS="AUTHORS NEWS README TODO"
-	G2CONF="${G2CONF} $(use_enable ipv6)"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-	gnome2_src_configure
+	local myconf=""
+	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
+	gnome2_src_configure \
+		$(use_enable ipv6) \
+		${myconf}
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2014-11-23 22:49 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b5b72f2ed87096950c5771714a1aca15ad1b186c
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 22:44:20 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 22:49:06 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b5b72f2e

app-dicts/gnome-dictionary: 3.14.1 → 3.14.2

---
 .../{gnome-dictionary-3.14.1.ebuild => gnome-dictionary-3.14.2.ebuild}    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.14.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.14.2.ebuild
similarity index 100%
rename from app-dicts/gnome-dictionary/gnome-dictionary-3.14.1.ebuild
rename to app-dicts/gnome-dictionary/gnome-dictionary-3.14.2.ebuild


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2014-12-15 23:28 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-15 23:28 UTC (permalink / raw
  To: gentoo-commits

commit:     4badd11861ccc3267af3f115917ad45984e2e5b3
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 23:25:18 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 23:25:18 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4badd118

app-dicts/gnome-dictionary: moved to gentoo-x86

---
 .../gnome-dictionary-3.14.2.ebuild                 | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.14.2.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.14.2.ebuild
deleted file mode 100644
index 3e8bfa1..0000000
--- a/app-dicts/gnome-dictionary/gnome-dictionary-3.14.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 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
-
-DESCRIPTION="Dictionary utility for GNOME"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0/6" # subslot = suffix of libgdict-1.0.so
-IUSE="ipv6"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.39:2
-	x11-libs/cairo:=
-	>=x11-libs/gtk+-3:3
-	x11-libs/pango
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/gtk-doc-am-1.15
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure \
-		$(use_enable ipv6) \
-		ITSTOOL=$(type -P true)
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2015-05-03 18:12 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-03 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     03c0abf5948a4db374baf80543625308aaebda3a
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 17:44:24 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May  3 18:11:33 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=03c0abf5

app-dicts/gnome-dictionary: 3.14.2 → 3.16.1

 ...-9999.ebuild => gnome-dictionary-3.16.1.ebuild} | 31 ++++++----------------
 .../gnome-dictionary/gnome-dictionary-9999.ebuild  | 11 ++++----
 2 files changed, 14 insertions(+), 28 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.16.1.ebuild
similarity index 53%
copy from app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
copy to app-dicts/gnome-dictionary/gnome-dictionary-3.16.1.ebuild
index 0f95981..96eedd0 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.16.1.ebuild
@@ -1,34 +1,26 @@
-# 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"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Dictionary utility for GNOME"
 HOMEPAGE="https://live.gnome.org/GnomeUtils"
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0/6" # subslot = suffix of libgdict-1.0.so
-IUSE="ipv6"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-fi
+SLOT="0/8" # subslot = suffix of libgdict-1.0.so
+IUSE="+introspection ipv6"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.39:2
 	x11-libs/cairo:=
-	>=x11-libs/gtk+-3:3
+	>=x11-libs/gtk+-3.14:3
 	x11-libs/pango
+	introspection? ( >=dev-libs/gobject-introspection-1.42 )
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
@@ -42,16 +34,9 @@ DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1.15 )"
-fi
-
 src_configure() {
-	local myconf=""
-	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
+		$(use_enable introspection) \
 		$(use_enable ipv6) \
-		${myconf}
+		ITSTOOL=$(type -P true)
 }

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index 0f95981..29f239d 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -1,10 +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"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -15,8 +14,8 @@ DESCRIPTION="Dictionary utility for GNOME"
 HOMEPAGE="https://live.gnome.org/GnomeUtils"
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0/6" # subslot = suffix of libgdict-1.0.so
-IUSE="ipv6"
+SLOT="0/8" # subslot = suffix of libgdict-1.0.so
+IUSE="+introspection ipv6"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
@@ -27,8 +26,9 @@ fi
 COMMON_DEPEND="
 	>=dev-libs/glib-2.39:2
 	x11-libs/cairo:=
-	>=x11-libs/gtk+-3:3
+	>=x11-libs/gtk+-3.14:3
 	x11-libs/pango
+	introspection? ( >=dev-libs/gobject-introspection-1.42 )
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
@@ -52,6 +52,7 @@ src_configure() {
 	local myconf=""
 	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
+		$(use_enable introspection) \
 		$(use_enable ipv6) \
 		${myconf}
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2015-05-12 19:31 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-12 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7e2942be09eef4459122f926f412787b3ef18fd5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 19:00:58 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 19:00:58 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7e2942be

app-dicts/gnome-dictionary: 3.16.1 → 3.16.2

 .../{gnome-dictionary-3.16.1.ebuild => gnome-dictionary-3.16.2.ebuild}    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.16.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild
similarity index 100%
rename from app-dicts/gnome-dictionary/gnome-dictionary-3.16.1.ebuild
rename to app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2015-06-09 13:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-09 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     40a339989d99a9b72bc1ca4197df57efaa0ce1cd
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 10:03:50 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=40a33998

app-dicts/gnome-dictionary: moved to gentoo-x86

 .../gnome-dictionary-3.16.2.ebuild                 | 42 ----------------------
 1 file changed, 42 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild
deleted file mode 100644
index 96eedd0..0000000
--- a/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="Dictionary utility for GNOME"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0/8" # subslot = suffix of libgdict-1.0.so
-IUSE="+introspection ipv6"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.39:2
-	x11-libs/cairo:=
-	>=x11-libs/gtk+-3.14:3
-	x11-libs/pango
-	introspection? ( >=dev-libs/gobject-introspection-1.42 )
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/gtk-doc-am-1.15
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure \
-		$(use_enable introspection) \
-		$(use_enable ipv6) \
-		ITSTOOL=$(type -P true)
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2016-03-30 20:08 Ole Reifschneider
  0 siblings, 0 replies; 14+ messages in thread
From: Ole Reifschneider @ 2016-03-30 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     1fc54bf86c44ccf91852c68f44943831efedeec3
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 18:33:56 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 18:33:56 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1fc54bf8

app-dicts/gnome-dictionary: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 .../gnome-dictionary-3.20.0.ebuild                 | 42 ++++++++++++++++++++++
 .../gnome-dictionary/gnome-dictionary-9999.ebuild  |  8 ++---
 2 files changed, 46 insertions(+), 4 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
new file mode 100644
index 0000000..450e4a4
--- /dev/null
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit gnome2
+
+DESCRIPTION="Dictionary utility for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="0/9" # subslot = suffix of libgdict-1.0.so
+IUSE="+introspection ipv6"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.39:2[dbus]
+	x11-libs/cairo:=
+	>=x11-libs/gtk+-3.16:3
+	x11-libs/pango
+	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	!<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/gtk-doc-am-1.15
+	>=dev-util/intltool-0.40
+	dev-util/itstool
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		$(use_enable introspection) \
+		$(use_enable ipv6)
+}

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index 310865a..7ac8540 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,11 +24,11 @@ else
 fi
 
 COMMON_DEPEND="
-	>=dev-libs/glib-2.39:2
+	>=dev-libs/glib-2.39:2[dbus]
 	x11-libs/cairo:=
-	>=x11-libs/gtk+-3.14:3
+	>=x11-libs/gtk+-3.16:3
 	x11-libs/pango
-	introspection? ( >=dev-libs/gobject-introspection-1.42 )
+	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2017-08-09  6:59 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-09  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4af9f1c7b6cf8e84e0c1d227b531a066e5e4756f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 06:58:32 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 06:58:32 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4af9f1c7

app-dicts/gnome-dictionary: sync with gentoo repository

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 .../gnome-dictionary-3.20.0.ebuild                 | 42 ----------------------
 .../gnome-dictionary/gnome-dictionary-9999.ebuild  | 22 +++++-------
 2 files changed, 9 insertions(+), 55 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
deleted file mode 100644
index 450e4a48..00000000
--- a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="Dictionary utility for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0/9" # subslot = suffix of libgdict-1.0.so
-IUSE="+introspection ipv6"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.39:2[dbus]
-	x11-libs/cairo:=
-	>=x11-libs/gtk+-3.16:3
-	x11-libs/pango
-	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/gtk-doc-am-1.15
-	>=dev-util/intltool-0.40
-	dev-util/itstool
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure \
-		$(use_enable introspection) \
-		$(use_enable ipv6)
-}

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index 7ac85405..ff799821 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -1,21 +1,18 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
 
+EAPI=6
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
 DESCRIPTION="Dictionary utility for GNOME"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
+HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0/8" # subslot = suffix of libgdict-1.0.so
-IUSE="+introspection ipv6"
+SLOT="0/10" # subslot = suffix of libgdict-1.0.so
+IUSE="debug +introspection ipv6"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
@@ -26,7 +23,7 @@ fi
 COMMON_DEPEND="
 	>=dev-libs/glib-2.39:2[dbus]
 	x11-libs/cairo:=
-	>=x11-libs/gtk+-3.16:3
+	>=x11-libs/gtk+-3.20:3
 	x11-libs/pango
 	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
 "
@@ -38,6 +35,7 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/gtk-doc-am-1.15
 	>=dev-util/intltool-0.40
+	dev-util/itstool
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
 "
@@ -49,10 +47,8 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 src_configure() {
-	local myconf=""
-	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
 	gnome2_src_configure \
+		$(usex debug --enable-debug=yes ' ') \
 		$(use_enable introspection) \
-		$(use_enable ipv6) \
-		${myconf}
+		$(use_enable ipv6)
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2018-05-26 23:45 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-26 23:45 UTC (permalink / raw
  To: gentoo-commits

commit:     45d55d2a675a30c2f0037a106c3d22927821eb7f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 23:21:13 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 26 23:45:04 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=45d55d2a

app-dicts/gnome-dictionary: 3.24.1 → 3.26.1

Switch build system to meson. libgdict is now private, droping subslot,
gtk-doc and introspection. Debug would only switch between options that
are not considered adequate in Gentoo right now.

 .../gnome-dictionary-3.26.1.ebuild                 | 40 ++++++++++++++++++++
 .../gnome-dictionary/gnome-dictionary-9999.ebuild  | 44 ++++++++--------------
 2 files changed, 56 insertions(+), 28 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
new file mode 100644
index 00000000..6eea5908
--- /dev/null
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome-meson
+
+DESCRIPTION="Dictionary utility for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="0"
+IUSE="ipv6"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.42:2[dbus]
+	x11-libs/cairo:=
+	>=x11-libs/gtk+-3.21.1:3
+	x11-libs/pango
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	!<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	app-text/docbook-xsl-stylesheets
+	dev-libs/appstream-glib
+	dev-libs/libxslt
+	dev-util/itstool
+	>=dev-util/meson-0.42.0
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome-meson_src_configure \
+		-Dbuild_man=true \
+		$(meson_use ipv6 use_ipv6)
+}

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index ff799821..86cf0a8a 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -1,31 +1,24 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
+inherit gnome-meson git-r3
 
 DESCRIPTION="Dictionary utility for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
+SRC_URI=""
+EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-dictionary.git"
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0/10" # subslot = suffix of libgdict-1.0.so
-IUSE="debug +introspection ipv6"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-fi
+SLOT="0"
+IUSE="ipv6"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="
-	>=dev-libs/glib-2.39:2[dbus]
+	>=dev-libs/glib-2.42:2[dbus]
 	x11-libs/cairo:=
-	>=x11-libs/gtk+-3.20:3
+	>=x11-libs/gtk+-3.21.1:3
 	x11-libs/pango
-	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
@@ -33,22 +26,17 @@ RDEPEND="${COMMON_DEPEND}
 "
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
-	>=dev-util/gtk-doc-am-1.15
-	>=dev-util/intltool-0.40
+	app-text/docbook-xsl-stylesheets
+	dev-libs/appstream-glib
+	dev-libs/libxslt
 	dev-util/itstool
+	>=dev-util/meson-0.42.0
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1.15 )"
-fi
-
 src_configure() {
-	gnome2_src_configure \
-		$(usex debug --enable-debug=yes ' ') \
-		$(use_enable introspection) \
-		$(use_enable ipv6)
+	gnome-meson_src_configure \
+		-Dbuild_man=true \
+		$(meson_use ipv6 use_ipv6)
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2018-10-18 20:11 Remi Cardona
  0 siblings, 0 replies; 14+ messages in thread
From: Remi Cardona @ 2018-10-18 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     abf15cfb7bba8947130582968aab062b864e577f
Author:     Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 18 20:09:56 2018 +0000
Commit:     Remi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 20:10:33 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=abf15cfb

app-dicts/gnome-dictionary: fix build with split glib/glib-utils

Bug: https://bugs.gentoo.org/668960
Signed-off-by: Rémi Cardona <remi <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 0xEF3DBBA8590B6DE89B120B46E4ADD485703CEAFD

 app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild | 3 ++-
 app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
index 6eea5908..0547b732 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,6 +26,7 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-xsl-stylesheets
 	dev-libs/appstream-glib
+	dev-util/glib-utils
 	dev-libs/libxslt
 	dev-util/itstool
 	>=dev-util/meson-0.42.0

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index 86cf0a8a..93ba94a8 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,6 +28,7 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-xsl-stylesheets
 	dev-libs/appstream-glib
+	dev-util/glib-utils
 	dev-libs/libxslt
 	dev-util/itstool
 	>=dev-util/meson-0.42.0


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2018-12-07 23:58 Mart Raudsepp
  0 siblings, 0 replies; 14+ messages in thread
From: Mart Raudsepp @ 2018-12-07 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     47ead0c3c14d646b42995b8927d7047fab56f4b3
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  7 23:56:28 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Dec  7 23:56:28 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=47ead0c3

app-dicts/gnome-dictionary-3.26.1: remove, available in ::gentoo

::gentoo version adds necessary docbook-xml-dtd dep, and removes
unnecessary appstream-glib dep (appdata.xml is known to gettext
itself, unless developer_name tag is used)

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 .../gnome-dictionary-3.26.1.ebuild                 | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
deleted file mode 100644
index 0547b732..00000000
--- a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome-meson
-
-DESCRIPTION="Dictionary utility for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0"
-IUSE="ipv6"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.42:2[dbus]
-	x11-libs/cairo:=
-	>=x11-libs/gtk+-3.21.1:3
-	x11-libs/pango
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	app-text/docbook-xsl-stylesheets
-	dev-libs/appstream-glib
-	dev-util/glib-utils
-	dev-libs/libxslt
-	dev-util/itstool
-	>=dev-util/meson-0.42.0
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome-meson_src_configure \
-		-Dbuild_man=true \
-		$(meson_use ipv6 use_ipv6)
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
@ 2018-12-07 23:58 Mart Raudsepp
  0 siblings, 0 replies; 14+ messages in thread
From: Mart Raudsepp @ 2018-12-07 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     499f3457ff4946ae673a537869330717e46c035c
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  7 23:58:18 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Dec  7 23:58:18 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=499f3457

app-dicts/gnome-dictionary-9999: sync

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index 93ba94a8..1860a45b 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -10,29 +10,24 @@ SRC_URI=""
 EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-dictionary.git"
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="0"
+SLOT="0" # does not provide a public libgdict-1.0.so anymore
 IUSE="ipv6"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="
-	>=dev-libs/glib-2.42:2[dbus]
-	x11-libs/cairo:=
-	>=x11-libs/gtk+-3.21.1:3
-	x11-libs/pango
+	>=dev-libs/glib-2.42:2
+	>=x11-libs/gtk+-3.21.2:3
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4
 "
-# ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-xsl-stylesheets
-	dev-libs/appstream-glib
-	dev-util/glib-utils
+	app-text/docbook-xml-dtd:4.3
 	dev-libs/libxslt
+	dev-util/glib-utils
 	dev-util/itstool
-	>=dev-util/meson-0.42.0
-	>=sys-devel/gettext-0.17
+	>=sys-devel/gettext-0.19.8
 	virtual/pkgconfig
 "
 


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

end of thread, other threads:[~2018-12-07 23:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 17:29 [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2012-12-16 15:05 Gilles Dartiguelongue
2013-10-13 11:15 Gilles Dartiguelongue
2014-11-23 22:49 Gilles Dartiguelongue
2014-12-15 23:28 Gilles Dartiguelongue
2015-05-03 18:12 Gilles Dartiguelongue
2015-05-12 19:31 Gilles Dartiguelongue
2015-06-09 13:48 Gilles Dartiguelongue
2016-03-30 20:08 Ole Reifschneider
2017-08-09  6:59 Gilles Dartiguelongue
2018-05-26 23:45 Gilles Dartiguelongue
2018-10-18 20:11 Remi Cardona
2018-12-07 23:58 Mart Raudsepp
2018-12-07 23:58 Mart Raudsepp

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