From fdae8b11852065252ec9b818694c4d401b956e3c Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Sat, 13 Apr 2019 23:53:23 +0200 Subject: app-text/blogc: version bump Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Rafael Martins --- app-text/blogc/Manifest | 2 +- app-text/blogc/blogc-0.15.1.ebuild | 59 -------------------------------------- app-text/blogc/blogc-0.16.0.ebuild | 59 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 app-text/blogc/blogc-0.15.1.ebuild create mode 100644 app-text/blogc/blogc-0.16.0.ebuild (limited to 'app-text/blogc') diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index d525ecbd1ad8..defb3bee4a9c 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.15.1.tar.xz 335708 BLAKE2B b8249c619a2d594895e02855cdae24e715393d4ff60d6eda4ed53c629c567e545ea78fca545a99e4bfa0f54545d8694f1ed40c001b7d1701963cf7a692351b21 SHA512 d22c67db483176d4cf873f0a4d2fd10a1413cee976e12fd49b3e35aa5edf80888dd7470e3523a08c45cf7fe700f578d9a0acc65863fd56776f91b30a13919573 +DIST blogc-0.16.0.tar.xz 336748 BLAKE2B 74de0bf35842abb84349a4026f25504df8da244ca9b8e5a5ccbf461dee95b06d0fe628245e8f5fc31a95ea988e8a144e757c910a75961b56f3d56bc0e0ac6b17 SHA512 e3338387dfa31bbffd46ab40097d2eae958e9afd161b60bf5e8476574637d4bedca58ca3c522c6e3498c8a2176187eb0487a88acba8f5188f16805b14453ff8e diff --git a/app-text/blogc/blogc-0.15.1.ebuild b/app-text/blogc/blogc-0.15.1.ebuild deleted file mode 100644 index d5c7c49e8ea5..000000000000 --- a/app-text/blogc/blogc-0.15.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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.16.0.ebuild b/app-text/blogc/blogc-0.16.0.ebuild new file mode 100644 index 000000000000..d5c7c49e8ea5 --- /dev/null +++ b/app-text/blogc/blogc-0.16.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2019 Gentoo Authors +# 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