From: "Vikraman Choudhury (vikraman)" <vikraman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/httpie: httpie-0.8.0.ebuild httpie-0.9.0.ebuild ChangeLog
Date: Sun, 1 Feb 2015 20:35:37 +0000 (UTC) [thread overview]
Message-ID: <20150201203537.4EB8210D8B@oystercatcher.gentoo.org> (raw)
vikraman 15/02/01 20:35:37
Modified: httpie-0.8.0.ebuild ChangeLog
Added: httpie-0.9.0.ebuild
Log:
Bump to version 0.9.0
(Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key B0A72FD2)
Revision Changes Path
1.4 net-misc/httpie/httpie-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.8.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.8.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.8.0.ebuild?r1=1.3&r2=1.4
Index: httpie-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httpie-0.8.0.ebuild 28 Nov 2014 13:57:34 -0000 1.3
+++ httpie-0.8.0.ebuild 1 Feb 2015 20:35:37 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.8.0.ebuild,v 1.3 2014/11/28 13:57:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.8.0.ebuild,v 1.4 2015/02/01 20:35:37 vikraman Exp $
EAPI=5
1.16 net-misc/httpie/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 28 Nov 2014 13:57:34 -0000 1.15
+++ ChangeLog 1 Feb 2015 20:35:37 -0000 1.16
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/httpie
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.15 2014/11/28 13:57:34 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.16 2015/02/01 20:35:37 vikraman Exp $
+
+*httpie-0.9.0 (01 Feb 2015)
+
+ 01 Feb 2015; Vikraman Choudhury (vikraman) <vikraman@gentoo.org>
+ +httpie-0.9.0.ebuild, httpie-0.8.0.ebuild:
+ Bump to version 0.9.0
28 Nov 2014; Pacho Ramos <pacho@gentoo.org> httpie-0.8.0.ebuild:
Support python 3.4
1.1 net-misc/httpie/httpie-0.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httpie/httpie-0.9.0.ebuild?rev=1.1&content-type=text/plain
Index: httpie-0.9.0.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.0.ebuild,v 1.1 2015/02/01 20:35:37 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}]"
reply other threads:[~2015-02-01 20:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150201203537.4EB8210D8B@oystercatcher.gentoo.org \
--to=vikraman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox