* [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild
@ 2011-07-11 19:53 Tim Harder (radhermit)
0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder (radhermit) @ 2011-07-11 19:53 UTC (permalink / raw
To: gentoo-commits
radhermit 11/07/11 19:53:24
Modified: ChangeLog
Added: inkscape-0.48.2.ebuild
Log:
Version bump (bug #374847).
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Revision Changes Path
1.160 media-gfx/inkscape/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.160&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.160&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.159&r2=1.160
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog 24 Jun 2011 16:43:49 -0000 1.159
+++ ChangeLog 11 Jul 2011 19:53:24 -0000 1.160
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.159 2011/06/24 16:43:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.160 2011/07/11 19:53:24 radhermit Exp $
+
+*inkscape-0.48.2 (11 Jul 2011)
+
+ 11 Jul 2011; Tim Harder <radhermit@gentoo.org> +inkscape-0.48.2.ebuild:
+ Version bump (bug #374847).
24 Jun 2011; Brent Baude <ranger@gentoo.org> inkscape-0.48.1.ebuild:
Marking inkscape-0.48.1 ~ppc for bug 347633
1.1 media-gfx/inkscape/inkscape-0.48.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.1&content-type=text/plain
Index: inkscape-0.48.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.1 2011/07/11 19:53:24 radhermit Exp $
EAPI=4
inherit eutils flag-o-matic autotools gnome2
MY_P="${P/_/}"
S="${WORKDIR}/${MY_P}"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
DESCRIPTION="A SVG based generic vector-drawing program"
HOMEPAGE="http://www.inkscape.org/"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="dia gnome gs inkjar lcms nls spell wmf"
RESTRICT="test"
COMMON_DEPEND="
>=app-text/poppler-0.12.3-r3[cairo,xpdf-headers]
dev-cpp/glibmm
>=dev-cpp/gtkmm-2.18.0:2.4
>=dev-libs/boehm-gc-6.4
>=dev-libs/glib-2.6.5
>=dev-libs/libsigc++-2.0.12
>=dev-libs/libxml2-2.6.20
>=dev-libs/libxslt-1.0.15
dev-libs/popt
dev-python/lxml
media-gfx/imagemagick
media-libs/fontconfig
media-libs/freetype:2
>=media-libs/libpng-1.2
app-text/libwpd:0.9
media-libs/libwpg:0.2
sci-libs/gsl
x11-libs/libXft
>=x11-libs/gtk+-2.10.7:2
>=x11-libs/pango-1.4.0
|| ( dev-lang/python[xml] dev-python/pyxml )
gnome? ( >=gnome-base/gnome-vfs-2.0 )
lcms? ( media-libs/lcms:0 )
spell? (
app-text/aspell
app-text/gtkspell
)"
# These only use executables provided by these packages
# See share/extensions for more details. inkscape can tell you to
# install these so we could of course just not depend on those and rely
# on that.
RDEPEND="
${COMMON_DEPEND}
dev-python/numpy
media-gfx/uniconvertor
dia? ( app-office/dia )
gs? ( app-text/ghostscript-gpl )
wmf? ( media-libs/libwmf )"
DEPEND="${COMMON_DEPEND}
dev-libs/boost
sys-devel/gettext
dev-util/pkgconfig
x11-libs/libX11
>=dev-util/intltool-0.29"
pkg_setup() {
G2CONF="${G2CONF} --without-perl"
G2CONF="${G2CONF} --enable-poppler-cairo"
G2CONF="${G2CONF} --with-xft"
G2CONF="${G2CONF} $(use_with gnome gnome-vfs)"
G2CONF="${G2CONF} $(use_with inkjar)"
G2CONF="${G2CONF} $(use_enable lcms)"
G2CONF="${G2CONF} $(use_enable nls)"
G2CONF="${G2CONF} $(use_with spell aspell)"
G2CONF="${G2CONF} $(use_with spell gtkspell)"
DOCS="AUTHORS ChangeLog NEWS README*"
}
src_prepare() {
gnome2_src_prepare
epatch "${FILESDIR}"/${PN}-0.48.0-spell.patch \
"${FILESDIR}"/${PN}-0.48.1-libpng15.patch \
"${FILESDIR}"/${PN}-0.48.1-lcms.patch
eautoreconf
}
src_configure() {
# aliasing unsafe wrt #310393
append-flags -fno-strict-aliasing
gnome2_src_configure
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild
@ 2011-07-13 20:51 Tim Harder (radhermit)
0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder (radhermit) @ 2011-07-13 20:51 UTC (permalink / raw
To: gentoo-commits
radhermit 11/07/13 20:51:44
Modified: ChangeLog inkscape-0.48.2.ebuild
Log:
Fix issue when both slots of libwpg are installed (bug #363703).
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Revision Changes Path
1.161 media-gfx/inkscape/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.161&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.161&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.160&r2=1.161
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog 11 Jul 2011 19:53:24 -0000 1.160
+++ ChangeLog 13 Jul 2011 20:51:44 -0000 1.161
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.160 2011/07/11 19:53:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.161 2011/07/13 20:51:44 radhermit Exp $
+
+ 13 Jul 2011; Tim Harder <radhermit@gentoo.org> inkscape-0.48.2.ebuild,
+ +files/inkscape-0.48.2-libwpg.patch:
+ Fix issue when both slots of libwpg are installed (bug #363703).
*inkscape-0.48.2 (11 Jul 2011)
1.2 media-gfx/inkscape/inkscape-0.48.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?r1=1.1&r2=1.2
Index: inkscape-0.48.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inkscape-0.48.2.ebuild 11 Jul 2011 19:53:24 -0000 1.1
+++ inkscape-0.48.2.ebuild 13 Jul 2011 20:51:44 -0000 1.2
@@ -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-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.1 2011/07/11 19:53:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.2 2011/07/13 20:51:44 radhermit Exp $
EAPI=4
inherit eutils flag-o-matic autotools gnome2
@@ -84,7 +84,8 @@
gnome2_src_prepare
epatch "${FILESDIR}"/${PN}-0.48.0-spell.patch \
"${FILESDIR}"/${PN}-0.48.1-libpng15.patch \
- "${FILESDIR}"/${PN}-0.48.1-lcms.patch
+ "${FILESDIR}"/${PN}-0.48.1-lcms.patch \
+ "${FILESDIR}"/${P}-libwpg.patch
eautoreconf
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild
@ 2011-07-26 9:14 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-26 9:14 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/07/26 09:14:20
Modified: ChangeLog inkscape-0.48.2.ebuild
Log:
Marked ~ppc64 wrt #356243
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Revision Changes Path
1.162 media-gfx/inkscape/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.161&r2=1.162
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog 13 Jul 2011 20:51:44 -0000 1.161
+++ ChangeLog 26 Jul 2011 09:14:20 -0000 1.162
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.161 2011/07/13 20:51:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.162 2011/07/26 09:14:20 xarthisius Exp $
+
+ 26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> inkscape-0.48.2.ebuild:
+ Marked ~ppc64 wrt #356243
13 Jul 2011; Tim Harder <radhermit@gentoo.org> inkscape-0.48.2.ebuild,
+files/inkscape-0.48.2-libwpg.patch:
1.3 media-gfx/inkscape/inkscape-0.48.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?r1=1.2&r2=1.3
Index: inkscape-0.48.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- inkscape-0.48.2.ebuild 13 Jul 2011 20:51:44 -0000 1.2
+++ inkscape-0.48.2.ebuild 26 Jul 2011 09:14:20 -0000 1.3
@@ -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-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.2 2011/07/13 20:51:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.3 2011/07/26 09:14:20 xarthisius Exp $
EAPI=4
inherit eutils flag-o-matic autotools gnome2
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="dia gnome gs inkjar lcms nls spell wmf"
RESTRICT="test"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild
@ 2011-08-29 18:32 Fabian Groffen (grobian)
0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen (grobian) @ 2011-08-29 18:32 UTC (permalink / raw
To: gentoo-commits
grobian 11/08/29 18:32:34
Modified: ChangeLog inkscape-0.48.2.ebuild
Log:
Transfer Prefix keywords, bug #359833
(Portage version: 2.2.01.19074-prefix/cvs/Darwin i386)
Revision Changes Path
1.164 media-gfx/inkscape/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.164&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.164&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.163&r2=1.164
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog 4 Aug 2011 16:27:36 -0000 1.163
+++ ChangeLog 29 Aug 2011 18:32:34 -0000 1.164
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.163 2011/08/04 16:27:36 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.164 2011/08/29 18:32:34 grobian Exp $
+
+ 29 Aug 2011; Fabian Groffen <grobian@gentoo.org> inkscape-0.48.2.ebuild:
+ Transfer Prefix keywords, bug #359833
04 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> inkscape-0.47.ebuild,
inkscape-0.48.0.ebuild, inkscape-0.48.1.ebuild, inkscape-0.48.1-r1.ebuild,
1.5 media-gfx/inkscape/inkscape-0.48.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?r1=1.4&r2=1.5
Index: inkscape-0.48.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- inkscape-0.48.2.ebuild 4 Aug 2011 16:27:36 -0000 1.4
+++ inkscape-0.48.2.ebuild 29 Aug 2011 18:32:34 -0000 1.5
@@ -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-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.4 2011/08/04 16:27:36 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.5 2011/08/29 18:32:34 grobian Exp $
EAPI=4
inherit eutils flag-o-matic autotools gnome2
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="dia gnome gs inkjar lcms nls spell wmf"
RESTRICT="test"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild
@ 2011-10-15 18:26 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-15 18:26 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/10/15 18:26:12
Modified: ChangeLog inkscape-0.48.2.ebuild
Log:
amd64 stable wrt #387199
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Revision Changes Path
1.165 media-gfx/inkscape/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.164&r2=1.165
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog 29 Aug 2011 18:32:34 -0000 1.164
+++ ChangeLog 15 Oct 2011 18:26:12 -0000 1.165
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.164 2011/08/29 18:32:34 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.165 2011/10/15 18:26:12 ssuominen Exp $
+
+ 15 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> inkscape-0.48.2.ebuild:
+ amd64 stable wrt #387199
29 Aug 2011; Fabian Groffen <grobian@gentoo.org> inkscape-0.48.2.ebuild:
Transfer Prefix keywords, bug #359833
1.6 media-gfx/inkscape/inkscape-0.48.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?r1=1.5&r2=1.6
Index: inkscape-0.48.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- inkscape-0.48.2.ebuild 29 Aug 2011 18:32:34 -0000 1.5
+++ inkscape-0.48.2.ebuild 15 Oct 2011 18:26:12 -0000 1.6
@@ -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-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.5 2011/08/29 18:32:34 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.6 2011/10/15 18:26:12 ssuominen Exp $
EAPI=4
inherit eutils flag-o-matic autotools gnome2
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="dia gnome gs inkjar lcms nls spell wmf"
RESTRICT="test"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild
@ 2011-10-16 18:55 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-10-16 18:55 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/10/16 18:55:36
Modified: ChangeLog inkscape-0.48.2.ebuild
Log:
ppc/ppc64 stable wrt #387199
(Portage version: 2.2.0_alpha63/cvs/Linux x86_64)
Revision Changes Path
1.167 media-gfx/inkscape/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.166&r2=1.167
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog 15 Oct 2011 18:29:12 -0000 1.166
+++ ChangeLog 16 Oct 2011 18:55:36 -0000 1.167
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.166 2011/10/15 18:29:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.167 2011/10/16 18:55:36 xarthisius Exp $
+
+ 16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> inkscape-0.48.2.ebuild:
+ ppc/ppc64 stable wrt #387199
15 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -inkscape-0.48.1.ebuild,
-inkscape-0.48.1-r1.ebuild, -files/inkscape-0.48.1-gcc-4.6.patch:
1.7 media-gfx/inkscape/inkscape-0.48.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?r1=1.6&r2=1.7
Index: inkscape-0.48.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- inkscape-0.48.2.ebuild 15 Oct 2011 18:26:12 -0000 1.6
+++ inkscape-0.48.2.ebuild 16 Oct 2011 18:55:36 -0000 1.7
@@ -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-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.6 2011/10/15 18:26:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.7 2011/10/16 18:55:36 xarthisius Exp $
EAPI=4
inherit eutils flag-o-matic autotools gnome2
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="dia gnome gs inkjar lcms nls spell wmf"
RESTRICT="test"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild
@ 2011-10-18 14:26 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-18 14:26 UTC (permalink / raw
To: gentoo-commits
jer 11/10/18 14:26:34
Modified: ChangeLog inkscape-0.48.2.ebuild
Log:
Stable for HPPA (bug #387199).
(Portage version: 2.2.0_alpha68/cvs/Linux x86_64)
Revision Changes Path
1.168 media-gfx/inkscape/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.168&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.168&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.167&r2=1.168
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog 16 Oct 2011 18:55:36 -0000 1.167
+++ ChangeLog 18 Oct 2011 14:26:34 -0000 1.168
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.167 2011/10/16 18:55:36 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.168 2011/10/18 14:26:34 jer Exp $
+
+ 18 Oct 2011; Jeroen Roovers <jer@gentoo.org> inkscape-0.48.2.ebuild:
+ Stable for HPPA (bug #387199).
16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> inkscape-0.48.2.ebuild:
ppc/ppc64 stable wrt #387199
1.8 media-gfx/inkscape/inkscape-0.48.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?r1=1.7&r2=1.8
Index: inkscape-0.48.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- inkscape-0.48.2.ebuild 16 Oct 2011 18:55:36 -0000 1.7
+++ inkscape-0.48.2.ebuild 18 Oct 2011 14:26:34 -0000 1.8
@@ -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-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.7 2011/10/16 18:55:36 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.8 2011/10/18 14:26:34 jer Exp $
EAPI=4
inherit eutils flag-o-matic autotools gnome2
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="dia gnome gs inkjar lcms nls spell wmf"
RESTRICT="test"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild
@ 2011-10-21 16:47 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-21 16:47 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/10/21 16:47:58
Modified: ChangeLog inkscape-0.48.2.ebuild
Log:
x86 stable wrt #387199
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.169 media-gfx/inkscape/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.169&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.169&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.168&r2=1.169
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog 18 Oct 2011 14:26:34 -0000 1.168
+++ ChangeLog 21 Oct 2011 16:47:58 -0000 1.169
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.168 2011/10/18 14:26:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.169 2011/10/21 16:47:58 ssuominen Exp $
+
+ 21 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> inkscape-0.48.2.ebuild:
+ x86 stable wrt #387199
18 Oct 2011; Jeroen Roovers <jer@gentoo.org> inkscape-0.48.2.ebuild:
Stable for HPPA (bug #387199).
1.9 media-gfx/inkscape/inkscape-0.48.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?r1=1.8&r2=1.9
Index: inkscape-0.48.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- inkscape-0.48.2.ebuild 18 Oct 2011 14:26:34 -0000 1.8
+++ inkscape-0.48.2.ebuild 21 Oct 2011 16:47:58 -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-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.8 2011/10/18 14:26:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.9 2011/10/21 16:47:58 ssuominen Exp $
EAPI=4
inherit eutils flag-o-matic autotools gnome2
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="dia gnome gs inkjar lcms nls spell wmf"
RESTRICT="test"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild
@ 2011-10-27 6:31 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-10-27 6:31 UTC (permalink / raw
To: gentoo-commits
tetromino 11/10/27 06:31:28
Modified: ChangeLog inkscape-0.48.2.ebuild
Log:
Slot gtkspell dependency to 2 in preparation for gtkspell-3.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Revision Changes Path
1.171 media-gfx/inkscape/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.171&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.171&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.170&r2=1.171
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog 21 Oct 2011 16:56:27 -0000 1.170
+++ ChangeLog 27 Oct 2011 06:31:27 -0000 1.171
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.170 2011/10/21 16:56:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.171 2011/10/27 06:31:27 tetromino Exp $
+
+ 27 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ inkscape-0.48.2.ebuild:
+ Slot gtkspell dependency to 2 in preparation for gtkspell-3.
21 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -inkscape-0.47.ebuild,
-files/inkscape-0.47-gcc45.patch, -files/inkscape-0.47-poppler.patch,
1.10 media-gfx/inkscape/inkscape-0.48.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild?r1=1.9&r2=1.10
Index: inkscape-0.48.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- inkscape-0.48.2.ebuild 21 Oct 2011 16:47:58 -0000 1.9
+++ inkscape-0.48.2.ebuild 27 Oct 2011 06:31:27 -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-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.9 2011/10/21 16:47:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.10 2011/10/27 06:31:27 tetromino Exp $
EAPI=4
inherit eutils flag-o-matic autotools gnome2
@@ -45,7 +45,7 @@
lcms? ( media-libs/lcms:0 )
spell? (
app-text/aspell
- app-text/gtkspell
+ app-text/gtkspell:2
)"
# These only use executables provided by these packages
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild
@ 2012-09-24 4:58 Tim Harder (radhermit)
0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder (radhermit) @ 2012-09-24 4:58 UTC (permalink / raw
To: gentoo-commits
radhermit 12/09/24 04:58:47
Modified: ChangeLog
Removed: inkscape-0.48.2.ebuild
Log:
Remove old.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Revision Changes Path
1.186 media-gfx/inkscape/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.186&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.186&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.185&r2=1.186
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog 24 Sep 2012 04:56:49 -0000 1.185
+++ ChangeLog 24 Sep 2012 04:58:47 -0000 1.186
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.185 2012/09/24 04:56:49 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.186 2012/09/24 04:58:47 radhermit Exp $
+
+ 24 Sep 2012; Tim Harder <radhermit@gentoo.org>
+ -files/inkscape-0.48.1-lcms.patch, -inkscape-0.48.2.ebuild:
+ Remove old.
24 Sep 2012; Tim Harder <radhermit@gentoo.org> inkscape-0.48.3.1.ebuild:
Move G2CONF to src_configure and fix build with >=boost-1.50.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-09-24 4:59 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 4:58 [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.2.ebuild Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2011-10-27 6:31 Alexandre Rostovtsev (tetromino)
2011-10-21 16:47 Samuli Suominen (ssuominen)
2011-10-18 14:26 Jeroen Roovers (jer)
2011-10-16 18:55 Kacper Kowalik (xarthisius)
2011-10-15 18:26 Samuli Suominen (ssuominen)
2011-08-29 18:32 Fabian Groffen (grobian)
2011-07-26 9:14 Kacper Kowalik (xarthisius)
2011-07-13 20:51 Tim Harder (radhermit)
2011-07-11 19:53 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox