public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/mawk: ChangeLog mawk-1.3.3.ebuild
@ 2009-05-16 22:40 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-05-16 22:40 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/05/16 22:40:09

  Modified:             ChangeLog mawk-1.3.3.ebuild
  Log:
  Add ~x86-fbsd keyword.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sys-apps/mawk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mawk/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	28 Jun 2006 18:17:25 -0000	1.9
+++ ChangeLog	16 May 2009 22:40:09 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/mawk
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mawk/ChangeLog,v 1.9 2006/06/28 18:17:25 gustavoz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mawk/ChangeLog,v 1.10 2009/05/16 22:40:09 flameeyes Exp $
+
+  16 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> mawk-1.3.3.ebuild:
+  Add ~x86-fbsd keyword.
 
   28 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> mawk-1.3.3.ebuild:
   Stable on sparc



1.13                 sys-apps/mawk/mawk-1.3.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild?r1=1.12&r2=1.13

Index: mawk-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mawk-1.3.3.ebuild	28 Jun 2006 18:17:25 -0000	1.12
+++ mawk-1.3.3.ebuild	16 May 2009 22:40:09 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild,v 1.12 2006/06/28 18:17:25 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild,v 1.13 2009/05/16 22:40:09 flameeyes Exp $
 
 DESCRIPTION="an (often faster than gawk) awk-interpreter"
 SRC_URI="ftp://ftp.whidbey.net/pub/brennan/${P}.tar.gz"
@@ -8,7 +8,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ppc sparc ~alpha ~hppa ia64"
+KEYWORDS="~alpha amd64 ~hppa ia64 ppc sparc x86 ~x86-fbsd"
 
 DEPEND="virtual/libc"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/mawk: ChangeLog mawk-1.3.3.ebuild
@ 2009-09-23 20:25 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-23 20:25 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/23 20:25:15

  Modified:             ChangeLog mawk-1.3.3.ebuild
  Log:
  Remove virtual/libc
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sys-apps/mawk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mawk/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	23 Aug 2009 09:53:48 -0000	1.11
+++ ChangeLog	23 Sep 2009 20:25:15 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/mawk
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mawk/ChangeLog,v 1.11 2009/08/23 09:53:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mawk/ChangeLog,v 1.12 2009/09/23 20:25:15 patrick Exp $
+
+  23 Sep 2009; Patrick Lauer <patrick@gentoo.org> mawk-1.3.3.ebuild:
+  Remove virtual/libc
 
 *mawk-1.3.3_p20090820 (23 Aug 2009)
 



1.14                 sys-apps/mawk/mawk-1.3.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild?r1=1.13&r2=1.14

Index: mawk-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mawk-1.3.3.ebuild	16 May 2009 22:40:09 -0000	1.13
+++ mawk-1.3.3.ebuild	23 Sep 2009 20:25:15 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild,v 1.13 2009/05/16 22:40:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild,v 1.14 2009/09/23 20:25:15 patrick Exp $
 
 DESCRIPTION="an (often faster than gawk) awk-interpreter"
 SRC_URI="ftp://ftp.whidbey.net/pub/brennan/${P}.tar.gz"
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 KEYWORDS="~alpha amd64 ~hppa ia64 ppc sparc x86 ~x86-fbsd"
 
-DEPEND="virtual/libc"
+DEPEND=""
 IUSE=""
 
 src_compile() {






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

end of thread, other threads:[~2009-09-23 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-16 22:40 [gentoo-commits] gentoo-x86 commit in sys-apps/mawk: ChangeLog mawk-1.3.3.ebuild Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-23 20:25 Patrick Lauer (patrick)

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