2015-07-30 10:23:22 +02:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2010-10-31 14:20:29 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
inherit eutils
|
|
|
|
|
|
|
|
DESCRIPTION="Base Motd Files for gentoo"
|
|
|
|
HOMEPAGE="http://linamh.disconnected-by-peer.at"
|
|
|
|
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
2015-07-30 10:23:22 +02:00
|
|
|
KEYWORDS="~amd64 arm ~x86"
|
2010-10-31 14:20:29 +01:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="app-admin/update-motd
|
|
|
|
app-misc/linux-logo
|
|
|
|
sys-apps/lsb-release"
|
|
|
|
|
|
|
|
src_install() {
|
2012-01-01 20:30:24 +01:00
|
|
|
exeinto /etc/update-motd.d
|
|
|
|
doexe "${FILESDIR}"/motd.d/*
|
2010-10-31 14:20:29 +01:00
|
|
|
}
|