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 --- dev-texlive/texlive-documentation-dutch/Manifest | 3 +++ dev-texlive/texlive-documentation-dutch/metadata.xml | 11 +++++++++++ .../texlive-documentation-dutch-2012.ebuild | 20 ++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 dev-texlive/texlive-documentation-dutch/Manifest create mode 100644 dev-texlive/texlive-documentation-dutch/metadata.xml create mode 100644 dev-texlive/texlive-documentation-dutch/texlive-documentation-dutch-2012.ebuild (limited to 'dev-texlive/texlive-documentation-dutch') diff --git a/dev-texlive/texlive-documentation-dutch/Manifest b/dev-texlive/texlive-documentation-dutch/Manifest new file mode 100644 index 000000000000..3fdd87d5b959 --- /dev/null +++ b/dev-texlive/texlive-documentation-dutch/Manifest @@ -0,0 +1,3 @@ +DIST texlive-module-collection-documentation-dutch-2012.tar.xz 288 SHA256 2bc1842967819975b7997035d344b5013ff2e1cf78b30df7543150999d4b2c92 SHA512 d4952c0c4cd61abf40e12faf4dae99f5d7614863f5d35e83f8dbd8219eb5adf1a579d1ecbd0dc18b16bd3b91dbff173c468443693cbfd18acb7c6187915ad4e0 WHIRLPOOL 2736d8d8f29d311f6a2458b95dc740068815b21f51867cd5fd5257c718b31401716760c07e88ae21b0538c5fd1cc1e4f2d6395bd13cdbee1bd9f7a0fe5a5abaa +DIST texlive-module-lshort-dutch-2012.tar.xz 392 SHA256 a80949fd53ee63231a845ec902b80333399c6ed6adcb8b24a22a839950330228 SHA512 695007679e7c09fbaebec1a770a16ed8a24a5638423b06938456059e093ace9cf17e132c587c44fb2b2de442b8bba4aa1e7d4d29d94392a6ed5f398e34f2d3f9 WHIRLPOOL d7aba1f876e9b1607c1fcb928deb15d9cd3a87cd78633f09ff8e6d4d1ac8da93a9ff45b2e27ed51613cf846331bf417d5d0ea91e762391fb2b2d503101d90251 +DIST texlive-module-lshort-dutch.doc-2012.tar.xz 777008 SHA256 6d59d1239dd9f1a9f73915e87c6aac08239d4278910680af26176de600cde7d4 SHA512 1566a25c8c7a79efb5e7f675c1d07a301461e337b5b7b127cc219fd6e807b8b86e034a49e197735a628db965bc95fe87926770507c0c4abc4131ee872001e5ce WHIRLPOOL cb496d1c784f4b11997352ca8d593fde992becd0574216709280d83f106c3a3cc323a865795d8b93660042d79a038e3f1bda5faafe56290cfdb9b9ad93538b70 diff --git a/dev-texlive/texlive-documentation-dutch/metadata.xml b/dev-texlive/texlive-documentation-dutch/metadata.xml new file mode 100644 index 000000000000..fc27305afea4 --- /dev/null +++ b/dev-texlive/texlive-documentation-dutch/metadata.xml @@ -0,0 +1,11 @@ + + + + tex + + aballier@gentoo.org + Alexis Ballier + + + + diff --git a/dev-texlive/texlive-documentation-dutch/texlive-documentation-dutch-2012.ebuild b/dev-texlive/texlive-documentation-dutch/texlive-documentation-dutch-2012.ebuild new file mode 100644 index 000000000000..7149288611ff --- /dev/null +++ b/dev-texlive/texlive-documentation-dutch/texlive-documentation-dutch-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="lshort-dutch collection-documentation-dutch +" +TEXLIVE_MODULE_DOC_CONTENTS="lshort-dutch.doc " +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Dutch documentation" + +LICENSE="GPL-2 GPL-1 " +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-documentation-base-2012 +" +RDEPEND="${DEPEND} " -- cgit v1.2.3-65-gdbad