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/viga/Manifest | 1 + media-fonts/viga/metadata.xml | 5 +++++ media-fonts/viga/viga-1.ebuild | 17 +++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 media-fonts/viga/Manifest create mode 100644 media-fonts/viga/metadata.xml create mode 100644 media-fonts/viga/viga-1.ebuild (limited to 'media-fonts/viga') diff --git a/media-fonts/viga/Manifest b/media-fonts/viga/Manifest new file mode 100644 index 000000000000..6e5a513a3625 --- /dev/null +++ b/media-fonts/viga/Manifest @@ -0,0 +1 @@ +DIST viga-1.tar.xz 18584 SHA256 ef552eb6711f7474a097a38a6704e119fe0d01487e3a4e08e93edac9eaeaf906 SHA512 cff4b5e1dd8035238b5a83878789ebfb490f61ffdd0c20d752b25985346de2c4ba88747ba11a196ead03460ee8b70fbbb68154f7415a63e82a2bf16847947dc6 WHIRLPOOL 3b4e90ce77bf166bf74ebdf50ffab100109ad175b8d1410a7bedeb02cc566636772b8e0667eb16a67e8f4de9242e426bcd611f1b9934eea6fe270661574adac7 diff --git a/media-fonts/viga/metadata.xml b/media-fonts/viga/metadata.xml new file mode 100644 index 000000000000..c62efd4a8c1d --- /dev/null +++ b/media-fonts/viga/metadata.xml @@ -0,0 +1,5 @@ + + + + fonts + diff --git a/media-fonts/viga/viga-1.ebuild b/media-fonts/viga/viga-1.ebuild new file mode 100644 index 000000000000..4c0978d890c5 --- /dev/null +++ b/media-fonts/viga/viga-1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit font + +DESCRIPTION="A sans-serif font with great personality and good on-screen performance" +HOMEPAGE="http://www.fontsquirrel.com/fonts/viga" +SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +FONT_SUFFIX="otf" -- cgit v1.2.3-65-gdbad