commit: 5e2c8f13bebcd141075a75e4b41fe646bce5a944
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 14:11:37 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 14:11:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2c8f13
sys-libs/fts-standalone: remove older version with file conflict
Package-Manager: portage-2.2.28
sys-libs/fts-standalone/fts-standalone-0.2.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/sys-libs/fts-standalone/fts-standalone-0.2.ebuild
b/sys-libs/fts-standalone/fts-standalone-0.2.ebuild
deleted file mode 100644
index a46fe42..0000000
--- a/sys-libs/fts-standalone/fts-standalone-0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-MY_P=${P/-standalone/}
-
-DESCRIPTION="Standalone fts library for use with musl"
-HOMEPAGE="https://dev.gentoo.org/~blueness/fts-standalone"
-SRC_URI="https://dev.gentoo.org/~blueness/fts-standalone/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
-IUSE=""
-
-DEPEND="
- !sys-libs/glibc
- !sys-libs/uclibc"
-
-S="${WORKDIR}/${MY_P}"