* [gentoo-commits] repo/gentoo:master commit in: app-i18n/zinnia-tomoe/
@ 2017-09-13 19:25 Mike Gilbert
0 siblings, 0 replies; 6+ messages in thread
From: Mike Gilbert @ 2017-09-13 19:25 UTC (permalink / raw
To: gentoo-commits
commit: 8bd88c401a86974072140b784328550999ad633a
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Wed Sep 13 17:12:22 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 19:24:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd88c40
app-i18n/zinnia-tomoe: Port to EAPI="6".
.../zinnia-tomoe-0.6.0_p20080911.ebuild | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
index a0749df3625..4c7cac54699 100644
--- a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
+++ b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI="6"
-AUTOTOOLS_AUTORECONF=1
+inherit autotools
-inherit autotools-utils multilib
-
-MY_P=${P/_p/-}
+MY_P="${P/_p/-}"
DESCRIPTION="Handwriting model files trained with Tomoe data"
-HOMEPAGE="http://zinnia.sourceforge.net/index.html"
+HOMEPAGE="https://taku910.github.io/zinnia/ https://github.com/taku910/zinnia https://sourceforge.net/projects/zinnia/"
SRC_URI="mirror://sourceforge/zinnia/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
@@ -21,11 +19,13 @@ IUSE=""
DEPEND="app-i18n/zinnia"
RDEPEND="${DEPEND}"
-S="${WORKDIR}"/${MY_P}
+S="${WORKDIR}/${MY_P}"
-AUTOTOOLS_IN_SOURCE_BUILD=1
+DOCS=(AUTHORS)
src_prepare() {
- sed -i -e "/^modeldir/s/lib/$(get_libdir)/" Makefile.am || die
- autotools-utils_src_prepare
+ default
+ mv configure.in configure.ac || die
+ sed -e "/^modeldir[[:space:]]*=/s/lib/$(get_libdir)/" -i Makefile.am || die
+ eautoreconf
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/zinnia-tomoe/
@ 2017-09-13 19:25 Mike Gilbert
0 siblings, 0 replies; 6+ messages in thread
From: Mike Gilbert @ 2017-09-13 19:25 UTC (permalink / raw
To: gentoo-commits
commit: 9218b8112fd2dc4d6741c46ada692992ffda14f0
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Wed Sep 13 17:13:28 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 19:24:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9218b811
app-i18n/zinnia-tomoe: Update metadata.xml.
app-i18n/zinnia-tomoe/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-i18n/zinnia-tomoe/metadata.xml b/app-i18n/zinnia-tomoe/metadata.xml
index 662ae4df550..0601843f122 100644
--- a/app-i18n/zinnia-tomoe/metadata.xml
+++ b/app-i18n/zinnia-tomoe/metadata.xml
@@ -6,6 +6,7 @@
<name>Cjk</name>
</maintainer>
<upstream>
+ <remote-id type="github">taku910/zinnia</remote-id>
<remote-id type="sourceforge">zinnia</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/zinnia-tomoe/
@ 2018-03-15 19:23 Sergei Trofimovich
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2018-03-15 19:23 UTC (permalink / raw
To: gentoo-commits
commit: 521213eb87585b6b627bbe4b808ef761ac376d50
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 19:23:24 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 19:23:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521213eb
app-i18n/zinnia-tomoe: keyworded 0.6.0_p20080911 for ppc64, bug #642714
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
index 4c7cac54699..87c842d657b 100644
--- a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
+++ b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.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"
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zinnia/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
IUSE=""
DEPEND="app-i18n/zinnia"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/zinnia-tomoe/
@ 2020-07-04 13:53 Mike Gilbert
0 siblings, 0 replies; 6+ messages in thread
From: Mike Gilbert @ 2020-07-04 13:53 UTC (permalink / raw
To: gentoo-commits
commit: 43904e0197d584033f9d47f827c904c2bc80075e
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Jul 2 14:17:41 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jul 4 13:52:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43904e01
app-i18n/zinnia-tomoe: ~ARM64 keywording (bug #730282).
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
index 87c842d657b..59e943d8c1f 100644
--- a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
+++ b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2013-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zinnia/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
IUSE=""
DEPEND="app-i18n/zinnia"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/zinnia-tomoe/
@ 2021-11-05 14:12 Akinori Hattori
0 siblings, 0 replies; 6+ messages in thread
From: Akinori Hattori @ 2021-11-05 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 9a7fe11dae355580c4f2e6699c4049cd78bcc559
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 5 14:11:37 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Nov 5 14:11:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7fe11d
app-i18n/zinnia-tomoe: update to EAPI 8
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
index 97bdbdaa6f7..81cfc5262b1 100644
--- a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
+++ b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
@@ -1,7 +1,7 @@
# Copyright 2013-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="8"
inherit autotools
@@ -16,16 +16,16 @@ SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64 x86"
IUSE=""
-DEPEND="app-i18n/zinnia"
-RDEPEND="${DEPEND}"
-
+RDEPEND="app-i18n/zinnia"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
-DOCS=(AUTHORS)
+DOCS=( AUTHORS )
src_prepare() {
default
- mv configure.in configure.ac || die
- sed -e "/^modeldir[[:space:]]*=/s/lib/$(get_libdir)/" -i Makefile.am || die
+ sed -i "/^modeldir[[:space:]]*=/s/lib/$(get_libdir)/" Makefile.am || die
+
+ mv configure.{in,ac} || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/zinnia-tomoe/
@ 2021-11-05 14:12 Akinori Hattori
0 siblings, 0 replies; 6+ messages in thread
From: Akinori Hattori @ 2021-11-05 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 74dc69feb6636523a613f1ffed9bf12ed9e72122
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 5 14:09:27 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Nov 5 14:09:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74dc69fe
app-i18n/zinnia-tomoe: update LICENSE
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
index 59e943d8c1f..97bdbdaa6f7 100644
--- a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
+++ b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2013-2020 Gentoo Authors
+# Copyright 2013-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -11,7 +11,7 @@ DESCRIPTION="Handwriting model files trained with Tomoe data"
HOMEPAGE="https://taku910.github.io/zinnia/ https://github.com/taku910/zinnia https://sourceforge.net/projects/zinnia/"
SRC_URI="mirror://sourceforge/zinnia/${MY_P}.tar.bz2"
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64 x86"
IUSE=""
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-11-05 14:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 19:25 [gentoo-commits] repo/gentoo:master commit in: app-i18n/zinnia-tomoe/ Mike Gilbert
-- strict thread matches above, loose matches on Subject: below --
2017-09-13 19:25 Mike Gilbert
2018-03-15 19:23 Sergei Trofimovich
2020-07-04 13:53 Mike Gilbert
2021-11-05 14:12 Akinori Hattori
2021-11-05 14:12 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox