[gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/

2018-09-13 Thread Mart Raudsepp
commit: 7329305c6b7859a4b35ece7babdc9060997aafd6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 13 07:59:18 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 13 07:59:18 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7329305c

dev-util/devhelp-3.26.1: remove, available in ::gentoo

::gentoo version doesn't wrongly build depend on gdk-pixbuf (pixdata
gresource attribute is not used)

 dev-util/devhelp/devhelp-3.26.1.ebuild | 68 --
 dev-util/devhelp/metadata.xml  | 11 --
 2 files changed, 79 deletions(-)

diff --git a/dev-util/devhelp/devhelp-3.26.1.ebuild 
b/dev-util/devhelp/devhelp-3.26.1.ebuild
deleted file mode 100644
index 092f711b..
--- a/dev-util/devhelp/devhelp-3.26.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-# gedit-3.8 is python3 only, this also per:
-# https://bugzilla.redhat.com/show_bug.cgi?id=979450
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit gnome2 python-single-r1 toolchain-funcs
-
-DESCRIPTION="An API documentation browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp;
-
-LICENSE="GPL-2+"
-SLOT="0/3-4" # subslot = 3-(libdevhelp-3 soname version)
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
-IUSE="gedit +introspection"
-REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.38:2[dbus]
-   >=x11-libs/gtk+-3.22:3
-   >=net-libs/webkit-gtk-2.6.0:4
-   gnome-base/gsettings-desktop-schemas
-   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   gedit? (
-   ${PYTHON_DEPS}
-   app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   x11-libs/gtk+[introspection] )
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   dev-libs/libxml2
-   >=dev-util/gtk-doc-am-1.25
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
-"
-# eautoreconf requires:
-#  dev-libs/appstream-glib
-#  sys-devel/autoconf-archive
-
-pkg_setup() {
-   use gedit && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   if ! use gedit ; then
-   sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || 
die
-   fi
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   local myconf=""
-   # ICC is crazy, silence warnings (bug #154010)
-   if [[ $(tc-getCC) == "icc" ]] ; then
-   myconf="--with-compile-warnings=no"
-   fi
-   gnome2_src_configure \
-   $(use_enable introspection) \
-   ${myconf}
-}

diff --git a/dev-util/devhelp/metadata.xml b/dev-util/devhelp/metadata.xml
deleted file mode 100644
index 04f1a3c9..
--- a/dev-util/devhelp/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-
-   Install plugin for 
app-editors/gedit
-
-



[gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/

2018-05-27 Thread Gilles Dartiguelongue
commit: a5578ea112d3a0574b46f7e43972edca230e66c5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun May 27 11:00:31 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun May 27 12:47:01 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a5578ea1

dev-util/devhelp: 3.24.0 → 3.26.1

Various UI changes. Important code refactoing. Improved API
documentation.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 dev-util/devhelp/devhelp-3.26.1.ebuild | 68 ++
 dev-util/devhelp/metadata.xml  | 11 ++
 2 files changed, 79 insertions(+)

diff --git a/dev-util/devhelp/devhelp-3.26.1.ebuild 
b/dev-util/devhelp/devhelp-3.26.1.ebuild
new file mode 100644
index ..092f711b
--- /dev/null
+++ b/dev-util/devhelp/devhelp-3.26.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+# gedit-3.8 is python3 only, this also per:
+# https://bugzilla.redhat.com/show_bug.cgi?id=979450
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit gnome2 python-single-r1 toolchain-funcs
+
+DESCRIPTION="An API documentation browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp;
+
+LICENSE="GPL-2+"
+SLOT="0/3-4" # subslot = 3-(libdevhelp-3 soname version)
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+IUSE="gedit +introspection"
+REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.38:2[dbus]
+   >=x11-libs/gtk+-3.22:3
+   >=net-libs/webkit-gtk-2.6.0:4
+   gnome-base/gsettings-desktop-schemas
+   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   gedit? (
+   ${PYTHON_DEPS}
+   app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   x11-libs/gtk+[introspection] )
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   dev-libs/libxml2
+   >=dev-util/gtk-doc-am-1.25
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+   x11-libs/gdk-pixbuf:2
+"
+# eautoreconf requires:
+#  dev-libs/appstream-glib
+#  sys-devel/autoconf-archive
+
+pkg_setup() {
+   use gedit && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   if ! use gedit ; then
+   sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || 
die
+   fi
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   local myconf=""
+   # ICC is crazy, silence warnings (bug #154010)
+   if [[ $(tc-getCC) == "icc" ]] ; then
+   myconf="--with-compile-warnings=no"
+   fi
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   ${myconf}
+}

diff --git a/dev-util/devhelp/metadata.xml b/dev-util/devhelp/metadata.xml
new file mode 100644
index ..04f1a3c9
--- /dev/null
+++ b/dev-util/devhelp/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+
+   Install plugin for 
app-editors/gedit
+
+



[gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/

2015-05-08 Thread Gilles Dartiguelongue
commit: ed0bb40b6e71d8e5bf3aa604031b6dc4f0bb252b
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Fri May  8 19:20:27 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Fri May  8 21:53:38 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ed0bb40b

dev-util/devhelp: 3.14.0 → 3.16.0

 dev-util/devhelp/devhelp-3.16.0.ebuild | 60 ++
 1 file changed, 60 insertions(+)

diff --git a/dev-util/devhelp/devhelp-3.16.0.ebuild 
b/dev-util/devhelp/devhelp-3.16.0.ebuild
new file mode 100644
index 000..dd267d5
--- /dev/null
+++ b/dev-util/devhelp/devhelp-3.16.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+GCONF_DEBUG=no
+# gedit-3.8 is python3 only, this also per:
+# https://bugzilla.redhat.com/show_bug.cgi?id=979450
+PYTHON_COMPAT=( python{3_3,3_4} )
+
+inherit gnome2 python-single-r1 toolchain-funcs
+
+DESCRIPTION=An API documentation browser for GNOME
+HOMEPAGE=https://wiki.gnome.org/Apps/Devhelp;
+
+LICENSE=GPL-2+
+SLOT=0/3-1 # subslot = 3-(libdevhelp-3 soname version)
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd
+IUSE=gedit
+REQUIRED_USE=gedit? ( ${PYTHON_REQUIRED_USE} )
+
+# FIXME: automagic python dependency
+COMMON_DEPEND=
+   =dev-libs/glib-2.37.3:2
+   =x11-libs/gtk+-3.13.4:3
+   =net-libs/webkit-gtk-2:4
+
+RDEPEND=${COMMON_DEPEND}
+   gedit? (
+   ${PYTHON_DEPS}
+   app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   x11-libs/gtk+[introspection] )
+   gnome-base/gsettings-desktop-schemas
+
+DEPEND=${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   =dev-util/intltool-0.40
+   virtual/pkgconfig
+
+pkg_setup() {
+   use gedit  python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   if ! use gedit ; then
+   sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || 
die
+   fi
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   local myconf=
+   # ICC is crazy, silence warnings (bug #154010)
+   if [[ $(tc-getCC) == icc ]] ; then
+   myconf=--with-compile-warnings=no
+   fi
+   gnome2_src_configure ${myconf}
+}



[gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/

2014-11-30 Thread Remi Cardona
commit: 222f98849ed4797a00d023c81b8dab287565d805
Author: Rémi Cardona remi AT gentoo DOT org
AuthorDate: Sun Nov 30 17:57:24 2014 +
Commit: Remi Cardona remi AT gentoo DOT org
CommitDate: Sun Nov 30 17:57:38 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=222f9884

dev-util/devhelp: sync PYTHON_COMPAT with portage

---
 dev-util/devhelp/devhelp-3.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/devhelp/devhelp-3.14.0.ebuild 
b/dev-util/devhelp/devhelp-3.14.0.ebuild
index beb002e..e33d58d 100644
--- a/dev-util/devhelp/devhelp-3.14.0.ebuild
+++ b/dev-util/devhelp/devhelp-3.14.0.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 GCONF_DEBUG=no
 # gedit-3.8 is python3 only, this also per:
 # https://bugzilla.redhat.com/show_bug.cgi?id=979450
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python{3_3,3_4} )
 
 inherit gnome2 python-single-r1 toolchain-funcs
 



[gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/

2014-04-24 Thread Gilles Dartiguelongue
commit: 028b0ed0cc248476e0e388f46198aaacc969ccc4
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Thu Apr 24 22:03:20 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Thu Apr 24 22:34:51 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=028b0ed0

dev-util/devhelp: 3.12.0 → 3.12.1

---
 dev-util/devhelp/{devhelp-3.12.0.ebuild = devhelp-3.12.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/devhelp/devhelp-3.12.0.ebuild 
b/dev-util/devhelp/devhelp-3.12.1.ebuild
similarity index 100%
rename from dev-util/devhelp/devhelp-3.12.0.ebuild
rename to dev-util/devhelp/devhelp-3.12.1.ebuild



[gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/

2014-04-12 Thread Gilles Dartiguelongue
commit: 86de81f907e6f9b0039d8dda008e3d58d0628d3a
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sat Apr 12 15:41:02 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sat Apr 12 15:41:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=86de81f9

dev-util/devhelp: 3.10.2 → 3.12.0

---
 dev-util/devhelp/devhelp-3.12.0.ebuild | 60 ++
 1 file changed, 60 insertions(+)

diff --git a/dev-util/devhelp/devhelp-3.12.0.ebuild 
b/dev-util/devhelp/devhelp-3.12.0.ebuild
new file mode 100644
index 000..8c79a47
--- /dev/null
+++ b/dev-util/devhelp/devhelp-3.12.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+GCONF_DEBUG=no
+# gedit-3.8 is python3 only, this also per:
+# https://bugzilla.redhat.com/show_bug.cgi?id=979450
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit gnome2 python-single-r1 toolchain-funcs
+
+DESCRIPTION=An API documentation browser for GNOME
+HOMEPAGE=https://wiki.gnome.org/Apps/Devhelp;
+
+LICENSE=GPL-2+
+SLOT=0/3-1 # subslot = 3-(libdevhelp-3 soname version)
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd
+IUSE=gedit
+REQUIRED_USE=gedit? ( ${PYTHON_REQUIRED_USE} )
+
+# FIXME: automagic python dependency
+COMMON_DEPEND=
+   =dev-libs/glib-2.37.3:2
+   =x11-libs/gtk+-3.9.10:3
+   =net-libs/webkit-gtk-2:3
+
+RDEPEND=${COMMON_DEPEND}
+   gedit? (
+   ${PYTHON_DEPS}
+   app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   x11-libs/gtk+[introspection] )
+   gnome-base/gsettings-desktop-schemas
+
+DEPEND=${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   =dev-util/intltool-0.40
+   virtual/pkgconfig
+
+pkg_setup() {
+   use gedit  python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   if ! use gedit ; then
+   sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || 
die
+   fi
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   local myconf=
+   # ICC is crazy, silence warnings (bug #154010)
+   if [[ $(tc-getCC) == icc ]] ; then
+   myconf=--with-compile-warnings=no
+   fi
+   gnome2_src_configure ${myconf}
+}