From a6608cf57f47f8e6b5ebb95536ba06f211e952c1 Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Thu, 30 Jun 2016 02:23:16 +0200 Subject: app-text/blogc: version bump Package-Manager: portage-2.2.26 --- app-text/blogc/Manifest | 2 +- app-text/blogc/blogc-0.10.1.ebuild | 65 -------------------------------------- app-text/blogc/blogc-0.10.2.ebuild | 65 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 app-text/blogc/blogc-0.10.1.ebuild create mode 100644 app-text/blogc/blogc-0.10.2.ebuild (limited to 'app-text') diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index d5c2ef2da402..012b89b2ab1c 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.10.1.tar.xz 266968 SHA256 c4645607a02ed665ae9b3b07a15a4f54f8312818a3089aa422a5128a7e08b147 SHA512 fa4bec7e1b5395806b59da360b7eda735b6d702c878e27e54eeff57cbabf1a2d86f409cec8d620a80bb673de5c4dda694704e21e118a31dbb82aba25d43cfd58 WHIRLPOOL cf6e73482fa25ccd77d48be2980e9d05e1338eb2c47667f9bc5e39a7591cb7ca04a8878d34086be3dbb3e0d69afd24faec6d742b52a5e2c44e9b226a89315047 +DIST blogc-0.10.2.tar.xz 268232 SHA256 3c3b7659206ebe0c7a4fd9360cf362e7ae2284c4fb7ea8e8aaa889faf4fffd95 SHA512 12a9e0f4236f14a93a0a8adb98d07a0d48ba66da867baeaa185dfece3a6881b892d2f87d8158d1b1f9cf965cecb234c501e44788674e12a822baf3792a414298 WHIRLPOOL 2355283d85c77d89fb2a68e76a5b395d8d4fd5e75620b2ca5262ab77e70e7985b0ed4751adedc29d6a9121a358c3341f56a2ebe2ad413105d519740923f1f35b diff --git a/app-text/blogc/blogc-0.10.1.ebuild b/app-text/blogc/blogc-0.10.1.ebuild deleted file mode 100644 index 538dbb319bbd..000000000000 --- a/app-text/blogc/blogc-0.10.1.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.10.2.ebuild b/app-text/blogc/blogc-0.10.2.ebuild new file mode 100644 index 000000000000..538dbb319bbd --- /dev/null +++ b/app-text/blogc/blogc-0.10.2.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