jlec 14/06/23 06:59:52 Modified: ChangeLog Added: gitinspector-0.3.2.ebuild Log: dev-vcs/gitinspector: Version BUmp (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 dev-vcs/gitinspector/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Jan 2014 22:13:44 -0000 1.1 +++ ChangeLog 23 Jun 2014 06:59:52 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/gitinspector # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v 1.1 2014/01/06 22:13:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v 1.2 2014/06/23 06:59:52 jlec Exp $ + +*gitinspector-0.3.2 (23 Jun 2014) + + 23 Jun 2014; Justin Lecher <[email protected]> +gitinspector-0.3.2.ebuild: + Version BUmp *gitinspector-0.3.1 (06 Jan 2014) 1.1 dev-vcs/gitinspector/gitinspector-0.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild?rev=1.1&content-type=text/plain Index: gitinspector-0.3.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild,v 1.1 2014/06/23 06:59:52 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Statistical analysis tool for git repositories" HOMEPAGE="https://code.google.com/p/gitinspector/" SRC_URI="https://${PN}.googlecode.com/files/${PN}_${PV}.zip" SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="dev-vcs/git" DEPEND=" test? ( ${RDEPEND} )"
