public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hexdump-esr: hexdump-esr-1.6-r1.ebuild ChangeLog
Date: Tue, 28 Sep 2010 19:35:29 +0000 (UTC)	[thread overview]
Message-ID: <20100928193529.876E520051@flycatcher.gentoo.org> (raw)

jer         10/09/28 19:35:29

  Modified:             ChangeLog
  Added:                hexdump-esr-1.6-r1.ebuild
  Log:
  Respect LDFLAGS (bug #337229), more CFLAGS.
  
  (Portage version: 2.2_rc86/cvs/Linux i686)

Revision  Changes    Path
1.8                  sys-apps/hexdump-esr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hexdump-esr/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hexdump-esr/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hexdump-esr/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hexdump-esr/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	7 Jan 2010 21:46:25 -0000	1.7
+++ ChangeLog	28 Sep 2010 19:35:29 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/hexdump-esr
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hexdump-esr/ChangeLog,v 1.7 2010/01/07 21:46:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hexdump-esr/ChangeLog,v 1.8 2010/09/28 19:35:29 jer Exp $
+
+*hexdump-esr-1.6-r1 (28 Sep 2010)
+
+  28 Sep 2010; Jeroen Roovers <jer@gentoo.org> +hexdump-esr-1.6-r1.ebuild:
+  Respect LDFLAGS (bug #337229), more CFLAGS.
 
   07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   hexdump-esr-1.6.ebuild:



1.1                  sys-apps/hexdump-esr/hexdump-esr-1.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hexdump-esr/hexdump-esr-1.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hexdump-esr/hexdump-esr-1.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: hexdump-esr-1.6-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hexdump-esr/hexdump-esr-1.6-r1.ebuild,v 1.1 2010/09/28 19:35:29 jer Exp $

EAPI="2"

inherit toolchain-funcs

MY_P=${P/-esr/}
DESCRIPTION="Eric Raymond's hex dumper"
HOMEPAGE="http://www.catb.org/~esr/hexdump/"
SRC_URI="http://www.catb.org/~esr/hexdump/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
S=${WORKDIR}/${MY_P}

src_prepare() {
	sed -i Makefile \
		-e 's|-O ||g' \
		|| die "sed Makefile"
}

src_compile() {
	emake CC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" || die
	mv hexdump hexdump-esr
	mv hexdump.1 hexdump-esr.1
}

src_install() {
	dobin hexdump-esr || die
	doman hexdump-esr.1
	dodoc README
	dosym hexdump-esr /usr/bin/hex
}






             reply	other threads:[~2010-09-28 19:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-28 19:35 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-03 18:35 [gentoo-commits] gentoo-x86 commit in sys-apps/hexdump-esr: hexdump-esr-1.6-r1.ebuild ChangeLog Agostino Sarubbo (ago)
2012-02-06 16:13 Brent Baude (ranger)
2012-02-07 19:21 Jeroen Roovers (jer)
2012-02-16 19:15 PaweA Hajdan (phajdan.jr)
2012-03-02 21:08 Brent Baude (ranger)

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=20100928193529.876E520051@flycatcher.gentoo.org \
    --to=jer@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