diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-fonts/exljbris-free | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-fonts/exljbris-free')
-rw-r--r-- | media-fonts/exljbris-free/Manifest | 5 | ||||
-rw-r--r-- | media-fonts/exljbris-free/exljbris-free-20100320.ebuild | 34 | ||||
-rw-r--r-- | media-fonts/exljbris-free/metadata.xml | 10 |
3 files changed, 49 insertions, 0 deletions
diff --git a/media-fonts/exljbris-free/Manifest b/media-fonts/exljbris-free/Manifest new file mode 100644 index 000000000000..389282197613 --- /dev/null +++ b/media-fonts/exljbris-free/Manifest @@ -0,0 +1,5 @@ +DIST Diavlo_II_37b2.zip 127714 SHA256 863acd293fb186eebdbf77cba2739f26626874c848bedb9b7577e07e5996a3d3 +DIST FontinSans_49.zip 89449 SHA256 8b04ea509ec5fa8ddf921c94ba1824130071d16b7f83b09bc257b9311ff65a6e +DIST delicious-123.zip 90823 SHA256 e9d5ce8e7c8dbf521727bddfbbe1e947fb28f5a0143ee7f5287f45e5beb70ed2 +DIST fontin2_pc.zip 74922 SHA256 d5dae334a8a01fe0ee817bb94a1a567d0128827818f72418735e1f1fc0738d62 +DIST tallys_15b2.zip 16564 SHA256 c0b951253e07557590b3dc2c7ffea19d553b3f5bf34d45f80b4114d90e527bad diff --git a/media-fonts/exljbris-free/exljbris-free-20100320.ebuild b/media-fonts/exljbris-free/exljbris-free-20100320.ebuild new file mode 100644 index 000000000000..c8f64cefd8d0 --- /dev/null +++ b/media-fonts/exljbris-free/exljbris-free-20100320.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +DESCRIPTION="Beautiful free fonts from exljbris Font Foundry" +HOMEPAGE="http://www.josbuivenga.demon.nl/" +SRC_URI="http://www.exljbris.com/dl/delicious-123.zip + http://www.exljbris.com/dl/Diavlo_II_37b2.zip + http://www.exljbris.com/dl/fontin2_pc.zip + http://www.exljbris.com/dl/FontinSans_49.zip + http://www.exljbris.com/dl/tallys_15b2.zip" + +LICENSE="exljbris-free" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT="mirror" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" +FONT_S="${S}" +FONT_SUFFIX="otf ttf" + +src_unpack() { + unpack ${A} + cd "${S}" + + mv "${S}"/Diavlo_II_37/*.otf "${S}" +} diff --git a/media-fonts/exljbris-free/metadata.xml b/media-fonts/exljbris-free/metadata.xml new file mode 100644 index 000000000000..45d8e5af5fad --- /dev/null +++ b/media-fonts/exljbris-free/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>fonts</herd> + <longdescription lang="en"> + Free fonts from exljbris. Includes the fonts: Delicious, Diavlo, Fontin, + Fontin Sans and Tallys. + </longdescription> +</pkgmetadata> + |