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-langdutch | |
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-langdutch')
-rw-r--r-- | dev-texlive/texlive-langdutch/Manifest | 2 | ||||
-rw-r--r-- | dev-texlive/texlive-langdutch/metadata.xml | 12 | ||||
-rw-r--r-- | dev-texlive/texlive-langdutch/texlive-langdutch-2012.ebuild | 20 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-texlive/texlive-langdutch/Manifest b/dev-texlive/texlive-langdutch/Manifest new file mode 100644 index 000000000000..bc0aa0e76914 --- /dev/null +++ b/dev-texlive/texlive-langdutch/Manifest @@ -0,0 +1,2 @@ +DIST texlive-module-collection-langdutch-2012.tar.xz 308 SHA256 8eb29326f75697018cc50cccd4ca28a8a9889a300db49b5ff43a3563d800a793 SHA512 80cbd0c645399b43d2f3aecd248168ba82dcbedd156ceb9662df26e543e15f5e6891fa67e8e8534eee832d6e0766cbc55f99801c9d6152b101a626feb9aab8ef WHIRLPOOL 22013a337226c79d1921a42beba0ea36186cebba5c732591bc9751df72289cc2586f4c7bdbffbcd8c2e8a56cc29420f677921c8cd16635626d72765d20d7fc00 +DIST texlive-module-hyphen-dutch-2012.tar.xz 500 SHA256 a5ff17289457dd4d0a53329d82a1406a6595ca38513f3f8dc47fd1c7f87ef5ca SHA512 68844175b3fe9d7e02aae5380d4465d0c5a3fe5fdc6200e78d1deb6b2e04641c5ed27fa9b95227ad3da32a00a17b6e694df902ada891a2cd8eff72bbb5ad2da8 WHIRLPOOL ae50b91f02f935ea62ae75bda92385f42b47616e5a61dde30f1c027cd0e32237a4cfc943484f84025a290a7a0c8a60a53fdffd65284cd3f9a511f120c4e664e5 diff --git a/dev-texlive/texlive-langdutch/metadata.xml b/dev-texlive/texlive-langdutch/metadata.xml new file mode 100644 index 000000000000..f95fe177bda8 --- /dev/null +++ b/dev-texlive/texlive-langdutch/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 Dutch. +</longdescription> +</pkgmetadata> diff --git a/dev-texlive/texlive-langdutch/texlive-langdutch-2012.ebuild b/dev-texlive/texlive-langdutch/texlive-langdutch-2012.ebuild new file mode 100644 index 000000000000..7cbcc0d625cb --- /dev/null +++ b/dev-texlive/texlive-langdutch/texlive-langdutch-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-dutch collection-langdutch +" +TEXLIVE_MODULE_DOC_CONTENTS="" +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Dutch" + +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} " |