diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2014-05-03 19:03:41 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2014-05-03 19:03:41 +0000 |
commit | ed539505f6b9c060f0e19e9f5db4196911fcb9fc (patch) | |
tree | 4ae1de61cd187958ad0446512248266203408d9d /x11-misc | |
parent | Support oracle-jdk-bin-1.8. (diff) | |
download | gentoo-2-ed539505f6b9c060f0e19e9f5db4196911fcb9fc.tar.gz gentoo-2-ed539505f6b9c060f0e19e9f5db4196911fcb9fc.tar.bz2 gentoo-2-ed539505f6b9c060f0e19e9f5db4196911fcb9fc.zip |
version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/py3status/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/py3status/py3status-1.5.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/x11-misc/py3status/ChangeLog b/x11-misc/py3status/ChangeLog index 5d976620fbed..949862755e77 100644 --- a/x11-misc/py3status/ChangeLog +++ b/x11-misc/py3status/ChangeLog @@ -1,6 +1,11 @@ # 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.8 2014/04/16 12:10:23 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.9 2014/05/03 19:03:41 ultrabug Exp $ + +*py3status-1.5 (03 May 2014) + + 03 May 2014; Ultrabug <ultrabug@gentoo.org> +py3status-1.5.ebuild: + version bump 16 Apr 2014; Ultrabug <ultrabug@gentoo.org> py3status-1.2.ebuild, py3status-1.3.ebuild, py3status-1.4.ebuild: diff --git a/x11-misc/py3status/py3status-1.5.ebuild b/x11-misc/py3status/py3status-1.5.ebuild new file mode 100644 index 000000000000..d6ab28441213 --- /dev/null +++ b/x11-misc/py3status/py3status-1.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/py3status-1.5.ebuild,v 1.1 2014/05/03 19:03:41 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} |