summaryrefslogtreecommitdiff
path: root/dev-util/laminar/laminar-0.6.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-08-26 15:52:06 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-26 15:52:06 +0200
commitb96fbc3709316217475ac1c121274ae4c5cc6b98 (patch)
treee85537dfb1396cfa626b6ead08e13b618cbb6921 /dev-util/laminar/laminar-0.6.ebuild
parent37f8be57a99a3daa4324c1e1114ca66d0dbd607d (diff)
downloadgentoo-personal-overlay-b96fbc3709316217475ac1c121274ae4c5cc6b98.tar.gz
gentoo-personal-overlay-b96fbc3709316217475ac1c121274ae4c5cc6b98.tar.bz2
gentoo-personal-overlay-b96fbc3709316217475ac1c121274ae4c5cc6b98.zip
Try to update laminar to latest git version
Diffstat (limited to 'dev-util/laminar/laminar-0.6.ebuild')
-rw-r--r--dev-util/laminar/laminar-0.6.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/laminar/laminar-0.6.ebuild b/dev-util/laminar/laminar-0.6.ebuild
deleted file mode 100644
index 94e917c..0000000
--- a/dev-util/laminar/laminar-0.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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/${PV}.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
- dev-cpp/websocketpp[boost]"
-RDEPEND="${DEPEND}"
-
-MYCMAKEARGS="-DCMAKE_INSTALL_PREFIX=/"