diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-10-21 07:11:50 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-10-21 07:11:50 +0000 |
commit | 740f15e76ef79eed752e578a8058e98a7cd87146 (patch) | |
tree | 0dfa6740fd371a4c976c7251f04b2542d0dd087a /media-fonts/vlgothic | |
parent | fix patch, thanks to Kalidarn <dcecchin@gmail.com> in bug 152182 (diff) | |
download | gentoo-2-740f15e76ef79eed752e578a8058e98a7cd87146.tar.gz gentoo-2-740f15e76ef79eed752e578a8058e98a7cd87146.tar.bz2 gentoo-2-740f15e76ef79eed752e578a8058e98a7cd87146.zip |
Version bumped.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-fonts/vlgothic')
-rw-r--r-- | media-fonts/vlgothic/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/vlgothic/files/digest-vlgothic-20061021 | 3 | ||||
-rw-r--r-- | media-fonts/vlgothic/vlgothic-20061021.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/media-fonts/vlgothic/ChangeLog b/media-fonts/vlgothic/ChangeLog index bc01ad140147..971c61447c1b 100644 --- a/media-fonts/vlgothic/ChangeLog +++ b/media-fonts/vlgothic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-fonts/vlgothic # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/ChangeLog,v 1.1 2006/10/09 16:25:26 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/ChangeLog,v 1.2 2006/10/21 07:11:50 matsuu Exp $ + +*vlgothic-20061021 (21 Oct 2006) + + 21 Oct 2006; MATSUU Takuto <matsuu@gentoo.org> +vlgothic-20061021.ebuild: + Version bumped. *vlgothic-20060930 (09 Oct 2006) diff --git a/media-fonts/vlgothic/files/digest-vlgothic-20061021 b/media-fonts/vlgothic/files/digest-vlgothic-20061021 new file mode 100644 index 000000000000..2d26a2ed5f59 --- /dev/null +++ b/media-fonts/vlgothic/files/digest-vlgothic-20061021 @@ -0,0 +1,3 @@ +MD5 59f6d000ca605186fca85cc2f2e63961 VLGothic-20061021.tar.bz2 4518058 +RMD160 00520fcb43e11697f840dcb93c087c3f22bee5d2 VLGothic-20061021.tar.bz2 4518058 +SHA256 a5d0d630eb292f4a5fbc67973cec2085530bfc87a54e7de6b15202c98be97c49 VLGothic-20061021.tar.bz2 4518058 diff --git a/media-fonts/vlgothic/vlgothic-20061021.ebuild b/media-fonts/vlgothic/vlgothic-20061021.ebuild new file mode 100644 index 000000000000..f7b504686aad --- /dev/null +++ b/media-fonts/vlgothic/vlgothic-20061021.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/vlgothic-20061021.ebuild,v 1.1 2006/10/21 07:11:50 matsuu Exp $ + +inherit font + +DESCRIPTION="Japanese TrueType font from Vine Linux" +HOMEPAGE="http://dicey.org/vlgothic/" +SRC_URI="http://vinelinux.org/~daisuke/tmp/VLGothic-${PV}.tar.bz2 + http://dicey.org/vlgothic/VLGothic-${PV}.tar.bz2" + +LICENSE="mplus-fonts BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}/VLGothic" + +FONT_SUFFIX="ttf" +FONT_S="${S}" +DOCS="LICENSE* README*" |