vikraman 15/03/11 13:40:30 Modified: ChangeLog Added: httpie-0.9.2.ebuild Removed: httpie-0.9.0.ebuild httpie-0.8.0.ebuild Log: Bump to version 0.9.2, fix bug 542492. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B0A72FD2)
Revision Changes Path 1.18 net-misc/httpie/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 1 Feb 2015 20:36:36 -0000 1.17 +++ ChangeLog 11 Mar 2015 13:40:30 -0000 1.18 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/httpie # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.17 2015/02/01 20:36:36 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.18 2015/03/11 13:40:30 vikraman Exp $ + +*httpie-0.9.2 (11 Mar 2015) + + 11 Mar 2015; Vikraman Choudhury <[email protected]> +httpie-0.9.2.ebuild, + -httpie-0.8.0.ebuild, -httpie-0.9.0.ebuild: + Bump to version 0.9.2, fix bug 542492. 01 Feb 2015; Vikraman Choudhury (vikraman) <[email protected]> -httpie-0.6.0.ebuild, -httpie-0.7.2.ebuild: 1.1 net-misc/httpie/httpie-0.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.9.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.9.2.ebuild?rev=1.1&content-type=text/plain Index: httpie-0.9.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.9.2.ebuild,v 1.1 2015/03/11 13:40:30 vikraman Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="A CLI, cURL-like tool for humans" HOMEPAGE="http://httpie.org/ http://pypi.python.org/pypi/httpie" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND} >=dev-python/requests-2.3.0[${PYTHON_USEDEP}] >=dev-python/pygments-1.5[${PYTHON_USEDEP}]"
