summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-11-02 01:42:08 +0000
committerDaniel Goller <morfic@gentoo.org>2005-11-02 01:42:08 +0000
commit47b4579f9eb2dc969359655f7c50ecf0953b5d68 (patch)
tree9fdd9ad98afc4d25f8569ab3c538236760ba09e2 /dev-util/ketchup
parentrepoman: Trim trailing whitespace (diff)
downloadgentoo-2-47b4579f9eb2dc969359655f7c50ecf0953b5d68.tar.gz
gentoo-2-47b4579f9eb2dc969359655f7c50ecf0953b5d68.tar.bz2
gentoo-2-47b4579f9eb2dc969359655f7c50ecf0953b5d68.zip
Initial commit of ketchup
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-util/ketchup')
-rw-r--r--dev-util/ketchup/ChangeLog10
-rw-r--r--dev-util/ketchup/Manifest3
-rw-r--r--dev-util/ketchup/files/digest-ketchup-0.9.51
-rw-r--r--dev-util/ketchup/ketchup-0.9.5.ebuild23
-rw-r--r--dev-util/ketchup/metadata.xml14
5 files changed, 51 insertions, 0 deletions
diff --git a/dev-util/ketchup/ChangeLog b/dev-util/ketchup/ChangeLog
new file mode 100644
index 000000000000..2724be5fc26b
--- /dev/null
+++ b/dev-util/ketchup/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-util/ketchup
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ChangeLog,v 1.1 2005/11/02 01:42:08 morfic Exp $
+
+*ketchup-0.9.5 (02 Nov 2005)
+
+ 02 Nov 2005; Daniel Goller <morfic@gentoo.org> +metadata.xml,
+ +ketchup-0.9.5.ebuild:
+ Initial commit of the ketchup script
+
diff --git a/dev-util/ketchup/Manifest b/dev-util/ketchup/Manifest
new file mode 100644
index 000000000000..94ce85e5db35
--- /dev/null
+++ b/dev-util/ketchup/Manifest
@@ -0,0 +1,3 @@
+MD5 b42116c3f089c59e691af0d8372fd719 ketchup-0.9.5.ebuild 469
+MD5 483c10aecb37e7d49634cb655428739a .ketchup-0.9.5.ebuild.swp 12288
+MD5 cdfd35508318525d1080c64d12e3f9fd files/digest-ketchup-0.9.5 64
diff --git a/dev-util/ketchup/files/digest-ketchup-0.9.5 b/dev-util/ketchup/files/digest-ketchup-0.9.5
new file mode 100644
index 000000000000..71c6e15880d2
--- /dev/null
+++ b/dev-util/ketchup/files/digest-ketchup-0.9.5
@@ -0,0 +1 @@
+MD5 441cb4202fdc31c4b4118e652d8d6c2f ketchup-0.9.5.tar.bz2 7284
diff --git a/dev-util/ketchup/ketchup-0.9.5.ebuild b/dev-util/ketchup/ketchup-0.9.5.ebuild
new file mode 100644
index 000000000000..e60737f28c95
--- /dev/null
+++ b/dev-util/ketchup/ketchup-0.9.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ketchup-0.9.5.ebuild,v 1.1 2005/11/02 01:42:08 morfic Exp $
+
+
+DESCRIPTION="Ketchup is a tool for updating or switching between versions of the Linux kernel source."
+HOMEPAGE="http://www.selenic.com/ketchup/wiki/"
+SRC_URI="http://www.selenic.com/ketchup/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE="doc"
+
+src_install() {
+ cd "${WORKDIR}"
+ dosbin ./ketchup || die "could not install script"
+
+ if use doc; then
+ doman ketchup.1 || die "could not install ketchup manual"
+ fi
+}
diff --git a/dev-util/ketchup/metadata.xml b/dev-util/ketchup/metadata.xml
new file mode 100644
index 000000000000..60f59e40d202
--- /dev/null
+++ b/dev-util/ketchup/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>noherd</herd>
+<maintainer>
+ <email>morfic@gentoo.org</email>
+ <name>Daniel Goller</name>
+</maintainer>
+<longdescription>
+Ketchup allows quick and easy following of/or switching between stable,
+-git, -rc, -mm, -rt (Ingo Molnar's realtime kernel), -tiny (Matt Mackall's -tiny tree for small systems)
+and other kernel source trees
+</longdescription>
+</pkgmetadata>