diff options
author | 2008-09-11 14:38:13 +0000 | |
---|---|---|
committer | 2008-09-11 14:38:13 +0000 | |
commit | 8f2cede92a56e92562bb34ee5294ac3e154c14ab (patch) | |
tree | ea0461474a1a307c1f914d999138b45ddb44f9c9 /media-fonts | |
parent | Version bump, as requested by papillon81 on IRC. Deleted old ebuilds. (diff) | |
download | gentoo-2-8f2cede92a56e92562bb34ee5294ac3e154c14ab.tar.gz gentoo-2-8f2cede92a56e92562bb34ee5294ac3e154c14ab.tar.bz2 gentoo-2-8f2cede92a56e92562bb34ee5294ac3e154c14ab.zip |
Version bumped.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/vlgothic/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/vlgothic/vlgothic-20080908.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/media-fonts/vlgothic/ChangeLog b/media-fonts/vlgothic/ChangeLog index 0af441ca0ff4..385c88d28176 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.30 2008/06/25 15:18:42 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/ChangeLog,v 1.31 2008/09/11 14:38:13 matsuu Exp $ + +*vlgothic-20080908 (11 Sep 2008) + + 11 Sep 2008; MATSUU Takuto <matsuu@gentoo.org> +vlgothic-20080908.ebuild: + Version bumped. *vlgothic-20080624 (25 Jun 2008) diff --git a/media-fonts/vlgothic/vlgothic-20080908.ebuild b/media-fonts/vlgothic/vlgothic-20080908.ebuild new file mode 100644 index 000000000000..a57d41aace6e --- /dev/null +++ b/media-fonts/vlgothic/vlgothic-20080908.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-20080908.ebuild,v 1.1 2008/09/11 14:38:13 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*" |