diff options
author | Thilo Bangert <bangert@gentoo.org> | 2009-02-17 07:31:46 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2009-02-17 07:31:46 +0000 |
commit | 9c69d4661d38db25495876143e26f9a1b90e3fe9 (patch) | |
tree | e316212e3991005d6c99bd92d19ed9dd96060af0 /www-client | |
parent | 0.14.1 bump (diff) | |
download | gentoo-2-9c69d4661d38db25495876143e26f9a1b90e3fe9.tar.gz gentoo-2-9c69d4661d38db25495876143e26f9a1b90e3fe9.tar.bz2 gentoo-2-9c69d4661d38db25495876143e26f9a1b90e3fe9.zip |
version bump
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/ck4up/ChangeLog | 9 | ||||
-rw-r--r-- | www-client/ck4up/ck4up-1.1.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/www-client/ck4up/ChangeLog b/www-client/ck4up/ChangeLog index 08fb37015a25..76776d0a110b 100644 --- a/www-client/ck4up/ChangeLog +++ b/www-client/ck4up/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/ck4up -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/ck4up/ChangeLog,v 1.2 2008/06/02 06:36:15 bangert Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/ck4up/ChangeLog,v 1.3 2009/02/17 07:31:46 bangert Exp $ + +*ck4up-1.1 (17 Feb 2009) + + 17 Feb 2009; Thilo Bangert <bangert@gentoo.org> +ck4up-1.1.ebuild: + version bump 02 Jun 2008; Thilo Bangert <bangert@gentoo.org> ck4up-1.0.ebuild: fix installation path of man page - bug# 224489 - thanks mulaz and marek diff --git a/www-client/ck4up/ck4up-1.1.ebuild b/www-client/ck4up/ck4up-1.1.ebuild new file mode 100644 index 000000000000..92f5f47372d9 --- /dev/null +++ b/www-client/ck4up/ck4up-1.1.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.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 +} |