From fcd9c8a8a799508984e2194c5892946ff834ed27 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 10 Jun 2018 14:54:49 +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.6.ebuild | 59 -------------------------------------- app-text/blogc/blogc-0.13.7.ebuild | 59 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 app-text/blogc/blogc-0.13.6.ebuild create mode 100644 app-text/blogc/blogc-0.13.7.ebuild (limited to 'app-text') diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index aaf18cc74a70..f70c1aec8110 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.13.6.tar.xz 317680 BLAKE2B 12020484ae1260efe8ee66e814a3c8a701fbe093a4abbef5c65ffd0fdd208677e311cbc6ef58aaae521697ffb03c04ce579f596d85879239213cef455ff8bc39 SHA512 101b1f4bb6bf4247d8ece8d263bfb58176ffcf1a85d919360464d24a9bdca0e66fd47a6acd9bfcddb343552fa34b2ef0c059e5045adaec5b6dc6918e2ebf6e39 +DIST blogc-0.13.7.tar.xz 319032 BLAKE2B 687c7967a910ff5d569204161ed8c8824dd00b209a932d998448446e0d7838e03582eb1ce00e1f70bf5bb784059721e338ddf67c5b5823f393011149239bc6ab SHA512 ec77d06677a9c39fc14a888aaf0472faf23d1444f224e306e65993fa22af6cd15b4cf6f542df944a1061a80338aba9a9ab17f98d78398d1bf8cd0ed144dcb279 diff --git a/app-text/blogc/blogc-0.13.6.ebuild b/app-text/blogc/blogc-0.13.6.ebuild deleted file mode 100644 index 29595c41810e..000000000000 --- a/app-text/blogc/blogc-0.13.6.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.7.ebuild b/app-text/blogc/blogc-0.13.7.ebuild new file mode 100644 index 000000000000..29595c41810e --- /dev/null +++ b/app-text/blogc/blogc-0.13.7.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-18-g5258