summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexys Jacob <ultrabug@gentoo.org>2015-01-23 17:06:51 +0000
committerAlexys Jacob <ultrabug@gentoo.org>2015-01-23 17:06:51 +0000
commit84764d615724f1b92fcd6f5bb5c2e579784155b9 (patch)
tree35d04e7a8e28b70704e956e2116016e6a9ca5366 /x11-misc/py3status
parentFixed ChangeLog entry (diff)
downloadgentoo-2-84764d615724f1b92fcd6f5bb5c2e579784155b9.tar.gz
gentoo-2-84764d615724f1b92fcd6f5bb5c2e579784155b9.tar.bz2
gentoo-2-84764d615724f1b92fcd6f5bb5c2e579784155b9.zip
version bump, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'x11-misc/py3status')
-rw-r--r--x11-misc/py3status/ChangeLog8
-rw-r--r--x11-misc/py3status/py3status-2.1.ebuild27
-rw-r--r--x11-misc/py3status/py3status-2.2.ebuild (renamed from x11-misc/py3status/py3status-2.0.ebuild)2
3 files changed, 8 insertions, 29 deletions
diff --git a/x11-misc/py3status/ChangeLog b/x11-misc/py3status/ChangeLog
index 63767161e21a..77091fca61f9 100644
--- a/x11-misc/py3status/ChangeLog
+++ b/x11-misc/py3status/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/py3status
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.12 2015/01/09 11:54:36 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.13 2015/01/23 17:06:51 ultrabug Exp $
+
+*py3status-2.2 (23 Jan 2015)
+
+ 23 Jan 2015; Ultrabug <ultrabug@gentoo.org> -py3status-2.0.ebuild,
+ -py3status-2.1.ebuild, +py3status-2.2.ebuild:
+ version bump, drop old
*py3status-2.1 (09 Jan 2015)
diff --git a/x11-misc/py3status/py3status-2.1.ebuild b/x11-misc/py3status/py3status-2.1.ebuild
deleted file mode 100644
index 28956b412b49..000000000000
--- a/x11-misc/py3status/py3status-2.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/py3status-2.1.ebuild,v 1.1 2015/01/09 11:54:36 ultrabug Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
-
-SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-inherit distutils-r1
-
-MY_PN="py3status"
-MY_P="${MY_PN}-${PV/_/-}"
-
-DESCRIPTION="py3status is an extensible i3status wrapper written in python"
-HOMEPAGE="https://github.com/ultrabug/py3status"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-misc/i3status"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}
diff --git a/x11-misc/py3status/py3status-2.0.ebuild b/x11-misc/py3status/py3status-2.2.ebuild
index 14bb24267f29..b4954e5e46ab 100644
--- a/x11-misc/py3status/py3status-2.0.ebuild
+++ b/x11-misc/py3status/py3status-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/py3status-2.0.ebuild,v 1.1 2015/01/04 18:14:25 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/py3status-2.2.ebuild,v 1.1 2015/01/23 17:06:51 ultrabug Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )