public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue,  1 Mar 2016 02:04:05 +0000 (UTC)	[thread overview]
Message-ID: <1456797790.8491edcf3f70a8fa0c700836b88dc8bbf980eb4b.rafaelmartins@gentoo> (raw)

commit:     8491edcf3f70a8fa0c700836b88dc8bbf980eb4b
Author:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  1 02:03:10 2016 +0000
Commit:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Tue Mar  1 02:03:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8491edcf

dev-vcs/blogc-git-receiver: version bump

Package-Manager: portage-2.2.26

 dev-vcs/blogc-git-receiver/Manifest                 |  2 +-
 ...r-0.3.ebuild => blogc-git-receiver-0.3.1.ebuild} | 21 +++++++++++----------
 .../blogc-git-receiver-9999.ebuild                  | 21 +++++++++++----------
 3 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/dev-vcs/blogc-git-receiver/Manifest b/dev-vcs/blogc-git-receiver/Manifest
index 3f672a2..7afd620 100644
--- a/dev-vcs/blogc-git-receiver/Manifest
+++ b/dev-vcs/blogc-git-receiver/Manifest
@@ -1 +1 @@
-DIST blogc-git-receiver-0.3.tar.xz 69644 SHA256 29927afc6900ec781d9d0455d4ca79bdd59a320e023ffdad9705d4b4d8017990 SHA512 d12e03f5bde55baf946c788790e35f355d53638cdae0ba08b4099cbf861bc0bb5c7c8a8a5f02ebd670c581e220d33074e6bbe4db76f86189d0a493e1b4313325 WHIRLPOOL d135de4df71a34ca6fb98dc778ba0a9526152a08884c8b6e2bb1412f8646a616634576b24c603d919d6123220eb9099072d6a9a42c71b3a7c125d739eea9bab3
+DIST blogc-git-receiver-0.3.1.tar.xz 248740 SHA256 684b295f00ac1a5e88db01fdae3197795e7636d82cfd7aa3b2632c7c7254db87 SHA512 63c6fa417c39d1e4da197a519d3cfc20b29a47f6c0f3e75f6bd796416aca7570fa293a3c3eb7e1c2949a3746d1caa84021296e2fe32e6ccbde9553ff56346c25 WHIRLPOOL 887fe34e721ad9ac9afb5824d85619f737798e2ab3f5a8c1fcee04ed5a3f099777b90164d55055b70ce6c1283ac672349c7a30730590e65f1e1851f6af9ba917

diff --git a/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.3.ebuild b/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.3.1.ebuild
similarity index 70%
rename from dev-vcs/blogc-git-receiver/blogc-git-receiver-0.3.ebuild
rename to dev-vcs/blogc-git-receiver/blogc-git-receiver-0.3.1.ebuild
index 5b79d30..8c73a5c 100644
--- a/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.3.ebuild
+++ b/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.3.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="git://github.com/blogc/blogc-git-receiver.git
@@ -13,28 +13,29 @@ 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"
+SRC_URI="https://github.com/blogc/${PN}/releases/download/v${PV}/${P}.tar.xz"
 KEYWORDS="~amd64 ~x86"
 if [[ ${PV} = *9999* ]]; then
 	SRC_URI=""
 	KEYWORDS=""
+	DEPEND="=dev-libs/squareball-9999"
 else
-	S="${WORKDIR}/${MY_P}"
+	DEPEND=">=dev-libs/squareball-0.1"
 fi
 
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-vcs/git"
-DEPEND=""
+RDEPEND="${DEPEND}
+	dev-vcs/git"
 
 src_prepare() {
 	[[ ${PV} = *9999* ]] && eautoreconf
 	default
 }
+
+src_configure() {
+	econf \
+		--with-squareball=system
+}

diff --git a/dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild b/dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild
index 5b79d30..8c73a5c 100644
--- a/dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild
+++ b/dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="git://github.com/blogc/blogc-git-receiver.git
@@ -13,28 +13,29 @@ 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"
+SRC_URI="https://github.com/blogc/${PN}/releases/download/v${PV}/${P}.tar.xz"
 KEYWORDS="~amd64 ~x86"
 if [[ ${PV} = *9999* ]]; then
 	SRC_URI=""
 	KEYWORDS=""
+	DEPEND="=dev-libs/squareball-9999"
 else
-	S="${WORKDIR}/${MY_P}"
+	DEPEND=">=dev-libs/squareball-0.1"
 fi
 
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-vcs/git"
-DEPEND=""
+RDEPEND="${DEPEND}
+	dev-vcs/git"
 
 src_prepare() {
 	[[ ${PV} = *9999* ]] && eautoreconf
 	default
 }
+
+src_configure() {
+	econf \
+		--with-squareball=system
+}


             reply	other threads:[~2016-03-01  2:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-01  2:04 Rafael Martins [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-23 20:25 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/blogc-git-receiver/ Rafael Martins
2016-04-17  1:13 Rafael Martins
2016-01-17 15:52 Rafael Martins
2015-11-11  0:17 Rafael Martins
2015-09-16  1:29 Rafael Martins
2015-09-08  4:29 Rafael Martins
2015-08-25  0:53 Rafael Martins
2015-08-24 21:16 Rafael Martins
2015-08-23 20:02 Rafael Martins
2015-08-23 17:16 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=1456797790.8491edcf3f70a8fa0c700836b88dc8bbf980eb4b.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