summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-03-08 18:16:03 +0100
committerKarel Kočí <cynerd@email.cz>2019-03-08 18:16:03 +0100
commit4c3729ca6242cefe48c0a9691780ae7a0c8e4d7f (patch)
treef69fe5b05d9309997a1eef00ca304e43cb1d579e /dev-util
parent519bf9955e14332195983e09f6d9bb23d80b7295 (diff)
downloadgentoo-personal-overlay-4c3729ca6242cefe48c0a9691780ae7a0c8e4d7f.tar.gz
gentoo-personal-overlay-4c3729ca6242cefe48c0a9691780ae7a0c8e4d7f.tar.bz2
gentoo-personal-overlay-4c3729ca6242cefe48c0a9691780ae7a0c8e4d7f.zip
dev-util/laminar: fix previous commit
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/laminar/Manifest2
-rw-r--r--dev-util/laminar/laminar-0.6.0.5.ebuild34
2 files changed, 1 insertions, 35 deletions
diff --git a/dev-util/laminar/Manifest b/dev-util/laminar/Manifest
index 2e866b2..f035d4e 100644
--- a/dev-util/laminar/Manifest
+++ b/dev-util/laminar/Manifest
@@ -1 +1 @@
-DIST laminar-0.6.0.5.tar.gz 83866 BLAKE2B a818654e8ba110263741cd10f62f5886ecc5c23eaad886b3651a501a1cb3c73dc79f20d11fd7b43e786054cc77c549159741c1153fd36acbecc311385d5cefe7 SHA512 70decf9b530deb78fa3b89aa47e2a973df7b7af88e0ac72ccde0137cbcb95b3f1951c67256b32e350ffedce76c5b903c3db234fd5fcafac6da98d62c7b4a2316
+DIST laminar-0.6.0.6.tar.gz 83862 BLAKE2B 2be0ce769e993bd97518a951b6a015ae3d51839fc399bd93a066fb945cab731430eb3982dbabb9c50bcda46a7f330e32a6f0223b50c2bd072adcfe67f8223626 SHA512 cd85a145ea8d7e7b7b6e89fe4355ac387b1a42195e0e61de207e91204a966e5fe626c10f001d9152b56357d66fc7742ce0f41afd6f1a03cc4bb5da15d492d2c1
diff --git a/dev-util/laminar/laminar-0.6.0.5.ebuild b/dev-util/laminar/laminar-0.6.0.5.ebuild
deleted file mode 100644
index 148a9fe..0000000
--- a/dev-util/laminar/laminar-0.6.0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-EAPI=6
-
-inherit cmake-utils
-
-HASHV="bb81931ce9324d6d954e3b5ae42c127753a03868"
-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}"
-
-src_configure() {
- local mycmakeargs=(
- "-DCMAKE_INSTALL_PREFIX=/"
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- newinitd "${FILESDIR}/laminar.init" laminar
-}