diff options
Diffstat (limited to 'www-client/ck4up/ck4up-1.1.ebuild')
-rw-r--r-- | www-client/ck4up/ck4up-1.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/www-client/ck4up/ck4up-1.1.ebuild b/www-client/ck4up/ck4up-1.1.ebuild deleted file mode 100644 index 92f5f47372d9..000000000000 --- a/www-client/ck4up/ck4up-1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.1.ebuild,v 1.1 2009/02/17 07:31:46 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 -} |