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/heuristica | |
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/heuristica')
-rw-r--r-- | media-fonts/heuristica/Manifest | 3 | ||||
-rw-r--r-- | media-fonts/heuristica/heuristica-0.2.1.ebuild | 24 | ||||
-rw-r--r-- | media-fonts/heuristica/metadata.xml | 8 |
3 files changed, 35 insertions, 0 deletions
diff --git a/media-fonts/heuristica/Manifest b/media-fonts/heuristica/Manifest new file mode 100644 index 000000000000..c5983037d68d --- /dev/null +++ b/media-fonts/heuristica/Manifest @@ -0,0 +1,3 @@ +DIST heuristica-otf-0.2.1.tar.xz 243156 RMD160 28a7330d49a914be55125f87ee2cbb2a3811a9be SHA1 16ae52ef65cc828061a43f19bbb83a52b3c67533 SHA256 8ce1af5f1028f3ea2c795ad8ef15f010a083733f790052d6231ec90a14aa9fff +DIST heuristica-pfb-0.2.1.tar.xz 584268 RMD160 2db789fc2c0cc4090f134b651fbf0f6f7eb5be83 SHA1 997508098eea02112f4a33bb1a3bc6238a2812b5 SHA256 57ff25dcee7a175da9f1e1a8ba65dab6c7619aa9b6c05bc946ba66a5f4d0da29 +DIST heuristica-ttf-0.2.1.tar.xz 274892 RMD160 e655066245d0ee26e7d93671ce3abc6e1ebf6f76 SHA1 323b04494e74e9a50886df8cdbfafe7383ff5866 SHA256 579c7d9cf39febaf1dbbf5c132e2fc36a43604865d48d1ec1995321a1d26b162 diff --git a/media-fonts/heuristica/heuristica-0.2.1.ebuild b/media-fonts/heuristica/heuristica-0.2.1.ebuild new file mode 100644 index 000000000000..2a1c4428f144 --- /dev/null +++ b/media-fonts/heuristica/heuristica-0.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" + +inherit font + +DESCRIPTION="A font based on Adobe Utopia" +HOMEPAGE="http://code.google.com/p/evristika/" +SRC_URI="http://evristika.googlecode.com/files/${PN}-ttf-${PV}.tar.xz + http://evristika.googlecode.com/files/${PN}-otf-${PV}.tar.xz + http://evristika.googlecode.com/files/${PN}-pfb-${PV}.tar.xz" + +LICENSE="OFL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}" + +FONT_SUFFIX="otf pfb ttf" +FONT_S="${S}" +DOCS="FontLog.txt" diff --git a/media-fonts/heuristica/metadata.xml b/media-fonts/heuristica/metadata.xml new file mode 100644 index 000000000000..49a544d5ee70 --- /dev/null +++ b/media-fonts/heuristica/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>fonts</herd> + <upstream> + <remote-id type="google-code">evristika</remote-id> + </upstream> +</pkgmetadata> |