# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="the sysadmin's rolling upgrade tool" HOMEPAGE="http://arcdraco.net/checkrestart" SRC_URI="http://www.arcdraco.net/~dragon/checkrestart" LICENSE="GPL-2" SLOT="0" KEYWORDS="~hppa ~x86" IUSE="" RDEPEND=" sys-apps/lsb-release app-portage/portage-utils sys-process/lsof " src_unpack() { : } src_install() { dosbin "${DISTDIR}"/${A} || die "dosbin failed" }