* [gentoo-commits] gentoo-x86 commit in net-misc/pipes: ChangeLog pipes-1.16.1.ebuild
@ 2011-04-22 16:07 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2011-04-22 16:07 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/pipes: ChangeLog pipes-1.16.1.ebuild
@ 2011-04-22 16:19 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2011-04-22 16:19 UTC (permalink / raw
To: gentoo-commits
jer 11/04/22 16:19:44
Modified: ChangeLog pipes-1.16.1.ebuild
Log:
Do not hardcode flags in Makefile.
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
Revision Changes Path
1.13 net-misc/pipes/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 22 Apr 2011 16:07:20 -0000 1.12
+++ ChangeLog 22 Apr 2011 16:19:44 -0000 1.13
@@ -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.12 2011/04/22 16:07:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.13 2011/04/22 16:19:44 jer Exp $
+
+ 22 Apr 2011; Jeroen Roovers <jer@gentoo.org> pipes-1.16.1.ebuild:
+ Do not hardcode flags in Makefile.
*pipes-1.16.1 (22 Apr 2011)
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild?r1=1.1&r2=1.2
Index: pipes-1.16.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pipes-1.16.1.ebuild 22 Apr 2011 16:07:20 -0000 1.1
+++ pipes-1.16.1.ebuild 22 Apr 2011 16:19:44 -0000 1.2
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.1.ebuild,v 1.2 2011/04/22 16:19:44 jer Exp $
EAPI="3"
@@ -20,12 +20,13 @@
>=sys-apps/sed-4"
src_prepare() {
- sed -i Makefile -e "s:-O2:${CFLAGS}:" || die
+ #sed -i Makefile -e 's:-O2:$(CFLAGS):' || die
+ # Prevent the build system from looking for dependencies
touch .depend
}
src_compile() {
- emake CC=$(tc-getCC) LDFLAGS="${CFLAGS} ${LDFLAGS}" || die "emake failed"
+ emake CC=$(tc-getCC) OPTIM="${CFLAGS}" LDFLAGS="${CFLAGS} ${LDFLAGS}" || die
}
src_install() {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/pipes: ChangeLog pipes-1.16.1.ebuild
@ 2014-07-18 20:58 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-07-18 20:58 UTC (permalink / raw
To: gentoo-commits
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 <jer@gentoo.org> pipes-1.16.1.ebuild:
+ EAPI bump.
15 Dec 2011; Agostino Sarubbo <ago@gentoo.org> 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
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-18 20:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 16:07 [gentoo-commits] gentoo-x86 commit in net-misc/pipes: ChangeLog pipes-1.16.1.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2011-04-22 16:19 Jeroen Roovers (jer)
2014-07-18 20:58 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox