jer         14/07/18 20:58:24

  Modified:             ChangeLog pipes-1.16.1.ebuild
  Log:
  EAPI bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.15                 net-misc/pipes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   15 Dec 2011 16:23:31 -0000      1.14
+++ ChangeLog   18 Jul 2014 20:58:24 -0000      1.15
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/pipes
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.14 2011/12/15 
16:23:31 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.15 2014/07/18 
20:58:24 jer Exp $
+
+  18 Jul 2014; Jeroen Roovers <[email protected]> pipes-1.16.1.ebuild:
+  EAPI bump.
 
   15 Dec 2011; Agostino Sarubbo <[email protected]> pipes-1.16.1.ebuild:
   Add ~amd64, wrt bug #393483



1.4                  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.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild?r1=1.3&r2=1.4

Index: pipes-1.16.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pipes-1.16.1.ebuild 15 Dec 2011 16:23:31 -0000      1.3
+++ pipes-1.16.1.ebuild 18 Jul 2014 20:58:24 -0000      1.4
@@ -1,10 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 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.3 
2011/12/15 16:23:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild,v 1.4 
2014/07/18 20:58:24 jer Exp $
 
-EAPI="3"
-
-inherit toolchain-funcs
+EAPI=5
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Very versatile TCP pipes"
 HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html";
@@ -13,25 +12,19 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~s390 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       >=sys-apps/sed-4"
 
 src_prepare() {
-       #sed -i Makefile -e 's:-O2:$(CFLAGS):' || die
        # Prevent the build system from looking for dependencies
        touch .depend || die
 }
 
 src_compile() {
-       emake CC=$(tc-getCC) OPTIM="${CFLAGS}" LDFLAGS="${CFLAGS} ${LDFLAGS}" 
|| die
+       emake CC=$(tc-getCC) OPTIM="${CFLAGS}" LDFLAGS="${CFLAGS} ${LDFLAGS}"
 }
 
 src_install() {
-       dobin plis || die "dobin failed"
-       dohard /usr/bin/plis /usr/bin/pcon || die "dohard failed"
+       dobin plis
+       dosym /usr/bin/plis /usr/bin/pcon
        dodoc Examples ChangeLog
        dohtml README.html
 }




Reply via email to