diff options
author | 2013-12-31 01:56:10 +0000 | |
---|---|---|
committer | 2013-12-31 01:56:10 +0000 | |
commit | d6247204a2094936a1face4e5a0118b44ac8929a (patch) | |
tree | 328e611497406cb2bf98d15c050637deeac99683 /dev-vcs/github-pages-publish | |
parent | Initial commit. (diff) | |
download | historical-d6247204a2094936a1face4e5a0118b44ac8929a.tar.gz historical-d6247204a2094936a1face4e5a0118b44ac8929a.tar.bz2 historical-d6247204a2094936a1face4e5a0118b44ac8929a.zip |
Initial commit.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Diffstat (limited to 'dev-vcs/github-pages-publish')
-rw-r--r-- | dev-vcs/github-pages-publish/Manifest | 3 | ||||
-rw-r--r-- | dev-vcs/github-pages-publish/github-pages-publish-0.1.ebuild | 35 | ||||
-rw-r--r-- | dev-vcs/github-pages-publish/metadata.xml | 19 |
3 files changed, 56 insertions, 1 deletions
diff --git a/dev-vcs/github-pages-publish/Manifest b/dev-vcs/github-pages-publish/Manifest index 76467eb89d1b..4560ffab2834 100644 --- a/dev-vcs/github-pages-publish/Manifest +++ b/dev-vcs/github-pages-publish/Manifest @@ -1,3 +1,4 @@ DIST github-pages-publish-0.1.tar.gz 3233 SHA256 97f381a3b9d08db533b857cb9d39b0fa8bae8bcb8df23a2a96f6adeb8ad71700 SHA512 46489d22f893840196b4ebf9b3a035534073565010aa17eff6ca3387c3113043b89d122876b174278c35891cf512c1254af732d97d2f731916a9280536bef40a WHIRLPOOL f660249341dd4b3cb8f0a00d85e8239ccaa3a6697bb36d1585734812a29345b6294a7839cf4c86dfdfcef2086ac5cabd6cd98318bcf5c36d3b45b6a141bc09b9 -EBUILD github-pages-publish-0.1.ebuild 953 SHA256 e10f8fc03f160d54ddeb8cf9e6560bc66479e49dab241ddf7a37df1b8224e934 SHA512 0f90c38dc46da466ffe6222dfa5b9daf3ae8b9f24a4bdd068bf62ef3585306b4e617a13185c5ae04d81b5ac7ae14cbf3e5ee7a01d1432cbd9bef0f8f8ccb485d WHIRLPOOL e576590bdf5fe0ac24cd986f60f29fe7a48a0e4c2dee1664408ec0ecbf7336407d86024ab64eb72ca740379d17f24b500d2eb9412e78c69a9eba7448d22512cb +EBUILD github-pages-publish-0.1.ebuild 963 SHA256 4f613cc6cbf485cd887d2dd55ca5a4b9e0835f5a45234de06752d5de3c35bd33 SHA512 e29fd81d268a46e792a47551e05bb9c70d0291a5bbbb76049cea8fe14771a7a834cf73b3ae99c2547e3a35666424047d9ac5c7e41976b2e24fe0397c2f8feedd WHIRLPOOL a4c538777da7341307807a7b366f2191e13a8d9e1c7d07ace351cd83cbfc972555de33bfcef87e4102bf058bd6f92c54f327218efa3c1538f184ae942852cbbb +MISC ChangeLog 406 SHA256 4aa608986ca82dcfdaed0de47cae22d9f799591ce7b829e9b827e16d07b7b987 SHA512 42ffe1a6401ffb41b1c5d36d5933589703dd526c459afa04c3df3940a3281c933db0a541d00f0e85cc03aa90968505058e194660181e4a33e2ef0e553014a1e7 WHIRLPOOL 2ea0ce00eeab5beb1ccbc80c8c9c284193759d0a5cd8f8b8118d17546f578b9272c810d7aef537db924d82235d93bf34c5bf129acc62adb28777dd388c9eab74 MISC metadata.xml 602 SHA256 b3d1f3efd753f8e060edf6dda22f007ebcf5d16a2698eb814f3ba4ed9209ddb6 SHA512 0b60d771200c3192956a795862aba72d085e3f4ba75ef327dd9daf9ddbdd329812079f1c10da8abcbc14889e63e1732ca49d5d9608e8231731c513bbeeba7e15 WHIRLPOOL d5125533261c163ebd006934d579f373e1f3b1b30da7e93e3196bbba01ea07010a5779464e1bb9138b94c908a448d287151f59bb4d6bd443b90308caa82e79e0 diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.ebuild b/dev-vcs/github-pages-publish/github-pages-publish-0.1.ebuild new file mode 100644 index 000000000000..364ac39620e5 --- /dev/null +++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/github-pages-publish-0.1.ebuild,v 1.1 2013/12/31 01:56:03 rafaelmartins Exp $ + +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/pygit2-0.20.0 + virtual/python-argparse" +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..5af4bf893fec --- /dev/null +++ b/dev-vcs/github-pages-publish/metadata.xml @@ -0,0 +1,19 @@ +<?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> + <longdescription lang="en"> + A script that commits files from a directory to the gh-pages branch + of the current Git repository. + </longdescription> + <upstream> + <maintainer status="active"> + <email>rafaelmartins@gentoo.org</email> + <name>Rafael G. Martins</name> + </maintainer> + <remote-id type="pypi">github-pages-publish</remote-id> + </upstream> +</pkgmetadata> |