From: "Rafael Martins" <rafaelmartins@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/blogc-git-receiver/
Date: Sun, 23 Aug 2015 17:16:48 +0000 (UTC) [thread overview]
Message-ID: <1440350169.27d81d22599783af500d4b14cf72ec20aeee2640.rafaelmartins@gentoo> (raw)
commit: 27d81d22599783af500d4b14cf72ec20aeee2640
Author: Rafael G. Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 17:15:48 2015 +0000
Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 17:16:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d81d22
dev-vcs/blogc-git-receiver: initial commit
Package-Manager: portage-2.2.20.1
dev-vcs/blogc-git-receiver/Manifest | 1 +
.../blogc-git-receiver-0.1_beta1.ebuild | 40 ++++++++++++++++++++++
.../blogc-git-receiver-9999.ebuild | 40 ++++++++++++++++++++++
dev-vcs/blogc-git-receiver/metadata.xml | 18 ++++++++++
4 files changed, 99 insertions(+)
diff --git a/dev-vcs/blogc-git-receiver/Manifest b/dev-vcs/blogc-git-receiver/Manifest
new file mode 100644
index 0000000..4561303
--- /dev/null
+++ b/dev-vcs/blogc-git-receiver/Manifest
@@ -0,0 +1 @@
+DIST blogc-git-receiver-0.1-beta.1.tar.xz 68348 SHA256 499fc3eb9d2f0f9dcdf28d775b32ac66fc574ca3f82d2e580838d614ba09230e SHA512 ab272647dcace872e89bc79897167247ecce6fb4c826a0b6886c12e827ccb8bccb1256827de8129caaacdce7231a46c8b799a27d2b33f1f76c6b97d62cddf9e9 WHIRLPOOL 68711d41a08b17005f19e805ecf415d0b4034b3618acc13328a4cae281ba5bf3c291ebbe07fa314448e2d7b14dd73846e7a39d5d6199ae6312dc0b8c800b10da
diff --git a/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.1_beta1.ebuild b/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.1_beta1.ebuild
new file mode 100644
index 0000000..7b071ab
--- /dev/null
+++ b/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.1_beta1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} = *9999* ]]; then
+ EGIT_REPO_URI="git://github.com/blogc/blogc-git-receiver.git
+ https://github.com/blogc/blogc-git-receiver.git"
+ inherit git-r3 autotools
+fi
+
+DESCRIPTION="A simple login shell/git hook to deploy blogc websites"
+HOMEPAGE="https://github.com/blogc/blogc-git-receiver"
+
+MY_PV="${PV/_/-}"
+MY_PV="${MY_PV/beta/beta.}"
+
+MY_P="${PN}-${MY_PV}"
+
+SRC_URI="https://github.com/blogc/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.xz"
+KEYWORDS="~amd64 ~x86"
+if [[ ${PV} = *9999* ]]; then
+ SRC_URI=""
+ KEYWORDS=""
+else
+ S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-vcs/git"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ [[ ${PV} = *9999* ]] && eautoreconf
+ default
+}
diff --git a/dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild b/dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild
new file mode 100644
index 0000000..7b071ab
--- /dev/null
+++ b/dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} = *9999* ]]; then
+ EGIT_REPO_URI="git://github.com/blogc/blogc-git-receiver.git
+ https://github.com/blogc/blogc-git-receiver.git"
+ inherit git-r3 autotools
+fi
+
+DESCRIPTION="A simple login shell/git hook to deploy blogc websites"
+HOMEPAGE="https://github.com/blogc/blogc-git-receiver"
+
+MY_PV="${PV/_/-}"
+MY_PV="${MY_PV/beta/beta.}"
+
+MY_P="${PN}-${MY_PV}"
+
+SRC_URI="https://github.com/blogc/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.xz"
+KEYWORDS="~amd64 ~x86"
+if [[ ${PV} = *9999* ]]; then
+ SRC_URI=""
+ KEYWORDS=""
+else
+ S="${WORKDIR}/${MY_P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-vcs/git"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ [[ ${PV} = *9999* ]] && eautoreconf
+ default
+}
diff --git a/dev-vcs/blogc-git-receiver/metadata.xml b/dev-vcs/blogc-git-receiver/metadata.xml
new file mode 100644
index 0000000..9ba75b9
--- /dev/null
+++ b/dev-vcs/blogc-git-receiver/metadata.xml
@@ -0,0 +1,18 @@
+<?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 simple login shell/git hook to deploy blogc websites.
+ </longdescription>
+ <upstream>
+ <maintainer status="active">
+ <email>rafael@rafaelmartins.eng.br</email>
+ <name>Rafael G. Martins</name>
+ </maintainer>
+ <remote-id type="github">blogc/blogc-git-receiver</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2015-08-23 17:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-23 17:16 Rafael Martins [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-23 20:02 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/blogc-git-receiver/ Rafael Martins
2015-08-24 21:16 Rafael Martins
2015-08-25 0:53 Rafael Martins
2015-09-08 4:29 Rafael Martins
2015-09-16 1:29 Rafael Martins
2015-11-11 0:17 Rafael Martins
2016-01-17 15:52 Rafael Martins
2016-03-01 2:04 Rafael Martins
2016-04-17 1:13 Rafael Martins
2016-04-23 20:25 Rafael Martins
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440350169.27d81d22599783af500d4b14cf72ec20aeee2640.rafaelmartins@gentoo \
--to=rafaelmartins@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox