Intial checkin
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --force
This commit is contained in:
26
dev-libs/ealogger/ealogger-0.8.1.ebuild
Normal file
26
dev-libs/ealogger/ealogger-0.8.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="The easy asynchronous logger"
|
||||
HOMEPAGE="https://github.com/crapp/ealogger"
|
||||
SRC_URI="https://github.com/crapp/${PN}/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-qt/qtgui:4"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
#src_configure() {
|
||||
# local mycmakeargs=(
|
||||
# "-DDBUS_SYSTEM_POLICY_DIR=/etc/dbus-1/system.d"
|
||||
# "-DDBUS_SYSTEM_SERVICE_DIR=/usr/share/dbus-1/system-services" )
|
||||
#
|
||||
# cmake-utils_src_configure
|
||||
#}
|
||||
Reference in New Issue
Block a user