From 6e8771386552f07e7c6324500819c8320f3ec4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 14 Oct 2018 17:24:31 +0200 Subject: Revert "dev-utils/laminar: update to unstable version with list commands" This reverts commit 7a22ad2aac7ead239aec72e800480da742f747b2. --- dev-util/laminar/Manifest | 2 +- dev-util/laminar/laminar-0.6.0.1.ebuild | 26 ++++++++++++++++++++++++++ dev-util/laminar/laminar-0.6.0.2.ebuild | 27 --------------------------- 3 files changed, 27 insertions(+), 28 deletions(-) create mode 100644 dev-util/laminar/laminar-0.6.0.1.ebuild delete mode 100644 dev-util/laminar/laminar-0.6.0.2.ebuild diff --git a/dev-util/laminar/Manifest b/dev-util/laminar/Manifest index 61bf669..1cdec72 100644 --- a/dev-util/laminar/Manifest +++ b/dev-util/laminar/Manifest @@ -1 +1 @@ -DIST laminar-0.6.0.2.tar.gz 80717 BLAKE2B fbb8f85d4540f7596a1a9a09a9dc4bccabb0348fa085711b26ebb6d4f7d490bf214d0017c160aadad55f219852eeca7f7dda02d35e12350267e92276ea4a3b07 SHA512 9eaea5b2c91faa2367c2625c604ecf5927dfc4a76764ab40d0903a1d8804931fffd9f53bd753587ff912cd00e6ee6a07175fd7952c83962dfa6fe42327b528de +DIST laminar-0.6.0.1.tar.gz 75878 BLAKE2B c8c5827e708e4ca4d47bbf58ba9fbd5229fdd08fb803e00846a6a36a788f63b78b4b6d9a2506333ae3bf73e9e2ce4e4a0854e263308a71a7be43c11ad4f075f4 SHA512 2e2f80c01a9cbe0ee57cad846ca0ed8a0804ad7f0978d558536e78d9a43f169640a316aff830b932582a50173f022720f8877fd2a76ec1c4d2364bea53048bb2 diff --git a/dev-util/laminar/laminar-0.6.0.1.ebuild b/dev-util/laminar/laminar-0.6.0.1.ebuild new file mode 100644 index 0000000..4520ee5 --- /dev/null +++ b/dev-util/laminar/laminar-0.6.0.1.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 + +DESCRIPTION="Lightweight and modular Continuous Integration service for Linux" +HOMEPAGE="http://laminar.ohwg.net/" +SRC_URI="https://github.com/ohwgiles/${PN}/archive/1f122518dde1e7d67fa916e9a5a1cbee59667537.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-1f122518dde1e7d67fa916e9a5a1cbee59667537 + +MYCMAKEARGS="-DCMAKE_INSTALL_PREFIX=/" diff --git a/dev-util/laminar/laminar-0.6.0.2.ebuild b/dev-util/laminar/laminar-0.6.0.2.ebuild deleted file mode 100644 index f5a3585..0000000 --- a/dev-util/laminar/laminar-0.6.0.2.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="7cee824cee4f32c484b5489728fd91a1523d1b27" -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=/" -- cgit v1.2.3