summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2006-03-02 03:18:41 +0000
committerDaniel Goller <morfic@gentoo.org>2006-03-02 03:18:41 +0000
commit4c599558108cfd17ea0ba9205b966ab510605dd8 (patch)
tree453112a51af31e88a324bc8c3268d75ab5940101 /dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild
parentMark 1.2.2 x86 stable. (diff)
downloadgentoo-2-4c599558108cfd17ea0ba9205b966ab510605dd8.tar.gz
gentoo-2-4c599558108cfd17ea0ba9205b966ab510605dd8.tar.bz2
gentoo-2-4c599558108cfd17ea0ba9205b966ab510605dd8.zip
Changing snapshot date due to missing tarball and using one from 0301
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild')
-rw-r--r--dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild b/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild
new file mode 100644
index 000000000000..2124981ec8f6
--- /dev/null
+++ b/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild,v 1.1 2006/03/02 03:18:41 morfic Exp $
+
+DESCRIPTION="tool for updating or switching between versions of the Linux kernel source"
+HOMEPAGE="http://www.selenic.com/ketchup/wiki/"
+
+if [[ $PV == *_p* ]]; then
+ SRC_URI="mirror://gentoo/${P}.tar.bz2"
+else
+ SRC_URI="http://www.selenic.com/ketchup/${P}.tar.bz2"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
+IUSE="doc"
+
+S=${WORKDIR}
+
+src_install() {
+ cd Ketchup* 2>/dev/null # nightly snapshots unpack into a directory
+
+ dobin ./ketchup || die "could not install script"
+
+ if use doc; then
+ doman ketchup.1 || die "could not install ketchup manual"
+ fi
+}