Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
Date: Sat, 04 Jun 2016 14:09:57
Message-Id: 1465049497.5e2c8f13bebcd141075a75e4b41fe646bce5a944.blueness@gentoo
1 commit: 5e2c8f13bebcd141075a75e4b41fe646bce5a944
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 14:11:37 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 14:11:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2c8f13
7
8 sys-libs/fts-standalone: remove older version with file conflict
9
10 Package-Manager: portage-2.2.28
11
12 sys-libs/fts-standalone/fts-standalone-0.2.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/sys-libs/fts-standalone/fts-standalone-0.2.ebuild b/sys-libs/fts-standalone/fts-standalone-0.2.ebuild
16 deleted file mode 100644
17 index a46fe42..0000000
18 --- a/sys-libs/fts-standalone/fts-standalone-0.2.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -
27 -MY_P=${P/-standalone/}
28 -
29 -DESCRIPTION="Standalone fts library for use with musl"
30 -HOMEPAGE="https://dev.gentoo.org/~blueness/fts-standalone"
31 -SRC_URI="https://dev.gentoo.org/~blueness/fts-standalone/${MY_P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
36 -IUSE=""
37 -
38 -DEPEND="
39 - !sys-libs/glibc
40 - !sys-libs/uclibc"
41 -
42 -S="${WORKDIR}/${MY_P}"