public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/xc: xc-4.3.2-r1.ebuild ChangeLog
@ 2008-04-24 16:21 Ned Ludd (solar)
  0 siblings, 0 replies; 2+ messages in thread
From: Ned Ludd (solar) @ 2008-04-24 16:21 UTC (permalink / raw
  To: gentoo-commits

solar       08/04/24 16:21:38

  Modified:             xc-4.3.2-r1.ebuild ChangeLog
  Log:
  - make ebuild cross-compile aware
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.17                 net-dialup/xc/xc-4.3.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild?r1=1.16&r2=1.17

Index: xc-4.3.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xc-4.3.2-r1.ebuild	15 Apr 2007 11:36:51 -0000	1.16
+++ xc-4.3.2-r1.ebuild	24 Apr 2008 16:21:38 -0000	1.17
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.16 2007/04/15 11:36:51 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.17 2008/04/24 16:21:38 solar Exp $
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 DESCRIPTION="unix dialout program"
 HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/"
@@ -17,7 +17,7 @@
 
 src_unpack() {
 	unpack ${A}
-
+	tc-export CC
 	cd "${S}"
 	epatch "${FILESDIR}/${P}-gentoo.diff"
 	epatch "${FILESDIR}/${P}-implicit-decl.patch"
@@ -28,7 +28,8 @@
 	# Fixes the Makefile to use gentoo CFLAGS
 	sed -i \
 		-e "s:GCCOPT\t= -pipe -O2 -fno-strength-reduce -fomit-frame-pointer:GCCOPT\t= ${CFLAGS} -fno-strength-reduce:g" \
-		-e 's:-ltermcap:-lncurses:' \
+		-e "s:-ltermcap:-lncurses ${LDFLAGS}:" \
+		-e 's:CC\t= gcc:CC='${CC}':' \
 		Makefile || die
 }
 



1.20                 net-dialup/xc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	15 Apr 2007 11:36:51 -0000	1.19
+++ ChangeLog	24 Apr 2008 16:21:38 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/xc
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.19 2007/04/15 11:36:51 mrness Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.20 2008/04/24 16:21:38 solar Exp $
+
+  24 Apr 2008; <solar@gentoo.org> xc-4.3.2-r1.ebuild:
+  - make ebuild cross-compile aware
 
   15 Apr 2007; Alin Năstac <mrness@gentoo.org>
   +files/xc-4.3.2-implicit-decl.patch, xc-4.3.2-r1.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dialup/xc: xc-4.3.2-r1.ebuild ChangeLog
@ 2008-10-18  9:15 Alin Nastac (mrness)
  0 siblings, 0 replies; 2+ messages in thread
From: Alin Nastac (mrness) @ 2008-10-18  9:15 UTC (permalink / raw
  To: gentoo-commits

mrness      08/10/18 09:15:32

  Modified:             xc-4.3.2-r1.ebuild ChangeLog
  Log:
  Merge sed patches into gentoo.patch (#240882).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.18                 net-dialup/xc/xc-4.3.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild?r1=1.17&r2=1.18

Index: xc-4.3.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xc-4.3.2-r1.ebuild	24 Apr 2008 16:21:38 -0000	1.17
+++ xc-4.3.2-r1.ebuild	18 Oct 2008 09:15:32 -0000	1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.17 2008/04/24 16:21:38 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.18 2008/10/18 09:15:32 mrness Exp $
 
 inherit eutils toolchain-funcs
 
@@ -17,24 +17,18 @@
 
 src_unpack() {
 	unpack ${A}
-	tc-export CC
+
 	cd "${S}"
-	epatch "${FILESDIR}/${P}-gentoo.diff"
+	epatch "${FILESDIR}/${P}-gentoo.patch"
 	epatch "${FILESDIR}/${P}-implicit-decl.patch"
 
 	# Adds 115200 bps support
 	epatch "${FILESDIR}/${P}-add-115200.patch"
-
-	# Fixes the Makefile to use gentoo CFLAGS
-	sed -i \
-		-e "s:GCCOPT\t= -pipe -O2 -fno-strength-reduce -fomit-frame-pointer:GCCOPT\t= ${CFLAGS} -fno-strength-reduce:g" \
-		-e "s:-ltermcap:-lncurses ${LDFLAGS}:" \
-		-e 's:CC\t= gcc:CC='${CC}':' \
-		Makefile || die
 }
 
 src_compile() {
-	make WARN="" all prefix=/usr mandir=/usr/share/man || die "make failed"
+	tc-export CC
+	emake WARN="" all prefix=/usr mandir=/usr/share/man || die "make failed"
 }
 
 src_install () {



1.21                 net-dialup/xc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/xc/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	24 Apr 2008 16:21:38 -0000	1.20
+++ ChangeLog	18 Oct 2008 09:15:32 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for net-dialup/xc
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.20 2008/04/24 16:21:38 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.21 2008/10/18 09:15:32 mrness Exp $
+
+  18 Oct 2008; Alin Năstac <mrness@gentoo.org> -files/xc-4.3.2-gentoo.diff,
+  +files/xc-4.3.2-gentoo.patch, xc-4.3.2-r1.ebuild:
+  Merge sed patches into gentoo.patch (#240882).
 
   24 Apr 2008; <solar@gentoo.org> xc-4.3.2-r1.ebuild:
   - make ebuild cross-compile aware






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-18  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 16:21 [gentoo-commits] gentoo-x86 commit in net-dialup/xc: xc-4.3.2-r1.ebuild ChangeLog Ned Ludd (solar)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-18  9:15 Alin Nastac (mrness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox