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

2023-02-08 Thread Sam James
commit: fc6ff57b5733c4dc739856a7258dc3d2cd0d734e
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jan 30 12:27:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  8 17:11:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6ff57b

app-text/t1utils: unify metadata indentation

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 app-text/t1utils/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/metadata.xml b/app-text/t1utils/metadata.xml
index 81930151803a..248f19d5be68 100644
--- a/app-text/t1utils/metadata.xml
+++ b/app-text/t1utils/metadata.xml
@@ -5,7 +5,7 @@
aball...@gentoo.org
Alexis Ballier

-
+   
fo...@gentoo.org
Fonts




[gentoo-commits] repo/gentoo:master commit in: app-text/t1utils/files/, app-text/t1utils/

2022-07-10 Thread Sam James
commit: 1ee68bdf5ee0c14e221e4a14038ba935d4b439d7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 07:44:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 07:44:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee68bdf

app-text/t1utils: drop 1.41-r2

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

 app-text/t1utils/Manifest|  1 -
 app-text/t1utils/files/t1utils-1.41-memmem.patch | 27 ---
 app-text/t1utils/t1utils-1.41-r2.ebuild  | 28 
 3 files changed, 56 deletions(-)

diff --git a/app-text/t1utils/Manifest b/app-text/t1utils/Manifest
index 5b3ea2712360..be0bcf1f3e44 100644
--- a/app-text/t1utils/Manifest
+++ b/app-text/t1utils/Manifest
@@ -1,2 +1 @@
-DIST t1utils-1.41.tar.gz 176552 BLAKE2B 
69ccc07a3b98de18355b09532129f80e4188d64817a1ad4e8439b3a0e37917a63b9e187a25fedfc5aba486b2e60279586a425992e9f25a111ba9c77ed3863f6e
 SHA512 
b532d3af38a73903a512eb1297ba7510747dcbe8362acc4a0f20f2a3c786d82d8f5b22997ed3867114f33153a34cdd71c4c8e6a093db3cecc3825b6e4725a00b
 DIST t1utils-1.42.tar.gz 184666 BLAKE2B 
63ebb856b7bd69751242b9858c47562fd720f098bda2dca694a13cf192e6970ae11d43cc2b2c0a1dde0a46d9d1762baf04ab279907a26270cae8ab04f2af02da
 SHA512 
507b3179dad9479948331fc655d8d6d970a77923f55f5bee4ed5ae9ce27f410e62d96c4f27ecae9392335ca1df1f8bbb7ba7087a6268a99d40aa42ed

diff --git a/app-text/t1utils/files/t1utils-1.41-memmem.patch 
b/app-text/t1utils/files/t1utils-1.41-memmem.patch
deleted file mode 100644
index db6f19549e5e..
--- a/app-text/t1utils/files/t1utils-1.41-memmem.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-commit 3f1ddda424353f0f926dd28efa47b0ac61556ce8
-Author: Eddie Kohler 
-Date:   Wed Aug 16 12:37:34 2017 -0400
-
-Check for memmem declaration; sometimes it is not declared by default.
-
-diff --git a/configure.ac b/configure.ac
-index 5b4e3ff..b4dc4fb 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -19,6 +19,7 @@ dnl strerror()?
- dnl
- 
- AC_REPLACE_FUNCS([strerror memmem])
-+AC_CHECK_DECLS([memmem])
- 
- 
- dnl
-@@ -88,7 +89,7 @@ char* strerror(int errno);
- #endif
- 
- /* Prototype memmem if we don't have it. */
--#if !HAVE_MEMMEM
-+#if !HAVE_MEMMEM || !HAVE_DECL_MEMMEM
- void* memmem(const void* haystack, size_t haystack_len,
-  const void* needle, size_t needle_len);
- #endif

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
deleted file mode 100644
index 072c9c1ef29f..
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Type 1 Font utilities"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
-HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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"
-SLOT="0"
-LICENSE="BSD"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   !

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

2021-12-06 Thread Sam James
commit: 90b04e2176490e03861142152d67b8b6412c5c0a
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  6 15:21:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  6 15:21:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b04e21

app-text/t1utils: Stabilize 1.42 arm, #828401

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

 app-text/t1utils/t1utils-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.42.ebuild 
b/app-text/t1utils/t1utils-1.42.ebuild
index 88782600dc61..ed755ef48db8 100644
--- a/app-text/t1utils/t1utils-1.42.ebuild
+++ b/app-text/t1utils/t1utils-1.42.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"
 IUSE=""



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

2021-12-06 Thread Sam James
commit: 9a3567fdc3ac52bd6ec4940623a31f83af41d704
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  6 15:19:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  6 15:19:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3567fd

app-text/t1utils: Stabilize 1.42 arm64, #828401

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

 app-text/t1utils/t1utils-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.42.ebuild 
b/app-text/t1utils/t1utils-1.42.ebuild
index 734bd3955519..88782600dc61 100644
--- a/app-text/t1utils/t1utils-1.42.ebuild
+++ b/app-text/t1utils/t1utils-1.42.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"
 IUSE=""



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

2021-12-06 Thread Agostino Sarubbo
commit: 0a9242958048c3e7b45ec068d406ff8507dafd87
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec  6 08:05:27 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec  6 08:05:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a924295

app-text/t1utils: ppc64 stable wrt bug #828401

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/t1utils/t1utils-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.42.ebuild 
b/app-text/t1utils/t1utils-1.42.ebuild
index ff765bd3c2d4..734bd3955519 100644
--- a/app-text/t1utils/t1utils-1.42.ebuild
+++ b/app-text/t1utils/t1utils-1.42.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"
 IUSE=""



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

2021-12-06 Thread Agostino Sarubbo
commit: 99db65bcf0233d168c516aca6f28976d499d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec  6 08:03:00 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec  6 08:03:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99db65bc

app-text/t1utils: x86 stable wrt bug #828401

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/t1utils/t1utils-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.42.ebuild 
b/app-text/t1utils/t1utils-1.42.ebuild
index ec325edc7179..ff765bd3c2d4 100644
--- a/app-text/t1utils/t1utils-1.42.ebuild
+++ b/app-text/t1utils/t1utils-1.42.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"
 IUSE=""



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

2021-12-05 Thread Arthur Zamarin
commit: 0eccbc8461f2795a4e1216006e2e84cf4f59aea9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Dec  6 06:36:54 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Dec  6 06:37:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eccbc84

app-text/t1utils: Stabilize 1.42 sparc, #828401

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/t1utils/t1utils-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.42.ebuild 
b/app-text/t1utils/t1utils-1.42.ebuild
index 73f3454a81d8..ec325edc7179 100644
--- a/app-text/t1utils/t1utils-1.42.ebuild
+++ b/app-text/t1utils/t1utils-1.42.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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 ~mips ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"
 IUSE=""



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

2021-12-05 Thread Sam James
commit: 34364afa44ef1b05504e1ed9adfba822560d8479
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  6 01:17:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  6 01:17:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34364afa

app-text/t1utils: Stabilize 1.42 ppc, #828401

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

 app-text/t1utils/t1utils-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.42.ebuild 
b/app-text/t1utils/t1utils-1.42.ebuild
index 52a32fc4718c..73f3454a81d8 100644
--- a/app-text/t1utils/t1utils-1.42.ebuild
+++ b/app-text/t1utils/t1utils-1.42.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"
 IUSE=""



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

2021-12-05 Thread Sam James
commit: 44bf76907b3e18bd76e2ec0c747988aeaf0a9b79
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 18:28:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 18:28:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bf7690

app-text/t1utils: Stabilize 1.42 amd64, #828401

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

 app-text/t1utils/t1utils-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.42.ebuild 
b/app-text/t1utils/t1utils-1.42.ebuild
index 896f2c6e4720..52a32fc4718c 100644
--- a/app-text/t1utils/t1utils-1.42.ebuild
+++ b/app-text/t1utils/t1utils-1.42.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"
 IUSE=""



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

2021-08-06 Thread Alexis Ballier
commit: b0d6e5b29a7ef239add1d142bc9378a69805346d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Aug  6 13:45:28 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Aug  6 14:35:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d6e5b2

