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-texinfo | |
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-texinfo')
-rw-r--r-- | dev-texlive/texlive-texinfo/Manifest | 2 | ||||
-rw-r--r-- | dev-texlive/texlive-texinfo/metadata.xml | 14 | ||||
-rw-r--r-- | dev-texlive/texlive-texinfo/texlive-texinfo-2012.ebuild | 22 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-texlive/texlive-texinfo/Manifest b/dev-texlive/texlive-texinfo/Manifest new file mode 100644 index 000000000000..865722a6042d --- /dev/null +++ b/dev-texlive/texlive-texinfo/Manifest @@ -0,0 +1,2 @@ +DIST texlive-module-collection-texinfo-2012.tar.xz 396 SHA256 d4f897adffc12d0f26b3683941a01d67c01a027f850f60d86d2a75e471584737 SHA512 d57b0f24dd9f8c99fe90a75efff46221d2a5bd7b57c4dc6c435bf5aead4e5739b0c8d30ea855974f5ffb6ef2d794f6d8c7bbe4ba8447f59f6a099ecad91ceabe WHIRLPOOL 5949adcd4755172f1cc49754b9f41515e812402284c55fa1ecfbbd88075f03ef9df776ae5122a0ffccc8778722638227ded3b9661ba85dcae56809d1ee1c06e5 +DIST texlive-module-texinfo-2012.tar.xz 88748 SHA256 a0543e5592034844f2b7308bd496a2bab7deded73e5680d15f9c44af63cbab94 SHA512 ad64d9f2856344686944d223adc3dfee2a9bd4c402dbe11973fd4f89f30928b935ff321547024ce75ba7f2652a6f0db7d57841eb133c310c2d33789be025313d WHIRLPOOL 62522cfd6e45936041cb68eaebe610c1522903f75408642badb4f9bd4ca3a48d7f02137ff812df070c750d8dcd5e1ca7e1d27bdb31dadae61eb41ad598543400 diff --git a/dev-texlive/texlive-texinfo/metadata.xml b/dev-texlive/texlive-texinfo/metadata.xml new file mode 100644 index 000000000000..d47d8adbc598 --- /dev/null +++ b/dev-texlive/texlive-texinfo/metadata.xml @@ -0,0 +1,14 @@ +<?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"> +TeX macros for the GNU Texinfo documentation system. The programs +and documentation are no longer distributed with TeX Live; get +the original Texinfo package for your system. +</longdescription> +</pkgmetadata> diff --git a/dev-texlive/texlive-texinfo/texlive-texinfo-2012.ebuild b/dev-texlive/texlive-texinfo/texlive-texinfo-2012.ebuild new file mode 100644 index 000000000000..764a36e9f5ef --- /dev/null +++ b/dev-texlive/texlive-texinfo/texlive-texinfo-2012.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="texinfo collection-texinfo +" +TEXLIVE_MODULE_DOC_CONTENTS="" +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive GNU Texinfo" + +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-basic-2012 +" +RDEPEND="${DEPEND} dev-texlive/texlive-genericrecommended +dev-texlive/texlive-latex +" |