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/libertine | |
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/libertine')
-rw-r--r-- | media-fonts/libertine/Manifest | 3 | ||||
-rw-r--r-- | media-fonts/libertine/libertine-4.7.5.ebuild | 25 | ||||
-rw-r--r-- | media-fonts/libertine/libertine-5.1.3.20110615.ebuild | 26 | ||||
-rw-r--r-- | media-fonts/libertine/libertine-5.3.0.20120702-r2.ebuild | 26 | ||||
-rw-r--r-- | media-fonts/libertine/metadata.xml | 8 |
5 files changed, 88 insertions, 0 deletions
diff --git a/media-fonts/libertine/Manifest b/media-fonts/libertine/Manifest new file mode 100644 index 000000000000..990de68efbf7 --- /dev/null +++ b/media-fonts/libertine/Manifest @@ -0,0 +1,3 @@ +DIST LinLibertineFont-4.7.5-2.tgz 6119255 SHA256 f11ff509b89b060953c8921bcaeab14256999083c2e01c7a23bc1cf1709d1dfa SHA512 5bd694092e17118fd839c9e1ae7ca244f378534db5ab67332b7d02762ed81ee5f296046b8c9c210b927ec36e020d21c006f5a890ba7c77cbba5319384d02d449 WHIRLPOOL 9eae577f6df362da64790a5e130a95cf145360582652b1e3605e6fbb60760cc18b1e7be344d0a6f7ad99123ecc2e8ab83022b1b2a1759f51eb9dcc4551008a61 +DIST LinLibertineOTF_5.3.0_2012_07_02.tgz 3001259 SHA256 3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985 SHA512 a441a127fb56413a69de3a435f3c5870b53ef2d3b6c341f7bf14e112f90d698ed2e7f9b002e0fcf951b93fa7f29be229bd796f8679f0b610d06705f02e01a6c7 WHIRLPOOL c03b7ce3f53f2c1fea5010266f05b777505b0e38a7b0ad1d4e7029c465d0552bddf64751fa3d3dd3164d69427d915b2343bc7b4df817c584873c29227927c597 +DIST LinLibertineTTF-5.1.3_2011_06_15.tgz 15783507 SHA256 1a29ef98f6f2d3bf68eca8a946e428b1a63f0e0c90411286b5f1cdacb86f15d8 SHA512 ea95872f1b7aaae94a999675ff446b5bbff36e0ec0c69a3c02719a7a6031f4b3539aae5e09ae5b16f18e250baf42d630f402b30f4b6c54a831c738d47c165e8a WHIRLPOOL 09368735f243cb1da1b3a18a9e50cbde16584166976a2d55a6f8399316c805cade825cf6fad3047e8601336ee7d4f1117539bd2a7b11748e1194d0851b900f81 diff --git a/media-fonts/libertine/libertine-4.7.5.ebuild b/media-fonts/libertine/libertine-4.7.5.ebuild new file mode 100644 index 000000000000..681ea984bac1 --- /dev/null +++ b/media-fonts/libertine/libertine-4.7.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +MY_PN="LinLibertine" +MY_P="${MY_PN}Font-${PV}-2" + +DESCRIPTION="OpenType fonts from the Linux Libertine Open Fonts Project" +HOMEPAGE="http://linuxlibertine.sourceforge.net/" +SRC_URI="mirror://sourceforge/linuxlibertine/${MY_P}.tgz" + +LICENSE="|| ( GPL-2-with-font-exception OFL )" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" +IUSE="" + +DEPEND="" +RDEPEND="!<x11-libs/pango-1.20.4" + +S="${WORKDIR}/${MY_PN}" +FONT_S="${S}/Fonts" +DOCS="Bugs.txt ChangeLog.txt Readme.txt" +FONT_SUFFIX="ttf otf" diff --git a/media-fonts/libertine/libertine-5.1.3.20110615.ebuild b/media-fonts/libertine/libertine-5.1.3.20110615.ebuild new file mode 100644 index 000000000000..2a59d32cce3c --- /dev/null +++ b/media-fonts/libertine/libertine-5.1.3.20110615.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font versionator + +MY_DATE=$(get_version_component_range 4) +MY_PV=$(get_version_component_range 1-3)_${MY_DATE:0:4}_${MY_DATE:4:2}_${MY_DATE:6} +MY_P="LinLibertineTTF-${MY_PV}" + +DESCRIPTION="OpenType fonts from the Linux Libertine Open Fonts Project" +HOMEPAGE="http://linuxlibertine.sourceforge.net/" +SRC_URI="mirror://sourceforge/linuxlibertine/${MY_P}.tgz" + +LICENSE="|| ( GPL-2-with-font-exception OFL )" +SLOT="0" +KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86" +IUSE="" + +DEPEND="" +RDEPEND="!<x11-libs/pango-1.20.4" + +S="${WORKDIR}" +FONT_S="${S}" +DOCS="Bugs.txt ChangeLog.txt README" +FONT_SUFFIX="ttf" diff --git a/media-fonts/libertine/libertine-5.3.0.20120702-r2.ebuild b/media-fonts/libertine/libertine-5.3.0.20120702-r2.ebuild new file mode 100644 index 000000000000..cb83e1c348ce --- /dev/null +++ b/media-fonts/libertine/libertine-5.3.0.20120702-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit font versionator + +MY_DATE=$(get_version_component_range 4) +MY_PV=$(get_version_component_range 1-3)_${MY_DATE:0:4}_${MY_DATE:4:2}_${MY_DATE:6} +MY_P_OTF="LinLibertineOTF_${MY_PV}" + +DESCRIPTION="Fonts from the Linux Libertine Open Fonts Project" +HOMEPAGE="http://linuxlibertine.org/" +SRC_URI="mirror://sourceforge/linuxlibertine/${MY_P_OTF}.tgz" + +LICENSE="|| ( GPL-2-with-font-exception OFL-1.1 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="!<x11-libs/pango-1.20.4" + +S="${WORKDIR}" +FONT_S="${S}" +FONT_SUFFIX="otf" +DOCS="Bugs.txt ChangeLog.txt README Readme-TEX.txt" diff --git a/media-fonts/libertine/metadata.xml b/media-fonts/libertine/metadata.xml new file mode 100644 index 000000000000..23cc4c91a9ce --- /dev/null +++ b/media-fonts/libertine/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="sourceforge">linuxlibertine</remote-id> + </upstream> +</pkgmetadata> |