diff options
author | Vikraman Choudhury <vikraman@gentoo.org> | 2013-10-26 10:24:42 +0000 |
---|---|---|
committer | Vikraman Choudhury <vikraman@gentoo.org> | 2013-10-26 10:24:42 +0000 |
commit | 3b0730de74c177d44b291164deb0a58352e7959c (patch) | |
tree | 1d8bf4b1eb8ea92bbbc563eb00150e9d801fa1bd /net-misc/httpie | |
parent | version bump (diff) | |
download | gentoo-2-3b0730de74c177d44b291164deb0a58352e7959c.tar.gz gentoo-2-3b0730de74c177d44b291164deb0a58352e7959c.tar.bz2 gentoo-2-3b0730de74c177d44b291164deb0a58352e7959c.zip |
Cleanup old versions
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B0A72FD2)
Diffstat (limited to 'net-misc/httpie')
-rw-r--r-- | net-misc/httpie/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/httpie/httpie-0.3.0-r1.ebuild | 25 | ||||
-rw-r--r-- | net-misc/httpie/httpie-0.3.0.ebuild | 24 | ||||
-rw-r--r-- | net-misc/httpie/httpie-0.3.1.ebuild | 25 | ||||
-rw-r--r-- | net-misc/httpie/httpie-0.4.1.ebuild | 24 | ||||
-rw-r--r-- | net-misc/httpie/httpie-0.5.1.ebuild | 24 |
6 files changed, 6 insertions, 123 deletions
diff --git a/net-misc/httpie/ChangeLog b/net-misc/httpie/ChangeLog index 6d9eb1825148..f9cbe0d010e3 100644 --- a/net-misc/httpie/ChangeLog +++ b/net-misc/httpie/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/httpie # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.10 2013/10/05 18:26:16 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/ChangeLog,v 1.11 2013/10/26 10:24:42 vikraman Exp $ + + 26 Oct 2013; Vikraman <vikraman@gentoo.org> -httpie-0.3.0-r1.ebuild, + -httpie-0.3.0.ebuild, -httpie-0.3.1.ebuild, -httpie-0.4.1.ebuild, + -httpie-0.5.1.ebuild: + Cleanup old versions *httpie-0.7.2 (05 Oct 2013) diff --git a/net-misc/httpie/httpie-0.3.0-r1.ebuild b/net-misc/httpie/httpie-0.3.0-r1.ebuild deleted file mode 100644 index 55192a236586..000000000000 --- a/net-misc/httpie/httpie-0.3.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.3.0-r1.ebuild,v 1.3 2013/09/05 19:02:09 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -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-0.10.1 - <dev-python/requests-1.0 - >=dev-python/pygments-1.5 - virtual/python-argparse" diff --git a/net-misc/httpie/httpie-0.3.0.ebuild b/net-misc/httpie/httpie-0.3.0.ebuild deleted file mode 100644 index 3cc8bfd63607..000000000000 --- a/net-misc/httpie/httpie-0.3.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.3.0.ebuild,v 1.4 2013/09/05 19:02:09 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -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-0.10.1 - >=dev-python/pygments-1.5 - virtual/python-argparse" diff --git a/net-misc/httpie/httpie-0.3.1.ebuild b/net-misc/httpie/httpie-0.3.1.ebuild deleted file mode 100644 index e2259cfbc37e..000000000000 --- a/net-misc/httpie/httpie-0.3.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.3.1.ebuild,v 1.3 2013/09/05 19:02:09 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -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-0.10.1 - <dev-python/requests-1.0 - >=dev-python/pygments-1.5 - virtual/python-argparse" diff --git a/net-misc/httpie/httpie-0.4.1.ebuild b/net-misc/httpie/httpie-0.4.1.ebuild deleted file mode 100644 index 8ac1958f4b94..000000000000 --- a/net-misc/httpie/httpie-0.4.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.4.1.ebuild,v 1.3 2013/09/05 19:02:09 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -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-1.0.4 - >=dev-python/pygments-1.5 - virtual/python-argparse" diff --git a/net-misc/httpie/httpie-0.5.1.ebuild b/net-misc/httpie/httpie-0.5.1.ebuild deleted file mode 100644 index 8c7da63a73b0..000000000000 --- a/net-misc/httpie/httpie-0.5.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httpie/httpie-0.5.1.ebuild,v 1.3 2013/09/05 19:02:09 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -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-1.0.4 - >=dev-python/pygments-1.5 - virtual/python-argparse" |