From c8780cea4b603625df764fa0dd4781a1dccbc394 Mon Sep 17 00:00:00 2001
From: Martin Väth <martin@mvath.de>
Date: Sun, 6 Sep 2015 00:30:17 +0200
Subject: Bump set_prompt

---
 app-shells/set_prompt/ChangeLog              |  5 +++++
 app-shells/set_prompt/Manifest               |  2 +-
 app-shells/set_prompt/set_prompt-1.21.ebuild | 33 ----------------------------
 app-shells/set_prompt/set_prompt-1.22.ebuild | 33 ++++++++++++++++++++++++++++
 4 files changed, 39 insertions(+), 34 deletions(-)
 delete mode 100644 app-shells/set_prompt/set_prompt-1.21.ebuild
 create mode 100644 app-shells/set_prompt/set_prompt-1.22.ebuild

(limited to 'app-shells')

diff --git a/app-shells/set_prompt/ChangeLog b/app-shells/set_prompt/ChangeLog
index 0826042e..7c799a44 100644
--- a/app-shells/set_prompt/ChangeLog
+++ b/app-shells/set_prompt/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*set_prompt-1.22 (06 Sep 2015)
+
+  06 Sep 2015; Martin Väth <martin@mvath.de>:
+  Version bump, remove old ebuild
+
 *set_prompt-1.21 (12 Jun 2015)
 
   12 Jun 2015; Martin Väth <martin@mvath.de>:
diff --git a/app-shells/set_prompt/Manifest b/app-shells/set_prompt/Manifest
index 7f53bbfc..12db831c 100644
--- a/app-shells/set_prompt/Manifest
+++ b/app-shells/set_prompt/Manifest
@@ -1 +1 @@
-DIST set_prompt-1.21.tar.gz 7982 SHA256 2756a4aedc499a149960c67cfa00663f8143c89093dcbe93cbc3672121ee15c4 SHA512 bb4ad0fd61cc654ed01f2fbe7bd74896a9ba84d4656a2e707e94d14d36ea52bfdea3ca6f491d3c297b9cb0562d21c7ecf64e7dacab628eae108984ab8f1bc761 WHIRLPOOL 0f6864b4aa3d2d300f3a0909c034234a64d360322f1797acfc069efdf6daa7dfb30fa7042c97668d8204ca2f6fe548de61d26aba1980d973d294a6a4d017c942
+DIST set_prompt-1.22.tar.gz 7981 SHA256 7dd9023da52099d60da7c4e0faca99aa421355c605c713371f2de9fad1d54596 SHA512 48b99c3e611297127059effdc1dadd9b1c50f8d7047922a75368780ea632c4e884cf537c5fa97f668cb7151764b9d42365bbf16c5c87ce612ebcc3881d7ccbb7 WHIRLPOOL 3cbe1b2f9dd0c277c0351165aa1a2d464337f31483dbd0d0629af4fc25490389bb7b1da111779d3bd35ae9de408ab5168a33e345c2e42bec4a8326253c2cb17f
diff --git a/app-shells/set_prompt/set_prompt-1.21.ebuild b/app-shells/set_prompt/set_prompt-1.21.ebuild
deleted file mode 100644
index 94a9288d..00000000
--- a/app-shells/set_prompt/set_prompt-1.21.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-RESTRICT="mirror"
-inherit eutils
-
-DESCRIPTION="An intelligent prompt for zsh or bash with status line (window title) support"
-HOMEPAGE="https://github.com/vaeth/set_prompt/"
-SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
-	use prefix || sed -i \
-		-e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}"'/bin/sh"' \
-		-e '1s"^#!/usr/bin/env zsh$"#!'"${EPREFIX}"'/bin/zsh"' \
-		-- * || die
-	epatch_user
-}
-
-src_install() {
-	insinto /etc
-	doins set_prompt.config
-	insinto /usr/bin
-	doins set_prompt.sh git_prompt.zsh
-	dobin set_prompt git_update
-	dodoc README
-}
diff --git a/app-shells/set_prompt/set_prompt-1.22.ebuild b/app-shells/set_prompt/set_prompt-1.22.ebuild
new file mode 100644
index 00000000..94a9288d
--- /dev/null
+++ b/app-shells/set_prompt/set_prompt-1.22.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+RESTRICT="mirror"
+inherit eutils
+
+DESCRIPTION="An intelligent prompt for zsh or bash with status line (window title) support"
+HOMEPAGE="https://github.com/vaeth/set_prompt/"
+SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_prepare() {
+	use prefix || sed -i \
+		-e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}"'/bin/sh"' \
+		-e '1s"^#!/usr/bin/env zsh$"#!'"${EPREFIX}"'/bin/zsh"' \
+		-- * || die
+	epatch_user
+}
+
+src_install() {
+	insinto /etc
+	doins set_prompt.config
+	insinto /usr/bin
+	doins set_prompt.sh git_prompt.zsh
+	dobin set_prompt git_update
+	dodoc README
+}
-- 
cgit v1.2.3-65-gdbad