From 79da325732c0235ff434841f395ded71977f65bb Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 5 Nov 2015 00:57:44 -0200 Subject: app-text/blogc: version bump Package-Manager: portage-2.2.20.1 --- app-text/blogc/Manifest | 2 +- app-text/blogc/blogc-0.4.ebuild | 62 ----------------------------------------- app-text/blogc/blogc-0.5.ebuild | 62 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 app-text/blogc/blogc-0.4.ebuild create mode 100644 app-text/blogc/blogc-0.5.ebuild (limited to 'app-text/blogc') diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index 86d36ee9e5fa..bad70cc981be 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.4.tar.xz 247932 SHA256 77686e770c8706941d49c74887c0dda7a17a286718ccb96264392d18be8087b9 SHA512 a1d235f010a700afc4b60b560770567d3fa2ffd28bba1104955ba88fcd4dd1add1ee42c96227ec152e396259312701e64713916c6331608b2a170227446aa7fe WHIRLPOOL f5d428758df2052dbdf06b70beb2453688d1725c3fb545fb1c82589b2ac4b993534fa9c82c203c0e6ba66c7dc6786c5d8f9c4fc3d71923471cfd3c317d518710 +DIST blogc-0.5.tar.xz 248328 SHA256 0c73758dfee9d8a55c3b222449575266b015fd7d81a3f37cdac6e36607d62b45 SHA512 ff8a995738957b9e80cc1cc511d951ef51bfbb20777978369710f44a19d6dafea06977f5e3e919cb2d9829572419fafd18a26634ed75639ceddc1dead8dbb6ce WHIRLPOOL 305b26214501baaab08512e9bf77123c695c96fd6eaa567c732a7e18bbfa84dea6922d3726109519217d4ac156507c794ebe086c13aff28c6889ed7581ad2b26 diff --git a/app-text/blogc/blogc-0.4.ebuild b/app-text/blogc/blogc-0.4.ebuild deleted file mode 100644 index ecc0d6aecdcd..000000000000 --- a/app-text/blogc/blogc-0.4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://github.com/blogc/blogc.git - https://github.com/blogc/blogc.git" - inherit git-r3 autotools -fi - -inherit eutils - -DESCRIPTION="A blog compiler" -HOMEPAGE="http://blogc.org/" - -MY_PV="${PV/_/-}" -MY_PV="${MY_PV/beta/beta.}" - -MY_P="${PN}-${MY_PV}" - -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.xz" -KEYWORDS="~amd64 ~x86" -if [[ ${PV} = *9999* ]]; then - SRC_URI="" - KEYWORDS="" - DEPEND="app-text/ronn" -else - S="${WORKDIR}/${MY_P}" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="test" - -RDEPEND="" - -# pkg-config is used only to find cmocka libraries -DEPEND="${DEPEND} - test? ( - virtual/pkgconfig - dev-util/cmocka )" - -src_prepare() { - [[ ${PV} = *9999* ]] && eautoreconf - epatch_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 \ - ${myconf} -} diff --git a/app-text/blogc/blogc-0.5.ebuild b/app-text/blogc/blogc-0.5.ebuild new file mode 100644 index 000000000000..ecc0d6aecdcd --- /dev/null +++ b/app-text/blogc/blogc-0.5.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +if [[ ${PV} = *9999* ]]; then + EGIT_REPO_URI="git://github.com/blogc/blogc.git + https://github.com/blogc/blogc.git" + inherit git-r3 autotools +fi + +inherit eutils + +DESCRIPTION="A blog compiler" +HOMEPAGE="http://blogc.org/" + +MY_PV="${PV/_/-}" +MY_PV="${MY_PV/beta/beta.}" + +MY_P="${PN}-${MY_PV}" + +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.xz" +KEYWORDS="~amd64 ~x86" +if [[ ${PV} = *9999* ]]; then + SRC_URI="" + KEYWORDS="" + DEPEND="app-text/ronn" +else + S="${WORKDIR}/${MY_P}" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="test" + +RDEPEND="" + +# pkg-config is used only to find cmocka libraries +DEPEND="${DEPEND} + test? ( + virtual/pkgconfig + dev-util/cmocka )" + +src_prepare() { + [[ ${PV} = *9999* ]] && eautoreconf + epatch_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 \ + ${myconf} +} -- cgit v1.2.3-65-gdbad