public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/astyle: ChangeLog astyle-1.15.3-r1.ebuild astyle-1.21.ebuild
@ 2008-01-27 10:39 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2008-01-27 10:39 UTC (permalink / raw
  To: gentoo-commits

grobian     08/01/27 10:39:22

  Modified:             ChangeLog astyle-1.15.3-r1.ebuild
                        astyle-1.21.ebuild
  Log:
  Dropped ppc-macos keyword, see you in prefix
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.19                 dev-util/astyle/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	14 Nov 2007 03:37:44 -0000	1.18
+++ ChangeLog	27 Jan 2008 10:39:22 -0000	1.19
@@ -1,9 +1,13 @@
 # ChangeLog for dev-util/astyle
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.18 2007/11/14 03:37:44 robbat2 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.19 2008/01/27 10:39:22 grobian Exp $
+
+  27 Jan 2008; Fabian Groffen <grobian@gentoo.org> astyle-1.15.3-r1.ebuild,
+  astyle-1.21.ebuild:
+  Dropped ppc-macos keyword, see you in prefix
 
   14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> astyle-1.21.ebuild:
-  Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.18 2007/11/14 03:37:44 robbat2 Exp $ string.
+  Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.19 2008/01/27 10:39:22 grobian Exp $ string.
 
 *astyle-1.21 (07 Oct 2007)
 



1.11                 dev-util/astyle/astyle-1.15.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.15.3-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.15.3-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.15.3-r1.ebuild?r1=1.10&r2=1.11

Index: astyle-1.15.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- astyle-1.15.3-r1.ebuild	5 Nov 2005 20:48:35 -0000	1.10
+++ astyle-1.15.3-r1.ebuild	27 Jan 2008 10:39:22 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3-r1.ebuild,v 1.10 2005/11/05 20:48:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3-r1.ebuild,v 1.11 2008/01/27 10:39:22 grobian Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ppc ~ppc-macos sparc x86"
+KEYWORDS="alpha ~amd64 ppc sparc x86"
 IUSE=""
 
 DEPEND=">=app-arch/unzip-5.42"
@@ -19,10 +19,10 @@
 
 src_unpack() {
 	unpack ${A}
-	epatch ${FILESDIR}/cmd-line-fix.diff
+	epatch "${FILESDIR}"/cmd-line-fix.diff
 
 	#gcc-3.4 fix
-	epatch ${FILESDIR}/${PN}-gcc34.patch
+	epatch "${FILESDIR}"/${PN}-gcc34.patch
 }
 
 src_compile() {



1.3                  dev-util/astyle/astyle-1.21.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild?r1=1.2&r2=1.3

Index: astyle-1.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- astyle-1.21.ebuild	14 Nov 2007 03:37:44 -0000	1.2
+++ astyle-1.21.ebuild	27 Jan 2008 10:39:22 -0000	1.3
@@ -1,6 +1,6 @@
-# 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/dev-util/astyle/astyle-1.21.ebuild,v 1.2 2007/11/14 03:37:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild,v 1.3 2008/01/27 10:39:22 grobian Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~ppc-macos ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug libs"
 
 DEPEND=""
@@ -20,8 +20,8 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/${PN}-${PV}-strip.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/${PN}-${PV}-strip.patch
 }
 
 src_compile() {



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-27 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-27 10:39 [gentoo-commits] gentoo-x86 commit in dev-util/astyle: ChangeLog astyle-1.15.3-r1.ebuild astyle-1.21.ebuild Fabian Groffen (grobian)

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