diff options
author | Karel Kočí <cynerd@email.cz> | 2018-10-14 21:38:52 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-10-14 21:38:52 +0200 |
commit | 993dcae71b165d20316adee2faf3c3fa020df7ad (patch) | |
tree | 10f63889e1fd8cd464e92b03311fd51e398cf6eb /dev-util/laminar/laminar-0.6.0.2.ebuild | |
parent | 4220ddb2dd3604ca74f7ea58c1c6328f147b58ca (diff) | |
download | gentoo-personal-overlay-993dcae71b165d20316adee2faf3c3fa020df7ad.tar.gz gentoo-personal-overlay-993dcae71b165d20316adee2faf3c3fa020df7ad.tar.bz2 gentoo-personal-overlay-993dcae71b165d20316adee2faf3c3fa020df7ad.zip |
dev-util/laminar: update to links fixed version
Diffstat (limited to 'dev-util/laminar/laminar-0.6.0.2.ebuild')
-rw-r--r-- | dev-util/laminar/laminar-0.6.0.2.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
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=/" |