public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.4.21-r1.ebuild
@ 2010-10-26  9:34 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2010-10-26  9:34 UTC (permalink / raw
  To: gentoo-commits

grobian     10/10/26 09:34:51

  Modified:             ChangeLog raptor-1.4.21-r1.ebuild
  Log:
  Ebuild is EAPI=3, fix rm of rapper for Prefix
  
  (Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.88                 media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	24 Oct 2010 17:01:14 -0000	1.87
+++ ChangeLog	26 Oct 2010 09:34:51 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.87 2010/10/24 17:01:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.88 2010/10/26 09:34:51 grobian Exp $
+
+  26 Oct 2010; Fabian Groffen <grobian@gentoo.org> raptor-1.4.21-r1.ebuild:
+  Ebuild is EAPI=3, fix rm of rapper for Prefix
 
   24 Oct 2010; Raúl Porcel <armin76@gentoo.org> raptor-1.4.20.ebuild,
   raptor-1.4.21.ebuild:



1.4                  media-libs/raptor/raptor-1.4.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?r1=1.3&r2=1.4

Index: raptor-1.4.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- raptor-1.4.21-r1.ebuild	20 Oct 2010 05:01:03 -0000	1.3
+++ raptor-1.4.21-r1.ebuild	26 Oct 2010 09:34:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.3 2010/10/20 05:01:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.4 2010/10/26 09:34:51 grobian Exp $
 
 EAPI=3
 inherit eutils libtool
@@ -61,5 +61,5 @@
 	find "${ED}" -name '*.la' -exec rm -f '{}' +
 
 	# Fix file collision with SLOT="2"
-	rm -f "${D}"/usr/bin/rapper "${D}"/usr/share/man/man1/rapper.1*
+	rm -f "${ED}"/usr/bin/rapper "${ED}"/usr/share/man/man1/rapper.1*
 }






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.4.21-r1.ebuild
@ 2010-10-27 22:10 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-10-27 22:10 UTC (permalink / raw
  To: gentoo-commits

maekke      10/10/27 22:10:21

  Modified:             ChangeLog raptor-1.4.21-r1.ebuild
  Log:
  add ~arm, bug #341149
  
  (Portage version: 2.2.0_alpha1/cvs/Linux i686)

Revision  Changes    Path
1.89                 media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	26 Oct 2010 09:34:51 -0000	1.88
+++ ChangeLog	27 Oct 2010 22:10:21 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.88 2010/10/26 09:34:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.89 2010/10/27 22:10:21 maekke Exp $
+
+  27 Oct 2010; Markus Meier <maekke@gentoo.org> raptor-1.4.21-r1.ebuild:
+  add ~arm, bug #341149
 
   26 Oct 2010; Fabian Groffen <grobian@gentoo.org> raptor-1.4.21-r1.ebuild:
   Ebuild is EAPI=3, fix rm of rapper for Prefix



1.5                  media-libs/raptor/raptor-1.4.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?r1=1.4&r2=1.5

Index: raptor-1.4.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- raptor-1.4.21-r1.ebuild	26 Oct 2010 09:34:51 -0000	1.4
+++ raptor-1.4.21-r1.ebuild	27 Oct 2010 22:10:21 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.4 2010/10/26 09:34:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.5 2010/10/27 22:10:21 maekke Exp $
 
 EAPI=3
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug static-libs unicode +xml"
 
 RDEPEND="unicode? ( dev-libs/glib:2 )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.4.21-r1.ebuild
@ 2011-07-29 11:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-07-29 11:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/07/29 11:24:11

  Modified:             ChangeLog raptor-1.4.21-r1.ebuild
  Log:
  Remove -g from CPPFLAGS wrt #376903 by Agostino Sarubbo
  
  (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)

Revision  Changes    Path
1.99                 media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	29 Jul 2011 10:29:01 -0000	1.98
+++ ChangeLog	29 Jul 2011 11:24:11 -0000	1.99
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.98 2011/07/29 10:29:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.99 2011/07/29 11:24:11 ssuominen Exp $
+
+  29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> raptor-1.4.21-r1.ebuild:
+  Remove -g from CPPFLAGS wrt #376903 by Agostino Sarubbo
 
   29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> -raptor-2.0.3.ebuild:
   [This is a placeholder. Please ignore.]



1.9                  media-libs/raptor/raptor-1.4.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?r1=1.8&r2=1.9

Index: raptor-1.4.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- raptor-1.4.21-r1.ebuild	24 Jul 2011 08:56:50 -0000	1.8
+++ raptor-1.4.21-r1.ebuild	29 Jul 2011 11:24:11 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.8 2011/07/24 08:56:50 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.9 2011/07/29 11:24:11 ssuominen Exp $
 
 EAPI=3
 inherit eutils libtool
@@ -24,6 +24,7 @@
 	dev-util/pkgconfig"
 
 src_prepare() {
+	sed -i -e '/CPPFLAGS/s:-g::' configure || die #376903
 	epatch "${FILESDIR}"/${PN}-2.0.3-curl-headers.patch
 	epunt_cxx
 	elibtoolize






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.4.21-r1.ebuild
@ 2011-08-02 20:18 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-02 20:18 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/08/02 20:18:22

  Modified:             ChangeLog raptor-1.4.21-r1.ebuild
  Log:
  Stable on amd64 wrt bug #376893
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.100                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	29 Jul 2011 11:24:11 -0000	1.99
+++ ChangeLog	2 Aug 2011 20:18:22 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.99 2011/07/29 11:24:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.100 2011/08/02 20:18:22 hwoarang Exp $
+
+  02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> raptor-1.4.21-r1.ebuild:
+  Stable on amd64 wrt bug #376893
 
   29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> raptor-1.4.21-r1.ebuild:
   Remove -g from CPPFLAGS wrt #376903 by Agostino Sarubbo



1.10                 media-libs/raptor/raptor-1.4.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?r1=1.9&r2=1.10

Index: raptor-1.4.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- raptor-1.4.21-r1.ebuild	29 Jul 2011 11:24:11 -0000	1.9
+++ raptor-1.4.21-r1.ebuild	2 Aug 2011 20:18:22 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.9 2011/07/29 11:24:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.10 2011/08/02 20:18:22 hwoarang Exp $
 
 EAPI=3
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug static-libs unicode +xml"
 
 RDEPEND="unicode? ( dev-libs/glib:2 )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.4.21-r1.ebuild
@ 2011-08-05 20:12 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-08-05 20:12 UTC (permalink / raw
  To: gentoo-commits

jer         11/08/05 20:12:08

  Modified:             ChangeLog raptor-1.4.21-r1.ebuild
  Log:
  Stable for HPPA (bug #376893).
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.101                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	2 Aug 2011 20:18:22 -0000	1.100
+++ ChangeLog	5 Aug 2011 20:12:08 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.100 2011/08/02 20:18:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.101 2011/08/05 20:12:08 jer Exp $
+
+  05 Aug 2011; Jeroen Roovers <jer@gentoo.org> raptor-1.4.21-r1.ebuild:
+  Stable for HPPA (bug #376893).
 
   02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> raptor-1.4.21-r1.ebuild:
   Stable on amd64 wrt bug #376893



1.11                 media-libs/raptor/raptor-1.4.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?r1=1.10&r2=1.11

Index: raptor-1.4.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- raptor-1.4.21-r1.ebuild	2 Aug 2011 20:18:22 -0000	1.10
+++ raptor-1.4.21-r1.ebuild	5 Aug 2011 20:12:08 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.10 2011/08/02 20:18:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.11 2011/08/05 20:12:08 jer Exp $
 
 EAPI=3
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug static-libs unicode +xml"
 
 RDEPEND="unicode? ( dev-libs/glib:2 )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.4.21-r1.ebuild
@ 2011-08-07 15:28 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2011-08-07 15:28 UTC (permalink / raw
  To: gentoo-commits

maekke      11/08/07 15:28:57

  Modified:             ChangeLog raptor-1.4.21-r1.ebuild
  Log:
  x86 stable, bug #376893
  
  (Portage version: 2.1.10.10/cvs/Linux x86_64)

Revision  Changes    Path
1.102                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	5 Aug 2011 20:12:08 -0000	1.101
+++ ChangeLog	7 Aug 2011 15:28:57 -0000	1.102
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.101 2011/08/05 20:12:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.102 2011/08/07 15:28:57 maekke Exp $
+
+  07 Aug 2011; Markus Meier <maekke@gentoo.org> raptor-1.4.21-r1.ebuild:
+  x86 stable, bug #376893
 
   05 Aug 2011; Jeroen Roovers <jer@gentoo.org> raptor-1.4.21-r1.ebuild:
   Stable for HPPA (bug #376893).



1.12                 media-libs/raptor/raptor-1.4.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?r1=1.11&r2=1.12

Index: raptor-1.4.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- raptor-1.4.21-r1.ebuild	5 Aug 2011 20:12:08 -0000	1.11
+++ raptor-1.4.21-r1.ebuild	7 Aug 2011 15:28:57 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.11 2011/08/05 20:12:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.12 2011/08/07 15:28:57 maekke Exp $
 
 EAPI=3
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug static-libs unicode +xml"
 
 RDEPEND="unicode? ( dev-libs/glib:2 )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.4.21-r1.ebuild
@ 2011-08-09 13:07 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 9+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-09 13:07 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/08/09 13:07:43

  Modified:             ChangeLog raptor-1.4.21-r1.ebuild
  Log:
  ppc/ppc64 stable wrt #376893
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.103                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	7 Aug 2011 15:28:57 -0000	1.102
+++ ChangeLog	9 Aug 2011 13:07:43 -0000	1.103
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.102 2011/08/07 15:28:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.103 2011/08/09 13:07:43 xarthisius Exp $
+
+  09 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> raptor-1.4.21-r1.ebuild:
+  ppc/ppc64 stable wrt #376893
 
   07 Aug 2011; Markus Meier <maekke@gentoo.org> raptor-1.4.21-r1.ebuild:
   x86 stable, bug #376893



1.13                 media-libs/raptor/raptor-1.4.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?r1=1.12&r2=1.13

Index: raptor-1.4.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- raptor-1.4.21-r1.ebuild	7 Aug 2011 15:28:57 -0000	1.12
+++ raptor-1.4.21-r1.ebuild	9 Aug 2011 13:07:43 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.12 2011/08/07 15:28:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.13 2011/08/09 13:07:43 xarthisius Exp $
 
 EAPI=3
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug static-libs unicode +xml"
 
 RDEPEND="unicode? ( dev-libs/glib:2 )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.4.21-r1.ebuild
@ 2011-08-13 17:22 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2011-08-13 17:22 UTC (permalink / raw
  To: gentoo-commits

maekke      11/08/13 17:22:53

  Modified:             ChangeLog raptor-1.4.21-r1.ebuild
  Log:
  arm stable, bug #376893
  
  (Portage version: 2.1.10.10/cvs/Linux i686)

Revision  Changes    Path
1.104                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	9 Aug 2011 13:07:43 -0000	1.103
+++ ChangeLog	13 Aug 2011 17:22:53 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.103 2011/08/09 13:07:43 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.104 2011/08/13 17:22:53 maekke Exp $
+
+  13 Aug 2011; Markus Meier <maekke@gentoo.org> raptor-1.4.21-r1.ebuild:
+  arm stable, bug #376893
 
   09 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> raptor-1.4.21-r1.ebuild:
   ppc/ppc64 stable wrt #376893



1.14                 media-libs/raptor/raptor-1.4.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?r1=1.13&r2=1.14

Index: raptor-1.4.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- raptor-1.4.21-r1.ebuild	9 Aug 2011 13:07:43 -0000	1.13
+++ raptor-1.4.21-r1.ebuild	13 Aug 2011 17:22:53 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.13 2011/08/09 13:07:43 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.14 2011/08/13 17:22:53 maekke Exp $
 
 EAPI=3
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug static-libs unicode +xml"
 
 RDEPEND="unicode? ( dev-libs/glib:2 )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.4.21-r1.ebuild
@ 2011-11-16 18:32 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-11-16 18:32 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/11/16 18:32:49

  Modified:             ChangeLog raptor-1.4.21-r1.ebuild
  Log:
  Reduce installed files to minimum in the obsolete raptor1 branch.
  
  (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)

Revision  Changes    Path
1.113                media-libs/raptor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	16 Nov 2011 18:27:15 -0000	1.112
+++ ChangeLog	16 Nov 2011 18:32:49 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/raptor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.112 2011/11/16 18:27:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.113 2011/11/16 18:32:49 ssuominen Exp $
+
+  16 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> raptor-1.4.21-r1.ebuild:
+  Reduce installed files to minimum in the obsolete raptor1 branch.
 
 *raptor-2.0.5 (16 Nov 2011)
 



1.15                 media-libs/raptor/raptor-1.4.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild?r1=1.14&r2=1.15

Index: raptor-1.4.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- raptor-1.4.21-r1.ebuild	13 Aug 2011 17:22:53 -0000	1.14
+++ raptor-1.4.21-r1.ebuild	16 Nov 2011 18:32:49 -0000	1.15
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.14 2011/08/13 17:22:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.15 2011/11/16 18:32:49 ssuominen Exp $
 
-EAPI=3
+EAPI=4
 inherit eutils libtool
 
 DESCRIPTION="The RDF Parser Toolkit"
@@ -52,16 +52,16 @@
 		$(use_enable static-libs static) \
 		$(use_enable unicode nfc-check) \
 		$(use_enable debug) \
-		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
 		${myconf}
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog NEWS NOTICE README
-	dohtml {NEWS,README,RELEASE}.html
-	find "${ED}" -name '*.la' -exec rm -f '{}' +
+	emake DESTDIR="${D}" install
 
-	# Fix file collision with SLOT="2"
-	rm -f "${ED}"/usr/bin/rapper "${ED}"/usr/share/man/man1/rapper.1*
+	find "${ED}" -name '*.la' -exec rm -f {} +
+
+	# Reduce installation of obsolete raptor1 to only mandatory files
+	rm -rf \
+		"${ED}"usr/bin/rapper \
+		"${ED}"usr/share
 }






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

end of thread, other threads:[~2011-11-16 18:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13 17:22 [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.4.21-r1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-16 18:32 Samuli Suominen (ssuominen)
2011-08-09 13:07 Kacper Kowalik (xarthisius)
2011-08-07 15:28 Markus Meier (maekke)
2011-08-05 20:12 Jeroen Roovers (jer)
2011-08-02 20:18 Markos Chandras (hwoarang)
2011-07-29 11:24 Samuli Suominen (ssuominen)
2010-10-27 22:10 Markus Meier (maekke)
2010-10-26  9:34 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