* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2011-03-21 1:59 Nirbheek Chauhan
0 siblings, 0 replies; 19+ messages in thread
From: Nirbheek Chauhan @ 2011-03-21 1:59 UTC (permalink / raw
To: gentoo-commits
commit: 2b410663424fba1c9b97937e1fa55d8b1a99a5e7
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 01:58:32 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 01:58:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2b410663
gnome-extra/yelp: remove USE=lzma, make xz-utils a hard dep
* Dependency was automagic, and xz-utils is now in the system set
---
| 19 ++++++++-----------
1 files changed, 8 insertions(+), 11 deletions(-)
--git a/gnome-extra/yelp/yelp-2.91.91.ebuild b/gnome-extra/yelp/yelp-2.91.91.ebuild
index 5bc1995..45171bb 100644
--- a/gnome-extra/yelp/yelp-2.91.91.ebuild
+++ b/gnome-extra/yelp/yelp-2.91.91.ebuild
@@ -5,7 +5,7 @@
EAPI="2"
GNOME2_LA_PUNT="yes"
-inherit eutils gnome2
+inherit gnome2
DESCRIPTION="Help browser for GNOME"
HOMEPAGE="http://www.gnome.org/"
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="doc lzma"
+IUSE="doc"
RDEPEND="
>=x11-libs/gtk+-2.91.8:3
@@ -23,9 +23,9 @@ RDEPEND="
>=dev-libs/dbus-glib-0.71
>=gnome-extra/yelp-xsl-2.91.9
>=net-libs/webkit-gtk-1.3.2:3
+ >=app-arch/xz-utils-4.9
app-arch/bzip2
- dev-db/sqlite:3
- lzma? ( >=app-arch/xz-utils-4.9 )"
+ dev-db/sqlite:3"
DEPEND="${RDEPEND}
>=sys-devel/gettext-0.17
>=dev-util/intltool-0.41.0
@@ -35,10 +35,7 @@ DEPEND="${RDEPEND}
# gnome-base/gnome-common
DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_prepare() {
- G2CONF="${G2CONF}
- --disable-schemas-compile
- --enable-bz2
- $(use_enable lzma)"
-}
+G2CONF="${G2CONF}
+ --disable-schemas-compile
+ --enable-bz2
+ --enable-lzma"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2011-04-05 0:57 Nirbheek Chauhan
0 siblings, 0 replies; 19+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05 0:57 UTC (permalink / raw
To: gentoo-commits
commit: eb512b9b2a3bf85ac440d3ee03c83f6e77679ba7
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 00:51:43 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 00:51:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=eb512b9b
gnome-extra/yelp: 2.91.92 → 3.0.0
---
.../{yelp-2.91.92.ebuild => yelp-3.0.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/yelp/yelp-2.91.92.ebuild b/gnome-extra/yelp/yelp-3.0.0.ebuild
similarity index 100%
rename from gnome-extra/yelp/yelp-2.91.92.ebuild
rename to gnome-extra/yelp/yelp-3.0.0.ebuild
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2011-04-10 18:04 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-10 18:04 UTC (permalink / raw
To: gentoo-commits
commit: 5f9a85e2f8e8833bdfdb37933e5c1719a1f576ac
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 11:17:04 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 18:03:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5f9a85e2
gnome-extra/yelp: QAed
* Sync with gentoo-x86
* Move G2CONF and DOCS to pkg_setup
---
| 21 ++++++++++++---------
1 files changed, 12 insertions(+), 9 deletions(-)
--git a/gnome-extra/yelp/yelp-3.0.0.ebuild b/gnome-extra/yelp/yelp-3.0.0.ebuild
index 91d0fc1..11a9992 100644
--- a/gnome-extra/yelp/yelp-3.0.0.ebuild
+++ b/gnome-extra/yelp/yelp-3.0.0.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-2.30.1-r1.ebuild,v 1.1 2010/06/13 20:04:06 pacho Exp $
-EAPI="2"
+EAPI="3"
+GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
inherit gnome2
@@ -12,13 +13,13 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="doc"
RDEPEND="
>=x11-libs/gtk+-2.91.8:3
- >=dev-libs/glib-2.25.11
- >=dev-libs/libxml2-2.6.5
+ >=dev-libs/glib-2.25.11:2
+ >=dev-libs/libxml2-2.6.5:2
>=dev-libs/libxslt-1.1.4
>=dev-libs/dbus-glib-0.71
>=gnome-extra/yelp-xsl-${PV}
@@ -34,8 +35,10 @@ DEPEND="${RDEPEND}
# If eautoreconf:
# gnome-base/gnome-common
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-G2CONF="${G2CONF}
- --disable-schemas-compile
- --enable-bz2
- --enable-lzma"
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
+ G2CONF="${G2CONF}
+ --disable-schemas-compile
+ --enable-bz2
+ --enable-lzma"
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2011-04-12 23:50 Nirbheek Chauhan
0 siblings, 0 replies; 19+ messages in thread
From: Nirbheek Chauhan @ 2011-04-12 23:50 UTC (permalink / raw
To: gentoo-commits
commit: cfc7af28e1c2ccfcac663c62a1ae33991df51c16
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 22:34:12 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 22:36:15 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cfc7af28
gnome-extra/yelp: 3.0.0 → 3.0.1
* Remove static libraries
---
.../yelp/{yelp-3.0.0.ebuild => yelp-3.0.1.ebuild} | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnome-extra/yelp/yelp-3.0.0.ebuild b/gnome-extra/yelp/yelp-3.0.1.ebuild
similarity index 95%
rename from gnome-extra/yelp/yelp-3.0.0.ebuild
rename to gnome-extra/yelp/yelp-3.0.1.ebuild
index 11a9992..dd5e4d7 100644
--- a/gnome-extra/yelp/yelp-3.0.0.ebuild
+++ b/gnome-extra/yelp/yelp-3.0.1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
>=dev-libs/libxml2-2.6.5:2
>=dev-libs/libxslt-1.1.4
>=dev-libs/dbus-glib-0.71
- >=gnome-extra/yelp-xsl-${PV}
+ >=gnome-extra/yelp-xsl-3.0.0
>=net-libs/webkit-gtk-1.3.2:3
>=app-arch/xz-utils-4.9
app-arch/bzip2
@@ -38,6 +38,7 @@ DEPEND="${RDEPEND}
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README TODO"
G2CONF="${G2CONF}
+ --disable-static
--disable-schemas-compile
--enable-bz2
--enable-lzma"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2011-05-30 20:18 Priit Laes
0 siblings, 0 replies; 19+ messages in thread
From: Priit Laes @ 2011-05-30 20:18 UTC (permalink / raw
To: gentoo-commits
commit: c1ddd0ed2b8abcb4a3a2718e546866e55d112952
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Mon May 30 20:09:46 2011 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Mon May 30 20:09:46 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c1ddd0ed
gnome-extra/yelp: Add required eautoreconf
---
| 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--git a/gnome-extra/yelp/yelp-3.0.3.ebuild b/gnome-extra/yelp/yelp-3.0.3.ebuild
index 4503d28..ffe7dfc 100644
--- a/gnome-extra/yelp/yelp-3.0.3.ebuild
+++ b/gnome-extra/yelp/yelp-3.0.3.ebuild
@@ -6,7 +6,7 @@ EAPI="3"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-inherit eutils gnome2
+inherit autotools eutils gnome2
DESCRIPTION="Help browser for GNOME"
HOMEPAGE="http://www.gnome.org/"
@@ -50,4 +50,5 @@ src_prepare() {
# Fix compatibility with Gentoo's sys-apps/man
# https://bugzilla.gnome.org/show_bug.cgi?id=648854
epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
+ eautoreconf || die
}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2011-06-25 7:12 Alexandre Restovtsev
0 siblings, 0 replies; 19+ messages in thread
From: Alexandre Restovtsev @ 2011-06-25 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 487f59fb9cd97649a0e07cbe4c3d81c8d9a527fc
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sat Jun 25 07:07:38 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Jun 25 07:07:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=487f59fb
gnome-extra/yelp: 3.0.3 → 3.0.4
Version bump with fixes for crashes. EAPI=4 for .xz tarballs. Add
gnome-common to DEPEND for eautoreconf; eautoreconf does not need a
manual "|| die".
---
.../yelp/{yelp-3.0.3.ebuild => yelp-3.0.4.ebuild} | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnome-extra/yelp/yelp-3.0.3.ebuild b/gnome-extra/yelp/yelp-3.0.4.ebuild
similarity index 96%
rename from gnome-extra/yelp/yelp-3.0.3.ebuild
rename to gnome-extra/yelp/yelp-3.0.4.ebuild
index ffe7dfc..e223a13 100644
--- a/gnome-extra/yelp/yelp-3.0.3.ebuild
+++ b/gnome-extra/yelp/yelp-3.0.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-2.30.1-r1.ebuild,v 1.1 2010/06/13 20:04:06 pacho Exp $
-EAPI="3"
+EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
@@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
>=sys-devel/gettext-0.17
>=dev-util/intltool-0.41.0
>=dev-util/pkgconfig-0.9
+ gnome-base/gnome-common
doc? ( >=dev-util/gtk-doc-1.13 )"
# If eautoreconf:
# gnome-base/gnome-common
@@ -45,10 +46,10 @@ pkg_setup() {
}
src_prepare() {
- gnome2_src_prepare
-
# Fix compatibility with Gentoo's sys-apps/man
# https://bugzilla.gnome.org/show_bug.cgi?id=648854
epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
- eautoreconf || die
+ eautoreconf
+
+ gnome2_src_prepare
}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2012-09-22 15:54 Nirbheek Chauhan
0 siblings, 0 replies; 19+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 15:54 UTC (permalink / raw
To: gentoo-commits
commit: b5ec95a310972d3870c888fcd241caee9e8479b4
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 06:32:05 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 15:53:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b5ec95a3
gnome-extra/yelp: 3.5.91 → 3.5.92
---
.../{yelp-3.5.91.ebuild => yelp-3.5.92.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/yelp/yelp-3.5.91.ebuild b/gnome-extra/yelp/yelp-3.5.92.ebuild
similarity index 100%
rename from gnome-extra/yelp/yelp-3.5.91.ebuild
rename to gnome-extra/yelp/yelp-3.5.92.ebuild
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2012-10-27 23:02 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 23:02 UTC (permalink / raw
To: gentoo-commits
commit: dcef6d97f6c96a3ae40d83f90e09e1ad6495eac5
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 23:02:17 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 23:02:17 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dcef6d97
gnome-extra/yelp: 3.5.92 → 3.6.1
---
.../yelp/{yelp-9999.ebuild => yelp-3.6.1.ebuild} | 6 ++----
| 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnome-extra/yelp/yelp-9999.ebuild b/gnome-extra/yelp/yelp-3.6.1.ebuild
similarity index 97%
copy from gnome-extra/yelp/yelp-9999.ebuild
copy to gnome-extra/yelp/yelp-3.6.1.ebuild
index b46642f..98bb032 100644
--- a/gnome-extra/yelp/yelp-9999.ebuild
+++ b/gnome-extra/yelp/yelp-3.6.1.ebuild
@@ -39,7 +39,6 @@ RDEPEND="
x11-themes/gnome-icon-theme-symbolic"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.41.0
- dev-util/itstool
>=sys-devel/gettext-0.17
virtual/pkgconfig
gnome-base/gnome-common
@@ -50,10 +49,11 @@ DEPEND="${RDEPEND}
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
app-text/yelp-tools
+ dev-util/itstool
gnome-base/gnome-common"
fi
-pkg_setup() {
+src_prepare() {
DOCS="AUTHORS ChangeLog NEWS README TODO"
G2CONF="${G2CONF}
--disable-static
@@ -61,9 +61,7 @@ pkg_setup() {
--enable-bz2
--enable-lzma"
[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-}
-src_prepare() {
# Fix compatibility with Gentoo's sys-apps/man
# https://bugzilla.gnome.org/show_bug.cgi?id=648854
epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
--git a/gnome-extra/yelp/yelp-9999.ebuild b/gnome-extra/yelp/yelp-9999.ebuild
index b46642f..98bb032 100644
--- a/gnome-extra/yelp/yelp-9999.ebuild
+++ b/gnome-extra/yelp/yelp-9999.ebuild
@@ -39,7 +39,6 @@ RDEPEND="
x11-themes/gnome-icon-theme-symbolic"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.41.0
- dev-util/itstool
>=sys-devel/gettext-0.17
virtual/pkgconfig
gnome-base/gnome-common
@@ -50,10 +49,11 @@ DEPEND="${RDEPEND}
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
app-text/yelp-tools
+ dev-util/itstool
gnome-base/gnome-common"
fi
-pkg_setup() {
+src_prepare() {
DOCS="AUTHORS ChangeLog NEWS README TODO"
G2CONF="${G2CONF}
--disable-static
@@ -61,9 +61,7 @@ pkg_setup() {
--enable-bz2
--enable-lzma"
[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-}
-src_prepare() {
# Fix compatibility with Gentoo's sys-apps/man
# https://bugzilla.gnome.org/show_bug.cgi?id=648854
epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2012-12-19 8:38 Alexandre Rostovtsev
0 siblings, 0 replies; 19+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-19 8:38 UTC (permalink / raw
To: gentoo-commits
commit: b36a752b14cf378324927fe62f7b4070e7d642c4
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 08:12:57 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 08:13:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b36a752b
gnome-extra/yelp: moved to gx86
Sync live ebuild with gx86.
---
| 72 ------------------------------------
| 20 ++++------
2 files changed, 8 insertions(+), 84 deletions(-)
diff --git a/gnome-extra/yelp/yelp-3.6.2.ebuild b/gnome-extra/yelp/yelp-3.6.2.ebuild
deleted file mode 100644
index 2304dbb..0000000
--- a/gnome-extra/yelp/yelp-3.6.2.ebuild
+++ /dev/null
@@ -1,72 +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 autotools eutils gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="Help browser for GNOME"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-# FIXME: gtk-doc scanner fails assertion in gtk_icon_theme_get_for_screen().
-# How? Why?
-IUSE="doc" # doc
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~mips ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-fi
-
-RDEPEND="
- app-arch/bzip2
- >=app-arch/xz-utils-4.9
- dev-db/sqlite:3
- >=dev-libs/dbus-glib-0.71
- >=dev-libs/glib-2.25.11:2
- >=dev-libs/libxml2-2.6.5:2
- >=dev-libs/libxslt-1.1.4
- >=gnome-extra/yelp-xsl-3.6.1
- >=net-libs/webkit-gtk-1.3.2:3
- >=x11-libs/gtk+-2.91.8:3
- x11-themes/gnome-icon-theme-symbolic"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.41.0
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- gnome-base/gnome-common
- doc? ( >=dev-util/gtk-doc-1.13 )"
-# If eautoreconf:
-# gnome-base/gnome-common
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools
- dev-util/itstool
- gnome-base/gnome-common"
-fi
-
-src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- G2CONF="${G2CONF}
- --disable-static
- --disable-schemas-compile
- --enable-bz2
- --enable-lzma"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-
- # Fix compatibility with Gentoo's sys-apps/man
- # https://bugzilla.gnome.org/show_bug.cgi?id=648854
- epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
-
- [[ ${PV} != 9999 ]] && eautoreconf
-
- gnome2_src_prepare
-}
--git a/gnome-extra/yelp/yelp-9999.ebuild b/gnome-extra/yelp/yelp-9999.ebuild
index 98bb032..2b5177b 100644
--- a/gnome-extra/yelp/yelp-9999.ebuild
+++ b/gnome-extra/yelp/yelp-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,11 +14,9 @@ fi
DESCRIPTION="Help browser for GNOME"
HOMEPAGE="http://www.gnome.org/"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
-# FIXME: gtk-doc scanner fails assertion in gtk_icon_theme_get_for_screen().
-# How? Why?
-IUSE="doc" # doc
+IUSE=""
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
@@ -26,10 +24,9 @@ else
fi
RDEPEND="
- app-arch/bzip2
- >=app-arch/xz-utils-4.9
- dev-db/sqlite:3
- >=dev-libs/dbus-glib-0.71
+ app-arch/bzip2:=
+ >=app-arch/xz-utils-4.9:=
+ dev-db/sqlite:3=
>=dev-libs/glib-2.25.11:2
>=dev-libs/libxml2-2.6.5:2
>=dev-libs/libxslt-1.1.4
@@ -38,11 +35,11 @@ RDEPEND="
>=x11-libs/gtk+-2.91.8:3
x11-themes/gnome-icon-theme-symbolic"
DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.13
>=dev-util/intltool-0.41.0
>=sys-devel/gettext-0.17
virtual/pkgconfig
- gnome-base/gnome-common
- doc? ( >=dev-util/gtk-doc-1.13 )"
+ gnome-base/gnome-common"
# If eautoreconf:
# gnome-base/gnome-common
@@ -54,7 +51,6 @@ if [[ ${PV} = 9999 ]]; then
fi
src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
G2CONF="${G2CONF}
--disable-static
--disable-schemas-compile
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2013-10-13 16:34 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2013-10-13 16:34 UTC (permalink / raw
To: gentoo-commits
commit: 35cadda382bdf7396cdc88b0b029e9aaec0980df
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 16:30:54 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 16:33:12 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=35cadda3
gnome-extra/yelp: 3.8.1 → 3.10.0
---
.../yelp/{yelp-9999.ebuild => yelp-3.10.0.ebuild} | 50 ++++++++--------------
| 32 ++++++++------
2 files changed, 36 insertions(+), 46 deletions(-)
diff --git a/gnome-extra/yelp/yelp-9999.ebuild b/gnome-extra/yelp/yelp-3.10.0.ebuild
similarity index 51%
copy from gnome-extra/yelp/yelp-9999.ebuild
copy to gnome-extra/yelp/yelp-3.10.0.ebuild
index 2b5177b..49846df 100644
--- a/gnome-extra/yelp/yelp-9999.ebuild
+++ b/gnome-extra/yelp/yelp-3.10.0.ebuild
@@ -1,27 +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 autotools eutils gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="Help browser for GNOME"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="http://projects.gnome.org/yelp/ https://live.gnome.org/Yelp"
LICENSE="GPL-2+"
SLOT="0"
IUSE=""
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~mips ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
RDEPEND="
app-arch/bzip2:=
@@ -30,39 +22,33 @@ RDEPEND="
>=dev-libs/glib-2.25.11:2
>=dev-libs/libxml2-2.6.5:2
>=dev-libs/libxslt-1.1.4
- >=gnome-extra/yelp-xsl-${PV}
- >=net-libs/webkit-gtk-1.3.2:3
+ >=gnome-extra/yelp-xsl-3.6.1
+ >=net-libs/webkit-gtk-1.3.10:3
>=x11-libs/gtk+-2.91.8:3
- x11-themes/gnome-icon-theme-symbolic"
+ x11-themes/gnome-icon-theme-symbolic
+"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.13
>=dev-util/intltool-0.41.0
>=sys-devel/gettext-0.17
virtual/pkgconfig
- gnome-base/gnome-common"
+ gnome-base/gnome-common
+"
# If eautoreconf:
# gnome-base/gnome-common
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools
- dev-util/itstool
- gnome-base/gnome-common"
-fi
-
src_prepare() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-schemas-compile
- --enable-bz2
- --enable-lzma"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-
# Fix compatibility with Gentoo's sys-apps/man
# https://bugzilla.gnome.org/show_bug.cgi?id=648854
epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
-
- [[ ${PV} != 9999 ]] && eautoreconf
-
+ eautoreconf
gnome2_src_prepare
}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --enable-bz2 \
+ --enable-lzma \
+ ITSTOOL=$(type -P true)
+}
--git a/gnome-extra/yelp/yelp-9999.ebuild b/gnome-extra/yelp/yelp-9999.ebuild
index 2b5177b..1c86823 100644
--- a/gnome-extra/yelp/yelp-9999.ebuild
+++ b/gnome-extra/yelp/yelp-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 autotools eutils gnome2
if [[ ${PV} = 9999 ]]; then
@@ -12,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="Help browser for GNOME"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="http://projects.gnome.org/yelp/ https://live.gnome.org/Yelp"
LICENSE="GPL-2+"
SLOT="0"
@@ -20,7 +19,7 @@ IUSE=""
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~amd64 ~mips ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
fi
RDEPEND="
@@ -31,15 +30,17 @@ RDEPEND="
>=dev-libs/libxml2-2.6.5:2
>=dev-libs/libxslt-1.1.4
>=gnome-extra/yelp-xsl-${PV}
- >=net-libs/webkit-gtk-1.3.2:3
+ >=net-libs/webkit-gtk-1.3.10:3
>=x11-libs/gtk+-2.91.8:3
- x11-themes/gnome-icon-theme-symbolic"
+ x11-themes/gnome-icon-theme-symbolic
+"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.13
>=dev-util/intltool-0.41.0
>=sys-devel/gettext-0.17
virtual/pkgconfig
- gnome-base/gnome-common"
+ gnome-base/gnome-common
+"
# If eautoreconf:
# gnome-base/gnome-common
@@ -51,13 +52,6 @@ if [[ ${PV} = 9999 ]]; then
fi
src_prepare() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-schemas-compile
- --enable-bz2
- --enable-lzma"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-
# Fix compatibility with Gentoo's sys-apps/man
# https://bugzilla.gnome.org/show_bug.cgi?id=648854
epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
@@ -66,3 +60,13 @@ src_prepare() {
gnome2_src_prepare
}
+
+src_configure() {
+ local myconf=""
+ [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
+ gnome2_src_configure \
+ --disable-static \
+ --enable-bz2 \
+ --enable-lzma \
+ ${myconf}
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2013-11-16 11:35 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-16 11:35 UTC (permalink / raw
To: gentoo-commits
commit: 41a000480ce046eef20c53f691cd7cd0cbc8a48d
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 13:22:38 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 13:22:38 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=41a00048
gnome-extra/yelp: 3.10.0 → 3.10.1
---
gnome-extra/yelp/{yelp-3.10.0.ebuild => yelp-3.10.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/yelp/yelp-3.10.0.ebuild b/gnome-extra/yelp/yelp-3.10.1.ebuild
similarity index 100%
rename from gnome-extra/yelp/yelp-3.10.0.ebuild
rename to gnome-extra/yelp/yelp-3.10.1.ebuild
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2014-04-06 17:08 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-06 17:08 UTC (permalink / raw
To: gentoo-commits
commit: 7019f11a205427bdfe4a104b4ed7af8e25dfb9b3
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 6 16:59:39 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 6 17:06:41 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7019f11a
gnome-extra/yelp: 3.10.2 → 3.12.0
---
.../yelp/{yelp-9999.ebuild => yelp-3.12.0.ebuild} | 32 +++++-----------------
| 6 ++--
2 files changed, 10 insertions(+), 28 deletions(-)
diff --git a/gnome-extra/yelp/yelp-9999.ebuild b/gnome-extra/yelp/yelp-3.12.0.ebuild
similarity index 59%
copy from gnome-extra/yelp/yelp-9999.ebuild
copy to gnome-extra/yelp/yelp-3.12.0.ebuild
index 1c86823..f23f6f1 100644
--- a/gnome-extra/yelp/yelp-9999.ebuild
+++ b/gnome-extra/yelp/yelp-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,21 +6,14 @@ EAPI="5"
GCONF_DEBUG="yes"
inherit autotools eutils gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="Help browser for GNOME"
-HOMEPAGE="http://projects.gnome.org/yelp/ https://live.gnome.org/Yelp"
+HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
LICENSE="GPL-2+"
SLOT="0"
IUSE=""
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
RDEPEND="
app-arch/bzip2:=
@@ -29,9 +22,9 @@ RDEPEND="
>=dev-libs/glib-2.25.11:2
>=dev-libs/libxml2-2.6.5:2
>=dev-libs/libxslt-1.1.4
- >=gnome-extra/yelp-xsl-${PV}
+ >=gnome-extra/yelp-xsl-3.6.1
>=net-libs/webkit-gtk-1.3.10:3
- >=x11-libs/gtk+-2.91.8:3
+ >=x11-libs/gtk+-3.8:3
x11-themes/gnome-icon-theme-symbolic
"
DEPEND="${RDEPEND}
@@ -44,29 +37,18 @@ DEPEND="${RDEPEND}
# If eautoreconf:
# gnome-base/gnome-common
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools
- dev-util/itstool
- gnome-base/gnome-common"
-fi
-
src_prepare() {
# Fix compatibility with Gentoo's sys-apps/man
# https://bugzilla.gnome.org/show_bug.cgi?id=648854
epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
-
- [[ ${PV} != 9999 ]] && eautoreconf
-
+ eautoreconf
gnome2_src_prepare
}
src_configure() {
- local myconf=""
- [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
gnome2_src_configure \
--disable-static \
--enable-bz2 \
--enable-lzma \
- ${myconf}
+ ITSTOOL=$(type -P true)
}
--git a/gnome-extra/yelp/yelp-9999.ebuild b/gnome-extra/yelp/yelp-9999.ebuild
index 1c86823..04ee7fe 100644
--- a/gnome-extra/yelp/yelp-9999.ebuild
+++ b/gnome-extra/yelp/yelp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="Help browser for GNOME"
-HOMEPAGE="http://projects.gnome.org/yelp/ https://live.gnome.org/Yelp"
+HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
LICENSE="GPL-2+"
SLOT="0"
@@ -31,7 +31,7 @@ RDEPEND="
>=dev-libs/libxslt-1.1.4
>=gnome-extra/yelp-xsl-${PV}
>=net-libs/webkit-gtk-1.3.10:3
- >=x11-libs/gtk+-2.91.8:3
+ >=x11-libs/gtk+-3.8:3
x11-themes/gnome-icon-theme-symbolic
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2014-10-11 23:11 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-11 23:11 UTC (permalink / raw
To: gentoo-commits
commit: 3b0ec43664c61cff5dd62184e0675bb4c9ac52f1
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 22:55:06 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 22:55:06 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3b0ec436
gnome-extra/yelp: 3.12.0 → 3.14.0
---
| 6 +++---
| 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
--git a/gnome-extra/yelp/yelp-3.12.0.ebuild b/gnome-extra/yelp/yelp-3.14.0.ebuild
similarity index 93%
rename from gnome-extra/yelp/yelp-3.12.0.ebuild
rename to gnome-extra/yelp/yelp-3.14.0.ebuild
index f23f6f1..7e9572d 100644
--- a/gnome-extra/yelp/yelp-3.12.0.ebuild
+++ b/gnome-extra/yelp/yelp-3.14.0.ebuild
@@ -19,12 +19,12 @@ RDEPEND="
app-arch/bzip2:=
>=app-arch/xz-utils-4.9:=
dev-db/sqlite:3=
- >=dev-libs/glib-2.25.11:2
+ >=dev-libs/glib-2.38:2
>=dev-libs/libxml2-2.6.5:2
>=dev-libs/libxslt-1.1.4
- >=gnome-extra/yelp-xsl-3.6.1
+ >=gnome-extra/yelp-xsl-3.12
>=net-libs/webkit-gtk-1.3.10:3
- >=x11-libs/gtk+-3.8:3
+ >=x11-libs/gtk+-3.13.3:3
x11-themes/gnome-icon-theme-symbolic
"
DEPEND="${RDEPEND}
--git a/gnome-extra/yelp/yelp-9999.ebuild b/gnome-extra/yelp/yelp-9999.ebuild
index 04ee7fe..67354f8 100644
--- a/gnome-extra/yelp/yelp-9999.ebuild
+++ b/gnome-extra/yelp/yelp-9999.ebuild
@@ -26,12 +26,12 @@ RDEPEND="
app-arch/bzip2:=
>=app-arch/xz-utils-4.9:=
dev-db/sqlite:3=
- >=dev-libs/glib-2.25.11:2
+ >=dev-libs/glib-2.38:2
>=dev-libs/libxml2-2.6.5:2
>=dev-libs/libxslt-1.1.4
- >=gnome-extra/yelp-xsl-${PV}
+ >=gnome-extra/yelp-xsl-3.12
>=net-libs/webkit-gtk-1.3.10:3
- >=x11-libs/gtk+-3.8:3
+ >=x11-libs/gtk+-3.13.3:3
x11-themes/gnome-icon-theme-symbolic
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2014-10-13 21:51 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-13 21:51 UTC (permalink / raw
To: gentoo-commits
commit: 0b9eba036c2ff94ca98511c58b6f607996c37ff1
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 21:37:11 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 21:47:42 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0b9eba03
gnome-extra/yelp: 3.14.0 → 3.14.1
---
gnome-extra/yelp/{yelp-3.14.0.ebuild => yelp-3.14.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/yelp/yelp-3.14.0.ebuild b/gnome-extra/yelp/yelp-3.14.1.ebuild
similarity index 100%
rename from gnome-extra/yelp/yelp-3.14.0.ebuild
rename to gnome-extra/yelp/yelp-3.14.1.ebuild
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2014-12-22 23:50 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 23:50 UTC (permalink / raw
To: gentoo-commits
commit: 6a2749770b62c506cecf7406a5bab74c6139e154
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 23:46:58 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 23:46:58 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6a274977
gnome-extra/yelp: moved to gentoo-x86
---
| 54 -------------------------------------
1 file changed, 54 deletions(-)
diff --git a/gnome-extra/yelp/yelp-3.14.1.ebuild b/gnome-extra/yelp/yelp-3.14.1.ebuild
deleted file mode 100644
index 7e9572d..0000000
--- a/gnome-extra/yelp/yelp-3.14.1.ebuild
+++ /dev/null
@@ -1,54 +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 autotools eutils gnome2
-
-DESCRIPTION="Help browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-
-RDEPEND="
- app-arch/bzip2:=
- >=app-arch/xz-utils-4.9:=
- dev-db/sqlite:3=
- >=dev-libs/glib-2.38:2
- >=dev-libs/libxml2-2.6.5:2
- >=dev-libs/libxslt-1.1.4
- >=gnome-extra/yelp-xsl-3.12
- >=net-libs/webkit-gtk-1.3.10:3
- >=x11-libs/gtk+-3.13.3:3
- x11-themes/gnome-icon-theme-symbolic
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.13
- >=dev-util/intltool-0.41.0
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- gnome-base/gnome-common
-"
-# If eautoreconf:
-# gnome-base/gnome-common
-
-src_prepare() {
- # Fix compatibility with Gentoo's sys-apps/man
- # https://bugzilla.gnome.org/show_bug.cgi?id=648854
- epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --enable-bz2 \
- --enable-lzma \
- ITSTOOL=$(type -P true)
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2015-05-12 19:31 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-12 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 1e1d41a8ab66d77ed94f046bf37b2c3780431ff5
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 18:53:10 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 18:57:29 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1e1d41a8
gnome-extra/yelp: 3.16.0 → 3.16.1
gnome-extra/yelp/{yelp-3.16.0.ebuild => yelp-3.16.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/yelp/yelp-3.16.0.ebuild b/gnome-extra/yelp/yelp-3.16.1.ebuild
similarity index 100%
rename from gnome-extra/yelp/yelp-3.16.0.ebuild
rename to gnome-extra/yelp/yelp-3.16.1.ebuild
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2018-05-23 17:05 Sobhan Mohammadpour
0 siblings, 0 replies; 19+ messages in thread
From: Sobhan Mohammadpour @ 2018-05-23 17:05 UTC (permalink / raw
To: gentoo-commits
commit: bf7f7453a831b7a9218d646402670864f8237513
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Wed May 23 17:05:00 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Wed May 23 17:05:00 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bf7f7453
gnome-extra/yelp: bump
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1
.../yelp/{yelp-3.20.0.ebuild => yelp-3.26.0.ebuild} | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/gnome-extra/yelp/yelp-3.20.0.ebuild b/gnome-extra/yelp/yelp-3.26.0.ebuild
similarity index 72%
rename from gnome-extra/yelp/yelp-3.20.0.ebuild
rename to gnome-extra/yelp/yelp-3.26.0.ebuild
index 67d18c99..9ea0d573 100644
--- a/gnome-extra/yelp/yelp-3.20.0.ebuild
+++ b/gnome-extra/yelp/yelp-3.26.0.ebuild
@@ -1,12 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI="5"
+EAPI=6
GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="no"
-inherit autotools eutils gnome2
+inherit autotools gnome2
DESCRIPTION="Help browser for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
@@ -14,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
LICENSE="GPL-2+"
SLOT="0"
IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
RDEPEND="
app-arch/bzip2:=
@@ -24,9 +22,9 @@ RDEPEND="
>=dev-libs/libxml2-2.6.5:2
>=dev-libs/libxslt-1.1.4
>=gnome-extra/yelp-xsl-3.12
- >=net-libs/webkit-gtk-2.7.2:4
+ >=net-libs/webkit-gtk-2.15.1:4
>=x11-libs/gtk+-3.13.3:3
- x11-themes/gnome-icon-theme-symbolic
+ x11-themes/adwaita-icon-theme
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.13
@@ -39,7 +37,8 @@ DEPEND="${RDEPEND}
src_prepare() {
# Fix compatibility with Gentoo's sys-apps/man
# https://bugzilla.gnome.org/show_bug.cgi?id=648854
- epatch "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch
+ eapply "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch
+
eautoreconf
gnome2_src_prepare
}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2018-12-14 12:17 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2018-12-14 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 501b49571213af9ffb4953f7bf31f57837b51883
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 14 12:13:41 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 14 12:17:10 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=501b4957
gnome-extra/yelp: sync live ebuild with ::gentoo
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
| 31 +++++++++++++++++++------------
1 file changed, 19 insertions(+), 12 deletions(-)
--git a/gnome-extra/yelp/yelp-9999.ebuild b/gnome-extra/yelp/yelp-9999.ebuild
index 351c3b1d..0e71ed76 100644
--- a/gnome-extra/yelp/yelp-9999.ebuild
+++ b/gnome-extra/yelp/yelp-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
+GNOME2_LA_PUNT="yes"
-inherit autotools eutils gnome2
+inherit autotools gnome2
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -18,7 +18,7 @@ IUSE=""
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
fi
RDEPEND="
@@ -28,14 +28,16 @@ RDEPEND="
>=dev-libs/glib-2.38:2
>=dev-libs/libxml2-2.6.5:2
>=dev-libs/libxslt-1.1.4
- >=gnome-extra/yelp-xsl-3.12
- >=net-libs/webkit-gtk-1.3.10:3
+ >=gnome-extra/yelp-xsl-3.27.1
+ >=net-libs/webkit-gtk-2.19.2:4
>=x11-libs/gtk+-3.13.3:3
- x11-themes/gnome-icon-theme-symbolic
+ x11-themes/adwaita-icon-theme
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.13
>=dev-util/intltool-0.41.0
+ dev-util/glib-utils
+ dev-util/itstool
>=sys-devel/gettext-0.17
virtual/pkgconfig
"
@@ -44,14 +46,13 @@ DEPEND="${RDEPEND}
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
- app-text/yelp-tools
- dev-util/itstool"
+ app-text/yelp-tools"
fi
src_prepare() {
# Fix compatibility with Gentoo's sys-apps/man
# https://bugzilla.gnome.org/show_bug.cgi?id=648854
- epatch "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch
+ eapply "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch
[[ ${PV} != 9999 ]] && eautoreconf
@@ -60,10 +61,16 @@ src_prepare() {
src_configure() {
local myconf=""
- [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
+ [[ ${PV} != 9999 ]] && myconf="APPSTREAM_UTIL="
gnome2_src_configure \
--disable-static \
--enable-bz2 \
--enable-lzma \
${myconf}
}
+
+src_install() {
+ gnome2_src_install
+ exeinto /usr/libexec/
+ doexe "${S}"/libyelp/yelp-groff
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
@ 2018-12-14 12:17 Gilles Dartiguelongue
0 siblings, 0 replies; 19+ messages in thread
From: Gilles Dartiguelongue @ 2018-12-14 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 55b2d0510f454b837e6553b9a5751d0042ed7f38
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 14 12:11:23 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 14 12:17:09 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=55b2d051
gnome-extra/yelp: 3.30 available in ::gentoo
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
| 57 -------------------------------------
1 file changed, 57 deletions(-)
diff --git a/gnome-extra/yelp/yelp-3.26.0.ebuild b/gnome-extra/yelp/yelp-3.26.0.ebuild
deleted file mode 100644
index 9ea0d573..00000000
--- a/gnome-extra/yelp/yelp-3.26.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit autotools gnome2
-
-DESCRIPTION="Help browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-
-RDEPEND="
- app-arch/bzip2:=
- >=app-arch/xz-utils-4.9:=
- dev-db/sqlite:3=
- >=dev-libs/glib-2.38:2
- >=dev-libs/libxml2-2.6.5:2
- >=dev-libs/libxslt-1.1.4
- >=gnome-extra/yelp-xsl-3.12
- >=net-libs/webkit-gtk-2.15.1:4
- >=x11-libs/gtk+-3.13.3:3
- x11-themes/adwaita-icon-theme
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.13
- >=dev-util/intltool-0.41.0
- dev-util/itstool
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-src_prepare() {
- # Fix compatibility with Gentoo's sys-apps/man
- # https://bugzilla.gnome.org/show_bug.cgi?id=648854
- eapply "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch
-
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --enable-bz2 \
- --enable-lzma
-}
-
-src_install() {
- gnome2_src_install
- exeinto /usr/libexec/
- doexe "${S}"/libyelp/yelp-groff
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2018-12-14 12:17 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 1:59 [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/ Nirbheek Chauhan
-- strict thread matches above, loose matches on Subject: below --
2011-04-05 0:57 Nirbheek Chauhan
2011-04-10 18:04 Gilles Dartiguelongue
2011-04-12 23:50 Nirbheek Chauhan
2011-05-30 20:18 Priit Laes
2011-06-25 7:12 Alexandre Restovtsev
2012-09-22 15:54 Nirbheek Chauhan
2012-10-27 23:02 Gilles Dartiguelongue
2012-12-19 8:38 Alexandre Rostovtsev
2013-10-13 16:34 Gilles Dartiguelongue
2013-11-16 11:35 Gilles Dartiguelongue
2014-04-06 17:08 Gilles Dartiguelongue
2014-10-11 23:11 Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2014-12-22 23:50 Gilles Dartiguelongue
2015-05-12 19:31 Gilles Dartiguelongue
2018-05-23 17:05 Sobhan Mohammadpour
2018-12-14 12:17 Gilles Dartiguelongue
2018-12-14 12:17 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox