Fixed sway and wlc ebuilds. Add ring

This commit is contained in:
layman
2016-03-30 08:53:17 +01:00
parent 4b47298fd5
commit e50f745009
13 changed files with 328 additions and 15 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit git-r3 cmake-utils
DESCRIPTION="A lightweight C++11 Distributed Hash Table implementation originally based on https://github.com/jech/dht by Juliusz Chroboczek."
HOMEPAGE="https://github.com/savoirfairelinux/opendht/"
EGIT_REPO_URI="https://github.com/savoirfairelinux/opendht/"
LICENSE="GPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
>=dev-libs/msgpack-1.2.0[cxx]"
RDEPEND="${DEPEND}"
src_prepare() {
cmake-utils_src_prepare
}