diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-06-10 16:50:19 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-06-10 16:50:19 +0000 |
commit | 24c7972fa0f31d4d3bfa34198a864ea88549e641 (patch) | |
tree | 846e73b9bed5fe90d83293b8c40e4041b193012c /media-fonts/vlgothic | |
parent | amd64 stable, bug #220191 (diff) | |
download | gentoo-2-24c7972fa0f31d4d3bfa34198a864ea88549e641.tar.gz gentoo-2-24c7972fa0f31d4d3bfa34198a864ea88549e641.tar.bz2 gentoo-2-24c7972fa0f31d4d3bfa34198a864ea88549e641.zip |
Version bumped.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-fonts/vlgothic')
-rw-r--r-- | media-fonts/vlgothic/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/vlgothic/vlgothic-20080610.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/media-fonts/vlgothic/ChangeLog b/media-fonts/vlgothic/ChangeLog index af5cf76acc44..4368548ac639 100644 --- a/media-fonts/vlgothic/ChangeLog +++ b/media-fonts/vlgothic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-fonts/vlgothic # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/ChangeLog,v 1.28 2008/05/30 11:30:01 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/ChangeLog,v 1.29 2008/06/10 16:50:19 matsuu Exp $ + +*vlgothic-20080610 (10 Jun 2008) + + 10 Jun 2008; MATSUU Takuto <matsuu@gentoo.org> +vlgothic-20080610.ebuild: + Version bumped. *vlgothic-20080429 (30 May 2008) diff --git a/media-fonts/vlgothic/vlgothic-20080610.ebuild b/media-fonts/vlgothic/vlgothic-20080610.ebuild new file mode 100644 index 000000000000..80e6e8f50ad8 --- /dev/null +++ b/media-fonts/vlgothic/vlgothic-20080610.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/vlgothic-20080610.ebuild,v 1.1 2008/06/10 16:50:19 matsuu Exp $ + +inherit font + +DESCRIPTION="Japanese TrueType font from Vine Linux" +HOMEPAGE="http://dicey.org/vlgothic/" +SRC_URI="http://vinelinux.org/~daisuke/vlgothic/VLGothic-${PV}.tar.bz2" + +LICENSE="vlgothic mplus-fonts" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +S="${WORKDIR}/VLGothic" + +FONT_SUFFIX="ttf" +FONT_S="${S}" +DOCS="Changelog README*" |