idella4 15/01/04 07:02:46 Modified: ChangeLog Added: pyosd-0.2.14-r1.ebuild Log: revbump; conversion -> distutils-r1 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.25 dev-python/pyosd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyosd/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyosd/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyosd/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 10 Aug 2014 21:17:26 -0000 1.24 +++ ChangeLog 4 Jan 2015 07:02:46 -0000 1.25 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyosd -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.24 2014/08/10 21:17:26 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.25 2015/01/04 07:02:46 idella4 Exp $ + +*pyosd-0.2.14-r1 (04 Jan 2015) + + 04 Jan 2015; Ian Delaney <idel...@gentoo.org> +pyosd-0.2.14-r1.ebuild: + revbump; conversion -> distutils-r1 10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> pyosd-0.2.14.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-python/pyosd/pyosd-0.2.14-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyosd/pyosd-0.2.14-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyosd/pyosd-0.2.14-r1.ebuild?rev=1.1&content-type=text/plain Index: pyosd-0.2.14-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.14-r1.ebuild,v 1.1 2015/01/04 07:02:46 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python module for displaying text on your X display, like the 'On Screen Displays' used on TVs" HOMEPAGE="http://ichi2.net/pyosd/" SRC_URI="http://ichi2.net/pyosd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="doc examples" DEPEND=">=x11-libs/xosd-2.2.4" RDEPEND="${DEPEND}" python_install_all() { use doc && local HTML_DOCS=( pyosd.html ) use examples && local EXAMPLES=( modules/. ) distutils-r1_python_install_all } pkg_postinst() { elog "If you want to run the included daemon, you will need to install dev-python/twisted-core." elog "Also note that the volume plugin requires media-sound/aumix." }