public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: app-misc/ranger/
@ 2013-10-24  8:16 Tiziano Müller
  0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2013-10-24  8:16 UTC (permalink / raw
  To: gentoo-commits

commit:     dfa7896ab07a562870900887ecc151f7d2820de5
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 08:13:42 2013 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 08:13:42 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=dfa7896a

In the tree for ages

---
 app-misc/ranger/Manifest            |  2 --
 app-misc/ranger/ranger-1.1.2.ebuild | 50 -------------------------------------
 2 files changed, 52 deletions(-)

diff --git a/app-misc/ranger/Manifest b/app-misc/ranger/Manifest
deleted file mode 100644
index c1c0140..0000000
--- a/app-misc/ranger/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD ranger-1.1.2.ebuild 848 RMD160 7d970b7557fa1d2c83a9687ced8f16623c7733be SHA1 d4b5827e88c155b05d5e3ac3cd2061b106952c50 SHA256 619b572d410ba95c53ca71b032d6b722e428dcc5a94182a8ab251aab2aa82c57
-DIST ranger-1.1.2.tar.gz 117521 RMD160 90759801575b40c3ad4cc19cde448d3eb99c0b57 SHA1 8b9d00fe3345c505c63907c4319c8b48068bf2e4 SHA256 31198331017e1e191bb13dc703a117a326aa6fe71a2e1bf7c342fba2754c6fb4

diff --git a/app-misc/ranger/ranger-1.1.2.ebuild b/app-misc/ranger/ranger-1.1.2.ebuild
deleted file mode 100644
index 3644df3..0000000
--- a/app-misc/ranger/ranger-1.1.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Tiziano Müller
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_USE_WITH="ncurses"
-SUPPORT_PYTHON_ABIS="1"
-SHA="39d97eb"
-
-inherit distutils
-
-DESCRIPTION="A free console file manager."
-HOMEPAGE="http://github.com/hut/ranger"
-SRC_URI="http://github.com/hut/ranger/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/hut-${PN}-${SHA}"
-# spurious failures, wtf?
-RESTRICT="test"
-
-src_compile() {
-	distutils_src_compile
-
-	if use doc ; then
-		emake doc || die "emake doc failed"
-	fi
-}
-
-src_install() {
-	distutils_src_install
-
-	if use doc ; then
-		dohtml doc/pydoc/*
-	fi
-}
-
-src_test() {
-	testing() {
-		"$(PYTHON)" test/all_tests.py 1 || die "test failed for ABI ${PYTHON_ABI}"
-	}
-	python_execute_function testing
-}
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-24  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24  8:16 [gentoo-commits] dev/dev-zero:master commit in: app-misc/ranger/ Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox