From ee5040894171efb58fc45e2649a94ff92df49dad Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Tue, 15 Sep 2020 23:18:00 +0200 Subject: app-text/blogc: version bump Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Rafael Martins --- app-text/blogc/Manifest | 2 +- app-text/blogc/blogc-0.19.0.ebuild | 60 -------------------------------------- app-text/blogc/blogc-0.20.0.ebuild | 60 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 app-text/blogc/blogc-0.19.0.ebuild create mode 100644 app-text/blogc/blogc-0.20.0.ebuild (limited to 'app-text/blogc') diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index f4944304d71c..0089acec57cf 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.19.0.tar.xz 341284 BLAKE2B 1ea0e7f7fe0e4243f54faa15276ac00d29b88f03568d31d08b9522a118072a54e3251c0ae84660fc21bac11d650dd23286b15343d1782fd4d56a397dcb5cc7a6 SHA512 02e1826642a248aa9c5347481a4d89a0ee2ef08cb0985d58aa712c5a8b998ec6033120092d1cb370d86f425d3986fc993a831c195001c73311460f85ad2d0ef8 +DIST blogc-0.20.0.tar.xz 347924 BLAKE2B faabb51237ff4ba3b431b84394cb8ca6f977770f9ed8c1ffbcc841773dc707b9a51694d7a5f3dbe5c573bdd7a16971004551b8ae2c0347273d8c246ae329bd82 SHA512 3738eb23341deb755dbfb0d2e98a73fe53f0e38b929606ebb0a3210d0564a626375d5c20ebff220e63be1f61299492da9061db5366d9d53a28f7ff18cff678a5 diff --git a/app-text/blogc/blogc-0.19.0.ebuild b/app-text/blogc/blogc-0.19.0.ebuild deleted file mode 100644 index 8deec5d2e311..000000000000 --- a/app-text/blogc/blogc-0.19.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2020 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" -RESTRICT="!test? ( 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.20.0.ebuild b/app-text/blogc/blogc-0.20.0.ebuild new file mode 100644 index 000000000000..8deec5d2e311 --- /dev/null +++ b/app-text/blogc/blogc-0.20.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2020 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" +RESTRICT="!test? ( 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