Clean some repoman issues
This commit is contained in:
parent
983ab7b82c
commit
f4f81356ee
15 changed files with 76 additions and 58 deletions
|
|
@ -1,4 +1,8 @@
|
|||
EAPI=5
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3
|
||||
|
||||
|
|
@ -6,22 +10,19 @@ EGIT_REPO_URI="git://github.com/mdrjr/c1_irremote.git"
|
|||
|
||||
DESCRIPTION="ODROID-C1 remote control setup"
|
||||
HOMEPAGE="https://github.com/mdrjr/c1_irremote.git"
|
||||
LICENSE="freedist"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
KEYWORDS="~arm"
|
||||
|
||||
src_install() {
|
||||
insinto /etc
|
||||
doins odroid_remote.conf
|
||||
insinto /etc
|
||||
doins odroid_remote.conf
|
||||
|
||||
insinto /usr/bin
|
||||
insopts -m0755
|
||||
doins odroid_remote
|
||||
|
||||
insinto /etc/init.d
|
||||
doins "${FILESDIR}"/odroid_remote
|
||||
doins "${FILESDIR}"/odroid_remote
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue