From d5567c6534e8926af822f84c734ab2310ab39d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 4 Feb 2019 09:52:58 +0100 Subject: dev-libs/laminar: update to latest upstream commit --- dev-util/laminar/Manifest | 2 +- dev-util/laminar/laminar-0.6.0.4.ebuild | 27 --------------------------- dev-util/laminar/laminar-0.6.0.5.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 28 deletions(-) delete mode 100644 dev-util/laminar/laminar-0.6.0.4.ebuild create mode 100644 dev-util/laminar/laminar-0.6.0.5.ebuild (limited to 'dev-util') diff --git a/dev-util/laminar/Manifest b/dev-util/laminar/Manifest index ac25e23..25c3c59 100644 --- a/dev-util/laminar/Manifest +++ b/dev-util/laminar/Manifest @@ -1 +1 @@ -DIST laminar-0.6.0.4.tar.gz 81535 BLAKE2B 1acf451e119a2c4dab0feba27ec6de2ae73f0c7d029e241b9593c08276918a51daa99dba23e4d7b6fde4d3095245d89946d78306f18d1727bd67f1f784b32358 SHA512 cec10b482f1d06c8838e33526ed9202ad8e8580a3c857e038388d344954e5b170b0f1aa11212c786cad6dd4fa6bd3f9a4a1e6e4821664f7ec15d3ef45b4e21c0 +DIST laminar-0.6.0.5.tar.gz 81978 BLAKE2B a9215644e150227d8bf1df9650312657fdec8e5abb5197b4961f1064e66223c4c6259751f35c71492365ddac26af94fb40fd9ee1127dacafc20175f9969bb069 SHA512 241f8d4a0f5b4c02b6c77df319b7b5e801ae2dd5d2680c47a73ee0018dcc213cb956f073f714f6a18b9bf4c8fb980c64b3c09c7468da1c0eda7eba1019bc6ac8 diff --git a/dev-util/laminar/laminar-0.6.0.4.ebuild b/dev-util/laminar/laminar-0.6.0.4.ebuild deleted file mode 100644 index bff8169..0000000 --- a/dev-util/laminar/laminar-0.6.0.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -HASHV="cc7d9fa4dabffdbfa5224cc1e667bc96cfa8ee5e" -DESCRIPTION="Lightweight and modular Continuous Integration service for Linux" -HOMEPAGE="http://laminar.ohwg.net/" -SRC_URI="https://github.com/ohwgiles/${PN}/archive/${HASHV}.tar.gz -> ${P}.tar.gz" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-libs/capnproto - dev-libs/rapidjson - dev-db/sqlite - dev-libs/boost" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/laminar-${HASHV}" - -MYCMAKEARGS="-DCMAKE_INSTALL_PREFIX=/" diff --git a/dev-util/laminar/laminar-0.6.0.5.ebuild b/dev-util/laminar/laminar-0.6.0.5.ebuild new file mode 100644 index 0000000..0514a44 --- /dev/null +++ b/dev-util/laminar/laminar-0.6.0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +HASHV="31c64980f7ee51893398908b621d5c2645bc5ba6" +DESCRIPTION="Lightweight and modular Continuous Integration service for Linux" +HOMEPAGE="http://laminar.ohwg.net/" +SRC_URI="https://github.com/ohwgiles/${PN}/archive/${HASHV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/laminar-${HASHV}" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/capnproto + dev-libs/rapidjson + dev-db/sqlite + dev-libs/boost" +RDEPEND="${DEPEND}" + +MYCMAKEARGS="-DCMAKE_INSTALL_PREFIX=/" -- cgit v1.2.3