diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-05-11 15:32:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-05-11 15:32:20 +0000 |
commit | 88b7152f369b0c61f6c6a90acfa707a685cd015e (patch) | |
tree | 6d991de5d8c98138b0b1dc8beb3d5e7c2495ecd6 /dev-util/ketchup | |
parent | Version bumped. (diff) | |
download | gentoo-2-88b7152f369b0c61f6c6a90acfa707a685cd015e.tar.gz gentoo-2-88b7152f369b0c61f6c6a90acfa707a685cd015e.tar.bz2 gentoo-2-88b7152f369b0c61f6c6a90acfa707a685cd015e.zip |
Cleaned old, Version Bump, #366873
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/ketchup')
-rw-r--r-- | dev-util/ketchup/ChangeLog | 11 | ||||
-rw-r--r-- | dev-util/ketchup/files/ketchup-list.patch | 13 | ||||
-rw-r--r-- | dev-util/ketchup/ketchup-0.9.6-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild | 32 | ||||
-rw-r--r-- | dev-util/ketchup/ketchup-0.9.8.ebuild | 6 | ||||
-rw-r--r-- | dev-util/ketchup/ketchup-1.0.ebuild | 23 |
6 files changed, 35 insertions, 75 deletions
diff --git a/dev-util/ketchup/ChangeLog b/dev-util/ketchup/ChangeLog index 4b523874bed5..ae1b0a477f46 100644 --- a/dev-util/ketchup/ChangeLog +++ b/dev-util/ketchup/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/ketchup -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ChangeLog,v 1.20 2010/02/22 18:46:49 phajdan.jr Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ChangeLog,v 1.21 2011/05/11 15:32:19 jlec Exp $ + +*ketchup-1.0 (11 May 2011) + + 11 May 2011; Justin Lecher <jlec@gentoo.org> -ketchup-0.9.6-r1.ebuild, + -ketchup-0.9.6_p20060301.ebuild, ketchup-0.9.8.ebuild, +ketchup-1.0.ebuild, + -files/ketchup-list.patch: + Cleaned old, Version Bump, #366873 22 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> ketchup-0.9.6-r1.ebuild, ketchup-0.9.6_p20060301.ebuild, diff --git a/dev-util/ketchup/files/ketchup-list.patch b/dev-util/ketchup/files/ketchup-list.patch deleted file mode 100644 index 3be20020a216..000000000000 --- a/dev-util/ketchup/files/ketchup-list.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/ketchup Sun Mar 5 11:06:59 2006 -0600 -+++ b/ketchup Sun Mar 5 11:10:11 2006 -0600 -@@ -687,7 +687,10 @@ if options["list-trees"]: - l = version_info.keys() - l.sort() - for tree in l: -- lprint(tree, ["(unsigned)","(signed)"][version_info[tree][3]]) -+ if version_info[tree][3] == 0: -+ lprint(tree, "(unsigned)") -+ else: -+ lprint(tree, "(signed)") - lprint(" " + version_info[tree][4]) - sys.exit(0) diff --git a/dev-util/ketchup/ketchup-0.9.6-r1.ebuild b/dev-util/ketchup/ketchup-0.9.6-r1.ebuild deleted file mode 100644 index 1f9fdd43b187..000000000000 --- a/dev-util/ketchup/ketchup-0.9.6-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 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-r1.ebuild,v 1.5 2010/02/22 18:46:49 phajdan.jr Exp $ - -inherit eutils - -DESCRIPTION="Ketchup is a tool for updating or switching between versions of the Linux kernel source." -HOMEPAGE="http://www.selenic.com/ketchup/" -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}" - epatch "${FILESDIR}/ketchup-list.patch" - dobin ./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/ketchup-0.9.6_p20060301.ebuild b/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild deleted file mode 100644 index 4c2a95929986..000000000000 --- a/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 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.3 2010/02/22 18:46:49 phajdan.jr Exp $ - -inherit eutils - -DESCRIPTION="tool for updating or switching between versions of the Linux kernel source" -HOMEPAGE="http://www.selenic.com/ketchup/" - -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 - epatch "${FILESDIR}/ketchup-list.patch" - - dobin ./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/ketchup-0.9.8.ebuild b/dev-util/ketchup/ketchup-0.9.8.ebuild index b07486eaa3a1..4af4cadb6193 100644 --- a/dev-util/ketchup/ketchup-0.9.8.ebuild +++ b/dev-util/ketchup/ketchup-0.9.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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-0.9.8.ebuild,v 1.7 2010/02/22 18:46:49 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ketchup-0.9.8.ebuild,v 1.8 2011/05/11 15:32:19 jlec Exp $ inherit eutils -DESCRIPTION="tool for updating or switching between versions of the Linux kernel source" +DESCRIPTION="Tool for updating or switching between versions of the Linux kernel source" HOMEPAGE="http://www.selenic.com/ketchup/" if [[ $PV == *_p* ]]; then diff --git a/dev-util/ketchup/ketchup-1.0.ebuild b/dev-util/ketchup/ketchup-1.0.ebuild new file mode 100644 index 000000000000..baaa9f8b56dc --- /dev/null +++ b/dev-util/ketchup/ketchup-1.0.ebuild @@ -0,0 +1,23 @@ +# 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.0.ebuild,v 1.1 2011/05/11 15:32:19 jlec Exp $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Tool for updating or switching between versions of the Linux kernel source" +HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/rostedt/ketchup.git;a=summary" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc" + +S=${WORKDIR} + +src_install() { + dobin ${PN} + doman ${PN}.1 +} |