summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2009-04-18 19:45:04 +0000
committerThilo Bangert <bangert@gentoo.org>2009-04-18 19:45:04 +0000
commit73ce0af76b6cf2a136dba87c8a0077bbf4c28c5f (patch)
tree54e6a60b3b7b6dce81bda01fabe1c4e4c7766796 /www-client/ck4up/ck4up-1.2.ebuild
parentInclude util-linux as alternative, since it installs /bin/more. (diff)
downloadgentoo-2-73ce0af76b6cf2a136dba87c8a0077bbf4c28c5f.tar.gz
gentoo-2-73ce0af76b6cf2a136dba87c8a0077bbf4c28c5f.tar.bz2
gentoo-2-73ce0af76b6cf2a136dba87c8a0077bbf4c28c5f.zip
version bump
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'www-client/ck4up/ck4up-1.2.ebuild')
-rw-r--r--www-client/ck4up/ck4up-1.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/www-client/ck4up/ck4up-1.2.ebuild b/www-client/ck4up/ck4up-1.2.ebuild
new file mode 100644
index 000000000000..79766d3722fb
--- /dev/null
+++ b/www-client/ck4up/ck4up-1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/ck4up/ck4up-1.2.ebuild,v 1.1 2009/04/18 19:45:04 bangert Exp $
+
+DESCRIPTION="Check for Updates on HTTP pages"
+HOMEPAGE="http://jue.li/crux/ck4up/"
+SRC_URI="http://jue.li/crux/ck4up/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lang/ruby"
+
+src_compile() {
+ return
+}
+
+src_install() {
+ doman ck4up.1
+ newbin ck4up.rb ck4up
+ dodoc ChangeLog || die
+}