summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-11-20 21:30:02 +0000
committerJeroen Roovers <jer@gentoo.org>2008-11-20 21:30:02 +0000
commit1a9bdc98309c30b53d469c9ccf5b15817fcd6ddc (patch)
tree8a98f79409824cf7991aa8e88091260e2076392d /app-admin/checkrestart/checkrestart-0.47.ebuild
parentFix quoting (bug #247610). (diff)
downloadgentoo-2-1a9bdc98309c30b53d469c9ccf5b15817fcd6ddc.tar.gz
gentoo-2-1a9bdc98309c30b53d469c9ccf5b15817fcd6ddc.tar.bz2
gentoo-2-1a9bdc98309c30b53d469c9ccf5b15817fcd6ddc.zip
Initial commit.
(Portage version: 2.2_rc14/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'app-admin/checkrestart/checkrestart-0.47.ebuild')
-rw-r--r--app-admin/checkrestart/checkrestart-0.47.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/checkrestart/checkrestart-0.47.ebuild b/app-admin/checkrestart/checkrestart-0.47.ebuild
new file mode 100644
index 000000000000..b93c98afdeeb
--- /dev/null
+++ b/app-admin/checkrestart/checkrestart-0.47.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/checkrestart/checkrestart-0.47.ebuild,v 1.1 2008/11/20 21:30:02 jer Exp $
+
+DESCRIPTION="the sysadmin's rolling upgrade tool"
+HOMEPAGE="http://arcdraco.net/checkrestart"
+SRC_URI="http://arcdraco.net/~dragon/${P}-sep.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~hppa ~x86"
+IUSE=""
+
+RDEPEND="
+ sys-apps/lsb-release
+ app-portage/portage-utils
+ sys-process/lsof
+ "
+
+src_install() {
+ dosbin ${PN} || die "dosbin failed"
+}