robbat2 15/01/11 05:41:32 Modified: ChangeLog Added: gcalcli-3.2.ebuild Removed: gcalcli-2.4.2.ebuild Log: Version bump; also remove the old version as GCal no longer offers the old API it uses, making it useless. (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 app-misc/gcalcli/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gcalcli/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gcalcli/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gcalcli/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/gcalcli/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 31 Mar 2014 20:30:47 -0000 1.6 +++ ChangeLog 11 Jan 2015 05:41:32 -0000 1.7 @@ -1,6 +1,13 @@ # ChangeLog for app-misc/gcalcli -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gcalcli/ChangeLog,v 1.6 2014/03/31 20:30:47 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gcalcli/ChangeLog,v 1.7 2015/01/11 05:41:32 robbat2 Exp $ + +*gcalcli-3.2 (11 Jan 2015) + + 11 Jan 2015; Robin H. Johnson <[email protected]> -gcalcli-2.4.2.ebuild, + +gcalcli-3.2.ebuild: + Version bump; also remove the old version as GCal no longer offers the old + API it uses, making it useless. 31 Mar 2014; Michał Górny <[email protected]> gcalcli-2.4.2.ebuild: Add support for the new PyPy slotting. 1.1 app-misc/gcalcli/gcalcli-3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gcalcli/gcalcli-3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gcalcli/gcalcli-3.2.ebuild?rev=1.1&content-type=text/plain Index: gcalcli-3.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/gcalcli/gcalcli-3.2.ebuild,v 1.1 2015/01/11 05:41:32 robbat2 Exp $ EAPI=5 # google-api-python-client only supports these PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit python-r1 DESCRIPTION="Google Calendar Command Line Interface" HOMEPAGE="https://github.com/insanum/gcalcli" SRC_URI="https://github.com/insanum/gcalcli/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="dev-python/python-dateutil dev-python/google-api-python-client dev-python/gdata dev-python/vobject" src_install() { dodoc -r ChangeLog README.md docs python_foreach_impl python_doscript ${PN} }
