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

2020-03-20 Thread Ulrich Müller
commit: fdbb26075d4ccd165463fc0081c64bf7fff3dd90
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Feb 15 19:41:55 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Mar 20 15:40:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbb2607

media-fonts/cronyx-fonts: Change FONT_S into an array.

Following the update of font.eclass.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild 
b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
index c553ee26361..3f9ea76fad1 100644
--- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
+++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
@@ -23,5 +23,5 @@ PATCHES=( "${WORKDIR}"/${MY_P}-6.diff )
 
 DOCS="Changelog.en xcyr.README.* xrus.README"
 FONT_PN="cronyx"
-FONT_S="${S}/75dpi ${S}/100dpi ${S}/misc"
+FONT_S=( "${S}"/75dpi "${S}"/100dpi "${S}"/misc )
 FONTDIR="/usr/share/fonts/cronyx"



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

2019-12-24 Thread Ulrich Müller
commit: 12f8ee91c2ea3d09da8404df63162ce814a79bfa
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Dec 24 13:41:40 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Dec 24 13:41:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f8ee91

media-fonts/cronyx-fonts: Fix LICENSE.

Closes: https://bugs.gentoo.org/702596
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild 
b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
index c07950ee68d..4ccd74b4324 100644
--- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
+++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}.orig.tar.gz
mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}-6.diff.gz"
 
-LICENSE="freedist"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ia64 ppc s390 sh sparc x86"
 



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

2019-10-19 Thread David Seifert
commit: 34a3f166d92ff6476a5662e24d81076081289480
Author: David Seifert  gentoo  org>
AuthorDate: Sat Oct 19 20:48:37 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Oct 19 20:48:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a3f166

media-fonts/cronyx-fonts: Port to EAPI 7

Bug: https://bugs.gentoo.org/696312
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert  gentoo.org>

 media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild | 26 --
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild 
b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
index 2efca6e3f0b..c07950ee68d 100644
--- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
+++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
@@ -1,25 +1,27 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-FONT_PN="cronyx"
-inherit eutils font font-ebdftopcf
+EAPI=7
+
+inherit font font-ebdftopcf
 
 MY_P="xfonts-cronyx_${PV}"
+
 DESCRIPTION="Cronyx Cyrillic bitmap fonts for X"
-HOMEPAGE="http://packages.debian.org/source/sid/xfonts-cronyx;
-SRC_URI="mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}.orig.tar.gz
+HOMEPAGE="https://packages.debian.org/source/sid/xfonts-cronyx;
+SRC_URI="
+   mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}.orig.tar.gz
mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}-6.diff.gz"
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 ~sh sparc x86"
-IUSE=""
+KEYWORDS="alpha amd64 arm ia64 ppc s390 sh sparc x86"
 
 S="${WORKDIR}/${MY_P//_/-}.orig"
-FONT_S="${S}/75dpi ${S}/100dpi ${S}/misc"
-DOCS="Changelog.en xcyr.README.* xrus.README"
 
-src_prepare() {
-   epatch "${WORKDIR}"/${MY_P}-6.diff
-}
+PATCHES=( "${WORKDIR}"/${MY_P}-6.diff )
+
+DOCS="Changelog.en xcyr.README.* xrus.README"
+FONT_PN="cronyx"
+FONT_S="${S}/75dpi ${S}/100dpi ${S}/misc"
+FONTDIR="/usr/share/fonts/cronyx"



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

2019-10-19 Thread David Seifert
commit: a66593a6c22ea4194703ce468ac07290f49e0bd9
Author: David Seifert  gentoo  org>
AuthorDate: Sat Oct 19 20:48:40 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Oct 19 20:48:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66593a6

media-fonts/cronyx-fonts: Remove old

Bug: https://bugs.gentoo.org/696312
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert  gentoo.org>

 media-fonts/cronyx-fonts/Manifest  |  1 -
 .../cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/media-fonts/cronyx-fonts/Manifest 
b/media-fonts/cronyx-fonts/Manifest
index 600da0ba89b..3157ed14cfa 100644
--- a/media-fonts/cronyx-fonts/Manifest
+++ b/media-fonts/cronyx-fonts/Manifest
@@ -1,3 +1,2 @@
-DIST x6rus-2.3.1-bin.tgz 602902 BLAKE2B 
a42ea9ce78e16533bdd7c0336825d3361b1a655cf2dd39a6928b1a606d0fd68eaed5b1f815519d1bb9ec6d2f4109c9ffe4ac3d6ee632404cd8cf700bebefdc6c
 SHA512 
0bc585724fa13edb27f8f0d275620fa01f35f885835a017428f12ca5cd30111942d7422efbc2a7e6b055325e1e8fb54bf58caadf2e981c56fc7f6deb96a75717
 DIST xfonts-cronyx_2.3.8-6.diff.gz 14285 BLAKE2B 
