ultrabug 15/02/17 16:00:13 Modified: ChangeLog Added: py3status-2.3.ebuild Removed: py3status-1.6.ebuild py3status-2.2.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.14 x11-misc/py3status/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 23 Jan 2015 17:06:51 -0000 1.13 +++ ChangeLog 17 Feb 2015 16:00:13 -0000 1.14 @@ -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.13 2015/01/23 17:06:51 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.14 2015/02/17 16:00:13 ultrabug Exp $ + +*py3status-2.3 (17 Feb 2015) + + 17 Feb 2015; Ultrabug <[email protected]> -py3status-1.6.ebuild, + -py3status-2.2.ebuild, +py3status-2.3.ebuild: + version bump, drop old *py3status-2.2 (23 Jan 2015) 1.1 x11-misc/py3status/py3status-2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/py3status-2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/py3status-2.3.ebuild?rev=1.1&content-type=text/plain Index: py3status-2.3.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.3.ebuild,v 1.1 2015/02/17 16:00:13 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}
