summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStratos Psomadakis <psomas@gentoo.org>2011-07-09 14:47:50 +0000
committerStratos Psomadakis <psomas@gentoo.org>2011-07-09 14:47:50 +0000
commit1c1e41b3b51afa8cf1ddc4d6d899779a68a7926c (patch)
treec0a7f986086f7c0b8427f2f18678112904b89a95 /dev-util
parentAdd forgotten patches, bug #374519 by Marcin Sporysz and Brad Laue. (diff)
downloadgentoo-2-1c1e41b3b51afa8cf1ddc4d6d899779a68a7926c.tar.gz
gentoo-2-1c1e41b3b51afa8cf1ddc4d6d899779a68a7926c.tar.bz2
gentoo-2-1c1e41b3b51afa8cf1ddc4d6d899779a68a7926c.zip
Bump to an up-to-date version, and add maintainer
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ketchup/ChangeLog8
-rw-r--r--dev-util/ketchup/ketchup-1.1_beta.ebuild21
-rw-r--r--dev-util/ketchup/metadata.xml6
3 files changed, 31 insertions, 4 deletions
diff --git a/dev-util/ketchup/ChangeLog b/dev-util/ketchup/ChangeLog
index 1a2e6f209fe1..fe3b4a433369 100644
--- a/dev-util/ketchup/ChangeLog
+++ b/dev-util/ketchup/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/ketchup
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ChangeLog,v 1.22 2011/05/25 12:05:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ChangeLog,v 1.23 2011/07/09 14:47:50 psomas Exp $
+
+*ketchup-1.1_beta (09 Jul 2011)
+
+ 09 Jul 2011; Stratos Psomadakis <psomas@gentoo.org> +ketchup-1.1_beta.ebuild,
+ metadata.xml:
+ Version Bump, Add maintainer
25 May 2011; Diego E. Pettenò <flameeyes@gentoo.org> ketchup-1.0.ebuild:
QA: fix install.
diff --git a/dev-util/ketchup/ketchup-1.1_beta.ebuild b/dev-util/ketchup/ketchup-1.1_beta.ebuild
new file mode 100644
index 000000000000..765900275665
--- /dev/null
+++ b/dev-util/ketchup/ketchup-1.1_beta.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ketchup-1.1_beta.ebuild,v 1.1 2011/07/09 14:47:50 psomas Exp $
+
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="Tool for updating or switching between versions of the Linux kernel source"
+HOMEPAGE="http://github.com/psomas/ketchup"
+SRC_URI="http://dev.gentoo.org/~psomas/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+src_install() {
+ dobin "${PN}"
+ doman "${PN}.1"
+}
diff --git a/dev-util/ketchup/metadata.xml b/dev-util/ketchup/metadata.xml
index ab47afca0dba..ec3bc9d59b80 100644
--- a/dev-util/ketchup/metadata.xml
+++ b/dev-util/ketchup/metadata.xml
@@ -3,11 +3,11 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>psomas@gentoo.org</email>
</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
+ -git, -rc, -mm, -rt (Ingo Molnar's realtime kernel), -ck, and other
+ kernel source trees
</longdescription>
</pkgmetadata>