summaryrefslogtreecommitdiff
path: root/dev-util/laminar/laminar-0.6.0.4.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-02-04 09:52:58 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-02-04 09:52:58 +0100
commitd5567c6534e8926af822f84c734ab2310ab39d35 (patch)
treee2334d3317764c5d02c0bbeecc067fb4ed2bbe50 /dev-util/laminar/laminar-0.6.0.4.ebuild
parent3b915840fd7379db782f610704eef0f28c9769a0 (diff)
downloadgentoo-personal-overlay-d5567c6534e8926af822f84c734ab2310ab39d35.tar.gz
gentoo-personal-overlay-d5567c6534e8926af822f84c734ab2310ab39d35.tar.bz2
gentoo-personal-overlay-d5567c6534e8926af822f84c734ab2310ab39d35.zip
dev-libs/laminar: update to latest upstream commit
Diffstat (limited to 'dev-util/laminar/laminar-0.6.0.4.ebuild')
-rw-r--r--dev-util/laminar/laminar-0.6.0.4.ebuild27
1 files changed, 0 insertions, 27 deletions
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=/"