app-text/t1utils: bump to 1.42

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

 app-text/t1utils/Manifest|  1 +
 app-text/t1utils/t1utils-1.42.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-text/t1utils/Manifest b/app-text/t1utils/Manifest
index 868221477e3..5b3ea271236 100644
--- a/app-text/t1utils/Manifest
+++ b/app-text/t1utils/Manifest
@@ -1 +1,2 @@
 DIST t1utils-1.41.tar.gz 176552 BLAKE2B 
69ccc07a3b98de18355b09532129f80e4188d64817a1ad4e8439b3a0e37917a63b9e187a25fedfc5aba486b2e60279586a425992e9f25a111ba9c77ed3863f6e
 SHA512 
b532d3af38a73903a512eb1297ba7510747dcbe8362acc4a0f20f2a3c786d82d8f5b22997ed3867114f33153a34cdd71c4c8e6a093db3cecc3825b6e4725a00b
+DIST t1utils-1.42.tar.gz 184666 BLAKE2B 
63ebb856b7bd69751242b9858c47562fd720f098bda2dca694a13cf192e6970ae11d43cc2b2c0a1dde0a46d9d1762baf04ab279907a26270cae8ab04f2af02da
 SHA512 
507b3179dad9479948331fc655d8d6d970a77923f55f5bee4ed5ae9ce27f410e62d96c4f27ecae9392335ca1df1f8bbb7ba7087a6268a99d40aa42ed

diff --git a/app-text/t1utils/t1utils-1.42.ebuild 
b/app-text/t1utils/t1utils-1.42.ebuild
new file mode 100644
index 000..896f2c6e472
--- /dev/null
+++ b/app-text/t1utils/t1utils-1.42.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Type 1 Font utilities"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
+HOMEPAGE="http://www.lcdf.org/type/#t1utils;
+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"
+SLOT="0"
+LICENSE="BSD"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   !

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

2021-07-26 Thread Marek Szuba
commit: bdde888972b9d7dec7e83903e1123038fd8b7031
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 22:13:33 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:19:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdde8889

app-text/t1utils: keyword 1.41-r2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 app-text/t1utils/t1utils-1.41-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
index 5f654e5053f..072c9c1ef29 100644
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"
 IUSE=""



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

2021-01-06 Thread Fabian Groffen
commit: b3c08d2d42d32121f34be65c587770c2c5d3ee24
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 13:41:20 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 13:41:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c08d2d

app-text/t1utils: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-text/t1utils/t1utils-1.41-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
index e8b67bc33c1..5f654e5053f 100644
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit autotools
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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"
+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="BSD"
 IUSE=""



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

2019-10-04 Thread Michał Górny
commit: 4bf1db64093f2d3b721434d4979dc4ee87533de6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  4 21:01:13 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  4 21:34:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf1db64

app-text/t1utils: Drop old (EAPI 0)

Signed-off-by: Michał Górny  gentoo.org>

 app-text/t1utils/Manifest   |  1 -
 app-text/t1utils/t1utils-1.39.ebuild| 22 --
 app-text/t1utils/t1utils-1.41-r1.ebuild | 18 --
 3 files changed, 41 deletions(-)

diff --git a/app-text/t1utils/Manifest b/app-text/t1utils/Manifest
index e81cbf7ccbd..868221477e3 100644
--- a/app-text/t1utils/Manifest
+++ b/app-text/t1utils/Manifest
@@ -1,2 +1 @@
-DIST t1utils-1.39.tar.gz 175047 BLAKE2B 
346c6a400351e3662cb7ab88183c2f3b3934d4dd124742c06513c0d582d1359803fb32272ebb6744a227e1a862e7c55f195273087c8cc401a8bdf507227b967d
 SHA512 
930fa0f264136fdc5d3d18e9a3b45c4818413d01ed12a32daa1b5ecfcc0ea4d6554faf428c6bab9247a2cfc16973787c0b6f0dfbb0273fa6a03a3e8d1d501301
 DIST t1utils-1.41.tar.gz 176552 BLAKE2B 
69ccc07a3b98de18355b09532129f80e4188d64817a1ad4e8439b3a0e37917a63b9e187a25fedfc5aba486b2e60279586a425992e9f25a111ba9c77ed3863f6e
 SHA512 
b532d3af38a73903a512eb1297ba7510747dcbe8362acc4a0f20f2a3c786d82d8f5b22997ed3867114f33153a34cdd71c4c8e6a093db3cecc3825b6e4725a00b

diff --git a/app-text/t1utils/t1utils-1.39.ebuild 
b/app-text/t1utils/t1utils-1.39.ebuild
deleted file mode 100644
index a7af218b8f2..000
--- a/app-text/t1utils/t1utils-1.39.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-IUSE=""
-
-DESCRIPTION="Type 1 Font utilities"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
-HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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="BSD"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   !http://www.lcdf.org/type/${P}.tar.gz;
-HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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="BSD"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   !

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

2019-05-12 Thread Thomas Deutschmann
commit: b7bb5bb9df2cd6c0b4d61718886488c728208e63
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 13 00:30:09 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 13 00:37:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bb5bb9

app-text/t1utils: x86 stable (bug #678590)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-text/t1utils/t1utils-1.41-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
index 6c27c423023..dfc88459ba3 100644
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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"
+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="BSD"
 IUSE=""



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

2019-05-06 Thread Tobias Klausmann
commit: 6d67acc3d06f6e25c272b148da202ee4ab54330a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May  6 18:03:59 2019 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May  6 18:04:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d67acc3

app-text/t1utils-1.41-r2: alpha stable

Bug: http://bugs.gentoo.org/678590
Signed-off-by: Tobias Klausmann  gentoo.org>

 app-text/t1utils/t1utils-1.41-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
index f74fe7aa853..6c27c423023 100644
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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"
+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="BSD"
 IUSE=""



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

2019-04-14 Thread Aaron Bauman
commit: b1ee9a9dd1010a30fca30611d8c67819c56f6ebc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr 14 14:27:08 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr 14 14:27:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ee9a9d

app-text/t1utils: arm64 stable (bug #641648)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-text/t1utils/t1utils-1.41-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
index 7fb4774e82b..f74fe7aa853 100644
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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"
+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="BSD"
 IUSE=""



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

2019-04-08 Thread Mikle Kolyada
commit: 1fcea59f528ce32479e3df0b311a6b0fc3827119
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr  8 18:53:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr  8 18:53:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcea59f

app-text/t1utils: arm stable wrt bug #678590

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 app-text/t1utils/t1utils-1.41-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
index 4cc2280b88a..7fb4774e82b 100644
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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"
+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="BSD"
 IUSE=""



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

2019-04-07 Thread Sergei Trofimovich
commit: e87b59a5367422dee1716c4b285b2032c1f25a41
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  7 20:50:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  7 20:50:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87b59a5

app-text/t1utils: stable 1.41-r2 for hppa, bug #678590

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/t1utils/t1utils-1.41-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
index 32837567572..c8fb0a68d83 100644
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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"
+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="BSD"
 IUSE=""



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

2019-04-06 Thread Aaron Bauman
commit: 59a7e86ff5f4616c6bac521bd838239b4f038765
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  7 02:56:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  7 02:56:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a7e86f

app-text/t1utils: amd64 stable wrt bug #678590

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-text/t1utils/t1utils-1.41-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
index a07fa240ca8..32837567572 100644
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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"
+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="BSD"
 IUSE=""



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

2019-04-02 Thread Sergei Trofimovich
commit: 029b4fa4307d5307dfe18b5f869ca4d9cf034848
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr  2 15:56:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr  2 19:20:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029b4fa4

app-text/t1utils: stable 1.41-r2 for sparc, bug #678590

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/t1utils/t1utils-1.41-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
index 8148e274d98..a07fa240ca8 100644
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit autotools
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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"
+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="BSD"
 IUSE=""



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

2018-06-03 Thread Aaron Bauman
commit: 38d2cab0ccb9a3e8e941c70d5a321fc3e6c95f2c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jun  3 18:48:17 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jun  4 01:12:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d2cab0

app-text/t1utils: drop old EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/t1utils/Manifest|  1 -
 app-text/t1utils/t1utils-1.40.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-text/t1utils/Manifest b/app-text/t1utils/Manifest
index db27db9056a..e81cbf7ccbd 100644
--- a/app-text/t1utils/Manifest
+++ b/app-text/t1utils/Manifest
@@ -1,3 +1,2 @@
 DIST t1utils-1.39.tar.gz 175047 BLAKE2B 
346c6a400351e3662cb7ab88183c2f3b3934d4dd124742c06513c0d582d1359803fb32272ebb6744a227e1a862e7c55f195273087c8cc401a8bdf507227b967d
 SHA512 
930fa0f264136fdc5d3d18e9a3b45c4818413d01ed12a32daa1b5ecfcc0ea4d6554faf428c6bab9247a2cfc16973787c0b6f0dfbb0273fa6a03a3e8d1d501301
-DIST t1utils-1.40.tar.gz 176192 BLAKE2B 
fedad4e273c7994f9de5d8a9f88cdaf305608807a18bf7db4cd61ddee3194ee7829c829f4608ee87d7068a627fbdab116a61bef4ed1918ab9e71516f210e4293
 SHA512 
790a6196b9dedd7ff7b25b7933678190d6380a341d543ca9064372c2c1c8eb8114a054dadd67f7f198084f1d7ed2cc10d78a6dbee6805b8e614328e0809a1807
 DIST t1utils-1.41.tar.gz 176552 BLAKE2B 
69ccc07a3b98de18355b09532129f80e4188d64817a1ad4e8439b3a0e37917a63b9e187a25fedfc5aba486b2e60279586a425992e9f25a111ba9c77ed3863f6e
 SHA512 
b532d3af38a73903a512eb1297ba7510747dcbe8362acc4a0f20f2a3c786d82d8f5b22997ed3867114f33153a34cdd71c4c8e6a093db3cecc3825b6e4725a00b

diff --git a/app-text/t1utils/t1utils-1.40.ebuild 
b/app-text/t1utils/t1utils-1.40.ebuild
deleted file mode 100644
index 1fefc90782c..000
--- a/app-text/t1utils/t1utils-1.40.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-IUSE=""
-
-DESCRIPTION="Type 1 Font utilities"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
-HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-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="BSD"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: app-text/t1utils/files/, app-text/t1utils/

2018-01-06 Thread Alexis Ballier
commit: dd4f80ff24cc83d1aeabb699c973bf1879d29b81
Author: Karl Linden  gmail  com>
AuthorDate: Sun Dec 31 15:30:18 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Jan  7 05:40:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4f80ff

app-text/t1utils: apply memmem patch from upstream

Closes: https://bugs.gentoo.org/630710
Closes: https://bugs.gentoo.org/642586
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/t1utils/files/t1utils-1.41-memmem.patch | 27 +++
 app-text/t1utils/t1utils-1.41-r2.ebuild  | 28 
 2 files changed, 55 insertions(+)

diff --git a/app-text/t1utils/files/t1utils-1.41-memmem.patch 
b/app-text/t1utils/files/t1utils-1.41-memmem.patch
new file mode 100644
index 000..db6f19549e5
--- /dev/null
+++ b/app-text/t1utils/files/t1utils-1.41-memmem.patch
@@ -0,0 +1,27 @@
+commit 3f1ddda424353f0f926dd28efa47b0ac61556ce8
+Author: Eddie Kohler 
+Date:   Wed Aug 16 12:37:34 2017 -0400
+
+Check for memmem declaration; sometimes it is not declared by default.
+
+diff --git a/configure.ac b/configure.ac
+index 5b4e3ff..b4dc4fb 100644
+--- a/configure.ac
 b/configure.ac
+@@ -19,6 +19,7 @@ dnl strerror()?
+ dnl
+ 
+ AC_REPLACE_FUNCS([strerror memmem])
++AC_CHECK_DECLS([memmem])
+ 
+ 
+ dnl
+@@ -88,7 +89,7 @@ char* strerror(int errno);
+ #endif
+ 
+ /* Prototype memmem if we don't have it. */
+-#if !HAVE_MEMMEM
++#if !HAVE_MEMMEM || !HAVE_DECL_MEMMEM
+ void* memmem(const void* haystack, size_t haystack_len,
+  const void* needle, size_t needle_len);
+ #endif

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
new file mode 100644
index 000..8148e274d98
--- /dev/null
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Type 1 Font utilities"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
+HOMEPAGE="http://www.lcdf.org/type/#t1utils;
+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="BSD"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   !

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

2017-08-24 Thread Alexis Ballier
commit: 542f207792eff1593c1b61c99418422162a6cb92
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Aug 24 09:05:18 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Aug 24 09:05:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542f2077

app-text/t1utils: bump eapi, fix missing docs, bug #628712

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/t1utils/{t1utils-1.41.ebuild => t1utils-1.41-r1.ebuild} | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-text/t1utils/t1utils-1.41.ebuild 
b/app-text/t1utils/t1utils-1.41-r1.ebuild
similarity index 84%
rename from app-text/t1utils/t1utils-1.41.ebuild
rename to app-text/t1utils/t1utils-1.41-r1.ebuild
index 2023fde00df..810aff2d651 100644
--- a/app-text/t1utils/t1utils-1.41.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-IUSE=""
+EAPI=6
 
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
@@ -9,12 +9,10 @@ HOMEPAGE="http://www.lcdf.org/type/#t1utils;
 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="BSD"
+IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}
!

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

2017-08-23 Thread Alexis Ballier
commit: 2b987225b425520625ccffa736cf46da34aaa813
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug 23 07:05:29 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug 23 07:30:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b987225

app-text/t1utils: bump to 1.41

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/t1utils/Manifest|  1 +
 app-text/t1utils/t1utils-1.41.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-text/t1utils/Manifest b/app-text/t1utils/Manifest
index e9a8cde8f75..616ce3255c9 100644
--- a/app-text/t1utils/Manifest
+++ b/app-text/t1utils/Manifest
@@ -1,2 +1,3 @@
 DIST t1utils-1.39.tar.gz 175047 SHA256 
0faef3e5c4927b38b05ac99ee177b7d7cddbbf5b4452f98b244f684b52b0d4c4 SHA512 
930fa0f264136fdc5d3d18e9a3b45c4818413d01ed12a32daa1b5ecfcc0ea4d6554faf428c6bab9247a2cfc16973787c0b6f0dfbb0273fa6a03a3e8d1d501301
 WHIRLPOOL 
976452434ea273cc1a42973cec28cd7587925490e37369715eeebb5e1d4aebca829d61893060512d621fe9393dd3758d670f0e1827347d8240cb622aa7afa1be
 DIST t1utils-1.40.tar.gz 176192 SHA256 
56060d147f628fb3a356aea35e5119c0b3fdf1ed8c750e0ab16b95cdf1713d8b SHA512 
790a6196b9dedd7ff7b25b7933678190d6380a341d543ca9064372c2c1c8eb8114a054dadd67f7f198084f1d7ed2cc10d78a6dbee6805b8e614328e0809a1807
 WHIRLPOOL 
9dc53f775ac66879ab9f3a2ab5fcfca9459bdb30871e21b210ffb76b9ee6d1b251c866ea568930d5b5605944056e5986ecfbe04b4fc825792ed3642d973443bf
+DIST t1utils-1.41.tar.gz 176552 SHA256 
fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427 SHA512 
b532d3af38a73903a512eb1297ba7510747dcbe8362acc4a0f20f2a3c786d82d8f5b22997ed3867114f33153a34cdd71c4c8e6a093db3cecc3825b6e4725a00b
 WHIRLPOOL 
587e81e69c991f7ef3ffd7df4023b5acb71e8e836c82b4f549eddac9ba0c4c111d89617d46123f31ddb819132cf8b460fdf6a7986f51e33f067fd15d173f7e05

diff --git a/app-text/t1utils/t1utils-1.41.ebuild 
b/app-text/t1utils/t1utils-1.41.ebuild
new file mode 100644
index 000..2023fde00df
--- /dev/null
+++ b/app-text/t1utils/t1utils-1.41.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+IUSE=""
+
+DESCRIPTION="Type 1 Font utilities"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
+HOMEPAGE="http://www.lcdf.org/type/#t1utils;
+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="BSD"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   !

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

2017-07-29 Thread Alexis Ballier
commit: 963983f032e98abc09ae063c362e7d907ead0d6e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 28 09:17:47 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul 29 10:05:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963983f0

app-text/t1utils: bump to 1.40

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-text/t1utils/Manifest|  1 +
 app-text/t1utils/t1utils-1.40.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-text/t1utils/Manifest b/app-text/t1utils/Manifest
index cfb9614de57..e9a8cde8f75 100644
--- a/app-text/t1utils/Manifest
+++ b/app-text/t1utils/Manifest
@@ -1 +1,2 @@
 DIST t1utils-1.39.tar.gz 175047 SHA256 
0faef3e5c4927b38b05ac99ee177b7d7cddbbf5b4452f98b244f684b52b0d4c4 SHA512 
930fa0f264136fdc5d3d18e9a3b45c4818413d01ed12a32daa1b5ecfcc0ea4d6554faf428c6bab9247a2cfc16973787c0b6f0dfbb0273fa6a03a3e8d1d501301
 WHIRLPOOL 
976452434ea273cc1a42973cec28cd7587925490e37369715eeebb5e1d4aebca829d61893060512d621fe9393dd3758d670f0e1827347d8240cb622aa7afa1be
+DIST t1utils-1.40.tar.gz 176192 SHA256 
56060d147f628fb3a356aea35e5119c0b3fdf1ed8c750e0ab16b95cdf1713d8b SHA512 
790a6196b9dedd7ff7b25b7933678190d6380a341d543ca9064372c2c1c8eb8114a054dadd67f7f198084f1d7ed2cc10d78a6dbee6805b8e614328e0809a1807
 WHIRLPOOL 
9dc53f775ac66879ab9f3a2ab5fcfca9459bdb30871e21b210ffb76b9ee6d1b251c866ea568930d5b5605944056e5986ecfbe04b4fc825792ed3642d973443bf

diff --git a/app-text/t1utils/t1utils-1.40.ebuild 
b/app-text/t1utils/t1utils-1.40.ebuild
new file mode 100644
index 000..2023fde00df
--- /dev/null
+++ b/app-text/t1utils/t1utils-1.40.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+IUSE=""
+
+DESCRIPTION="Type 1 Font utilities"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
+HOMEPAGE="http://www.lcdf.org/type/#t1utils;
+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="BSD"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   !

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

2017-06-16 Thread Alexis Ballier
commit: 259b81dcca6cb907249d87b1bb6cd088bc8e32ff
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jun 16 10:42:15 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jun 16 11:24:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259b81dc

app-text/t1utils: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/t1utils/t1utils-1.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.39.ebuild 
b/app-text/t1utils/t1utils-1.39.ebuild
index 4e80258518f..c5f8095a6db 100644
--- a/app-text/t1utils/t1utils-1.39.ebuild
+++ b/app-text/t1utils/t1utils-1.39.ebuild
@@ -6,7 +6,7 @@ IUSE=""
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-KEYWORDS="alpha amd64 arm 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"
+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="BSD"
 



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

2017-01-29 Thread Fabian Groffen
commit: 7a05dd30a6607ac59adf86efb5c4c0dbdf82aaba
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 15:19:13 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 15:24:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a05dd30

app-text/t1utils: dropped ~x64-freebsd ~x86-freebsd

Package-Manager: portage-2.3.3

 app-text/t1utils/t1utils-1.39.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/t1utils/t1utils-1.39.ebuild 
b/app-text/t1utils/t1utils-1.39.ebuild
index 0435be7..403a320 100644
--- a/app-text/t1utils/t1utils-1.39.ebuild
+++ b/app-text/t1utils/t1utils-1.39.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ IUSE=""
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"