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 /games-misc/asr-manpages | |
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 'games-misc/asr-manpages')
-rw-r--r-- | games-misc/asr-manpages/Manifest | 2 | ||||
-rw-r--r-- | games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild | 30 | ||||
-rw-r--r-- | games-misc/asr-manpages/metadata.xml | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/games-misc/asr-manpages/Manifest b/games-misc/asr-manpages/Manifest new file mode 100644 index 000000000000..5d934dcae6db --- /dev/null +++ b/games-misc/asr-manpages/Manifest @@ -0,0 +1,2 @@ +DIST asr-manpages_1.3-6.diff.gz 3558 SHA256 7d61485f61255ce23301f17eee74f8afc302f4482b8a64bfb1342ae4d39206fb SHA512 3b9d75b36c8417e5fdef7e4f3f17321bb482dc9c0cb6ce936a6ca8e2acf5254a39281925763f125898d1888dac4de457094e0b3fdcb5fd6eac5e4c6ce803b6aa WHIRLPOOL 01d69d1f19e9edc2ee6466ed5a519648f1b30f59cfc61a5fcc8a28e8c7bf2fa28b4bd5c00cb0abf4f688dfa6a1c3bdc8ebbeeb46e972a976a75d9e8fcb671071 +DIST asr-manpages_1.3.orig.tar.gz 14711 SHA256 5c60c53eb9ebe5e6a26ca2bd1c920a2332ea2a6db3fd64b14ccc4537e955f354 SHA512 abfc6a9306c128802f0d85faeb27981199e1348d22f9d0afd8f95f59c9c9b0c5eb2c0f028ea0cb10be1fe497146223c93ae787ff90160a9e0809a1965de826af WHIRLPOOL fa9fddf52aeaa413f23074caa9de8a6a3a9aebb788b76312ebd29f43d06f10bf90ca92fd3413acc3c2026380c5a605120782514ac01ad8e1d08bccbd68f0849e diff --git a/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild b/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild new file mode 100644 index 000000000000..48e5f22454b3 --- /dev/null +++ b/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=5 +inherit eutils + +MY_R="6" +MY_P="${PN}_${PV/_rc6/}" +DESCRIPTION="set of humorous manual pages developed on alt.sysadmin.recovery" +HOMEPAGE="http://debian.org/" +SRC_URI="mirror://debian/pool/main/a/asr-manpages/${MY_P}.orig.tar.gz + mirror://debian/pool/main/a/asr-manpages/${MY_P}-${MY_R}.diff.gz" + +LICENSE="freedist" #465704 +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +IUSE="" + +RDEPEND="virtual/man" + +S=${WORKDIR}/${MY_P/_/-}.orig + +src_prepare() { + epatch ../"${MY_P}-${MY_R}.diff" + rm -rf debian +} + +src_install() { + doman * +} diff --git a/games-misc/asr-manpages/metadata.xml b/games-misc/asr-manpages/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-misc/asr-manpages/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |