public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/symlinks: ChangeLog symlinks-1.4-r1.ebuild
Date: Wed, 28 Mar 2012 10:09:10 +0000 (UTC)	[thread overview]
Message-ID: <20120328100910.6BA562004B@flycatcher.gentoo.org> (raw)

jlec        12/03/28 10:09:10

  Modified:             ChangeLog
  Added:                symlinks-1.4-r1.ebuild
  Log:
  Add lfs flags in order to handle largefiles, #409927; drop optimization flag from upstream
  
  (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 app-misc/symlinks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/symlinks/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/symlinks/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/symlinks/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/symlinks/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	27 Mar 2011 21:54:14 -0000	1.34
+++ ChangeLog	28 Mar 2012 10:09:10 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/symlinks
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/symlinks/ChangeLog,v 1.34 2011/03/27 21:54:14 darkside Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/symlinks/ChangeLog,v 1.35 2012/03/28 10:09:10 jlec Exp $
+
+*symlinks-1.4-r1 (28 Mar 2012)
+
+  28 Mar 2012; Justin Lecher <jlec@gentoo.org> +symlinks-1.4-r1.ebuild:
+  Add lfs flags in order to handle largefiles, #409927; drop optimization flag
+  from upstream
 
   27 Mar 2011; Jeremy Olexa <darkside@gentoo.org> -symlinks-1.2-r2.ebuild:
   remove old ebuilds



1.1                  app-misc/symlinks/symlinks-1.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/symlinks/symlinks-1.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/symlinks/symlinks-1.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: symlinks-1.4-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/symlinks/symlinks-1.4-r1.ebuild,v 1.1 2012/03/28 10:09:10 jlec Exp $

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="freedist"
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="${CFLAGS} ${LDFLAGS}"
}

src_install() {
	dobin symlinks
	doman symlinks.8
	dodoc symlinks.lsm
}






                 reply	other threads:[~2012-03-28 10:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120328100910.6BA562004B@flycatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox