diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-01-01 16:06:26 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-01-01 16:06:26 +0000 |
commit | a6d13ff38aa143851730a40078a3d13bd2ae3529 (patch) | |
tree | 97b14078a4ada7b743ca7c4d80958ed0e826b4a3 /media-fonts/vlgothic | |
parent | Added virtual/libstdc++ to RDEPENDS, acknowledged by Kugelfang. (diff) | |
download | gentoo-2-a6d13ff38aa143851730a40078a3d13bd2ae3529.tar.gz gentoo-2-a6d13ff38aa143851730a40078a3d13bd2ae3529.tar.bz2 gentoo-2-a6d13ff38aa143851730a40078a3d13bd2ae3529.zip |
Version bumped.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-fonts/vlgothic')
-rw-r--r-- | media-fonts/vlgothic/ChangeLog | 9 | ||||
-rw-r--r-- | media-fonts/vlgothic/files/digest-vlgothic-20070101 | 3 | ||||
-rw-r--r-- | media-fonts/vlgothic/vlgothic-20070101.ebuild | 20 |
3 files changed, 30 insertions, 2 deletions
diff --git a/media-fonts/vlgothic/ChangeLog b/media-fonts/vlgothic/ChangeLog index 860cca659b13..5beaa68a0a44 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.7 2006/12/31 05:41:55 matsuu Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vlgothic/ChangeLog,v 1.8 2007/01/01 16:06:26 matsuu Exp $ + +*vlgothic-20070101 (01 Jan 2007) + + 01 Jan 2007; MATSUU Takuto <matsuu@gentoo.org> +vlgothic-20070101.ebuild: + Version bumped. *vlgothic-20061231 (31 Dec 2006) diff --git a/media-fonts/vlgothic/files/digest-vlgothic-20070101 b/media-fonts/vlgothic/files/digest-vlgothic-20070101 new file mode 100644 index 000000000000..4610eeee770f --- /dev/null +++ b/media-fonts/vlgothic/files/digest-vlgothic-20070101 @@ -0,0 +1,3 @@ +MD5 6089621ab153049ca40c46ebfb5bc96b VLGothic-20070101.tar.bz2 4516434 +RMD160 78d269d867f60390a3d4e861560188686a202d2c VLGothic-20070101.tar.bz2 4516434 +SHA256 d2c2d5d3609ec340ae3f44a7653039bcfe7efe885d64d51716234f068b1dec2f VLGothic-20070101.tar.bz2 4516434 diff --git a/media-fonts/vlgothic/vlgothic-20070101.ebuild b/media-fonts/vlgothic/vlgothic-20070101.ebuild new file mode 100644 index 000000000000..dbf5022a392c --- /dev/null +++ b/media-fonts/vlgothic/vlgothic-20070101.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-20070101.ebuild,v 1.1 2007/01/01 16:06:26 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*" |