From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-vcs/github-pages-publish/Manifest | 1 + .../github-pages-publish-0.1.2.ebuild | 35 ++++++++++++++++++++++ dev-vcs/github-pages-publish/metadata.xml | 20 +++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 dev-vcs/github-pages-publish/Manifest create mode 100644 dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild create mode 100644 dev-vcs/github-pages-publish/metadata.xml (limited to 'dev-vcs/github-pages-publish') diff --git a/dev-vcs/github-pages-publish/Manifest b/dev-vcs/github-pages-publish/Manifest new file mode 100644 index 000000000000..3bf0e3c74d2a --- /dev/null +++ b/dev-vcs/github-pages-publish/Manifest @@ -0,0 +1 @@ +DIST github-pages-publish-0.1.2.tar.gz 3295 SHA256 83cf09861e064704cc3f2cd080ff0512f4df91e9b4890927741918d2e06e7be6 SHA512 3011a070c0798bc3f2853c32c6d97e20eb4711a23b4e2c2b188b4158d46d1434d89f8400bebed0806b9781cd8e13800f3e10d9e99ff2fc4e02059329fbee2658 WHIRLPOOL 0e6f72c16e0c5fe422bbd4f55fd137c406edb45ac3b3d092692958a324ccd1016d97da414fff4bfc43fb20a22a08164b818ff544e73bb5ed27b40ae44e28c853 diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild b/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild new file mode 100644 index 000000000000..45d510ed44a5 --- /dev/null +++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +GIT_ECLASS= +if [[ ${PV} = *9999* ]]; then + GIT_ECLASS="git-r3" + EGIT_REPO_URI="git://github.com/rafaelmartins/github-pages-publish.git + https://github.com/rafaelmartins/github-pages-publish.git" +fi + +inherit distutils-r1 ${GIT_ECLASS} + +DESCRIPTION="A script that commits files from a directory to Github Pages" +HOMEPAGE="https://pypi.python.org/pypi/github-pages-publish + https://github.com/rafaelmartins/github-pages-publish" + +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +if [[ ${PV} = *9999* ]]; then + SRC_URI="" + KEYWORDS="" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="dev-python/setuptools + >=dev-python/pygit2-0.20.0" +RDEPEND="${DEPEND}" diff --git a/dev-vcs/github-pages-publish/metadata.xml b/dev-vcs/github-pages-publish/metadata.xml new file mode 100644 index 000000000000..883cf58eefe0 --- /dev/null +++ b/dev-vcs/github-pages-publish/metadata.xml @@ -0,0 +1,20 @@ + + + + + rafaelmartins@gentoo.org + Rafael G. Martins + + + A script that commits files from a directory to the gh-pages branch + of the current Git repository. + + + + rafaelmartins@gentoo.org + Rafael G. Martins + + github-pages-publish + rafaelmartins/github-pages-publish + + -- cgit v1.2.3-65-gdbad