From 6c23e379aaa90283db610cd7996a9596480d2f0a Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Wed, 6 Apr 2016 02:02:41 +0200 Subject: dev-libs/squareball: Version bump. Package-Manager: portage-2.2.26 --- dev-libs/squareball/Manifest | 2 +- dev-libs/squareball/squareball-0.1.ebuild | 61 ----------------------------- dev-libs/squareball/squareball-0.2.0.ebuild | 61 +++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 dev-libs/squareball/squareball-0.1.ebuild create mode 100644 dev-libs/squareball/squareball-0.2.0.ebuild (limited to 'dev-libs/squareball') diff --git a/dev-libs/squareball/Manifest b/dev-libs/squareball/Manifest index f0b40e223ac1..950063a038b5 100644 --- a/dev-libs/squareball/Manifest +++ b/dev-libs/squareball/Manifest @@ -1 +1 @@ -DIST squareball-0.1.tar.xz 239784 SHA256 6af816486f9d6bc6ffe1375413b573047192cff935231269b1708c07356e0ecd SHA512 50e88af8ded3fdbf6d67de57931226740d1f66b370580ef3815443a0e95219a753f85bda111bb34874b32c267a5ce2ac5f7e4833d5c688b274e0459215c97a83 WHIRLPOOL 4202a381731df7313a1d57b0a67a8f7ef0a342fd54b32a6e6ae9f5d58bd3e36b2f87c847c1998a1823d8da0b615f6081be605b0d80a63e6e78bf9588ef471944 +DIST squareball-0.2.0.tar.xz 231844 SHA256 5ab3ce24a0a340a2f49e91b6474d4edac3a243cb063679a06a820f6172083f0c SHA512 be039d2e2120e87bb7289e75185c9ad46452fe6ae167dda2b60944d0a32f7ff7e89504f5ddd8343e0150d12ef22d71c51ab9290e90c43a930773bd39576bdf31 WHIRLPOOL 544ecd8e0f7639cf5ff0b1110a68673a5f4a1d46131b3d0d07e35400863fb6df01fe10a2f6219ddd3f80fc905d4c1e5d27080ad5453752a8592d8ca2d2185163 diff --git a/dev-libs/squareball/squareball-0.1.ebuild b/dev-libs/squareball/squareball-0.1.ebuild deleted file mode 100644 index 2c9e5e3ef293..000000000000 --- a/dev-libs/squareball/squareball-0.1.ebuild +++ /dev/null @@ -1,61 +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/rafaelmartins/squareball.git - https://github.com/rafaelmartins/squareball.git" - inherit git-r3 autotools -fi - -inherit eutils - -DESCRIPTION="A general-purpose library for C99" -HOMEPAGE="https://github.com/rafaelmartins/squareball" - -SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.xz" -KEYWORDS="~amd64 ~x86" -if [[ ${PV} = *9999* ]]; then - SRC_URI="" - KEYWORDS="" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="doc test static-libs" - -RDEPEND="" - -DEPEND=" - virtual/pkgconfig - test? ( - dev-util/cmocka ) - doc? ( - app-doc/doxygen )" - -src_prepare() { - [[ ${PV} = *9999* ]] && eautoreconf - default -} - -src_configure() { - econf \ - $(use_enable doc) \ - $(use_enable test tests) \ - $(use_enable static-libs static) \ - --disable-valgrind -} - -src_compile() { - default - use doc && emake docs -} - -src_install() { - use doc && HTML_DOCS=( doc/build/html/* ) - default - prune_libtool_files --all -} diff --git a/dev-libs/squareball/squareball-0.2.0.ebuild b/dev-libs/squareball/squareball-0.2.0.ebuild new file mode 100644 index 000000000000..2c9e5e3ef293 --- /dev/null +++ b/dev-libs/squareball/squareball-0.2.0.ebuild @@ -0,0 +1,61 @@ +# 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/rafaelmartins/squareball.git + https://github.com/rafaelmartins/squareball.git" + inherit git-r3 autotools +fi + +inherit eutils + +DESCRIPTION="A general-purpose library for C99" +HOMEPAGE="https://github.com/rafaelmartins/squareball" + +SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.xz" +KEYWORDS="~amd64 ~x86" +if [[ ${PV} = *9999* ]]; then + SRC_URI="" + KEYWORDS="" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="doc test static-libs" + +RDEPEND="" + +DEPEND=" + virtual/pkgconfig + test? ( + dev-util/cmocka ) + doc? ( + app-doc/doxygen )" + +src_prepare() { + [[ ${PV} = *9999* ]] && eautoreconf + default +} + +src_configure() { + econf \ + $(use_enable doc) \ + $(use_enable test tests) \ + $(use_enable static-libs static) \ + --disable-valgrind +} + +src_compile() { + default + use doc && emake docs +} + +src_install() { + use doc && HTML_DOCS=( doc/build/html/* ) + default + prune_libtool_files --all +} -- cgit v1.2.3-65-gdbad