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/repo-commit | |
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/repo-commit')
-rw-r--r-- | app-portage/repo-commit/Manifest | 2 | ||||
-rw-r--r-- | app-portage/repo-commit/metadata.xml | 24 | ||||
-rw-r--r-- | app-portage/repo-commit/repo-commit-0.4.1.ebuild | 25 | ||||
-rw-r--r-- | app-portage/repo-commit/repo-commit-0.4.ebuild | 25 | ||||
-rw-r--r-- | app-portage/repo-commit/repo-commit-9999.ebuild | 37 |
5 files changed, 113 insertions, 0 deletions
diff --git a/app-portage/repo-commit/Manifest b/app-portage/repo-commit/Manifest new file mode 100644 index 000000000000..5d20638129a2 --- /dev/null +++ b/app-portage/repo-commit/Manifest @@ -0,0 +1,2 @@ +DIST repo-commit-0.4.1.tar.bz2 54416 SHA256 2012984b21af51cb65dfbba7ab67c5df886ff0555143be85763259acb06df1d9 SHA512 25d4ec02605454e49dafb59a753abbe6b28b2e07225d5479bfa0e0d493d3dd6bd2302dd4efaa2d6a6af5f8c7e41a5029ac8edb9d7b1dd8ec9349a057d1d61622 WHIRLPOOL a8f0c46cf950a74b6fdf6d5c0a35bed3fac4a86da16f8c36df2a9da01bc0bbb678044e8640d19b1fb8d5535e34eed65a987e1f4f40c251c2d165b2c4f186dc5f +DIST repo-commit-0.4.tar.bz2 54122 SHA256 63dc29d7f485df0966ed0b73cf61f40a1892953f5b3355aa11859b395b736d60 SHA512 5d338a359bd4024339d26e56d1f4809acab00ab3c6b69227b1b7431aae6038c1154a6ded41d1a5e9810ebc1bd59609e205428efaf36b539e1ad15a0295f25155 WHIRLPOOL f9ce0aa4acf16f30656a35ce33c9c51f04e0c9ef2086addaa7cc148bb0f5094dcb8076e2c06d28eed2b218a397249e1f303c514c78476c42c461375fef7137cd diff --git a/app-portage/repo-commit/metadata.xml b/app-portage/repo-commit/metadata.xml new file mode 100644 index 000000000000..1f7786ad0942 --- /dev/null +++ b/app-portage/repo-commit/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <maintainer> + <email>binki@gentoo.org</email> + <name>Nathan Phillip Brink</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <maintainer status="active"> + <email>binki@gentoo.org</email> + <name>Nathan Phillip Brink</name> + </maintainer> + <bugs-to>https://bitbucket.org/gentoo/repo-commit/issues/</bugs-to> + <remote-id type="bitbucket">gentoo/repo-commit</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-portage/repo-commit/repo-commit-0.4.1.ebuild b/app-portage/repo-commit/repo-commit-0.4.1.ebuild new file mode 100644 index 000000000000..98d15a93f986 --- /dev/null +++ b/app-portage/repo-commit/repo-commit-0.4.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools-utils + +DESCRIPTION="A repository commit helper" +HOMEPAGE="https://bitbucket.org/gentoo/repo-commit/" +SRC_URI="https://www.bitbucket.org/gentoo/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + || ( + >=sys-apps/portage-2.2.0_alpha86 + ( >=sys-apps/portage-2.1.10.30 + <sys-apps/portage-2.2.0_alpha ) + app-portage/gentoolkit-dev + ) + sys-apps/portage" diff --git a/app-portage/repo-commit/repo-commit-0.4.ebuild b/app-portage/repo-commit/repo-commit-0.4.ebuild new file mode 100644 index 000000000000..98d15a93f986 --- /dev/null +++ b/app-portage/repo-commit/repo-commit-0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools-utils + +DESCRIPTION="A repository commit helper" +HOMEPAGE="https://bitbucket.org/gentoo/repo-commit/" +SRC_URI="https://www.bitbucket.org/gentoo/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + || ( + >=sys-apps/portage-2.2.0_alpha86 + ( >=sys-apps/portage-2.1.10.30 + <sys-apps/portage-2.2.0_alpha ) + app-portage/gentoolkit-dev + ) + sys-apps/portage" diff --git a/app-portage/repo-commit/repo-commit-9999.ebuild b/app-portage/repo-commit/repo-commit-9999.ebuild new file mode 100644 index 000000000000..ed1d4f858722 --- /dev/null +++ b/app-portage/repo-commit/repo-commit-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +#if LIVE +AUTOTOOLS_AUTORECONF=yes +EGIT_REPO_URI="http://bitbucket.org/gentoo/${PN}.git" + +inherit git-r3 +#endif + +inherit autotools-utils + +DESCRIPTION="A repository commit helper" +HOMEPAGE="https://bitbucket.org/gentoo/repo-commit/" +SRC_URI="https://www.bitbucket.org/gentoo/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + || ( + >=sys-apps/portage-2.2.0_alpha86 + ( >=sys-apps/portage-2.1.10.30 + <sys-apps/portage-2.2.0_alpha ) + app-portage/gentoolkit-dev + ) + sys-apps/portage" +#if LIVE + +KEYWORDS= +SRC_URI= +#endif |