summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-26 17:34:58 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-26 17:34:58 +0000
commit77f7a86d1a54117b68a49c64360cabd0c3db9481 (patch)
treef9aa3e2354964014c97cab970bd644f98f3f5de8 /app-misc/symlinks
parentsparc/x86 stable (diff)
downloadgentoo-2-77f7a86d1a54117b68a49c64360cabd0c3db9481.tar.gz
gentoo-2-77f7a86d1a54117b68a49c64360cabd0c3db9481.tar.bz2
gentoo-2-77f7a86d1a54117b68a49c64360cabd0c3db9481.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/symlinks')
-rw-r--r--app-misc/symlinks/symlinks-1.2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-misc/symlinks/symlinks-1.2.ebuild b/app-misc/symlinks/symlinks-1.2.ebuild
deleted file mode 100644
index 9d7a99c6b1e6..000000000000
--- a/app-misc/symlinks/symlinks-1.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/symlinks/symlinks-1.2.ebuild,v 1.17 2005/01/01 15:25:09 eradicator Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Symlinks 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
- mirror://debian/pool/main/s/symlinks/${P/-/_}-4.1.diff.gz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="static"
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
-
- # bugfixes from the debian project.
- epatch ${DISTDIR}/${P/-/_}-4.1.diff.gz || die "patching failed"
-}
-
-src_compile() {
- # could be useful if being used to repair
- # symlinks that are preventing shared libraries from
- # functioning.
- use static && append-flags -static
- emake || die
-}
-
-src_install() {
- dobin symlinks || die
- doman symlinks.8
- dodoc symlinks.lsm
-}