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 /dev-texlive/texlive-langlatvian | |
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 'dev-texlive/texlive-langlatvian')
-rw-r--r-- | dev-texlive/texlive-langlatvian/Manifest | 2 | ||||
-rw-r--r-- | dev-texlive/texlive-langlatvian/metadata.xml | 12 | ||||
-rw-r--r-- | dev-texlive/texlive-langlatvian/texlive-langlatvian-2012.ebuild | 20 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-texlive/texlive-langlatvian/Manifest b/dev-texlive/texlive-langlatvian/Manifest new file mode 100644 index 000000000000..1e7b37e188ea --- /dev/null +++ b/dev-texlive/texlive-langlatvian/Manifest @@ -0,0 +1,2 @@ +DIST texlive-module-collection-langlatvian-2012.tar.xz 308 SHA256 e3cc5c83751b7a64c1628621c4ab5c4754803c80c45640f0bcd59dda969115cd SHA512 8d9f962cc35d64f6c32a6861671a0a59e1c77016e46b1193f8fa3d1cac1aa06859b33e4cfbaee2fea24a80bf7a3d46fe0b1e10d46ab4ed018cb2081d8d533ac0 WHIRLPOOL 9e61e0263cb90e162694192b0b91a363696f5610b4a2cb0b3d2d5e61449d247c6800ea4c8faef098af17263a481d99ab8c979e5bfc209d3a2b4655099fae9dcb +DIST texlive-module-hyphen-latvian-2012.tar.xz 400 SHA256 caa90959bf608209d8c8926988cc88006a804d68a8230e810922ae88204fdf9b SHA512 f33825da96064a92bd905191c30cb64b9e4ff15939dec4949c297d5169edb43f3f20df8bef99980c9d36bc481b2cc5448373fd6cdf44f3aae7aec77f89ff251f WHIRLPOOL 1118eec4232f74b7603f1ee3a965ceb667f6bcf3f817be9ecf1848afded9a09acbb44ba5a0ba6b0ea55b3b4e5de563edc443bf3020bfee1b0f45d18ff3bd549d diff --git a/dev-texlive/texlive-langlatvian/metadata.xml b/dev-texlive/texlive-langlatvian/metadata.xml new file mode 100644 index 000000000000..f3ea3077f68c --- /dev/null +++ b/dev-texlive/texlive-langlatvian/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>tex</herd> + <maintainer> + <email>aballier@gentoo.org</email> + <name>Alexis Ballier</name> + </maintainer> +<longdescription lang="en"> +Support for typesetting Latvian. +</longdescription> +</pkgmetadata> diff --git a/dev-texlive/texlive-langlatvian/texlive-langlatvian-2012.ebuild b/dev-texlive/texlive-langlatvian/texlive-langlatvian-2012.ebuild new file mode 100644 index 000000000000..87c2ff4488c8 --- /dev/null +++ b/dev-texlive/texlive-langlatvian/texlive-langlatvian-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="hyphen-latvian collection-langlatvian +" +TEXLIVE_MODULE_DOC_CONTENTS="" +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Latvian" + +LICENSE="GPL-2 " +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2012 +" +RDEPEND="${DEPEND} " |