From 8aba58b7899a099562b4fe8e3b4cfaa16bf5e391 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 14 May 2018 02:04:01 +0200 Subject: app-text/blogc: version bump Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- app-text/blogc/Manifest | 2 +- app-text/blogc/blogc-0.13.4.ebuild | 59 -------------------------------------- app-text/blogc/blogc-0.13.5.ebuild | 59 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 app-text/blogc/blogc-0.13.4.ebuild create mode 100644 app-text/blogc/blogc-0.13.5.ebuild (limited to 'app-text') diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index a7bd342b80e0..1a8b06dc5274 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.13.4.tar.xz 316512 BLAKE2B 63621540561278805fb9656ece5478b38f9ab7c1ce998bf841037e761a0a67d8ed76807930ca0def29f3d77bc2ef7e154ed79194a794bc07cef5c2a8683efa8b SHA512 e5382f8e9b7304a27dd58419000eee0102b17c0d264d1f0614f46e2531efbb14d01fd336759d07e2e83ce84dbe233a4d7b095f28bd85a963139483fd5d900a32 +DIST blogc-0.13.5.tar.xz 317548 BLAKE2B aaaefc814785fa12e52489a0255612f8b69579554cd0858da3f79099cf23508c8f2041634faab94f39db554e8e9d3d49cec7f61adcf32faaa0197a2fdc33ece3 SHA512 26682a7bff063aa51a550d31fff10a283bec0ae30279b6d48609832f89918e4d316b923c561f5bbc07e8d2f12a83b6f36468537c5c7449b261f541293dda22c9 diff --git a/app-text/blogc/blogc-0.13.4.ebuild b/app-text/blogc/blogc-0.13.4.ebuild deleted file mode 100644 index 29595c41810e..000000000000 --- a/app-text/blogc/blogc-0.13.4.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="https://github.com/blogc/blogc.git" - inherit git-r3 autotools -fi - -DESCRIPTION="A blog compiler" -HOMEPAGE="https://blogc.rgm.io/" - -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" -KEYWORDS="~amd64 ~x86" -if [[ ${PV} = *9999* ]]; then - SRC_URI="" - KEYWORDS="" - DEPEND="app-text/ronn" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="git httpd make test" - -RDEPEND=" - git? ( - dev-vcs/git ) - !dev-vcs/blogc-git-receiver - !www-servers/blogc-runserver" - -DEPEND="${DEPEND} - virtual/pkgconfig - test? ( - git? ( dev-vcs/git ) - dev-util/cmocka )" - -src_prepare() { - [[ ${PV} = *9999* ]] && eautoreconf - eapply_user - default -} - -src_configure() { - local myconf="" - if [[ ${PV} = *9999* ]]; then - myconf+="--enable-ronn" - else - myconf+="--disable-ronn" - fi - econf \ - $(use_enable test tests) \ - $(use_enable git git-receiver) \ - $(use_enable make make) \ - $(use_enable httpd runserver) \ - --disable-make-embedded \ - --disable-valgrind \ - ${myconf} -} diff --git a/app-text/blogc/blogc-0.13.5.ebuild b/app-text/blogc/blogc-0.13.5.ebuild new file mode 100644 index 000000000000..29595c41810e --- /dev/null +++ b/app-text/blogc/blogc-0.13.5.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +if [[ ${PV} = *9999* ]]; then + EGIT_REPO_URI="https://github.com/blogc/blogc.git" + inherit git-r3 autotools +fi + +DESCRIPTION="A blog compiler" +HOMEPAGE="https://blogc.rgm.io/" + +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" +KEYWORDS="~amd64 ~x86" +if [[ ${PV} = *9999* ]]; then + SRC_URI="" + KEYWORDS="" + DEPEND="app-text/ronn" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="git httpd make test" + +RDEPEND=" + git? ( + dev-vcs/git ) + !dev-vcs/blogc-git-receiver + !www-servers/blogc-runserver" + +DEPEND="${DEPEND} + virtual/pkgconfig + test? ( + git? ( dev-vcs/git ) + dev-util/cmocka )" + +src_prepare() { + [[ ${PV} = *9999* ]] && eautoreconf + eapply_user + default +} + +src_configure() { + local myconf="" + if [[ ${PV} = *9999* ]]; then + myconf+="--enable-ronn" + else + myconf+="--disable-ronn" + fi + econf \ + $(use_enable test tests) \ + $(use_enable git git-receiver) \ + $(use_enable make make) \ + $(use_enable httpd runserver) \ + --disable-make-embedded \ + --disable-valgrind \ + ${myconf} +} -- cgit v1.2.3-65-gdbad