summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Seichter <github@seichter.de>2019-10-13 17:18:45 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-10-13 19:55:13 +0300
commiteaf394fc3a04eabbb9c4229c15ac9dcee589b11a (patch)
tree443364a522472212eae856ee366e6d863cbf58b9 /net-misc/httpie/httpie-0.9.3.ebuild
parentnet-dns/knot: drop old (diff)
downloadgentoo-eaf394fc3a04eabbb9c4229c15ac9dcee589b11a.tar.gz
gentoo-eaf394fc3a04eabbb9c4229c15ac9dcee589b11a.tar.bz2
gentoo-eaf394fc3a04eabbb9c4229c15ac9dcee589b11a.zip
net-misc/httpie: Remove obsolete ebuilds
Signed-off-by: Ralph Seichter <gentoo@seichter.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/httpie/httpie-0.9.3.ebuild')
-rw-r--r--net-misc/httpie/httpie-0.9.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-misc/httpie/httpie-0.9.3.ebuild b/net-misc/httpie/httpie-0.9.3.ebuild
deleted file mode 100644
index ba28c4a4c03c..000000000000
--- a/net-misc/httpie/httpie-0.9.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A CLI, cURL-like tool for humans"
-HOMEPAGE="http://httpie.org/ https://pypi.org/project/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}]"