public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/libtomoe-gtk/
@ 2016-07-31 11:53 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-07-31 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     4847fab661493c957f8a49e046c997cef5729814
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 11:52:40 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 11:53:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4847fab6

app-i18n/libtomoe-gtk: Disable gucharmap support (#565296), no need to rebuild gtk-doc.

Package-Manager: portage-2.3.0

 app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild | 69 ++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild
new file mode 100644
index 0000000..365bb3f
--- /dev/null
+++ b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+MY_P="tomoe-gtk-${PV}"
+DESCRIPTION="Tomoe GTK+ interface widget library"
+HOMEPAGE="http://tomoe.sourceforge.jp/"
+SRC_URI="mirror://sourceforge/tomoe/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+	>=app-i18n/tomoe-0.6.0
+	python? (
+		${PYTHON_DEPS}
+		>=app-i18n/tomoe-0.6.0[python,${PYTHON_USEDEP}]
+		dev-python/pygtk:2[${PYTHON_USEDEP}]
+		dev-python/pygobject:2[${PYTHON_USEDEP}]
+	)
+"
+DEPEND="${RDEPEND}
+	dev-util/gtk-doc-am
+	virtual/pkgconfig
+	sys-devel/gettext
+"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+	if use python ; then
+		python-single-r1_pkg_setup
+	fi
+}
+
+src_configure() {
+	local myconf
+	#--with-python b0rked hard
+	unset PYTHON
+	use python || myconf="${myconf} --without-python"
+
+	# Rely on precompiled gtk-doc files,
+	# https://wiki.gentoo.org/wiki/Project:GNOME/Gnome_Team_Ebuild_Policies#gtk-doc
+	econf \
+		--disable-gtk-doc \
+		--without-gucharmap \
+		$(use_enable static-libs static) \
+		${myconf}
+}
+
+src_install() {
+	default
+
+	if use python ; then
+		find "${D}$(python_get_sitedir)" \( -name "*.la" -o -name "*.a" \) -type f -delete || die
+	fi
+	if ! use static-libs ; then
+		find "${ED}" -name "*.la" -type f -delete || die
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/libtomoe-gtk/
@ 2016-09-17 17:33 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-09-17 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4720aa232b9799539ea1cc364189b984092e26d8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 17:26:07 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 17:26:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4720aa23

app-i18n/libtomoe-gtk: amd64/x86 stable, bug #565296

Package-Manager: portage-2.3.0

 app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild
index 365bb3f..a9b9199 100644
--- a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild
+++ b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tomoe/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/libtomoe-gtk/
@ 2016-09-18 11:37 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-09-18 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6ba0d510ed62e7ea799a788807320ec46501b3c9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 11:34:30 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 11:36:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba0d510

app-i18n/libtomoe-gtk: Drop old

Package-Manager: portage-2.3.0

 app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r2.ebuild | 71 --------------------
 app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r3.ebuild | 76 ----------------------
 2 files changed, 147 deletions(-)

diff --git a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r2.ebuild b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r2.ebuild
deleted file mode 100644
index 870bb27..00000000
--- a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="python? 2"
-
-inherit autotools eutils python
-
-MY_P="tomoe-gtk-${PV}"
-DESCRIPTION="Tomoe GTK+ interface widget library"
-HOMEPAGE="http://tomoe.sourceforge.jp/"
-SRC_URI="mirror://sourceforge/tomoe/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc +gucharmap python static-libs"
-
-RDEPEND=">=app-i18n/tomoe-0.6.0[python?]
-	python? (
-		dev-python/pygtk:2
-		dev-python/pygobject:2
-	)
-	gucharmap? ( gnome-extra/gucharmap:0 )"
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc-am
-	virtual/pkgconfig
-	sys-devel/gettext
-	doc? ( >=dev-util/gtk-doc-1.4 )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-	if use python ; then
-		python_set_active_version 2
-	fi
-}
-
-src_prepare() {
-	# Fix compilation with gucharmap-2.24, bug #243160
-	epatch "${FILESDIR}/${P}-gucharmap2.patch"
-	epatch "${FILESDIR}/${P}-underlinking.patch"
-
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-	#--with-python b0rked
-	use python || myconf="${myconf} --without-python"
-
-	econf \
-		$(use_enable doc gtk-doc) \
-		$(use_with gucharmap) \
-		$(use_enable static-libs static) \
-		${myconf} || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-
-	if use python ; then
-		find "${ED}$(python_get_sitedir)" \( -name "*.la" -o -name "*.a" \) -type f -delete || die
-	fi
-	if ! use static-libs ; then
-		find "${ED}" -name "*.la" -type f -delete || die
-	fi
-
-	dodoc AUTHORS ChangeLog NEWS README || die
-}

