From 782923af996c2b5c4bab2168a69b0480bebb7922 Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Fri, 8 Apr 2016 01:45:45 +0200 Subject: app-text/blogc: Version bump. Package-Manager: portage-2.2.26 --- app-text/blogc/Manifest | 2 +- app-text/blogc/blogc-0.7.6.ebuild | 57 --------------------------------------- app-text/blogc/blogc-0.8.0.ebuild | 57 +++++++++++++++++++++++++++++++++++++++ app-text/blogc/blogc-9999.ebuild | 2 +- 4 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 app-text/blogc/blogc-0.7.6.ebuild create mode 100644 app-text/blogc/blogc-0.8.0.ebuild (limited to 'app-text') diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index 76c286a36a11..b5a8a9490c64 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.7.6.tar.xz 279444 SHA256 67799d933ef907973ae9b6333b1a22c254ef49c829e2a24b76eea04484b68de3 SHA512 092590f2249dcc71b170ebbe20bbdd975bea6bb60cbcf8f0739db0bb8318c2718d22becd4be121fd18a63be5619beae9c95b451e417909f4c4e82e53aa6d683e WHIRLPOOL bbe13eb95976d2a36872e7cd034b487550392eeeb2761ea305ff3044215c208a9b634b2af1e25cb92161e1f508b22f1f81919c97f078a250324efa29371548a6 +DIST blogc-0.8.0.tar.xz 270760 SHA256 2f081fee25e7270e3fe3ce6e8a87365449cb5f15f2188154b249c5d5bb8f561c SHA512 ab3a07ae90b5d26ef7bd9c151785e05b1a8d469cffacdd62d34d8dd22170db002aa37d946717ed181f9f053d982e741084c0ce97e8d7a207d16c30629babbafe WHIRLPOOL 90ebdf8c49d2547b9cbd0d7925e843216424e5c0d179e18c4464a90a5a65c224e7bd28a09f7cea271cc8426943140d2ad41714405f6ca23087936ca6d90a5a60 diff --git a/app-text/blogc/blogc-0.7.6.ebuild b/app-text/blogc/blogc-0.7.6.ebuild deleted file mode 100644 index cddb4f58911f..000000000000 --- a/app-text/blogc/blogc-0.7.6.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.1" - 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.0.ebuild b/app-text/blogc/blogc-0.8.0.ebuild new file mode 100644 index 000000000000..19a54614676b --- /dev/null +++ b/app-text/blogc/blogc-0.8.0.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} +} diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild index cddb4f58911f..19a54614676b 100644 --- a/app-text/blogc/blogc-9999.ebuild +++ b/app-text/blogc/blogc-9999.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} = *9999* ]]; then DEPEND="${RDEPEND} app-text/ronn" else - RDEPEND=">=dev-libs/squareball-0.1" + RDEPEND=">=dev-libs/squareball-0.2.0" DEPEND="${RDEPEND}" fi -- cgit v1.2.3-65-gdbad