summaryrefslogtreecommitdiff
blob: d13e420b9a95a90bec48f1c110b604c973abf1ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit cmake-utils git-2

DESCRIPTION="Lightweight DBus library for Lua 5.1"
HOMEPAGE="http://sourceforge.net/projects/ldbus/"
SRC_URI=""
EGIT_REPO_URI="git://git.code.sf.net/p/ldbus/code"
EGIT_MASTER="develop"

LICENSE="AFL-3.0"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=">=dev-lang/lua-5.1[deprecated]
		dev-libs/libev
		sys-apps/dbus"
RDEPEND="${DEPEND}"
DOCS="AUTHORS README ChangeLog"