public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/cksfv: ChangeLog cksfv-1.3.13.ebuild
@ 2008-11-01  6:25 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2008-11-01  6:25 UTC (permalink / raw
  To: gentoo-commits

vapier      08/11/01 06:25:17

  Modified:             ChangeLog
  Added:                cksfv-1.3.13.ebuild
  Log:
  Version bump #244935 by Alexandru Toma.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.36                 app-arch/cksfv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	1 Mar 2008 14:13:15 -0000	1.35
+++ ChangeLog	1 Nov 2008 06:25:17 -0000	1.36
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/cksfv
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.35 2008/03/01 14:13:15 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.36 2008/11/01 06:25:17 vapier Exp $
+
+*cksfv-1.3.13 (01 Nov 2008)
+
+  01 Nov 2008; Mike Frysinger <vapier@gentoo.org> +cksfv-1.3.13.ebuild:
+  Version bump #244935 by Alexandru Toma.
 
   01 Mar 2008; Christoph Mende <angelos@gentoo.org> cksfv-1.3.12.ebuild:
   Stable on amd64, bug #210986



1.1                  app-arch/cksfv/cksfv-1.3.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.1&content-type=text/plain

Index: cksfv-1.3.13.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.1 2008/11/01 06:25:17 vapier Exp $

inherit toolchain-funcs

DESCRIPTION="SFV checksum utility (simple file verification)"
HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/"
SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND=""

src_compile() {
	# note: not an autoconf configure script
	./configure \
		--compiler=$(tc-getCC) \
		--prefix=/usr \
		--package-prefix="${D}" \
		--bindir=/usr/bin \
		--mandir=/usr/share/man || die
	emake || die
}

src_install() {
	emake install || die
	dodoc ChangeLog README TODO
}






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

* [gentoo-commits] gentoo-x86 commit in app-arch/cksfv: ChangeLog cksfv-1.3.13.ebuild
@ 2009-02-11 22:51 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-02-11 22:51 UTC (permalink / raw
  To: gentoo-commits

klausman    09/02/11 22:51:49

  Modified:             ChangeLog cksfv-1.3.13.ebuild
  Log:
  Stable on alpha, bug #258532
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 app-arch/cksfv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	1 Nov 2008 06:25:17 -0000	1.36
+++ ChangeLog	11 Feb 2009 22:51:49 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/cksfv
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.36 2008/11/01 06:25:17 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.37 2009/02/11 22:51:49 klausman Exp $
+
+  11 Feb 2009; Tobias Klausmann <klausman@gentoo.org> cksfv-1.3.13.ebuild:
+  Stable on alpha, bug #258532
 
 *cksfv-1.3.13 (01 Nov 2008)
 



1.2                  app-arch/cksfv/cksfv-1.3.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?r1=1.1&r2=1.2

Index: cksfv-1.3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cksfv-1.3.13.ebuild	1 Nov 2008 06:25:17 -0000	1.1
+++ cksfv-1.3.13.ebuild	11 Feb 2009 22:51:49 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.1 2008/11/01 06:25:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.2 2009/02/11 22:51:49 klausman Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in app-arch/cksfv: ChangeLog cksfv-1.3.13.ebuild
@ 2009-02-12 17:47 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-02-12 17:47 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/02/12 17:47:25

  Modified:             ChangeLog cksfv-1.3.13.ebuild
  Log:
  ppc stable #258532
  (Portage version: 2.1.6.7/cvs/Linux ppc)

Revision  Changes    Path
1.38                 app-arch/cksfv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	11 Feb 2009 22:51:49 -0000	1.37
+++ ChangeLog	12 Feb 2009 17:47:25 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/cksfv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.37 2009/02/11 22:51:49 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.38 2009/02/12 17:47:25 nixnut Exp $
+
+  12 Feb 2009; nixnut <nixnut@gentoo.org> cksfv-1.3.13.ebuild:
+  ppc stable #258532
 
   11 Feb 2009; Tobias Klausmann <klausman@gentoo.org> cksfv-1.3.13.ebuild:
   Stable on alpha, bug #258532



1.3                  app-arch/cksfv/cksfv-1.3.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?r1=1.2&r2=1.3

Index: cksfv-1.3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cksfv-1.3.13.ebuild	11 Feb 2009 22:51:49 -0000	1.2
+++ cksfv-1.3.13.ebuild	12 Feb 2009 17:47:25 -0000	1.3
@@ -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/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.2 2009/02/11 22:51:49 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.3 2009/02/12 17:47:25 nixnut Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in app-arch/cksfv: ChangeLog cksfv-1.3.13.ebuild
@ 2009-02-12 17:53 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2009-02-12 17:53 UTC (permalink / raw
  To: gentoo-commits

jer         09/02/12 17:53:24

  Modified:             ChangeLog cksfv-1.3.13.ebuild
  Log:
  Stable for HPPA (bug #258532).
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.39                 app-arch/cksfv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	12 Feb 2009 17:47:25 -0000	1.38
+++ ChangeLog	12 Feb 2009 17:53:24 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/cksfv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.38 2009/02/12 17:47:25 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.39 2009/02/12 17:53:24 jer Exp $
+
+  12 Feb 2009; Jeroen Roovers <jer@gentoo.org> cksfv-1.3.13.ebuild:
+  Stable for HPPA (bug #258532).
 
   12 Feb 2009; nixnut <nixnut@gentoo.org> cksfv-1.3.13.ebuild:
   ppc stable #258532



1.4                  app-arch/cksfv/cksfv-1.3.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?r1=1.3&r2=1.4

Index: cksfv-1.3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cksfv-1.3.13.ebuild	12 Feb 2009 17:47:25 -0000	1.3
+++ cksfv-1.3.13.ebuild	12 Feb 2009 17:53:24 -0000	1.4
@@ -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/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.3 2009/02/12 17:47:25 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.4 2009/02/12 17:53:24 jer Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in app-arch/cksfv: ChangeLog cksfv-1.3.13.ebuild
@ 2009-02-14 16:05 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-14 16:05 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/14 16:05:19

  Modified:             ChangeLog cksfv-1.3.13.ebuild
  Log:
  ia64/sparc/x86 stable wrt #258532
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 ia64)

Revision  Changes    Path
1.40                 app-arch/cksfv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	12 Feb 2009 17:53:24 -0000	1.39
+++ ChangeLog	14 Feb 2009 16:05:18 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/cksfv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.39 2009/02/12 17:53:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.40 2009/02/14 16:05:18 armin76 Exp $
+
+  14 Feb 2009; Raúl Porcel <armin76@gentoo.org> cksfv-1.3.13.ebuild:
+  ia64/sparc/x86 stable wrt #258532
 
   12 Feb 2009; Jeroen Roovers <jer@gentoo.org> cksfv-1.3.13.ebuild:
   Stable for HPPA (bug #258532).



1.5                  app-arch/cksfv/cksfv-1.3.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?r1=1.4&r2=1.5

Index: cksfv-1.3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cksfv-1.3.13.ebuild	12 Feb 2009 17:53:24 -0000	1.4
+++ cksfv-1.3.13.ebuild	14 Feb 2009 16:05:18 -0000	1.5
@@ -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/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.4 2009/02/12 17:53:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.5 2009/02/14 16:05:18 armin76 Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in app-arch/cksfv: ChangeLog cksfv-1.3.13.ebuild
@ 2009-02-22 20:28 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 6+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-02-22 20:28 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/02/22 20:28:40

  Modified:             ChangeLog cksfv-1.3.13.ebuild
  Log:
  stable amd64, bug 258532
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)

Revision  Changes    Path
1.41                 app-arch/cksfv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	14 Feb 2009 16:05:18 -0000	1.40
+++ ChangeLog	22 Feb 2009 20:28:40 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/cksfv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.40 2009/02/14 16:05:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.41 2009/02/22 20:28:40 tcunha Exp $
+
+  22 Feb 2009; Tiago Cunha <tcunha@gentoo.org> cksfv-1.3.13.ebuild:
+  stable amd64, bug 258532
 
   14 Feb 2009; Raúl Porcel <armin76@gentoo.org> cksfv-1.3.13.ebuild:
   ia64/sparc/x86 stable wrt #258532



1.6                  app-arch/cksfv/cksfv-1.3.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild?r1=1.5&r2=1.6

Index: cksfv-1.3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cksfv-1.3.13.ebuild	14 Feb 2009 16:05:18 -0000	1.5
+++ cksfv-1.3.13.ebuild	22 Feb 2009 20:28:40 -0000	1.6
@@ -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/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.5 2009/02/14 16:05:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.13.ebuild,v 1.6 2009/02/22 20:28:40 tcunha Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""






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

end of thread, other threads:[~2009-02-22 20:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12 17:53 [gentoo-commits] gentoo-x86 commit in app-arch/cksfv: ChangeLog cksfv-1.3.13.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-22 20:28 Tiago Cunha (tcunha)
2009-02-14 16:05 Raul Porcel (armin76)
2009-02-12 17:47 Gysbert Wassenaar (nixnut)
2009-02-11 22:51 Tobias Klausmann (klausman)
2008-11-01  6:25 Mike Frysinger (vapier)

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