ultrabug 15/01/04 18:14:25 Modified: ChangeLog Added: py3status-2.0.ebuild Removed: py3status-1.5.ebuild py3status-1.4.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.11 x11-misc/py3status/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 8 Oct 2014 08:43:03 -0000 1.10 +++ ChangeLog 4 Jan 2015 18:14:25 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/py3status -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.10 2014/10/08 08:43:03 ultrabug Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.11 2015/01/04 18:14:25 ultrabug Exp $ + +*py3status-2.0 (04 Jan 2015) + + 04 Jan 2015; Ultrabug <[email protected]> -py3status-1.4.ebuild, + -py3status-1.5.ebuild, +py3status-2.0.ebuild: + version bump, drop old *py3status-1.6 (08 Oct 2014) 1.1 x11-misc/py3status/py3status-2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/py3status-2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/py3status-2.0.ebuild?rev=1.1&content-type=text/plain Index: py3status-2.0.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.0.ebuild,v 1.1 2015/01/04 18:14:25 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}
