diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-11-03 23:43:08 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-11-04 00:40:00 +0100 |
commit | 4e820892f7ec9df58bafe7cd75965861ece9bdc5 (patch) | |
tree | cd2c50a6e5ab7a7b57734c50e0ae82498f63ac2f /app-misc | |
parent | app-misc/symlinks: stable for amd64. mark stable for the remaining arches usi... (diff) | |
download | gentoo-4e820892f7ec9df58bafe7cd75965861ece9bdc5.tar.gz gentoo-4e820892f7ec9df58bafe7cd75965861ece9bdc5.tar.bz2 gentoo-4e820892f7ec9df58bafe7cd75965861ece9bdc5.zip |
app-misc/symlinks: clean up old.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/symlinks/symlinks-1.4-r2.ebuild | 34 | ||||
-rw-r--r-- | app-misc/symlinks/symlinks-1.4.ebuild | 27 |
2 files changed, 0 insertions, 61 deletions
diff --git a/app-misc/symlinks/symlinks-1.4-r2.ebuild b/app-misc/symlinks/symlinks-1.4-r2.ebuild deleted file mode 100644 index 09abea25c0d3..000000000000 --- a/app-misc/symlinks/symlinks-1.4-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -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" - -src_prepare() { - # 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 symlinks - doman symlinks.8 - dodoc symlinks.lsm -} diff --git a/app-misc/symlinks/symlinks-1.4.ebuild b/app-misc/symlinks/symlinks-1.4.ebuild deleted file mode 100644 index 19890b510609..000000000000 --- a/app-misc/symlinks/symlinks-1.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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" - -src_compile() { - # could be useful if being used to repair - # symlinks that are preventing shared libraries from - # functioning. - use static && append-flags -static - emake CC=$(tc-getCC) CFLAGS="${CFLAGS} ${LDFLAGS}" || die -} - -src_install() { - dobin symlinks || die - doman symlinks.8 || die - dodoc symlinks.lsm || die -} |