public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libvformat: ChangeLog libvformat-1.13-r1.ebuild
@ 2009-02-16 23:02 Alin Nastac (mrness)
  0 siblings, 0 replies; 6+ messages in thread
From: Alin Nastac (mrness) @ 2009-02-16 23:02 UTC (permalink / raw
  To: gentoo-commits

mrness      09/02/16 23:02:15

  Modified:             ChangeLog
  Added:                libvformat-1.13-r1.ebuild
  Log:
  Apply latest Debian patches (#257609).
  (Portage version: 2.1.6.4/cvs/Linux 2.6.25-gentoo-r6 x86_64)

Revision  Changes    Path
1.8                  dev-libs/libvformat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	22 Jun 2008 17:10:59 -0000	1.7
+++ ChangeLog	16 Feb 2009 23:02:15 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libvformat
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.7 2008/06/22 17:10:59 mrness Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.8 2009/02/16 23:02:15 mrness Exp $
+
+*libvformat-1.13-r1 (16 Feb 2009)
+
+  16 Feb 2009; Alin Năstac <mrness@gentoo.org> +libvformat-1.13-r1.ebuild:
+  Apply latest Debian patches (#257609).
 
   22 Jun 2008; Alin Năstac <mrness@gentoo.org>
   files/libvformat-nodoc.patch, libvformat-1.13.ebuild:



1.1                  dev-libs/libvformat/libvformat-1.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?rev=1.1&content-type=text/plain

Index: libvformat-1.13-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.1 2009/02/16 23:02:15 mrness Exp $

inherit eutils autotools

DESCRIPTION="Library to read and write vcard files"
HOMEPAGE="http://sourceforge.net/projects/vformat/"
SRC_URI="mirror://debian/pool/main/libv/${PN}/${PN}_${PV}.orig.tar.gz
	mirror://debian/pool/main/libv/${PN}/${PN}_${PV}-4.diff.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${P}.orig"

src_unpack() {
	unpack ${A}

	cd "${S}"
	epatch "${DISTDIR}/${PN}_${PV}-4.diff.gz" || die "epatch failed"

	# Patch for not installing documentation, because that needs c2man
	epatch "${FILESDIR}/${PN}-nodoc.patch" || die "epatch failed"
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libvformat: ChangeLog libvformat-1.13-r1.ebuild
@ 2009-05-03 18:40 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-05-03 18:40 UTC (permalink / raw
  To: gentoo-commits

klausman    09/05/03 18:40:35

  Modified:             ChangeLog libvformat-1.13-r1.ebuild
  Log:
  Keyworded on alpha, bug #266830
  (Portage version: 2.1.6.12/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-libs/libvformat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	16 Feb 2009 23:02:15 -0000	1.8
+++ ChangeLog	3 May 2009 18:40:35 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libvformat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.8 2009/02/16 23:02:15 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.9 2009/05/03 18:40:35 klausman Exp $
+
+  03 May 2009; Tobias Klausmann <klausman@gentoo.org>
+  libvformat-1.13-r1.ebuild:
+  Keyworded on alpha, bug #266830
 
 *libvformat-1.13-r1 (16 Feb 2009)
 



1.2                  dev-libs/libvformat/libvformat-1.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?r1=1.1&r2=1.2

Index: libvformat-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvformat-1.13-r1.ebuild	16 Feb 2009 23:02:15 -0000	1.1
+++ libvformat-1.13-r1.ebuild	3 May 2009 18:40:35 -0000	1.2
@@ -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/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.1 2009/02/16 23:02:15 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.2 2009/05/03 18:40:35 klausman Exp $
 
 inherit eutils autotools
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libvformat: ChangeLog libvformat-1.13-r1.ebuild
@ 2009-05-09 16:16 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-05-09 16:16 UTC (permalink / raw
  To: gentoo-commits

klausman    09/05/09 16:16:36

  Modified:             ChangeLog libvformat-1.13-r1.ebuild
  Log:
  Stable on alpha, bug #269108
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-libs/libvformat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	3 May 2009 18:40:35 -0000	1.9
+++ ChangeLog	9 May 2009 16:16:36 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libvformat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.9 2009/05/03 18:40:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.10 2009/05/09 16:16:36 klausman Exp $
+
+  09 May 2009; Tobias Klausmann <klausman@gentoo.org>
+  libvformat-1.13-r1.ebuild:
+  Stable on alpha, bug #269108
 
   03 May 2009; Tobias Klausmann <klausman@gentoo.org>
   libvformat-1.13-r1.ebuild:



1.3                  dev-libs/libvformat/libvformat-1.13-r1.ebuild

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

Index: libvformat-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvformat-1.13-r1.ebuild	3 May 2009 18:40:35 -0000	1.2
+++ libvformat-1.13-r1.ebuild	9 May 2009 16:16:36 -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/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.2 2009/05/03 18:40:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.3 2009/05/09 16:16:36 klausman Exp $
 
 inherit eutils autotools
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="alpha ~amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libvformat: ChangeLog libvformat-1.13-r1.ebuild
@ 2009-05-14 19:13 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-05-14 19:13 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/14 19:13:27

  Modified:             ChangeLog libvformat-1.13-r1.ebuild
  Log:
  amd64/x86 stable, bug #269108
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-libs/libvformat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	9 May 2009 16:16:36 -0000	1.10
+++ ChangeLog	14 May 2009 19:13:27 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libvformat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.10 2009/05/09 16:16:36 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.11 2009/05/14 19:13:27 maekke Exp $
+
+  14 May 2009; Markus Meier <maekke@gentoo.org> libvformat-1.13-r1.ebuild:
+  amd64/x86 stable, bug #269108
 
   09 May 2009; Tobias Klausmann <klausman@gentoo.org>
   libvformat-1.13-r1.ebuild:



1.4                  dev-libs/libvformat/libvformat-1.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?r1=1.3&r2=1.4

Index: libvformat-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libvformat-1.13-r1.ebuild	9 May 2009 16:16:36 -0000	1.3
+++ libvformat-1.13-r1.ebuild	14 May 2009 19:13:27 -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/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.3 2009/05/09 16:16:36 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.4 2009/05/14 19:13:27 maekke Exp $
 
 inherit eutils autotools
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~ppc ~x86"
+KEYWORDS="alpha amd64 ~ppc x86"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libvformat: ChangeLog libvformat-1.13-r1.ebuild
@ 2009-05-21 20:25 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-05-21 20:25 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/21 20:25:36

  Modified:             ChangeLog libvformat-1.13-r1.ebuild
  Log:
  stable ppc, bug 269108
  (Portage version: 2.1.6.11/cvs/Linux ppc64)

Revision  Changes    Path
1.12                 dev-libs/libvformat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	14 May 2009 19:13:27 -0000	1.11
+++ ChangeLog	21 May 2009 20:25:36 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libvformat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.11 2009/05/14 19:13:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.12 2009/05/21 20:25:36 ranger Exp $
+
+  21 May 2009; Brent Baude <ranger@gentoo.org> libvformat-1.13-r1.ebuild:
+  stable ppc, bug 269108
 
   14 May 2009; Markus Meier <maekke@gentoo.org> libvformat-1.13-r1.ebuild:
   amd64/x86 stable, bug #269108



1.5                  dev-libs/libvformat/libvformat-1.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?r1=1.4&r2=1.5

Index: libvformat-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libvformat-1.13-r1.ebuild	14 May 2009 19:13:27 -0000	1.4
+++ libvformat-1.13-r1.ebuild	21 May 2009 20:25:36 -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/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.4 2009/05/14 19:13:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.5 2009/05/21 20:25:36 ranger Exp $
 
 inherit eutils autotools
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ppc x86"
+KEYWORDS="alpha amd64 ppc x86"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libvformat: ChangeLog libvformat-1.13-r1.ebuild
@ 2009-10-11 16:16 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-11 16:16 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/11 16:16:27

  Modified:             ChangeLog libvformat-1.13-r1.ebuild
  Log:
  sparc stable wrt #269108
  (Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.14                 dev-libs/libvformat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	23 Aug 2009 08:16:29 -0000	1.13
+++ ChangeLog	11 Oct 2009 16:16:26 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libvformat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.13 2009/08/23 08:16:29 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.14 2009/10/11 16:16:26 armin76 Exp $
+
+  11 Oct 2009; Raúl Porcel <armin76@gentoo.org> libvformat-1.13-r1.ebuild:
+  sparc stable wrt #269108
 
   23 Aug 2009; Alin Năstac <mrness@gentoo.org> -libvformat-1.13.ebuild:
   Remove obsolete revision.



1.6                  dev-libs/libvformat/libvformat-1.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild?r1=1.5&r2=1.6

Index: libvformat-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libvformat-1.13-r1.ebuild	21 May 2009 20:25:36 -0000	1.5
+++ libvformat-1.13-r1.ebuild	11 Oct 2009 16:16:26 -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/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.5 2009/05/21 20:25:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r1.ebuild,v 1.6 2009/10/11 16:16:26 armin76 Exp $
 
 inherit eutils autotools
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
+KEYWORDS="alpha amd64 ppc sparc x86"
 IUSE=""
 
 DEPEND=""






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

end of thread, other threads:[~2009-10-11 16:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-21 20:25 [gentoo-commits] gentoo-x86 commit in dev-libs/libvformat: ChangeLog libvformat-1.13-r1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-11 16:16 Raul Porcel (armin76)
2009-05-14 19:13 Markus Meier (maekke)
2009-05-09 16:16 Tobias Klausmann (klausman)
2009-05-03 18:40 Tobias Klausmann (klausman)
2009-02-16 23:02 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