From 4310b459a1484963483c14038841f61bff3053df Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 17 Apr 2016 04:31:26 +0200 Subject: app-text/blogc: version bump Package-Manager: portage-2.2.26 --- app-text/blogc/Manifest | 2 +- app-text/blogc/blogc-0.8.0.ebuild | 57 --------------------------------------- app-text/blogc/blogc-0.8.1.ebuild | 57 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 58 deletions(-) delete mode 100644 app-text/blogc/blogc-0.8.0.ebuild create mode 100644 app-text/blogc/blogc-0.8.1.ebuild (limited to 'app-text') diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index b5a8a9490c64..9f7cc02a5589 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.8.0.tar.xz 270760 SHA256 2f081fee25e7270e3fe3ce6e8a87365449cb5f15f2188154b249c5d5bb8f561c SHA512 ab3a07ae90b5d26ef7bd9c151785e05b1a8d469cffacdd62d34d8dd22170db002aa37d946717ed181f9f053d982e741084c0ce97e8d7a207d16c30629babbafe WHIRLPOOL 90ebdf8c49d2547b9cbd0d7925e843216424e5c0d179e18c4464a90a5a65c224e7bd28a09f7cea271cc8426943140d2ad41714405f6ca23087936ca6d90a5a60 +DIST blogc-0.8.1.tar.xz 270704 SHA256 06b9367ff6992a0aac447d74b1df13c35f58f7ac06ee331260462ce3a402864f SHA512 2a8f00401a3f119532dfadde5bf62f455ea229fab75ca5219493aec7cc502a29e62226e88a663441f317b065053284dd78303bd8c423aff5d46cff20c3a2c6d7 WHIRLPOOL f68aa583780d7b4a1b7dc97c9bf617792780322fc766bfa2bc45f74965e1f98a7d7161bd2175b0d68c2564e3914e24513db603b7dd0f0e99979cb816cd4a0ac8 diff --git a/app-text/blogc/blogc-0.8.0.ebuild b/app-text/blogc/blogc-0.8.0.ebuild deleted file mode 100644 index 19a54614676b..000000000000 --- a/app-text/blogc/blogc-0.8.0.ebuild +++ /dev/null @@ -1,57 +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="http://blogc.org/" - -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" -KEYWORDS="~amd64 ~x86" -if [[ ${PV} = *9999* ]]; then - SRC_URI="" - KEYWORDS="" - RDEPEND="=dev-libs/squareball-9999" - DEPEND="${RDEPEND} - app-text/ronn" -else - RDEPEND=">=dev-libs/squareball-0.2.0" - DEPEND="${RDEPEND}" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="test" - -DEPEND="${DEPEND} - 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) \ - --disable-valgrind \ - --with-squareball=system \ - ${myconf} -} diff --git a/app-text/blogc/blogc-0.8.1.ebuild b/app-text/blogc/blogc-0.8.1.ebuild new file mode 100644 index 000000000000..19a54614676b --- /dev/null +++ b/app-text/blogc/blogc-0.8.1.ebuild @@ -0,0 +1,57 @@ +# 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="http://blogc.org/" + +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" +KEYWORDS="~amd64 ~x86" +if [[ ${PV} = *9999* ]]; then + SRC_URI="" + KEYWORDS="" + RDEPEND="=dev-libs/squareball-9999" + DEPEND="${RDEPEND} + app-text/ronn" +else + RDEPEND=">=dev-libs/squareball-0.2.0" + DEPEND="${RDEPEND}" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="test" + +DEPEND="${DEPEND} + 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) \ + --disable-valgrind \ + --with-squareball=system \ + ${myconf} +} -- cgit v1.2.3-65-gdbad