91021cb3033fb6acd96b2f8fd12f4c621f066aabe7226b90d8a6a8da98fbfbfcb765a8a4cc7397b764b7b4c1f196c6e8a8df8cae1b7ae8c8f8981920f9b8ce42
 SHA512 
15703eda0e612b2cc29b16a4668fbe3efbfc3ffcea9bfa25ee47c4b3a7e1f0f8f5637b0f3c9b1239ab192f7229d56a433b8ff1b4366131d8d4c722f4451a1288
 DIST xfonts-cronyx_2.3.8.orig.tar.gz 269169 BLAKE2B 
e867a78511b744ca1b4fd95581c820b8932f8c17b336cc467f894324817b223b94179fe9cd5de46fd85445044e20c78ff067b650495eb0ba6e4781b05484f0bc
 SHA512 
ac6e0d18977fb36ee255c57114f333dc5962c5a3f30dea8a6dccadd3831baa0d1b940c9a2fc40c56c043c8cb276c7a1bc039b555a68dab05e00139884b6b4696

diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild 
b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild
deleted file mode 100644
index 1a59d99508c..000
--- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Cronyx Cyrillic bitmap fonts for X"
-HOMEPAGE="http://koi8.pp.ru/frame.html?xwin.html#xwin_fonts;
-S="${WORKDIR}/cyrillic"
-SRC_URI="http://koi8.pp.ru/dist/x6rus-${PV}-bin.tgz;
-KEYWORDS="alpha amd64 arm ia64 ppc s390 sh sparc x86"
-SLOT="0"
-LICENSE="freedist"
-DEPEND=">=x11-apps/mkfontscale-1.2.0"
-RDEPEND=""
-IUSE=""
-
-FONT_ROOT=/usr/share/fonts/cronyx
-FONT_TARGETS="75dpi 100dpi misc"
-
-src_install() {
-   for dir in ${FONT_TARGETS}; do
-   insinto ${FONT_ROOT}/$dir
-   doins ${dir}/*.pcf.gz
-   done
-   # our install dir is still ${FONT_ROOT}/misc, so
-   doins misc/fonts.alias
-   dodoc xrus.info
-}
-
-rebuild_fontfiles() {
-   einfo "Refreshing fonts.scale and fonts.dir..."
-   cd ${FONT_ROOT}
-   mkfontdir -- ${FONT_TARGETS}
-   if [ "${ROOT}" = "/" ] &&  [ -x /usr/bin/fc-cache ]
-   then
-   einfo "Updating font cache..."
-   HOME="/root" /usr/bin/fc-cache -f ${FONT_TARGETS}
-   fi
-}
-
-pkg_postinst() {
-   if use X > /dev/null ; then
-   rebuild_fontfiles
-   elog "In order to make X see the fonts, you need to add the"
-   elog "following lines to the files section of your "
-   elog "/etc/X11/XF86Config (or the XOrg equivalent):"
-   elog "  FontPath \"${FONT_ROOT}/100dpi/:unscaled\""
-   elog "  FontPath \"${FONT_ROOT}/misc/:unscaled\""
-   elog "  FontPath \"${FONT_ROOT}/75dpi/:unscaled\""
-   elog ""
-   elog "In order to make them accessible to your current X"
-   elog "session, run:"
-   elog "  xset fp+ ${FONT_ROOT}/100dpi/:unscaled,\\"
-   elog "${FONT_ROOT}/misc/:unscaled,\\"
-   elog "${FONT_ROOT}/75dpi/:unscaled"
-   elog "  xset fp rehash"
-   fi
-}
-
-pkg_postrm() {
-   if use X > /dev/null ; then
-   rebuild_fontfiles
-   fi
-}



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

2019-10-14 Thread Agostino Sarubbo
commit: 859d60ca1ba39a91fc2d35601cc304f0431308b0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:48:46 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:48:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859d60ca

media-fonts/cronyx-fonts: x86 stable wrt bug #696312

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

 media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild 
b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
index 41dc81b5783..2efca6e3f0b 100644
--- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
+++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}.orig.tar.gz
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 ~sh sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P//_/-}.orig"



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

2019-10-14 Thread Agostino Sarubbo
commit: 582695f332b7e0a3e15cf1c089fce340fcb102c8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:13:28 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:13:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582695f3

media-fonts/cronyx-fonts: amd64 stable wrt bug #696312

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

 media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild 
b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
index cf42ef513c0..5ff0899ab20 100644
--- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
+++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}.orig.tar.gz
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc s390 ~sh ~sparc ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P//_/-}.orig"



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

2019-10-14 Thread Agostino Sarubbo
commit: 30fca34aa71f308a7a02e16413ef3f7ea658f1c1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 09:52:41 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 09:52:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fca34a

media-fonts/cronyx-fonts: s390 stable wrt bug #696312

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

 media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild 
b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
index c420a8ca405..ac87b19e582 100644
--- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
+++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://debian/pool/main/x/xfonts-cronyx/${MY_P}.orig.tar.gz
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc s390 ~sh ~sparc ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P//_/-}.orig"