From afdfdd2cb6d9efe421d83eee39d2023ae16465dc Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Sun, 21 Apr 2019 21:08:46 +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.16.0.ebuild | 59 -------------------------------------- app-text/blogc/blogc-0.16.1.ebuild | 59 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 app-text/blogc/blogc-0.16.0.ebuild create mode 100644 app-text/blogc/blogc-0.16.1.ebuild diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index defb3bee4a9..4f3cd131fb8 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.16.0.tar.xz 336748 BLAKE2B 74de0bf35842abb84349a4026f25504df8da244ca9b8e5a5ccbf461dee95b06d0fe628245e8f5fc31a95ea988e8a144e757c910a75961b56f3d56bc0e0ac6b17 SHA512 e3338387dfa31bbffd46ab40097d2eae958e9afd161b60bf5e8476574637d4bedca58ca3c522c6e3498c8a2176187eb0487a88acba8f5188f16805b14453ff8e +DIST blogc-0.16.1.tar.xz 336720 BLAKE2B 1b828ba6ba161ad74b0a880f5e84c43b8c5437e5ac6c745862b695bac0cbbdf6a313b9bacf97acedb5cff5650c71b0344f1a120090836c69441aa7feaa6c9cfa SHA512 bd408a4f9b9b10b7be324e03d70125aafff3bf59750820a8c947dc15323131a199372ffe00421f4ce949b22c65168088c0ed8ba0d55ba8dcab5f871a0dbd243b diff --git a/app-text/blogc/blogc-0.16.0.ebuild b/app-text/blogc/blogc-0.16.0.ebuild deleted file mode 100644 index d5c7c49e8ea..00000000000 --- a/app-text/blogc/blogc-0.16.0.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.1.ebuild b/app-text/blogc/blogc-0.16.1.ebuild new file mode 100644 index 00000000000..d5c7c49e8ea --- /dev/null +++ b/app-text/blogc/blogc-0.16.1.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