mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-vcs/blogc-git-receiver: version bump
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user