* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.8.ebuild
@ 2012-06-27 18:36 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-27 18:36 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/06/27 18:36:56
Modified: ChangeLog
Added: raptor-2.0.8.ebuild
Log:
Version bump. Use prune_libtool_files from eutils.eclass. Symlink gtk-doc documentation for devhelp.
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Revision Changes Path
1.132 media-libs/raptor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.131&r2=1.132
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog 18 May 2012 08:48:54 -0000 1.131
+++ ChangeLog 27 Jun 2012 18:36:56 -0000 1.132
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.131 2012/05/18 08:48:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.132 2012/06/27 18:36:56 ssuominen Exp $
+
+*raptor-2.0.8 (27 Jun 2012)
+
+ 27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> +raptor-2.0.8.ebuild:
+ Version bump. Use prune_libtool_files from eutils.eclass. Symlink gtk-doc
+ documentation for devhelp.
18 May 2012; Alexis Ballier <aballier@gentoo.org> raptor-2.0.7.ebuild:
keyword ~amd64-fbsd
1.1 media-libs/raptor/raptor-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.1&content-type=text/plain
Index: raptor-2.0.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.1 2012/06/27 18:36:56 ssuominen Exp $
EAPI=4
inherit eutils libtool
MY_PN=${PN}2
MY_P=${MY_PN}-${PV}
DESCRIPTION="The RDF Parser Toolkit"
HOMEPAGE="http://librdf.org/raptor/"
SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz"
LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="2"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~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 json static-libs unicode"
RDEPEND="dev-libs/libxml2
dev-libs/libxslt
curl? ( net-misc/curl )
json? ( dev-libs/yajl )
unicode? ( dev-libs/icu )
!media-libs/raptor:0"
DEPEND="${RDEPEND}
sys-devel/flex
virtual/pkgconfig"
S=${WORKDIR}/${MY_P}
DOCS="AUTHORS ChangeLog NEWS NOTICE README"
src_prepare() {
elibtoolize # Keep this for ~*-fbsd
}
src_configure() {
# FIXME: It should be possible to use net-nntp/inn for libinn.h and -linn!
local myconf='--with-www=xml'
use curl && myconf='--with-www=curl'
econf \
$(use_enable static-libs static) \
$(use_enable debug) \
$(use unicode && echo --with-icu-config="${EPREFIX}"/usr/bin/icu-config) \
$(use_with json yajl) \
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
${myconf}
}
src_install() {
default
dohtml {NEWS,README,RELEASE,UPGRADING}.html
prune_libtool_files --all
dosym /usr/share/doc/${PF}/html/${MY_PN} /usr/share/gtk-doc/html/${MY_PN}
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.8.ebuild
@ 2012-09-13 10:19 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-13 10:19 UTC (permalink / raw
To: gentoo-commits
ago 12/09/13 10:19:04
Modified: ChangeLog raptor-2.0.8.ebuild
Log:
Stable for amd64, wrt bug #429130
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.133 media-libs/raptor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog 27 Jun 2012 18:36:56 -0000 1.132
+++ ChangeLog 13 Sep 2012 10:19:04 -0000 1.133
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.132 2012/06/27 18:36:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.133 2012/09/13 10:19:04 ago Exp $
+
+ 13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.8.ebuild:
+ Stable for amd64, wrt bug #429130
*raptor-2.0.8 (27 Jun 2012)
1.2 media-libs/raptor/raptor-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?r1=1.1&r2=1.2
Index: raptor-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- raptor-2.0.8.ebuild 27 Jun 2012 18:36:56 -0000 1.1
+++ raptor-2.0.8.ebuild 13 Sep 2012 10:19:04 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.1 2012/06/27 18:36:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.2 2012/09/13 10:19:04 ago Exp $
EAPI=4
inherit eutils libtool
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="2"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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 json static-libs unicode"
RDEPEND="dev-libs/libxml2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.8.ebuild
@ 2012-09-14 18:50 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-09-14 18:50 UTC (permalink / raw
To: gentoo-commits
maekke 12/09/14 18:50:01
Modified: ChangeLog raptor-2.0.8.ebuild
Log:
arm stable, bug #429130
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Revision Changes Path
1.134 media-libs/raptor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 13 Sep 2012 10:19:04 -0000 1.133
+++ ChangeLog 14 Sep 2012 18:50:01 -0000 1.134
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.133 2012/09/13 10:19:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.134 2012/09/14 18:50:01 maekke Exp $
+
+ 14 Sep 2012; Markus Meier <maekke@gentoo.org> raptor-2.0.8.ebuild:
+ arm stable, bug #429130
13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.8.ebuild:
Stable for amd64, wrt bug #429130
1.3 media-libs/raptor/raptor-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?r1=1.2&r2=1.3
Index: raptor-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- raptor-2.0.8.ebuild 13 Sep 2012 10:19:04 -0000 1.2
+++ raptor-2.0.8.ebuild 14 Sep 2012 18:50:01 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.2 2012/09/13 10:19:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.3 2012/09/14 18:50:01 maekke Exp $
EAPI=4
inherit eutils libtool
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="2"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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 json static-libs unicode"
RDEPEND="dev-libs/libxml2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.8.ebuild
@ 2012-09-19 13:56 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-09-19 13:56 UTC (permalink / raw
To: gentoo-commits
jer 12/09/19 13:56:27
Modified: ChangeLog raptor-2.0.8.ebuild
Log:
Stable for HPPA (bug #429130).
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Revision Changes Path
1.135 media-libs/raptor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.134&r2=1.135
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog 14 Sep 2012 18:50:01 -0000 1.134
+++ ChangeLog 19 Sep 2012 13:56:27 -0000 1.135
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.134 2012/09/14 18:50:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.135 2012/09/19 13:56:27 jer Exp $
+
+ 19 Sep 2012; Jeroen Roovers <jer@gentoo.org> raptor-2.0.8.ebuild:
+ Stable for HPPA (bug #429130).
14 Sep 2012; Markus Meier <maekke@gentoo.org> raptor-2.0.8.ebuild:
arm stable, bug #429130
1.4 media-libs/raptor/raptor-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?r1=1.3&r2=1.4
Index: raptor-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- raptor-2.0.8.ebuild 14 Sep 2012 18:50:01 -0000 1.3
+++ raptor-2.0.8.ebuild 19 Sep 2012 13:56:27 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.3 2012/09/14 18:50:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.4 2012/09/19 13:56:27 jer Exp $
EAPI=4
inherit eutils libtool
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="2"
-KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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 json static-libs unicode"
RDEPEND="dev-libs/libxml2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.8.ebuild
@ 2012-09-23 8:02 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-09-23 8:02 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/09/23 08:02:47
Modified: ChangeLog raptor-2.0.8.ebuild
Log:
x86 stable wrt bug #429130
(Portage version: 2.1.11.9/cvs/Linux i686)
Revision Changes Path
1.136 media-libs/raptor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.135&r2=1.136
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog 19 Sep 2012 13:56:27 -0000 1.135
+++ ChangeLog 23 Sep 2012 08:02:47 -0000 1.136
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.135 2012/09/19 13:56:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.136 2012/09/23 08:02:47 phajdan.jr Exp $
+
+ 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> raptor-2.0.8.ebuild:
+ x86 stable wrt bug #429130
19 Sep 2012; Jeroen Roovers <jer@gentoo.org> raptor-2.0.8.ebuild:
Stable for HPPA (bug #429130).
1.5 media-libs/raptor/raptor-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?r1=1.4&r2=1.5
Index: raptor-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- raptor-2.0.8.ebuild 19 Sep 2012 13:56:27 -0000 1.4
+++ raptor-2.0.8.ebuild 23 Sep 2012 08:02:47 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.4 2012/09/19 13:56:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.5 2012/09/23 08:02:47 phajdan.jr Exp $
EAPI=4
inherit eutils libtool
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="2"
-KEYWORDS="amd64 arm hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~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 ~amd64-fbsd ~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 json static-libs unicode"
RDEPEND="dev-libs/libxml2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.8.ebuild
@ 2014-03-04 22:30 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 6+ messages in thread
From: Andreas HAttel (dilfridge) @ 2014-03-04 22:30 UTC (permalink / raw
To: gentoo-commits
dilfridge 14/03/04 22:30:42
Modified: ChangeLog
Removed: raptor-2.0.8.ebuild
Log:
Remove old so we can close bug 468042
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path
1.157 media-libs/raptor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.156&r2=1.157
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog 4 Feb 2014 23:33:05 -0000 1.156
+++ ChangeLog 4 Mar 2014 22:30:42 -0000 1.157
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.156 2014/02/04 23:33:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.157 2014/03/04 22:30:42 dilfridge Exp $
+
+ 04 Mar 2014; Andreas K. Huettel <dilfridge@gentoo.org> -raptor-2.0.8.ebuild:
+ Remove old so we can close bug 468042
04 Feb 2014; Andreas K. Huettel <dilfridge@gentoo.org> raptor-2.0.8.ebuild,
raptor-2.0.9.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-03-04 22:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-23 8:02 [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.8.ebuild PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2014-03-04 22:30 Andreas HAttel (dilfridge)
2012-09-19 13:56 Jeroen Roovers (jer)
2012-09-14 18:50 Markus Meier (maekke)
2012-09-13 10:19 Agostino Sarubbo (ago)
2012-06-27 18:36 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox