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-util/cligh | |
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-util/cligh')
-rw-r--r-- | dev-util/cligh/Manifest | 2 | ||||
-rw-r--r-- | dev-util/cligh/cligh-0.1_p20120630.ebuild | 21 | ||||
-rw-r--r-- | dev-util/cligh/cligh-0.2.ebuild | 21 | ||||
-rw-r--r-- | dev-util/cligh/cligh-9999.ebuild | 22 | ||||
-rw-r--r-- | dev-util/cligh/metadata.xml | 12 |
5 files changed, 78 insertions, 0 deletions
diff --git a/dev-util/cligh/Manifest b/dev-util/cligh/Manifest new file mode 100644 index 000000000000..dd4de014d71f --- /dev/null +++ b/dev-util/cligh/Manifest @@ -0,0 +1,2 @@ +DIST cligh-0.1_p20120630.tar.gz 7848 SHA256 a531dac9c04fe832aa823334f7ff9e3b2034876a95d60c1e5a77712aead73539 SHA512 1be944a18cad117ddceb5461f0f53c083f34afe32c79d5ce9494c587fa5d8b8f7c7acc3f7447e18677b7fce2fa96ed7bb34a228b5528f19fe4933a24fefa933d WHIRLPOOL 033a5b14015f23c6ec92931928d594ed2affb9b9b0048b350d608dfd7710fd3f48c6d3aebce07a5d6366c4f1ef63dcf4ad8cc72c85afe9285238fe355556089e +DIST cligh-0.2.tar.gz 7844 SHA256 89b101d9e556d706cb6f5e1fcaec4b226942f52cabd7eef5d5519bcf28269de1 SHA512 9b6e5e187324ccc1d9264aa259f648231f46aa443b75682206a17626f4f6f594a14538066f5e561c8a296d740506216db4cbd6ef7a9d25338a9d641cec7e3b9c WHIRLPOOL ba3aa9974186675831aca44b653c4b74f7224a2dd18de73180145649342efc4222c5877e46609dd68deb9833c98cb94ce4e5f90195ccafb29236b8822baa0789 diff --git a/dev-util/cligh/cligh-0.1_p20120630.ebuild b/dev-util/cligh/cligh-0.1_p20120630.ebuild new file mode 100644 index 000000000000..eca700869ada --- /dev/null +++ b/dev-util/cligh/cligh-0.1_p20120630.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="Command-line interface to GitHub" +HOMEPAGE="http://the-brannons.com/software/cligh.html" +SRC_URI="https://github.com/CMB/cligh/archive/401ce7405d3dc7a90bd519dce8ae9be3bdef43ac.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/PyGithub[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" diff --git a/dev-util/cligh/cligh-0.2.ebuild b/dev-util/cligh/cligh-0.2.ebuild new file mode 100644 index 000000000000..27fc0f9e5afb --- /dev/null +++ b/dev-util/cligh/cligh-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Command-line interface to GitHub" +HOMEPAGE="http://the-brannons.com/software/cligh.html" +SRC_URI="http://the-brannons.com/software/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/PyGithub[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" diff --git a/dev-util/cligh/cligh-9999.ebuild b/dev-util/cligh/cligh-9999.ebuild new file mode 100644 index 000000000000..e7bbda19ba33 --- /dev/null +++ b/dev-util/cligh/cligh-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{3_3,3_4} ) + +inherit distutils-r1 git-2 + +DESCRIPTION="Command-line interface to GitHub" +HOMEPAGE="http://the-brannons.com/software/cligh.html" +EGIT_REPO_URI="git://github.com/CMB/cligh.git + https://github.com/CMB/cligh.git" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="dev-python/PyGithub[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" diff --git a/dev-util/cligh/metadata.xml b/dev-util/cligh/metadata.xml new file mode 100644 index 000000000000..4f7e9b297839 --- /dev/null +++ b/dev-util/cligh/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>williamh@gentoo.org</email> + <name>William Hubbs</name> + </maintainer> + <maintainer> + <email>floppym@gentoo.org</email> + <name>Mike Gilbert</name> + </maintainer> +</pkgmetadata> |