From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- media-fonts/vlgothic/Manifest | 2 ++ media-fonts/vlgothic/metadata.xml | 9 +++++++++ media-fonts/vlgothic/vlgothic-20110722.ebuild | 22 ++++++++++++++++++++++ media-fonts/vlgothic/vlgothic-20141206.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 media-fonts/vlgothic/Manifest create mode 100644 media-fonts/vlgothic/metadata.xml create mode 100644 media-fonts/vlgothic/vlgothic-20110722.ebuild create mode 100644 media-fonts/vlgothic/vlgothic-20141206.ebuild (limited to 'media-fonts/vlgothic') diff --git a/media-fonts/vlgothic/Manifest b/media-fonts/vlgothic/Manifest new file mode 100644 index 000000000000..d0a41daef884 --- /dev/null +++ b/media-fonts/vlgothic/Manifest @@ -0,0 +1,2 @@ +DIST VLGothic-20110722.tar.bz2 4797664 SHA256 e1ff4a1cc5a1e186c54bd33699e113cca8ac22f52ceb317e95b9988309365113 +DIST VLGothic-20141206.tar.bz2 4952134 SHA256 252b4c3faf6ccf315763e021edace218370154e398d95fb97abce1ca8325556c SHA512 70ef712398b48486c0494ca52c97e145ebbaae0988b535a5447c796ed668944c0700175ab80587e0226d507d1589cedfe733f10f47f9b024873cf9e5d4e7983d WHIRLPOOL aef15d41ec3497b608c0fede4a8857ab9a50295cb5b2667d5bbcd1862bbae511b4f87038dfff939a1cb032a8e86023a139b4ecf734f3a96f25697110d3209e5d diff --git a/media-fonts/vlgothic/metadata.xml b/media-fonts/vlgothic/metadata.xml new file mode 100644 index 000000000000..c6bfaa83e0b7 --- /dev/null +++ b/media-fonts/vlgothic/metadata.xml @@ -0,0 +1,9 @@ + + + + fonts + cjk + + vlgothic + + diff --git a/media-fonts/vlgothic/vlgothic-20110722.ebuild b/media-fonts/vlgothic/vlgothic-20110722.ebuild new file mode 100644 index 000000000000..9a92f7a79afb --- /dev/null +++ b/media-fonts/vlgothic/vlgothic-20110722.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +DESCRIPTION="Japanese TrueType font from Vine Linux" +HOMEPAGE="http://dicey.org/vlgothic/" +SRC_URI="mirror://sourceforge.jp/vlgothic/52711/VLGothic-${PV}.tar.bz2" + +# M+ FONTS -> mplus-fonts +# sazanami -> BSD-2 +LICENSE="vlgothic mplus-fonts BSD-2" +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*" diff --git a/media-fonts/vlgothic/vlgothic-20141206.ebuild b/media-fonts/vlgothic/vlgothic-20141206.ebuild new file mode 100644 index 000000000000..247ffea2c618 --- /dev/null +++ b/media-fonts/vlgothic/vlgothic-20141206.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +MY_PN="VLGothic" +DESCRIPTION="Japanese TrueType font from Vine Linux" +HOMEPAGE="http://vlgothic.dicey.org/" +SRC_URI="mirror://sourceforge.jp/${PN}/62375/${MY_PN}-${PV}.tar.bz2" + +# M+ FONTS -> mplus-fonts +# sazanami -> BSD-2 +LICENSE="vlgothic mplus-fonts BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +S="${WORKDIR}/${MY_PN}" + +FONT_SUFFIX="ttf" +FONT_S="${S}" +DOCS="Changelog README*" -- cgit v1.2.3-65-gdbad