summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-02-25 20:36:50 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-02-25 20:36:50 +0000
commitd975fb97c00ceb8d56910a5e8bdc267a81ccfc05 (patch)
tree2fc6c9baa130e13c9793f981050956c8e90ac953 /net-misc/identicurse
parentmarked x86 per bug 358749 (diff)
downloadgentoo-2-d975fb97c00ceb8d56910a5e8bdc267a81ccfc05.tar.gz
gentoo-2-d975fb97c00ceb8d56910a5e8bdc267a81ccfc05.tar.bz2
gentoo-2-d975fb97c00ceb8d56910a5e8bdc267a81ccfc05.zip
Version bump, remove bundled dev-python/oauth wrt bug 405735 by Patrick Lauer <patrick@gentoo.org>. Drop old
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/identicurse')
-rw-r--r--net-misc/identicurse/ChangeLog10
-rw-r--r--net-misc/identicurse/files/0.9-config_json_path.patch (renamed from net-misc/identicurse/files/identicurse-0.8.2-config_json_path.patch)2
-rw-r--r--net-misc/identicurse/identicurse-0.9.ebuild (renamed from net-misc/identicurse/identicurse-0.8.2.ebuild)7
3 files changed, 14 insertions, 5 deletions
diff --git a/net-misc/identicurse/ChangeLog b/net-misc/identicurse/ChangeLog
index 23ec25a3b82e..521945754fa8 100644
--- a/net-misc/identicurse/ChangeLog
+++ b/net-misc/identicurse/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-misc/identicurse
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/identicurse/ChangeLog,v 1.2 2012/01/14 18:09:46 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/identicurse/ChangeLog,v 1.3 2012/02/25 20:36:50 xarthisius Exp $
+
+*identicurse-0.9 (25 Feb 2012)
+
+ 25 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org>
+ +files/0.9-config_json_path.patch, +identicurse-0.9.ebuild,
+ -files/identicurse-0.8.2-config_json_path.patch, -identicurse-0.8.2.ebuild:
+ Version bump, remove bundled dev-python/oauth wrt bug 405735 by Patrick Lauer
+ <patrick@gentoo.org>. Drop old
*identicurse-0.8.2 (14 Jan 2012)
diff --git a/net-misc/identicurse/files/identicurse-0.8.2-config_json_path.patch b/net-misc/identicurse/files/0.9-config_json_path.patch
index b1178f4f17de..08f985f1eebd 100644
--- a/net-misc/identicurse/files/identicurse-0.8.2-config_json_path.patch
+++ b/net-misc/identicurse/files/0.9-config_json_path.patch
@@ -11,7 +11,7 @@
include_package_data=True,
--- a/src/identicurse/identicurse.py
+++ b/src/identicurse/identicurse.py
-@@ -155,7 +155,7 @@
+@@ -156,7 +156,7 @@
else:
import getpass, time
# no config yet, so let's build one
diff --git a/net-misc/identicurse/identicurse-0.8.2.ebuild b/net-misc/identicurse/identicurse-0.9.ebuild
index f01264e45643..fb51b3bcbe77 100644
--- a/net-misc/identicurse/identicurse-0.8.2.ebuild
+++ b/net-misc/identicurse/identicurse-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/identicurse/identicurse-0.8.2.ebuild,v 1.1 2012/01/14 18:09:46 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/identicurse/identicurse-0.9.ebuild,v 1.1 2012/02/25 20:36:50 xarthisius Exp $
EAPI=4
@@ -22,12 +22,13 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools"
-RDEPEND=""
+RDEPEND="dev-python/oauth"
S=${WORKDIR}/${PN}-${MY_PV}
src_prepare() {
epatch "${FILESDIR}"/${PN}-gzipped_readme.patch \
- "${FILESDIR}"/${P}-config_json_path.patch
+ "${FILESDIR}"/${PV}-config_json_path.patch
+ rm -rf src/oauth #405735
distutils_src_prepare
}