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/lohit-fonts/Manifest | 1 + .../lohit-fonts/lohit-fonts-2.20150220.ebuild | 29 ++++++++++++++++++++++ media-fonts/lohit-fonts/lohit-fonts-2.4.2.ebuild | 28 +++++++++++++++++++++ media-fonts/lohit-fonts/metadata.xml | 5 ++++ 4 files changed, 63 insertions(+) create mode 100644 media-fonts/lohit-fonts/Manifest create mode 100644 media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild create mode 100644 media-fonts/lohit-fonts/lohit-fonts-2.4.2.ebuild create mode 100644 media-fonts/lohit-fonts/metadata.xml (limited to 'media-fonts/lohit-fonts') diff --git a/media-fonts/lohit-fonts/Manifest b/media-fonts/lohit-fonts/Manifest new file mode 100644 index 000000000000..e2923b0c91bc --- /dev/null +++ b/media-fonts/lohit-fonts/Manifest @@ -0,0 +1 @@ +DIST lohit-fonts-2.4.2.tar.gz 684860 SHA256 f9fc00033dd7c9d25909a1e8dcfcd52ab4aa9c5ce84d4a6329cdf88643237cf6 SHA512 f4f06f7f37118a704f80901a925c6c871d7a5911d16665d0d469f01bae09a706a576e023524cc2334ca373639ef8bbfd97c1fdfadd8141603999ac72634cd5fe WHIRLPOOL 6a4521af0fd433462a10e9e4aeaac4797127ce537a99190f4d5d426961b452940d5fce05c6b8dbaa557470d73f4925113817d2acb09da3e56511258ef9b49aca diff --git a/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild b/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild new file mode 100644 index 000000000000..24cb318d0d01 --- /dev/null +++ b/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Meta ebuild for the Lohit family of Indic fonts" +HOMEPAGE="https://fedorahosted.org/lohit" +LICENSE="OFL-1.1" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=" + =media-fonts/lohit-assamese-2* + =media-fonts/lohit-bengali-2* + =media-fonts/lohit-devanagari-2* + =media-fonts/lohit-gujarati-2* + =media-fonts/lohit-gurmukhi-2* + =media-fonts/lohit-kannada-2* + =media-fonts/lohit-malayalam-2* + =media-fonts/lohit-marathi-2* + =media-fonts/lohit-nepali-2* + =media-fonts/lohit-odia-2* + =media-fonts/lohit-tamil-2* + =media-fonts/lohit-tamil-classical-2* + =media-fonts/lohit-telugu-2* + " diff --git a/media-fonts/lohit-fonts/lohit-fonts-2.4.2.ebuild b/media-fonts/lohit-fonts/lohit-fonts-2.4.2.ebuild new file mode 100644 index 000000000000..24f5f4610480 --- /dev/null +++ b/media-fonts/lohit-fonts/lohit-fonts-2.4.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +FONT_S="${S}" +FONTDIR="/usr/share/fonts/indic" +FONT_SUFFIX="ttf" + +DESCRIPTION="The Lohit family of Indic fonts" +HOMEPAGE="https://fedorahosted.org/lohit" +LICENSE="GPL-2" +SRC_URI="https://fedorahosted.org/releases/l/o/lohit/${P}.tar.gz" + +SLOT="0" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" +IUSE="" + +DOCS="AUTHORS ChangeLog README" + +RESTRICT="test binchecks" + +src_install() { + FONT_CONF=( $(find "${FONT_S}" -name *.conf -print) ) + find "${S}" -name "*.ttf" -exec cp "{}" . \; + font_src_install +} diff --git a/media-fonts/lohit-fonts/metadata.xml b/media-fonts/lohit-fonts/metadata.xml new file mode 100644 index 000000000000..64cc0b687d48 --- /dev/null +++ b/media-fonts/lohit-fonts/metadata.xml @@ -0,0 +1,5 @@ + + + + fonts + -- cgit v1.2.3-65-gdbad