diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-02-21 05:36:31 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-02-21 05:36:31 +0000 |
commit | 9feb4d4444a0fd820fd0116112a5bae7acee645f (patch) | |
tree | 9775a3da89013b6671483a77c1db647b423d3fe0 /media-fonts | |
parent | Initial commit. Fixes bug #468792. (diff) | |
download | gentoo-2-9feb4d4444a0fd820fd0116112a5bae7acee645f.tar.gz gentoo-2-9feb4d4444a0fd820fd0116112a5bae7acee645f.tar.bz2 gentoo-2-9feb4d4444a0fd820fd0116112a5bae7acee645f.zip |
version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/vlgothic/ChangeLog | 11 | ||||
-rw-r--r-- | media-fonts/vlgothic/metadata.xml | 3 | ||||
-rw-r--r-- | media-fonts/vlgothic/vlgothic-20141206.ebuild | 23 |
3 files changed, 33 insertions, 4 deletions
diff --git a/media-fonts/vlgothic/ChangeLog b/media-fonts/vlgothic/ChangeLog index a8f350ca84b5..52bb30629362 100644 --- a/media-fonts/vlgothic/ChangeLog +++ b/media-fonts/vlgothic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/vlgothic -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/ChangeLog,v 1.60 2012/02/01 10:31:17 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/ChangeLog,v 1.61 2015/02/21 05:36:31 yngwin Exp $ + +*vlgothic-20141206 (21 Feb 2015) + + 21 Feb 2015; Ben de Groot <yngwin@gentoo.org> +vlgothic-20141206.ebuild, + metadata.xml: + version bump 01 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> vlgothic-20110722.ebuild: ppc64 stable wrt #389223 @@ -291,4 +297,3 @@ 09 Oct 2006; MATSUU Takuto <matsuu@gentoo.org> +vlgothic-20060930.ebuild: Initial import. - diff --git a/media-fonts/vlgothic/metadata.xml b/media-fonts/vlgothic/metadata.xml index 356cfa4e60cd..fa1f423e99cd 100644 --- a/media-fonts/vlgothic/metadata.xml +++ b/media-fonts/vlgothic/metadata.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>fonts</herd> + <herd>fonts</herd> + <herd>cjk</herd> </pkgmetadata> diff --git a/media-fonts/vlgothic/vlgothic-20141206.ebuild b/media-fonts/vlgothic/vlgothic-20141206.ebuild new file mode 100644 index 000000000000..3a7410be7209 --- /dev/null +++ b/media-fonts/vlgothic/vlgothic-20141206.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/vlgothic-20141206.ebuild,v 1.1 2015/02/21 05:36:31 yngwin Exp $ + +inherit font + +MY_PN="VLGothic" +DESCRIPTION="Japanese TrueType font from Vine Linux" +HOMEPAGE="http://vlgothic.dicey.org/" +SRC_URI="mirror://sourceforge.jp/${PN}/62375/${MY_PN}-${PV}.tar.bz2" + +# M+ FONTS -> mplus-fonts +# sazanami -> BSD-2 +LICENSE="vlgothic mplus-fonts BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +S="${WORKDIR}/${MY_PN}" + +FONT_SUFFIX="ttf" +FONT_S="${S}" +DOCS="Changelog README*" |