From fecd0522cd0f9d23f64daa59ee72418f3b70b19a Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 19 Jun 2016 17:46:48 +0200 Subject: app-text/blogc: version bump Package-Manager: portage-2.2.26 --- app-text/blogc/Manifest | 2 +- app-text/blogc/blogc-0.10.0.ebuild | 65 -------------------------------------- app-text/blogc/blogc-0.10.1.ebuild | 65 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 app-text/blogc/blogc-0.10.0.ebuild create mode 100644 app-text/blogc/blogc-0.10.1.ebuild (limited to 'app-text') diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest index b56d2e48f5e..d5c2ef2da40 100644 --- a/app-text/blogc/Manifest +++ b/app-text/blogc/Manifest @@ -1 +1 @@ -DIST blogc-0.10.0.tar.xz 266800 SHA256 6d76d7b3054bc126e3e80ecc9248d8f7fa30d633544c1ce2d5839b413da13008 SHA512 1f1b9b3c6898e7b5251901ba297b101fc9d65820776f6e48af3bf54cb73faaee5d377f1b3ba0464328d73c1c479abd63ff6f61b17f3357fe7c24c508feaa9158 WHIRLPOOL 5e093c024a755f750dbcc0b15eb665858941d79a7c4e62a9f16d06d15a6475dd83338d0e49fc8cffaabe070ebbd37fab8df16411d74e16d234e493cf01fd79ec +DIST blogc-0.10.1.tar.xz 266968 SHA256 c4645607a02ed665ae9b3b07a15a4f54f8312818a3089aa422a5128a7e08b147 SHA512 fa4bec7e1b5395806b59da360b7eda735b6d702c878e27e54eeff57cbabf1a2d86f409cec8d620a80bb673de5c4dda694704e21e118a31dbb82aba25d43cfd58 WHIRLPOOL cf6e73482fa25ccd77d48be2980e9d05e1338eb2c47667f9bc5e39a7591cb7ca04a8878d34086be3dbb3e0d69afd24faec6d742b52a5e2c44e9b226a89315047 diff --git a/app-text/blogc/blogc-0.10.0.ebuild b/app-text/blogc/blogc-0.10.0.ebuild deleted file mode 100644 index 538dbb319bb..00000000000 --- a/app-text/blogc/blogc-0.10.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.10.1.ebuild b/app-text/blogc/blogc-0.10.1.ebuild new file mode 100644 index 00000000000..538dbb319bb --- /dev/null +++ b/app-text/blogc/blogc-0.10.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.1