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 net-misc/pipes: ChangeLog pipes-1.16.1.ebuild
Date: Fri, 22 Apr 2011 16:07:20 +0000 (UTC)	[thread overview]
Message-ID: <20110422160720.E50FF20054@flycatcher.gentoo.org> (raw)

jer         11/04/22 16:07:20

  Modified:             ChangeLog
  Added:                pipes-1.16.1.ebuild
  Log:
  Version bump thanks to euscan. Respect CC, respect CFLAGS during linking.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux i686)

Revision  Changes    Path
1.12                 net-misc/pipes/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	23 Sep 2009 19:42:48 -0000	1.11
+++ ChangeLog	22 Apr 2011 16:07:20 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/pipes
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.11 2009/09/23 19:42:48 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.12 2011/04/22 16:07:20 jer Exp $
+
+*pipes-1.16.1 (22 Apr 2011)
+
+  22 Apr 2011; Jeroen Roovers <jer@gentoo.org> +pipes-1.16.1.ebuild:
+  Version bump thanks to euscan. Respect CC, respect CFLAGS during linking.
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> pipes-1.16.ebuild:
   Remove virtual/libc



1.1                  net-misc/pipes/pipes-1.16.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild?rev=1.1&content-type=text/plain

Index: pipes-1.16.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild,v 1.1 2011/04/22 16:07:20 jer Exp $

EAPI="3"

inherit toolchain-funcs

DESCRIPTION="Very versatile TCP pipes"
HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html"
SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~s390 ~x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
	>=sys-apps/sed-4"

src_prepare() {
	sed -i Makefile -e "s:-O2:${CFLAGS}:" || die
	touch .depend
}

src_compile() {
	emake CC=$(tc-getCC) LDFLAGS="${CFLAGS} ${LDFLAGS}" || die "emake failed"
}

src_install() {
	dobin plis || die "dobin failed"
	dohard /usr/bin/plis /usr/bin/pcon || die "dohard failed"
	dodoc Examples ChangeLog
	dohtml README.html
}






             reply	other threads:[~2011-04-22 16:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-22 16:07 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-22 16:19 [gentoo-commits] gentoo-x86 commit in net-misc/pipes: ChangeLog pipes-1.16.1.ebuild Jeroen Roovers (jer)
2014-07-18 20:58 Jeroen Roovers (jer)

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=20110422160720.E50FF20054@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