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/fifth-leg/Manifest | 1 + media-fonts/fifth-leg/fifth-leg-0.6.ebuild | 23 +++++++++++++++++++++++ media-fonts/fifth-leg/metadata.xml | 9 +++++++++ 3 files changed, 33 insertions(+) create mode 100644 media-fonts/fifth-leg/Manifest create mode 100644 media-fonts/fifth-leg/fifth-leg-0.6.ebuild create mode 100644 media-fonts/fifth-leg/metadata.xml (limited to 'media-fonts/fifth-leg') diff --git a/media-fonts/fifth-leg/Manifest b/media-fonts/fifth-leg/Manifest new file mode 100644 index 00000000000..723ec7bd559 --- /dev/null +++ b/media-fonts/fifth-leg/Manifest @@ -0,0 +1 @@ +DIST opensuse-font-fifth-leg-0.6.tar.bz2 265609 SHA256 2facb31148078fa17264ce5bcd6c30e59769150f0b7d6c6536de15bb3f2c5f55 SHA512 7c2ee6aab8d5bc54d3a0d3a7d02ff5514cdc9e6672fcd28e827197061e5aa3f023b1d6cbe7077458f8cb3046a22e4aac085d4a56398d59845d004edde67622f9 WHIRLPOOL a9e80f101846cc383e232a6513c0b346d234c9a0b85b31ef84f0cf17fccc7a5fb8de91ce9df4b29257b99b1b7b71d8daffa568bb3ccd765b9eeeb3b640724311 diff --git a/media-fonts/fifth-leg/fifth-leg-0.6.ebuild b/media-fonts/fifth-leg/fifth-leg-0.6.ebuild new file mode 100644 index 00000000000..20b9d371c40 --- /dev/null +++ b/media-fonts/fifth-leg/fifth-leg-0.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +OPENSUSE_RELEASE="12.2" +OBS_PACKAGE="${PN}-font" + +inherit font obs-download + +DESCRIPTION="Simplistic, technical sans serif - openSUSE font" +HOMEPAGE="http://jimmac.musichall.cz/log/?p=439" +SRC_URI="${OBS_URI}/opensuse-font-${P}.tar.bz2" + +LICENSE="OFL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +FONT_SUFFIX="otf sfd" +FONT_S="${WORKDIR}" +S="${FONT_S}" diff --git a/media-fonts/fifth-leg/metadata.xml b/media-fonts/fifth-leg/metadata.xml new file mode 100644 index 00000000000..0f6c71b658f --- /dev/null +++ b/media-fonts/fifth-leg/metadata.xml @@ -0,0 +1,9 @@ + + + +suse + +Fifth Leg font is simplistic, technical sans serif. It is used for openSUSE branded material. Free alternative that mimics Cholla font. + + + -- cgit v1.2.1