diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-07-30 23:23:27 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-07-30 23:23:27 +0000 |
commit | 69517edfec8dcc52bb4464d981cb5252d70ea925 (patch) | |
tree | e8c42099ba62b9ca01ffb1a345bde4bbe9506dc6 /media-fonts | |
parent | Version bump thanks to cilly <cilly@cilly.mine.nu> in bug 186720 (diff) | |
download | gentoo-2-69517edfec8dcc52bb4464d981cb5252d70ea925.tar.gz gentoo-2-69517edfec8dcc52bb4464d981cb5252d70ea925.tar.bz2 gentoo-2-69517edfec8dcc52bb4464d981cb5252d70ea925.zip |
Version bumped.
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/vlgothic/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/vlgothic/files/digest-vlgothic-20070731 | 3 | ||||
-rw-r--r-- | media-fonts/vlgothic/vlgothic-20070731.ebuild | 20 |
3 files changed, 29 insertions, 1 deletions
diff --git a/media-fonts/vlgothic/ChangeLog b/media-fonts/vlgothic/ChangeLog index 8ff9deac390a..242cf9dd79e1 100644 --- a/media-fonts/vlgothic/ChangeLog +++ b/media-fonts/vlgothic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-fonts/vlgothic # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/ChangeLog,v 1.12 2007/05/09 15:38:24 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/ChangeLog,v 1.13 2007/07/30 23:23:27 matsuu Exp $ + +*vlgothic-20070731 (30 Jul 2007) + + 30 Jul 2007; MATSUU Takuto <matsuu@gentoo.org> +vlgothic-20070731.ebuild: + Version bumped. *vlgothic-20070507 (09 May 2007) diff --git a/media-fonts/vlgothic/files/digest-vlgothic-20070731 b/media-fonts/vlgothic/files/digest-vlgothic-20070731 new file mode 100644 index 000000000000..2134360d1ff4 --- /dev/null +++ b/media-fonts/vlgothic/files/digest-vlgothic-20070731 @@ -0,0 +1,3 @@ +MD5 3019f5c248d260daaacea2f09036be6b VLGothic-20070731.tar.bz2 4546482 +RMD160 bfdfac5073665b155fe69acf2aaa925c5530eaff VLGothic-20070731.tar.bz2 4546482 +SHA256 3e598479a3563f14e3221be0db3a88ae8a364eec4df34222bf679c03332a88d9 VLGothic-20070731.tar.bz2 4546482 diff --git a/media-fonts/vlgothic/vlgothic-20070731.ebuild b/media-fonts/vlgothic/vlgothic-20070731.ebuild new file mode 100644 index 000000000000..bec39880dc8b --- /dev/null +++ b/media-fonts/vlgothic/vlgothic-20070731.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/vlgothic-20070731.ebuild,v 1.1 2007/07/30 23:23:27 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="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +S="${WORKDIR}/VLGothic" + +FONT_SUFFIX="ttf" +FONT_S="${S}" +DOCS="Changelog README*" |