diff --git a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r3.ebuild b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r3.ebuild
deleted file mode 100644
index 26e2436..00000000
--- a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils python-single-r1
-
-MY_P="tomoe-gtk-${PV}"
-DESCRIPTION="Tomoe GTK+ interface widget library"
-HOMEPAGE="http://tomoe.sourceforge.jp/"
-SRC_URI="mirror://sourceforge/tomoe/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +gucharmap python static-libs"
-
-RDEPEND=">=app-i18n/tomoe-0.6.0
-	python? (
-		${PYTHON_DEPS}
-		>=app-i18n/tomoe-0.6.0[python,${PYTHON_USEDEP}]
-		dev-python/pygtk:2[${PYTHON_USEDEP}]
-		dev-python/pygobject:2[${PYTHON_USEDEP}]
-	)
-	gucharmap? ( gnome-extra/gucharmap:0 )"
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc-am
-	virtual/pkgconfig
-	sys-devel/gettext
-	doc? ( >=dev-util/gtk-doc-1.4 )"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-	if use python ; then
-		python-single-r1_pkg_setup
-	fi
-}
-
-src_prepare() {
-	# Fix compilation with gucharmap-2.24, bug #243160
-	epatch "${FILESDIR}/${P}-gucharmap2.patch"
-	epatch "${FILESDIR}/${P}-underlinking.patch"
-
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-	#--with-python b0rked hard
-	unset PYTHON
-	use python || myconf="${myconf} --without-python"
-
-	econf \
-		$(use_enable doc gtk-doc) \
-		$(use_with gucharmap) \
-		$(use_enable static-libs static) \
-		${myconf} || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-
-	if use python ; then
-		find "${D}$(python_get_sitedir)" \( -name "*.la" -o -name "*.a" \) -type f -delete || die
-	fi
-	if ! use static-libs ; then
-		find "${ED}" -name "*.la" -type f -delete || die
-	fi
-
-	dodoc AUTHORS ChangeLog NEWS README || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/libtomoe-gtk/
@ 2016-09-18 12:42 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-09-18 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     dfc1124c072ceff000378ba578489e437b091340
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 12:40:40 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 12:41:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc1124c

app-i18n/libtomoe-gtk: Cleanup metadata

Package-Manager: portage-2.3.0

 app-i18n/libtomoe-gtk/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-i18n/libtomoe-gtk/metadata.xml b/app-i18n/libtomoe-gtk/metadata.xml
index 0ed2038..bb5bed5 100644
--- a/app-i18n/libtomoe-gtk/metadata.xml
+++ b/app-i18n/libtomoe-gtk/metadata.xml
@@ -5,9 +5,6 @@
 		<email>cjk@gentoo.org</email>
 		<name>Cjk</name>
 	</maintainer>
-	<use>
-		<flag name="gucharmap">Enable gucharmap dictionary plugin</flag>
-	</use>
 	<upstream>
 		<remote-id type="sourceforge">tomoe</remote-id>
 		<remote-id type="sourceforge-jp">tomoe</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/libtomoe-gtk/
@ 2016-11-13 11:15 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2016-11-13 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     36c68e5e3d4803c0d020090e7a458de77844a133
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 11:14:40 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 11:14:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c68e5e

app-i18n/libtomoe-gtk: drop to ~x86 due to bug 587024

Package-Manager: portage-2.3.0

 app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild
index a9b9199..4ae05ac 100644
--- a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild
+++ b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.6.0-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tomoe/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

end of thread, other threads:[~2016-11-13 11:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-17 17:33 [gentoo-commits] repo/gentoo:master commit in: app-i18n/libtomoe-gtk/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2016-11-13 11:15 Hans de Graaff
2016-09-18 12:42 Pacho Ramos
2016-09-18 11:37 Pacho Ramos
2016-07-31 11:53 Pacho Ramos

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