From d9b5192fe1eed01aad77cd34abaaf67c8ea7dd89 Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Mon, 18 Jul 2016 03:08:51 +0200 Subject: app-text/blogc: version bump Package-Manager: portage-2.2.26 --- app-text/blogc/Manifest | 2 +- app-text/blogc/blogc-0.11.0.ebuild | 65 -------------------------------------- app-text/blogc/blogc-0.11.1.ebuild | 65 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 app-text/blogc/blogc-0.11.0.ebuild create mode 100644 app-text/blogc/blogc-0.11.1.ebuild (limited to 'app-text') diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index 2476a0b9ce91..6f8400d213ec 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.11.0.tar.xz 270824 SHA256 70de792af28b44b06657c853893c31c63dcdbb3d18e33ee430d021b9141c4070 SHA512 92d66601e6b1bc1ae11a0739daad7655c0580992f279047a47070f25f9dbd97e534d29a6b6feff9a04a410c5b39ec9eefb010c9deb9a236f0ae361b02f412a1a WHIRLPOOL bbf4343b64312d47f654b4bf6ff5819dbf329ff8eb9361a605007aaf208a4f215b9632f799252eea46cb1c504fbbd68c0052042f6f217e09a2cc2fd333acf1e7 +DIST blogc-0.11.1.tar.xz 271188 SHA256 352a4a25be5b893ce8a570ba3d08f626ed69db62888f4189ea63e84e1fea959c SHA512 3adc2c5a9b6acb8e598bf776f7f2cff80247eae70236009abda390d3b3a0bc2854bba15b6ec78403af4289c41bfeaab94990510a262f109ccae5a43caa1d37bc WHIRLPOOL 8f59e05666df959063e02f1e87f6cb975b7eb755763924d46c54723258379a64d9940b9fca91d9266836fe959c8d85329e49fa0e5ccc90d96f429cf2ed2579e6 diff --git a/app-text/blogc/blogc-0.11.0.ebuild b/app-text/blogc/blogc-0.11.0.ebuild deleted file mode 100644 index 538dbb319bbd..000000000000 --- a/app-text/blogc/blogc-0.11.0.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI=" - git://github.com/blogc/blogc.git - 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 test" - -CDEPEND=" - httpd? ( - dev-libs/libevent - sys-apps/file )" - -RDEPEND="${CDEPEND} - git? ( - dev-vcs/git ) - !dev-vcs/blogc-git-receiver - !www-servers/blogc-runserver" - -DEPEND="${DEPEND} - ${CDEPEND} - virtual/pkgconfig - test? ( - 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 httpd runserver) \ - --disable-valgrind \ - ${myconf} -} diff --git a/app-text/blogc/blogc-0.11.1.ebuild b/app-text/blogc/blogc-0.11.1.ebuild new file mode 100644 index 000000000000..538dbb319bbd --- /dev/null +++ b/app-text/blogc/blogc-0.11.1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +if [[ ${PV} = *9999* ]]; then + EGIT_REPO_URI=" + git://github.com/blogc/blogc.git + 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 test" + +CDEPEND=" + httpd? ( + dev-libs/libevent + sys-apps/file )" + +RDEPEND="${CDEPEND} + git? ( + dev-vcs/git ) + !dev-vcs/blogc-git-receiver + !www-servers/blogc-runserver" + +DEPEND="${DEPEND} + ${CDEPEND} + virtual/pkgconfig + test? ( + 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 httpd runserver) \ + --disable-valgrind \ + ${myconf} +} -- cgit v1.2.3-65-gdbad