summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-04 09:13:19 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-04 09:13:19 -0400
commitf43f0120d504d9f32587fd3f60e6813b8e4b4f04 (patch)
tree29c2e71c1b2d397bd66d1c88b6220b1295d6feb8 /sys-libs/fts-standalone
parentapp-office/sc: Replace static char with macro (bug #521118). (diff)
downloadgentoo-f43f0120d504d9f32587fd3f60e6813b8e4b4f04.tar.gz
gentoo-f43f0120d504d9f32587fd3f60e6813b8e4b4f04.tar.bz2
gentoo-f43f0120d504d9f32587fd3f60e6813b8e4b4f04.zip
sys-libs/fts-standalone: don't install man page, bug #584416
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-libs/fts-standalone')
-rw-r--r--sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild b/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
new file mode 100644
index 000000000000..75df7f98d501
--- /dev/null
+++ b/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 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}"
+
+src_install() {
+ default
+ rm -rf "${D}"/usr/share/man
+}