summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStratos Psomadakis <psomas@gentoo.org>2011-08-30 08:15:19 +0000
committerStratos Psomadakis <psomas@gentoo.org>2011-08-30 08:15:19 +0000
commit8d7114866b8f088b9eab985cef32ca8dc42008ce (patch)
tree10254285ca54d5ff61f716790d3a8a77eb5bd969 /dev-util
parentMarked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug... (diff)
downloadgentoo-2-8d7114866b8f088b9eab985cef32ca8dc42008ce.tar.gz
gentoo-2-8d7114866b8f088b9eab985cef32ca8dc42008ce.tar.bz2
gentoo-2-8d7114866b8f088b9eab985cef32ca8dc42008ce.zip
Version bump, and cleanup
(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/ketchup-1.1_beta3.ebuild (renamed from dev-util/ketchup/ketchup-1.1_beta2-r1.ebuild)6
3 files changed, 12 insertions, 23 deletions
diff --git a/dev-util/ketchup/ChangeLog b/dev-util/ketchup/ChangeLog
index b51c440971c9..e0405a183347 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.25 2011/07/24 15:53:32 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ChangeLog,v 1.26 2011/08/30 08:15:19 psomas Exp $
+
+*ketchup-1.1_beta3 (30 Aug 2011)
+
+ 30 Aug 2011; Stratos Psomadakis <psomas@gentoo.org> -ketchup-1.1_beta.ebuild,
+ -ketchup-1.1_beta2-r1.ebuild, +ketchup-1.1_beta3.ebuild:
+ Version bump, and cleanup
*ketchup-1.1_beta2-r1 (24 Jul 2011)
diff --git a/dev-util/ketchup/ketchup-1.1_beta.ebuild b/dev-util/ketchup/ketchup-1.1_beta.ebuild
deleted file mode 100644
index 765900275665..000000000000
--- a/dev-util/ketchup/ketchup-1.1_beta.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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/ketchup-1.1_beta2-r1.ebuild b/dev-util/ketchup/ketchup-1.1_beta3.ebuild
index be6a713a4b7e..cb642d261f81 100644
--- a/dev-util/ketchup/ketchup-1.1_beta2-r1.ebuild
+++ b/dev-util/ketchup/ketchup-1.1_beta3.ebuild
@@ -1,6 +1,6 @@
# 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_beta2-r1.ebuild,v 1.1 2011/07/24 15:53:32 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ketchup-1.1_beta3.ebuild,v 1.1 2011/08/30 08:15:19 psomas Exp $
EAPI=4
@@ -17,5 +17,9 @@ IUSE=""
src_install() {
dobin "${PN}"
+
+ insinto "/etc"
+ doins "${PN}rc"
+
doman "${PN}.1"
}