From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-misc/symlinks/symlinks-1.4-r3.ebuild | 36 -------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 app-misc/symlinks/symlinks-1.4-r3.ebuild (limited to 'app-misc/symlinks/symlinks-1.4-r3.ebuild') diff --git a/app-misc/symlinks/symlinks-1.4-r3.ebuild b/app-misc/symlinks/symlinks-1.4-r3.ebuild deleted file mode 100644 index 30d018d3bce6..000000000000 --- a/app-misc/symlinks/symlinks-1.4-r3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic eutils toolchain-funcs - -DESCRIPTION="Scans for and fixes broken or messy symlinks" -HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/" -SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz" - -LICENSE="symlinks" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86" -IUSE="static" - -DOCS=( symlinks.lsm ) - -src_prepare() { - default - # could be useful if being used to repair - # symlinks that are preventing shared libraries from - # functioning. - use static && append-flags -static - append-lfs-flags - sed 's:-O2::g' -i Makefile || die -} - -src_compile() { - emake CC=$(tc-getCC) CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}" -} - -src_install() { - dobin "${PN}" - doman "${PN}.8" -} -- cgit v1.2.3