yngwin 15/02/21 16:15:03 Modified: ChangeLog Added: cronyx-fonts-2.3.8.ebuild Log: Version bump, which adds unicode support (bug #212544), and uses font.eclass (bug #304621). Ebuild contributed by Ryan Hill. EAPI bumped to 5. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Revision Changes Path 1.20 media-fonts/cronyx-fonts/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/cronyx-fonts/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/cronyx-fonts/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/cronyx-fonts/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-fonts/cronyx-fonts/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 22 Jul 2007 07:52:58 -0000 1.19 +++ ChangeLog 21 Feb 2015 16:15:03 -0000 1.20 @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/cronyx-fonts -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/cronyx-fonts/ChangeLog,v 1.19 2007/07/22 07:52:58 dirtyepic Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cronyx-fonts/ChangeLog,v 1.20 2015/02/21 16:15:03 yngwin Exp $ + +*cronyx-fonts-2.3.8 (21 Feb 2015) + + 21 Feb 2015; Ben de Groot <[email protected]> +cronyx-fonts-2.3.8.ebuild: + Version bump, which adds unicode support (bug #212544), and uses font.eclass + (bug #304621). Ebuild contributed by Ryan Hill. EAPI bumped to 5. 22 Jul 2007; Ryan Hill <[email protected]> -cronyx-fonts-2.3.1-r1.ebuild, cronyx-fonts-2.3.1-r2.ebuild: @@ -83,4 +89,3 @@ +cronyx-fonts-2.3.1.ebuild: Initial import. Ebuild submitted by Alexey Spiridonov <[email protected]>, closing bug #23958 - 1.1 media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild?rev=1.1&content-type=text/plain Index: cronyx-fonts-2.3.8.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild,v 1.1 2015/02/21 16:15:03 yngwin Exp $ EAPI=5 FONT_PN="cronyx" inherit eutils 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 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 ~x86-fbsd" IUSE="" 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 }
