* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2017-08-12 14:21 Akinori Hattori
0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2017-08-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 0f0b2c8b7c4d48faa49167d3f227ce3a63ac18d3
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 14:11:47 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 14:21:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0b2c8b
app-i18n/tomoe-gtk: fix build with USE=python
Gentoo-Bug: 567632
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/tomoe-gtk/metadata.xml | 16 ++++++------
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild | 38 ++++++++--------------------
2 files changed, 18 insertions(+), 36 deletions(-)
diff --git a/app-i18n/tomoe-gtk/metadata.xml b/app-i18n/tomoe-gtk/metadata.xml
index bb5bed5adfa..b26c59a53cf 100644
--- a/app-i18n/tomoe-gtk/metadata.xml
+++ b/app-i18n/tomoe-gtk/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">tomoe</remote-id>
- <remote-id type="sourceforge-jp">tomoe</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">tomoe</remote-id>
+ <remote-id type="sourceforge-jp">tomoe</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
index 6bb529d3d14..91da3cffbfd 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
@@ -1,59 +1,41 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+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"
+SRC_URI="mirror://sourceforge/tomoe/${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
+RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_USEDEP}]
python? (
${PYTHON_DEPS}
- >=app-i18n/tomoe-0.6.0[python,${PYTHON_USEDEP}]
- dev-python/pygtk:2[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
- )
-"
+ dev-python/pygtk:2[${PYTHON_USEDEP}]
+ )"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
- virtual/pkgconfig
sys-devel/gettext
-"
-
-S="${WORKDIR}/${MY_P}"
+ virtual/pkgconfig"
pkg_setup() {
- if use python ; then
- python-single-r1_pkg_setup
- fi
+ use python && python-single-r1_pkg_setup
}
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}
+ $(use_with python python "") \
+ --without-gucharmap
}
src_install() {
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2017-08-12 14:21 Akinori Hattori
0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2017-08-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 1dcd9604d002e9f9daf538e809efecd59439d723
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 14:21:09 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 14:21:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcd9604
app-i18n/tomoe-gtk: update HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
index 65af6e4c7d6..ee72ae4622b 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit ltprune python-single-r1
DESCRIPTION="Tomoe GTK+ interface widget library"
-HOMEPAGE="http://tomoe.sourceforge.jp/"
+HOMEPAGE="http://tomoe.osdn.jp/"
SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2017-08-12 14:21 Akinori Hattori
0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2017-08-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 1f1f0f119affe446f823a260231c3ac5556954bb
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 14:16:48 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 14:21:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1f0f11
app-i18n/tomoe-gtk: inherit ltprune
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
index 91da3cffbfd..dde6b708351 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
@@ -4,7 +4,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1
+inherit ltprune python-single-r1
DESCRIPTION="Tomoe GTK+ interface widget library"
HOMEPAGE="http://tomoe.sourceforge.jp/"
@@ -40,11 +40,5 @@ src_configure() {
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
+ prune_libtool_files --modules
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2017-08-12 14:21 Akinori Hattori
0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2017-08-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 7e7a425c6168e59a10a2b54c5fe59db1db8e38ac
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 14:18:43 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 14:21:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7a425c
app-i18n/tomoe-gtk: add missing dependency
Gentoo-Bug: 590150
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
index dde6b708351..65af6e4c7d6 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
@@ -17,6 +17,7 @@ IUSE="python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_USEDEP}]
+ x11-libs/gtk+:2
python? (
${PYTHON_DEPS}
dev-python/pygobject:2[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2018-07-22 12:29 Akinori Hattori
0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2018-07-22 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 6c762572067158723ed57f49583f44e6419394a8
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 12:27:59 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 12:29:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c762572
app-i18n/tomoe-gtk: x86 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
index ee72ae4622b..52bdcab8445 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tomoe/${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] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2020-02-09 16:11 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2020-02-09 16:11 UTC (permalink / raw
To: gentoo-commits
commit: 8155e0d63e4cc3b03e9868994ace6ff53d0e6033
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 09:35:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:10:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8155e0d6
app-i18n/tomoe-gtk: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{tomoe-gtk-0.6.0-r4.ebuild => tomoe-gtk-0.6.0-r5.ebuild} | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
similarity index 77%
rename from app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
rename to app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
index 52bdcab8445..f5a0c638be4 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -16,12 +16,14 @@ KEYWORDS="amd64 x86"
IUSE="python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_USEDEP}]
+RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_SINGLE_USEDEP}]
x11-libs/gtk+:2
python? (
${PYTHON_DEPS}
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- dev-python/pygtk:2[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
+ dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
+ ')
)"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2020-04-30 18:37 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2020-04-30 18:37 UTC (permalink / raw
To: gentoo-commits
commit: e5ba03ec829a8b42eb4f28f105810606791e81e4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 18:11:51 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 18:18:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ba03ec
app-i18n/tomoe-gtk: Drop USE static-libs
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
index d5d63f1ff2b..24fcbb8f337 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="static-libs"
+IUSE=""
RDEPEND="app-i18n/tomoe
x11-libs/gtk+:2"
@@ -21,7 +21,7 @@ DEPEND="${RDEPEND}
src_configure() {
econf \
- $(use_enable static-libs static) \
+ --disable-static \
--without-python \
--without-gucharmap
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2020-04-30 18:37 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2020-04-30 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 47b97a7417752301010e29432ac5c084ab391855
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 10:56:39 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 18:18:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b97a74
app-i18n/tomoe-gtk: Drop 0.6.0-r5
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild | 47 ----------------------------
1 file changed, 47 deletions(-)
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
deleted file mode 100644
index f5a0c638be4..00000000000
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ltprune python-single-r1
-
-DESCRIPTION="Tomoe GTK+ interface widget library"
-HOMEPAGE="http://tomoe.osdn.jp/"
-SRC_URI="mirror://sourceforge/tomoe/${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[python(+)?,${PYTHON_SINGLE_USEDEP}]
- x11-libs/gtk+:2
- python? (
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
- dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
- ')
- )"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_with python python "") \
- --without-gucharmap
-}
-
-src_install() {
- default
- prune_libtool_files --modules
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2020-04-30 18:37 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2020-04-30 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 967fc550f9441189e7f8d6eb5415e3460195c5fe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 10:56:23 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 18:18:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967fc550
app-i18n/tomoe-gtk: Drop USE python
Bug: https://bugs.gentoo.org/695012
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | 32 ++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
new file mode 100644
index 00000000000..d5d63f1ff2b
--- /dev/null
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Tomoe GTK+ interface widget library"
+HOMEPAGE="http://tomoe.osdn.jp/"
+SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="static-libs"
+
+RDEPEND="app-i18n/tomoe
+ x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+ dev-util/gtk-doc-am
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static) \
+ --without-python \
+ --without-gucharmap
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -type f -delete || die
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2020-08-23 13:34 Akinori Hattori
0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2020-08-23 13:34 UTC (permalink / raw
To: gentoo-commits
commit: 65f67762981917c32dcc3e0cdb942600717b5f76
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 13:34:12 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 13:34:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f67762
app-i18n/tomoe-gtk: update LICENSE
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
index 5bcb90c21f1..24a7bebf239 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Tomoe GTK+ interface widget library"
HOMEPAGE="http://tomoe.osdn.jp/"
SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2020-08-23 13:34 Akinori Hattori
0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2020-08-23 13:34 UTC (permalink / raw
To: gentoo-commits
commit: 78906234747d0304441cf2e268834a1c429bb9c8
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 13:32:33 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 13:32:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78906234
app-i18n/tomoe-gtk: update to EAPI 7
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/tomoe-gtk/metadata.xml | 16 ++++++++--------
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | 6 +++---
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/app-i18n/tomoe-gtk/metadata.xml b/app-i18n/tomoe-gtk/metadata.xml
index b26c59a53cf..bb5bed5adfa 100644
--- a/app-i18n/tomoe-gtk/metadata.xml
+++ b/app-i18n/tomoe-gtk/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">tomoe</remote-id>
- <remote-id type="sourceforge-jp">tomoe</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">tomoe</remote-id>
+ <remote-id type="sourceforge-jp">tomoe</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
index 7a11584b03f..5bcb90c21f1 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
DESCRIPTION="Tomoe GTK+ interface widget library"
HOMEPAGE="http://tomoe.osdn.jp/"
@@ -14,8 +14,8 @@ IUSE=""
RDEPEND="app-i18n/tomoe
x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- dev-util/glib-utils
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/glib-utils
dev-util/gtk-doc-am
sys-devel/gettext
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
@ 2020-08-23 13:34 Akinori Hattori
0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2020-08-23 13:34 UTC (permalink / raw
To: gentoo-commits
commit: f8f0b4ba17fd59508ca412f9879aae5778ce1144
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 13:27:21 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 13:27:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f0b4ba
app-i18n/tomoe-gtk: add missing dependency
Closes: https://bugs.gentoo.org/677726
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
index 24fcbb8f337..7a11584b03f 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
@@ -15,6 +15,7 @@ IUSE=""
RDEPEND="app-i18n/tomoe
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
+ dev-util/glib-utils
dev-util/gtk-doc-am
sys-devel/gettext
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2020-08-23 13:34 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-12 14:21 [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2020-08-23 13:34 Akinori Hattori
2020-08-23 13:34 Akinori Hattori
2020-08-23 13:34 Akinori Hattori
2020-04-30 18:37 Andreas Sturmlechner
2020-04-30 18:37 Andreas Sturmlechner
2020-04-30 18:37 Andreas Sturmlechner
2020-02-09 16:11 Michał Górny
2018-07-22 12:29 Akinori Hattori
2017-08-12 14:21 Akinori Hattori
2017-08-12 14:21 Akinori Hattori
2017-08-12 14:21 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox