19 lines
358 B
Bash
19 lines
358 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="3"
|
|
|
|
DESCRIPTION="Dummy ebuild to ease transition to RigoDaemon"
|
|
HOMEPAGE="http://www.sabayon.org"
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
IUSE=""
|
|
SRC_URI=""
|
|
|
|
DEPEND=""
|
|
RDEPEND=""
|
|
PDEPEND="~sys-apps/rigo-daemon-${PV}"
|