summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-04 10:11:37 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-04 10:11:37 -0400
commit5e2c8f13bebcd141075a75e4b41fe646bce5a944 (patch)
treebbe3544cd7f4e5e4b596640e60a075b336c19cf7 /sys-libs/fts-standalone
parentsys-libs/fts-standalone: stable on amd64 and x86 (diff)
downloadgentoo-5e2c8f13bebcd141075a75e4b41fe646bce5a944.tar.gz
gentoo-5e2c8f13bebcd141075a75e4b41fe646bce5a944.tar.bz2
gentoo-5e2c8f13bebcd141075a75e4b41fe646bce5a944.zip
sys-libs/fts-standalone: remove older version with file conflict
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-libs/fts-standalone')
-rw-r--r--sys-libs/fts-standalone/fts-standalone-0.2.ebuild22
1 files changed, 0 insertions, 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 a46fe42c73f8..000000000000
--- 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}"