[gentoo-commits] repo/gentoo:master commit in: media-fonts/arabeyes-fonts/

2021-06-07 Thread Sergei Trofimovich
commit: 26e9a972c6388f8f1766b205a95cff8e763327af
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  7 06:25:58 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  7 06:25:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e9a972

media-fonts/arabeyes-fonts: keyworded 2.0-r1 for ppc64

keyworded wrt bug #792111

Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild 
b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
index 5791ca8f0da..4a29ad22c05 100644
--- a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
+++ b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_PN}_${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~ia64 ppc ~s390 sparc x86"
+KEYWORDS="amd64 arm ~ia64 ppc ~ppc64 ~s390 sparc x86"
 
 DOCS=( README ChangeLog )
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/arabeyes-fonts/

2021-03-21 Thread Andreas Sturmlechner
commit: d247674ddc82be2f3105fc4bfbdd65333b994da8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 21 16:13:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 21 19:06:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d247674d

media-fonts/arabeyes-fonts: EAPI-7 bump

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

 media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild 
b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
index 817c60059d8..bf87ffb9f67 100644
--- a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
+++ b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
@@ -1,24 +1,23 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-inherit font
+EAPI=7
 
 MY_PN="ae_fonts"
-S="${WORKDIR}"/${MY_PN}_${PV}
+inherit font
 
 DESCRIPTION="Arabeyes Arabic TrueType fonts"
 HOMEPAGE="https://www.arabeyes.org/Khotot#2.0;
 SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_${PV}.tar.bz2"
-LICENSE="GPL-2"
+S="${WORKDIR}/${MY_PN}_${PV}"
 
+LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm ~ia64 ppc s390 sparc x86"
 
-FONT_SUFFIX="ttf"
+DOCS=( README ChangeLog )
 
-DOCS="README ChangeLog"
+FONT_SUFFIX="ttf"
 
 src_install() {
local d



[gentoo-commits] repo/gentoo:master commit in: media-fonts/arabeyes-fonts/

2019-10-05 Thread Michał Górny
commit: 5b09484070c8fc5664ccc56720345d4080baca09
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  5 07:08:41 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  5 07:08:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b094840

media-fonts/arabeyes-fonts: Drop old (EAPI=0)

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

 .../arabeyes-fonts/arabeyes-fonts-2.0.ebuild   | 30 --
 1 file changed, 30 deletions(-)

diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0.ebuild 
b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0.ebuild
deleted file mode 100644
index 5f5f40ca7aa..000
--- a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit font
-
-MY_PN="ae_fonts"
-S="${WORKDIR}"/${MY_PN}_${PV}
-
-DESCRIPTION="Arabeyes Arabic TrueType fonts"
-HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot;
-SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_${PV}.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 arm ia64 ppc s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-FONT_SUFFIX="ttf"
-
-DOCS="README ChangeLog"
-
-src_install() {
-   local d
-   for d in AAHS AGA FS Kasr MCS Shmookh; do
-   FONT_S="${S}"/$d
-   font_src_install
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/arabeyes-fonts/

2019-07-28 Thread Mikle Kolyada
commit: 2364a0b0c703bde58967bef113385f27fed5dbba
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:04:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:04:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2364a0b0

media-fonts/arabeyes-fonts: sh stable wrt bug #683876

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="sh"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild 
b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
index cfa334b0c24..e8a4dc84f6a 100644
--- a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
+++ b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_${PV}.tar.bz2"
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 arm ia64 ppc s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ia64 ppc s390 sh sparc x86 ~x86-fbsd"
 
 FONT_SUFFIX="ttf"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/arabeyes-fonts/

2019-07-28 Thread Mikle Kolyada
commit: 73ff2c1273b1ef070c1dd3ee31f4db3219d8c738
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:03:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:03:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ff2c12

media-fonts/arabeyes-fonts: arm stable wrt bug #683876

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

 media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild 
b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
index 169054c6211..cfa334b0c24 100644
--- a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
+++ b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_${PV}.tar.bz2"
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ppc s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ia64 ppc s390 ~sh sparc x86 ~x86-fbsd"
 
 FONT_SUFFIX="ttf"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/arabeyes-fonts/

2019-06-05 Thread Sergei Trofimovich
commit: c8b8fcc9e9d56aa26f2b18b11aa49d3f04fad48a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  5 17:39:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  5 18:13:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b8fcc9

media-fonts/arabeyes-fonts: stable 2.0-r1 for sparc, bug #683876

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

 media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild 
b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
index 210cdc02453..169054c6211 100644
--- a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
+++ b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_${PV}.tar.bz2"
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ppc s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ia64 ppc s390 ~sh sparc x86 ~x86-fbsd"
 
 FONT_SUFFIX="ttf"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/arabeyes-fonts/

2019-06-04 Thread Agostino Sarubbo
commit: d416ae8d6f72ba9cf55722d517f2f4994ee96d5a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:54:15 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:54:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d416ae8d

media-fonts/arabeyes-fonts: amd64 stable wrt bug #683876

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild 
b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
index f9d43847878..41ace604a14 100644
--- a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
+++ b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_${PV}.tar.bz2"
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc s390 ~sh ~sparc x86 ~x86-fbsd"
 
 FONT_SUFFIX="ttf"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/arabeyes-fonts/

2019-06-04 Thread Agostino Sarubbo
commit: 80bcb9df4862fd4a45cba6d6dbeb0ef81e5cf296
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 18:49:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 18:51:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bcb9df

media-fonts/arabeyes-fonts: s390 stable wrt bug #683876

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild 
b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
index 8560a4b0d6b..f9d43847878 100644
--- a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
+++ b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_${PV}.tar.bz2"
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc s390 ~sh ~sparc x86 ~x86-fbsd"
 
 FONT_SUFFIX="ttf"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/arabeyes-fonts/

2019-02-22 Thread Patrice Clement
commit: f79a2a1c025c67abb4fd8ebb7e5a5380616fba8e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Feb 22 16:17:19 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Feb 22 21:08:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79a2a1c

media-fonts/arabeyes-fonts: EAPI6, fix HOMEPAGE.

Closes: https://bugs.gentoo.org/678592
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11141
Signed-off-by: Patrice Clement  gentoo.org>

 .../arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild| 29 ++
 1 file changed, 29 insertions(+)

diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild 
b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
new file mode 100644
index 000..81e650ec5df
--- /dev/null
+++ b/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+MY_PN="ae_fonts"
+S="${WORKDIR}"/${MY_PN}_${PV}
+
+DESCRIPTION="Arabeyes Arabic TrueType fonts"
+HOMEPAGE="https://www.arabeyes.org/Khotot#2.0;
+SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_${PV}.tar.bz2"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
+FONT_SUFFIX="ttf"
+
+DOCS="README ChangeLog"
+
+src_install() {
+   local d
+   for d in AAHS AGA FS Kasr MCS Shmookh; do
+   FONT_S="${S}"/$d
+   font_src_install
+   done
+}