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 /app-portage/distpatch | |
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 'app-portage/distpatch')
-rw-r--r-- | app-portage/distpatch/Manifest | 1 | ||||
-rw-r--r-- | app-portage/distpatch/distpatch-0.1.1.ebuild | 27 | ||||
-rw-r--r-- | app-portage/distpatch/metadata.xml | 14 |
3 files changed, 42 insertions, 0 deletions
diff --git a/app-portage/distpatch/Manifest b/app-portage/distpatch/Manifest new file mode 100644 index 000000000000..80225f03654c --- /dev/null +++ b/app-portage/distpatch/Manifest @@ -0,0 +1 @@ +DIST distpatch-0.1.1.tar.gz 19768 SHA256 1a455b14ebef9a6654f08b5280617dcd291e882ff42cd2f28d12b53579594522 SHA512 232a011a7acea42e163a127f640594dd6702aa6c162034be24804c04fc458eab43948c7c5028ee8c49b564ec589564fb80e83ffb9d97c142e3f1c138a25e2739 WHIRLPOOL d6947424d1002b371201a24df6c277afdd81d4282bb91f88eff41777f0cf0a7e7f6ce6b53f688dc27f43bbf9fde8354af705351a119b2af71b8ff4a367e320da diff --git a/app-portage/distpatch/distpatch-0.1.1.ebuild b/app-portage/distpatch/distpatch-0.1.1.ebuild new file mode 100644 index 000000000000..c4d499331540 --- /dev/null +++ b/app-portage/distpatch/distpatch-0.1.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +PYTHON_DEPEND='*:2.6' +SUPPORT_PYTHON_ABIS=1 +RESTRICT_PYTHON_ABIS='2.4 2.5 3.*' + +inherit distutils + +DESCRIPTION="Distfile Patching Support for Gentoo Linux (tools)" +HOMEPAGE="http://www.gentoo.org/proj/en/infrastructure/distpatch/" +SRC_URI="mirror://github/rafaelmartins/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +CDEPEND=">=sys-apps/portage-2.1.8.3 + dev-python/snakeoil" +DEPEND="${CDEPEND} + dev-python/setuptools" +RDEPEND="${CDEPEND} + >=dev-util/diffball-1.0.1" diff --git a/app-portage/distpatch/metadata.xml b/app-portage/distpatch/metadata.xml new file mode 100644 index 000000000000..16df4f6ce986 --- /dev/null +++ b/app-portage/distpatch/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>rafaelmartins@gentoo.org</email> + <name>Rafael G. Martins</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>rafaelmartins@gentoo.org</email> + <name>Rafael G. Martins</name> + </maintainer> + </upstream> +</pkgmetadata> |