ultrabug    15/01/23 17:06:51

  Modified:             ChangeLog
  Added:                py3status-2.2.ebuild
  Removed:              py3status-2.0.ebuild py3status-2.1.ebuild
  Log:
  version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  Changes    Path
1.13                 x11-misc/py3status/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 Jan 2015 11:54:36 -0000       1.12
+++ ChangeLog   23 Jan 2015 17:06:51 -0000      1.13
@@ -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 <ultra...@gentoo.org> -py3status-2.0.ebuild,
+  -py3status-2.1.ebuild, +py3status-2.2.ebuild:
+  version bump, drop old
 
 *py3status-2.1 (09 Jan 2015)
 



1.1                  x11-misc/py3status/py3status-2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/py3status-2.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/py3status-2.2.ebuild?rev=1.1&content-type=text/plain

Index: py3status-2.2.ebuild
===================================================================
# 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.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} )

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}




Reply via email to