[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2024-01-06 Thread Conrad Kostecki
commit: 94bc119dadaa70c0717f2df963dad18708a7dc9c
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Dec 30 16:00:03 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jan  7 00:19:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94bc119d

app-text/lcdf-typetools: add github remote-id

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34562
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-text/lcdf-typetools/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-text/lcdf-typetools/metadata.xml 
b/app-text/lcdf-typetools/metadata.xml
index e56e1b213eb0..6fe6129930ca 100644
--- a/app-text/lcdf-typetools/metadata.xml
+++ b/app-text/lcdf-typetools/metadata.xml
@@ -9,6 +9,9 @@
   fo...@gentoo.org
   Fonts
 
+
+  kohler/lcdf-typetools
+
 
   The LCDF Typetools package contains several programs for manipulating
   PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2024-01-06 Thread Conrad Kostecki
commit: c0aef16a42dcb5613b150e8e2c7171aa39323faa
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Dec 30 15:49:33 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jan  7 00:19:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0aef16a

app-text/lcdf-typetools: fix LICENSE, add github HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
index bdf2d563b39f..85540689e1c1 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
@@ -6,10 +6,13 @@ EAPI=7
 inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="Font utilities for eg manipulating OTF"
-HOMEPAGE="https://lcdf.org/type/#typetools;
+HOMEPAGE="
+   https://lcdf.org/type/#typetools
+   https://github.com/kohler/lcdf-typetools
+"
 SRC_URI="https://lcdf.org/type/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="+kpathsea"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2024-01-06 Thread Conrad Kostecki
commit: 05a3c1c1bceb8f1880a3309d5c03189962907854
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Dec 30 15:58:40 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jan  7 00:19:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a3c1c1

app-text/lcdf-typetools: version bump (2.110)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>

Closes: https://bugs.gentoo.org/456926
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-text/lcdf-typetools/Manifest   |  1 +
 .../lcdf-typetools/lcdf-typetools-2.110.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index c8759f88c1a0..dc0ce03ce646 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1 +1,2 @@
 DIST lcdf-typetools-2.108.tar.gz 651350 BLAKE2B 
c60986672a31bcf47b876fa75d04a976be761442b04b1541f7f9082521d716708542b8708fd3da558f9df6b459cca1043a7e1ee2eb006f94054611dd4ef348d5
 SHA512 
2c7afe1c6838f432ddd5bbd5fa86a58743242d5a2203220d3cd0153c0c69f23ca734e8d4352ed3c8a6bffc1c61bb93c19d00c6483545a09d6f8363f870bf2fd0
+DIST lcdf-typetools-2.110.tar.gz 674355 BLAKE2B 
17bd88039648285d7010cd3e2d20aa0192c3dfb9343ebb60e988ae50c8cd22d7690d538760e3e503ed8cfa30218b048b317e8f5c01e7f7adc74ed9140a557fb4
 SHA512 
691c2a6c7aadace4741ad8d991575ea81fa56f243cf8eb37a8639dfced06daf565c82a1601f0d7e4490f868179ce7a83551000395fa17da214b7eb1344738c0c

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.110.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.110.ebuild
new file mode 100644
index ..18ff420fc49b
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.110.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Font utilities for eg manipulating OTF"
+HOMEPAGE="
+   https://lcdf.org/type/#typetools
+   https://github.com/kohler/lcdf-typetools
+"
+SRC_URI="https://lcdf.org/type/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="+kpathsea"
+
+RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( NEWS.md README.md ONEWS )
+
+src_configure() {
+   # gcc ICE with LTO: https://gcc.gnu.org/PR100010
+   filter-flags -fdevirtualize-at-ltrans
+
+   if use kpathsea; then
+   has_version 'dev-libs/kpathsea' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+   fi
+   econf $(use_with kpathsea)
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2023-10-28 Thread Sam James
commit: b465fdbfa7432627d207a6305b63cac882120c86
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 28 07:07:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 28 19:37:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b465fdbf

app-text/lcdf-typetools: avoid known GCC ICE with -fdevirtualize-at-ltrans

Bug: https://gcc.gnu.org/PR100010
Signed-off-by: Sam James  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
index aa9f0d5ab6c7..bdf2d563b39f 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,6 +19,9 @@ DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 src_configure() {
+   # gcc ICE with LTO: https://gcc.gnu.org/PR100010
+   filter-flags -fdevirtualize-at-ltrans
+
use kpathsea && has_version 'dev-libs/kpathsea' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
econf $(use_with kpathsea)
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2022-12-07 Thread WANG Xuerui
commit: f493b7add0278c3703c603fcecad3853f28bbc9c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:20 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f493b7ad

app-text/lcdf-typetools: keyword 2.108-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
index 8117ec68bdda..254bfe7e8b3d 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://lcdf.org/type/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+kpathsea"
 
 RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea:= )"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2021-03-27 Thread Sam James
commit: 074c09ef6f26f6d14f72657895af712a0c7d638e
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 27 16:10:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 27 16:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074c09ef

app-text/lcdf-typetools: drop 2.106

Closes: https://bugs.gentoo.org/757561
Signed-off-by: Sam James  gentoo.org>

 app-text/lcdf-typetools/Manifest   |  1 -
 .../lcdf-typetools/lcdf-typetools-2.106.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index 89d6190075f..c8759f88c1a 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,2 +1 @@
-DIST lcdf-typetools-2.106.tar.gz 643503 BLAKE2B 
cb016da74dfbad92808292842de653badec4dd3b703fee5e177016856a795e1383ceeed68de668846cce167b7b9c74bd7e0b17ea3a60b2f9b9caa0b73444e02d
 SHA512 
039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf
 DIST lcdf-typetools-2.108.tar.gz 651350 BLAKE2B 
c60986672a31bcf47b876fa75d04a976be761442b04b1541f7f9082521d716708542b8708fd3da558f9df6b459cca1043a7e1ee2eb006f94054611dd4ef348d5
 SHA512 
2c7afe1c6838f432ddd5bbd5fa86a58743242d5a2203220d3cd0153c0c69f23ca734e8d4352ed3c8a6bffc1c61bb93c19d00c6483545a09d6f8363f870bf2fd0

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
deleted file mode 100644
index dc9d70eebb0..000
--- a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Font utilities for eg manipulating OTF"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
-HOMEPAGE="http://www.lcdf.org/type/#typetools;
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="+kpathsea"
-
-RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
-   econf $(use_with kpathsea)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc NEWS.md README.md ONEWS
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2021-03-27 Thread Sam James
commit: c7e2a78f8f756b06e390ad5f87188cbdfa81c127
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 27 16:04:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 27 16:04:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e2a78f

app-text/lcdf-typetools: Stabilize 2.108 arm, #757561

Signed-off-by: Sam James  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
index c83aaa454cd..dd313076fa4 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://lcdf.org/type/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+kpathsea"
 
 RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2021-03-25 Thread Sam James
commit: b28794d0adb7f6d1987f0f67885a7bace6f02688
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 25 21:32:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 25 21:32:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28794d0

app-text/lcdf-typetools: Stabilize 2.108 x86, #757561

Signed-off-by: Sam James  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
index 741f94fc628..c83aaa454cd 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://lcdf.org/type/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+kpathsea"
 
 RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2021-03-25 Thread Sam James
commit: 5281c9a8a6701da833f49b742a98b159d9bd3401
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 25 21:29:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 25 21:29:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5281c9a8

app-text/lcdf-typetools: Stabilize 2.108 amd64, #757561

Signed-off-by: Sam James  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
index 7c81c5436fe..741f94fc628 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://lcdf.org/type/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+kpathsea"
 
 RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2021-03-24 Thread Sam James
commit: 2da5cd1a4914e1574e5fa25fe2821bbe57cc365e
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 24 19:41:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 24 19:41:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da5cd1a

app-text/lcdf-typetools: Stabilize 2.108 sparc, #757561

Signed-off-by: Sam James  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
index 03b6cd214a3..7c81c5436fe 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://lcdf.org/type/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+kpathsea"
 
 RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2021-03-21 Thread Sam James
commit: 8a7d33b7fd0d70d9b9098834fd1e6d68f3a73181
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 22 00:09:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 22 00:09:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7d33b7

app-text/lcdf-typetools: Stabilize 2.108 ppc, #757561

Signed-off-by: Sam James  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
index f4ae9a3138e..03b6cd214a3 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://lcdf.org/type/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+kpathsea"
 
 RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2021-03-21 Thread Sam James
commit: b2f27cffaaad74239e51207577e4c188eb4ab08e
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 22 00:08:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 22 00:08:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f27cff

app-text/lcdf-typetools: Stabilize 2.108 ppc64, #757561

Signed-off-by: Sam James  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
index f0df24089ef..f4ae9a3138e 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://lcdf.org/type/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+kpathsea"
 
 RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2021-03-21 Thread Andreas Sturmlechner
commit: 89b159a4b45f5b7b2e2877a21ac30a83fd96f596
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Tue Mar  9 14:57:12 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 21 21:05:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b159a4

app-text/lcdf-typetools: EAPI 7

Bug: https://bugs.gentoo.org/757561

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/19846
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../lcdf-typetools/lcdf-typetools-2.108-r1.ebuild  | 29 ++
 1 file changed, 29 insertions(+)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
new file mode 100644
index 000..f0df24089ef
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Font utilities for eg manipulating OTF"
+HOMEPAGE="https://lcdf.org/type/#typetools;
+SRC_URI="https://lcdf.org/type/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="+kpathsea"
+
+RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   use kpathsea && has_version 'dev-libs/kpathsea' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+   econf $(use_with kpathsea)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc NEWS.md README.md ONEWS
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2021-03-21 Thread Andreas Sturmlechner
commit: 04cbe2d1566f4dc0bbab471abbedc5071dbacbf8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 21 21:07:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 21 21:07:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cbe2d1

app-text/lcdf-typetools: Avoid unnecessary revbump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../lcdf-typetools/lcdf-typetools-2.108-r1.ebuild  | 29 --
 .../lcdf-typetools/lcdf-typetools-2.108.ebuild | 17 +++--
 2 files changed, 9 insertions(+), 37 deletions(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
deleted file mode 100644
index f0df24089ef..000
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Font utilities for eg manipulating OTF"
-HOMEPAGE="https://lcdf.org/type/#typetools;
-SRC_URI="https://lcdf.org/type/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="+kpathsea"
-
-RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-   use kpathsea && has_version 'dev-libs/kpathsea' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
-   econf $(use_with kpathsea)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc NEWS.md README.md ONEWS
-}

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
index ea6d68087c1..f0df24089ef 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
@@ -1,24 +1,25 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="Font utilities for eg manipulating OTF"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
-HOMEPAGE="http://www.lcdf.org/type/#typetools;
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-SLOT="0"
+HOMEPAGE="https://lcdf.org/type/#typetools;
+SRC_URI="https://lcdf.org/type/${P}.tar.gz;
+
 LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+kpathsea"
 
 RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
-   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+   use kpathsea && has_version 'dev-libs/kpathsea' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
econf $(use_with kpathsea)
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2020-09-26 Thread Aaron Bauman
commit: bbc22498b1446e02bc51f06156b8f8ad5a7f7a99
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Sep 26 19:30:38 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Sep 26 19:40:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc22498

app-text/lcdf-typetools: drop old EAPI=5

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/lcdf-typetools/Manifest   |  1 -
 .../lcdf-typetools/lcdf-typetools-2.107.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index f2f17c7c48a..89d6190075f 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,3 +1,2 @@
 DIST lcdf-typetools-2.106.tar.gz 643503 BLAKE2B 
cb016da74dfbad92808292842de653badec4dd3b703fee5e177016856a795e1383ceeed68de668846cce167b7b9c74bd7e0b17ea3a60b2f9b9caa0b73444e02d
 SHA512 
039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf
-DIST lcdf-typetools-2.107.tar.gz 652445 BLAKE2B 
bbbc428673c8e036f8d3be8ec80dbcf8892f60976fee7f11d622af8442c4d3eda0e118d47b364f55fe0dc8b53062ece0926be1d67e6627500a787bce810c074c
 SHA512 
be54d4346d567c640b260dc513854085901af96b82701fccb8f0feae4b373ac69962c568a648515eb9ebfcabc828359ab2d742947ccdf9422643b0d889961ff3
 DIST lcdf-typetools-2.108.tar.gz 651350 BLAKE2B 
c60986672a31bcf47b876fa75d04a976be761442b04b1541f7f9082521d716708542b8708fd3da558f9df6b459cca1043a7e1ee2eb006f94054611dd4ef348d5
 SHA512 
2c7afe1c6838f432ddd5bbd5fa86a58743242d5a2203220d3cd0153c0c69f23ca734e8d4352ed3c8a6bffc1c61bb93c19d00c6483545a09d6f8363f870bf2fd0

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.107.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.107.ebuild
deleted file mode 100644
index 54e4b30c16d..000
--- a/app-text/lcdf-typetools/lcdf-typetools-2.107.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Font utilities for eg manipulating OTF"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
-HOMEPAGE="http://www.lcdf.org/type/#typetools;
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="+kpathsea"
-
-RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
-   econf $(use_with kpathsea)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc NEWS.md README.md ONEWS
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2019-10-03 Thread Alexis Ballier
commit: 9d685b91037be6853ae348bea8c92afce87da8ee
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  3 13:16:01 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  3 13:22:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d685b91

app-text/lcdf-typetools: bump to 2.108.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alexis Ballier  gentoo.org>

 app-text/lcdf-typetools/Manifest   |  1 +
 .../lcdf-typetools/lcdf-typetools-2.108.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index c6e5dc8d88d..f2f17c7c48a 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,2 +1,3 @@
 DIST lcdf-typetools-2.106.tar.gz 643503 BLAKE2B 
cb016da74dfbad92808292842de653badec4dd3b703fee5e177016856a795e1383ceeed68de668846cce167b7b9c74bd7e0b17ea3a60b2f9b9caa0b73444e02d
 SHA512 
039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf
 DIST lcdf-typetools-2.107.tar.gz 652445 BLAKE2B 
bbbc428673c8e036f8d3be8ec80dbcf8892f60976fee7f11d622af8442c4d3eda0e118d47b364f55fe0dc8b53062ece0926be1d67e6627500a787bce810c074c
 SHA512 
be54d4346d567c640b260dc513854085901af96b82701fccb8f0feae4b373ac69962c568a648515eb9ebfcabc828359ab2d742947ccdf9422643b0d889961ff3
+DIST lcdf-typetools-2.108.tar.gz 651350 BLAKE2B 
c60986672a31bcf47b876fa75d04a976be761442b04b1541f7f9082521d716708542b8708fd3da558f9df6b459cca1043a7e1ee2eb006f94054611dd4ef348d5
 SHA512 
2c7afe1c6838f432ddd5bbd5fa86a58743242d5a2203220d3cd0153c0c69f23ca734e8d4352ed3c8a6bffc1c61bb93c19d00c6483545a09d6f8363f870bf2fd0

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
new file mode 100644
index 000..65192f6e24b
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Font utilities for eg manipulating OTF"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
+HOMEPAGE="http://www.lcdf.org/type/#typetools;
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="+kpathsea"
+
+RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+   econf $(use_with kpathsea)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc NEWS.md README.md ONEWS
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2018-02-24 Thread Alexis Ballier
commit: f1e57018491e9e5cb9e4fd87c47026ad0d3d2590
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Feb 24 10:00:19 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Feb 24 12:31:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e57018

app-text/lcdf-typetools: bump to 2.107

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/lcdf-typetools/Manifest   |  1 +
 .../lcdf-typetools/lcdf-typetools-2.107.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index 663f137b482..c6e5dc8d88d 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1 +1,2 @@
 DIST lcdf-typetools-2.106.tar.gz 643503 BLAKE2B 
cb016da74dfbad92808292842de653badec4dd3b703fee5e177016856a795e1383ceeed68de668846cce167b7b9c74bd7e0b17ea3a60b2f9b9caa0b73444e02d
 SHA512 
039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf
+DIST lcdf-typetools-2.107.tar.gz 652445 BLAKE2B 
bbbc428673c8e036f8d3be8ec80dbcf8892f60976fee7f11d622af8442c4d3eda0e118d47b364f55fe0dc8b53062ece0926be1d67e6627500a787bce810c074c
 SHA512 
be54d4346d567c640b260dc513854085901af96b82701fccb8f0feae4b373ac69962c568a648515eb9ebfcabc828359ab2d742947ccdf9422643b0d889961ff3

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.107.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.107.ebuild
new file mode 100644
index 000..d538c2e9635
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.107.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Font utilities for eg manipulating OTF"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
+HOMEPAGE="http://www.lcdf.org/type/#typetools;
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="+kpathsea"
+
+RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+   econf $(use_with kpathsea)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc NEWS.md README.md ONEWS
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2017-01-21 Thread Alexis Ballier
commit: 9ad7785ad60214ce9b95f6930a945de4eec503d5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jan 21 17:13:28 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jan 21 17:13:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad7785a

app-text/lcdf-typetools: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/lcdf-typetools/Manifest   |  1 -
 app-text/lcdf-typetools/lcdf-typetools-2.97.ebuild | 25 --
 2 files changed, 26 deletions(-)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index 50a891d..be5407e 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,2 +1 @@
 DIST lcdf-typetools-2.106.tar.gz 643503 SHA256 
503c3869f73a392ae0ba41e0fc4f7672e70e2d66e8a81f3bb183f495183fa967 SHA512 
039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf
 WHIRLPOOL 
6ec074348f3a1f17d06b7f70f5b170d70b63055d81556ba8c2c14c50e7be4f0070f3ad685a1624a8e10a78db931cd798f7656a08b7fa0c324d663f4d0fcfad51
-DIST lcdf-typetools-2.97.tar.gz 616431 SHA256 
761746041c669fa3673a3e90ec7a247abd0e2782bdddf0fc5d7ab70b33b6f975 SHA512 
8812436843721b7134ec796549092854050d1e9017fef048a62e7aa0e866d20e9757b246dbad738cdf8d8583afada3a2db9c6c7dc2546154cafd4dcd0f27f7f2
 WHIRLPOOL 
767a2a74a9f9b7a0c29407178b96a1455da39239b835f59def2ae77db068655a8953362c6f8d48a8a31fb6fc40dea405c0e6eb276fe60750e9dfbb11954bd972

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.97.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.97.ebuild
deleted file mode 100644
index ea52274..
--- a/app-text/lcdf-typetools/lcdf-typetools-2.97.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-DESCRIPTION="Font utilities for eg manipulating OTF"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
-HOMEPAGE="http://www.lcdf.org/type/#typetools;
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="+kpathsea"
-
-DEPEND="kpathsea? ( virtual/tex-base )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   econf $(use_with kpathsea)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc NEWS README ONEWS
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2016-10-05 Thread Markus Meier
commit: 96fef8017496390b2e56f44e5f8570d7e24d6524
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Oct  5 19:00:55 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Oct  5 19:00:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fef801

app-text/lcdf-typetools: arm stable, bug #594726

Package-Manager: portage-2.3.1
RepoMan-Options: --include-arches="arm"

 app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
index 1118d19..0866db7 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
@@ -9,7 +9,7 @@ inherit toolchain-funcs flag-o-matic
 DESCRIPTION="Font utilities for eg manipulating OTF"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#typetools;
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="+kpathsea"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2016-10-02 Thread Jeroen Roovers
commit: 9f4efcda2e1d1f68710bd48fc3a34e3fcfe46337
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  2 06:45:44 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  2 06:45:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4efcda

app-text/lcdf-typetools: Stable for HPPA PPC64 (bug #594726).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
index 2249cf6..1118d19 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
@@ -9,7 +9,7 @@ inherit toolchain-funcs flag-o-matic
 DESCRIPTION="Font utilities for eg manipulating OTF"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#typetools;
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="+kpathsea"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2016-09-26 Thread Tobias Klausmann
commit: 10545c53aeb6b8fc533635939f8eb6f630eab8cf
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Sep 26 15:20:23 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Sep 26 15:21:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10545c53

app-text/lcdf-typetools-2.106-r0: add alpha keyword

Gentoo-Bug: 594726

 app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
index 0422b75..2249cf6 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
@@ -9,7 +9,7 @@ inherit toolchain-funcs flag-o-matic
 DESCRIPTION="Font utilities for eg manipulating OTF"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#typetools;
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="+kpathsea"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2016-09-24 Thread Agostino Sarubbo
commit: 3d8733aa4d5b691c5c5e5f55d8978ad99b073f52
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 24 13:41:37 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 24 13:41:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8733aa

app-text/lcdf-typetools: amd64 stable wrt bug #594726

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
index 6366adc..0422b75 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
@@ -9,7 +9,7 @@ inherit toolchain-funcs flag-o-matic
 DESCRIPTION="Font utilities for eg manipulating OTF"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#typetools;
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="+kpathsea"



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2016-09-23 Thread Alexis Ballier
commit: c8bb52116e051f9628a802837a38b1f69813399a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Sep 23 15:18:50 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep 23 15:18:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bb5211

app-text/lcdf-typetools: remove old

Package-Manager: portage-2.3.1

 app-text/lcdf-typetools/Manifest   |  2 --
 .../lcdf-typetools/lcdf-typetools-2.104.ebuild | 29 --
 .../lcdf-typetools/lcdf-typetools-2.105.ebuild | 29 --
 3 files changed, 60 deletions(-)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index d3fb634..50a891d 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,4 +1,2 @@
-DIST lcdf-typetools-2.104.tar.gz 636875 SHA256 
d7985458ead0850cb9549ff1d619ffc18da5d7be892be5e1fce6048d510f0fff SHA512 
0d41386787aa18e5a7a85158ebba2046480c2320cbdfeaad75092962335f8f97a0ceede1aa301197d6c971bd6be729960c636fb14a8ce21e4c7f3f0e57257388
 WHIRLPOOL 
327e88a89cedb4a66fe93878c68dff11cb2b1d8d189eb3107f1782e67a70444ccee2b1ee6362f189441695f5e02a334311f9458a4a3f1d752fe22d863a2f3d20
-DIST lcdf-typetools-2.105.tar.gz 640159 SHA256 
c8b6a58e2f8f61ff3c21fd61452032c83938c91fde00f302b8f9391b16c6b63a SHA512 
52670a7faca7da175819420c68aa9b34d3d488ed5d25f13e9d0930e9442857c481575c89a379183c9cd4a1b2a0786bcd8ffe33682e284b8f6e12ca917bb97538
 WHIRLPOOL 
729766b968ad48495edb952f89d13cb7e59c37b46606f12d0a7748feb8e722fb67e3f981a63c64fb1b81129d8059a985bf08a2978f33e0586aa3f8ab95f034f0
 DIST lcdf-typetools-2.106.tar.gz 643503 SHA256 
503c3869f73a392ae0ba41e0fc4f7672e70e2d66e8a81f3bb183f495183fa967 SHA512 
039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf
 WHIRLPOOL 
6ec074348f3a1f17d06b7f70f5b170d70b63055d81556ba8c2c14c50e7be4f0070f3ad685a1624a8e10a78db931cd798f7656a08b7fa0c324d663f4d0fcfad51
 DIST lcdf-typetools-2.97.tar.gz 616431 SHA256 
761746041c669fa3673a3e90ec7a247abd0e2782bdddf0fc5d7ab70b33b6f975 SHA512 
8812436843721b7134ec796549092854050d1e9017fef048a62e7aa0e866d20e9757b246dbad738cdf8d8583afada3a2db9c6c7dc2546154cafd4dcd0f27f7f2
 WHIRLPOOL 
767a2a74a9f9b7a0c29407178b96a1455da39239b835f59def2ae77db068655a8953362c6f8d48a8a31fb6fc40dea405c0e6eb276fe60750e9dfbb11954bd972

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild
deleted file mode 100644
index 393241d..
--- a/app-text/lcdf-typetools/lcdf-typetools-2.104.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Font utilities for eg manipulating OTF"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
-HOMEPAGE="http://www.lcdf.org/type/#typetools;
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="+kpathsea"
-
-RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
-   econf $(use_with kpathsea)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc NEWS README ONEWS
-}

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild
deleted file mode 100644
index d7efb3a..
--- a/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Font utilities for eg manipulating OTF"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
-HOMEPAGE="http://www.lcdf.org/type/#typetools;
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="+kpathsea"
-
-RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
-   econf $(use_with kpathsea)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc NEWS README.md ONEWS
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2016-06-28 Thread Alexis Ballier
commit: 2cf0b405625c3838e1266a91ed08ce18dc65cc94
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jun 28 09:51:28 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jun 28 10:56:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf0b405

app-text/lcdf-typetools: bump to 2.106

Package-Manager: portage-2.3.0

 app-text/lcdf-typetools/Manifest   |  1 +
 .../lcdf-typetools/lcdf-typetools-2.106.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index ba8336a..d3fb634 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,3 +1,4 @@
 DIST lcdf-typetools-2.104.tar.gz 636875 SHA256 
d7985458ead0850cb9549ff1d619ffc18da5d7be892be5e1fce6048d510f0fff SHA512 
0d41386787aa18e5a7a85158ebba2046480c2320cbdfeaad75092962335f8f97a0ceede1aa301197d6c971bd6be729960c636fb14a8ce21e4c7f3f0e57257388
 WHIRLPOOL 
327e88a89cedb4a66fe93878c68dff11cb2b1d8d189eb3107f1782e67a70444ccee2b1ee6362f189441695f5e02a334311f9458a4a3f1d752fe22d863a2f3d20
 DIST lcdf-typetools-2.105.tar.gz 640159 SHA256 
c8b6a58e2f8f61ff3c21fd61452032c83938c91fde00f302b8f9391b16c6b63a SHA512 
52670a7faca7da175819420c68aa9b34d3d488ed5d25f13e9d0930e9442857c481575c89a379183c9cd4a1b2a0786bcd8ffe33682e284b8f6e12ca917bb97538
 WHIRLPOOL 
729766b968ad48495edb952f89d13cb7e59c37b46606f12d0a7748feb8e722fb67e3f981a63c64fb1b81129d8059a985bf08a2978f33e0586aa3f8ab95f034f0
+DIST lcdf-typetools-2.106.tar.gz 643503 SHA256 
503c3869f73a392ae0ba41e0fc4f7672e70e2d66e8a81f3bb183f495183fa967 SHA512 
039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf
 WHIRLPOOL 
6ec074348f3a1f17d06b7f70f5b170d70b63055d81556ba8c2c14c50e7be4f0070f3ad685a1624a8e10a78db931cd798f7656a08b7fa0c324d663f4d0fcfad51
 DIST lcdf-typetools-2.97.tar.gz 616431 SHA256 
761746041c669fa3673a3e90ec7a247abd0e2782bdddf0fc5d7ab70b33b6f975 SHA512 
8812436843721b7134ec796549092854050d1e9017fef048a62e7aa0e866d20e9757b246dbad738cdf8d8583afada3a2db9c6c7dc2546154cafd4dcd0f27f7f2
 WHIRLPOOL 
767a2a74a9f9b7a0c29407178b96a1455da39239b835f59def2ae77db068655a8953362c6f8d48a8a31fb6fc40dea405c0e6eb276fe60750e9dfbb11954bd972

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
new file mode 100644
index 000..6366adc
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.106.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Font utilities for eg manipulating OTF"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
+HOMEPAGE="http://www.lcdf.org/type/#typetools;
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="+kpathsea"
+
+RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+   econf $(use_with kpathsea)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc NEWS.md README.md ONEWS
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/

2015-09-17 Thread Alexis Ballier
commit: 4dd797fad7eb359978f1297028bd726c034b416d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 16:46:49 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 16:46:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd797fa

app-text/lcdf-typetools: bump to 2.105 and update to eapi5

Package-Manager: portage-2.2.20.1

 app-text/lcdf-typetools/Manifest   |  1 +
 .../lcdf-typetools/lcdf-typetools-2.105.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index 26c6b67..ba8336a 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,2 +1,3 @@
 DIST lcdf-typetools-2.104.tar.gz 636875 SHA256 
d7985458ead0850cb9549ff1d619ffc18da5d7be892be5e1fce6048d510f0fff SHA512 
0d41386787aa18e5a7a85158ebba2046480c2320cbdfeaad75092962335f8f97a0ceede1aa301197d6c971bd6be729960c636fb14a8ce21e4c7f3f0e57257388
 WHIRLPOOL 
327e88a89cedb4a66fe93878c68dff11cb2b1d8d189eb3107f1782e67a70444ccee2b1ee6362f189441695f5e02a334311f9458a4a3f1d752fe22d863a2f3d20
+DIST lcdf-typetools-2.105.tar.gz 640159 SHA256 
c8b6a58e2f8f61ff3c21fd61452032c83938c91fde00f302b8f9391b16c6b63a SHA512 
52670a7faca7da175819420c68aa9b34d3d488ed5d25f13e9d0930e9442857c481575c89a379183c9cd4a1b2a0786bcd8ffe33682e284b8f6e12ca917bb97538
 WHIRLPOOL 
729766b968ad48495edb952f89d13cb7e59c37b46606f12d0a7748feb8e722fb67e3f981a63c64fb1b81129d8059a985bf08a2978f33e0586aa3f8ab95f034f0
 DIST lcdf-typetools-2.97.tar.gz 616431 SHA256 
761746041c669fa3673a3e90ec7a247abd0e2782bdddf0fc5d7ab70b33b6f975 SHA512 
8812436843721b7134ec796549092854050d1e9017fef048a62e7aa0e866d20e9757b246dbad738cdf8d8583afada3a2db9c6c7dc2546154cafd4dcd0f27f7f2
 WHIRLPOOL 
767a2a74a9f9b7a0c29407178b96a1455da39239b835f59def2ae77db068655a8953362c6f8d48a8a31fb6fc40dea405c0e6eb276fe60750e9dfbb11954bd972

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild
new file mode 100644
index 000..d7efb3a
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Font utilities for eg manipulating OTF"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
+HOMEPAGE="http://www.lcdf.org/type/#typetools;
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="+kpathsea"
+
+RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+   econf $(use_with kpathsea)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc NEWS README.md ONEWS
+}