idella4 14/12/31 04:36:53 Modified: ChangeLog Added: myghtyutils-0.52-r1.ebuild Removed: myghtyutils-0.52.ebuild Log: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 dev-python/myghtyutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/myghtyutils/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/myghtyutils/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/myghtyutils/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/myghtyutils/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 10 Aug 2014 21:14:16 -0000 1.4 +++ ChangeLog 31 Dec 2014 04:36:53 -0000 1.5 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/myghtyutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/myghtyutils/ChangeLog,v 1.4 2014/08/10 21:14:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/myghtyutils/ChangeLog,v 1.5 2014/12/31 04:36:53 idella4 Exp $ + +*myghtyutils-0.52-r1 (31 Dec 2014) + + 31 Dec 2014; Ian Delaney <[email protected]> +myghtyutils-0.52-r1.ebuild, + -myghtyutils-0.52.ebuild: + revbump; conversion -> distutils-r1, rm old 10 Aug 2014; Sergei Trofimovich <[email protected]> myghtyutils-0.52.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-python/myghtyutils/myghtyutils-0.52-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/myghtyutils/myghtyutils-0.52-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/myghtyutils/myghtyutils-0.52-r1.ebuild?rev=1.1&content-type=text/plain Index: myghtyutils-0.52-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/myghtyutils/myghtyutils-0.52-r1.ebuild,v 1.1 2014/12/31 04:36:53 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_PN="MyghtyUtils" MY_P=${MY_PN}-${PV} DESCRIPTION="Set of utility classes used by Myghty templating" HOMEPAGE="http://www.myghty.org http://pypi.python.org/pypi/MyghtyUtils" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/myghty[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}/${MY_P}"
