* [gentoo-commits] gentoo-x86 commit in sci-electronics/pcb: pcb-20110918.ebuild ChangeLog
@ 2012-03-10 13:30 Thomas Beierlein (tomjbe)
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2012-03-10 13:30 UTC (permalink / raw
To: gentoo-commits
tomjbe 12/03/10 13:30:27
Modified: ChangeLog
Added: pcb-20110918.ebuild
Log:
Version bump. Thanks Dmitry Dzhus (bug #398807)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.66 sci-electronics/pcb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 19 Feb 2012 04:56:01 -0000 1.65
+++ ChangeLog 10 Mar 2012 13:30:27 -0000 1.66
@@ -1,6 +1,11 @@
# ChangeLog for sci-electronics/pcb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.65 2012/02/19 04:56:01 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.66 2012/03/10 13:30:27 tomjbe Exp $
+
+*pcb-20110918 (10 Mar 2012)
+
+ 10 Mar 2012; Thomas Beierlein <tomjbe@gentoo.org> +pcb-20110918.ebuild:
+ Version bump. Thanks Dmitry Dzhus (bug #398807)
19 Feb 2012; Denis Dupeyron <calchan@gentoo.org> -pcb-20081128-r1.ebuild,
-pcb-20091103.ebuild, -files/pcb-20091103-png.patch:
1.1 sci-electronics/pcb/pcb-20110918.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.1&content-type=text/plain
Index: pcb-20110918.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.1 2012/03/10 13:30:27 tomjbe Exp $
EAPI="3"
inherit fdo-mime gnome2-utils
DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor"
HOMEPAGE="http://www.gpleda.org/"
SRC_URI="mirror://sourceforge/pcb/pcb/${P}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
IUSE="dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png
test tk toporouter xrender"
# toporouter-output USE flag removed, there seems to be no result
CDEPEND="gif? ( >=media-libs/gd-2.0.23 )
gtk? ( x11-libs/gtk+:2 x11-libs/pango
x11-libs/gtkglext
dbus? ( sys-apps/dbus ) )
jpeg? ( >=media-libs/gd-2.0.23[jpeg] )
motif? ( !gtk? (
>=x11-libs/openmotif-2.3:0
dbus? ( sys-apps/dbus )
xrender? ( >=x11-libs/libXrender-0.9 ) ) )
nelma? ( >=media-libs/gd-2.0.23 )
opengl? ( virtual/opengl )
gcode? ( >=media-libs/gd-2.0.23 )
virtual/libintl
png? ( >=media-libs/gd-2.0.23[png] )
m4lib-png? ( >=media-libs/gd-2.0.23[png] )
tk? ( >=dev-lang/tk-8 )"
#toporouter-output? ( x11-libs/cairo )
DEPEND="${CDEPEND}
test? (
|| ( media-gfx/graphicsmagick[imagemagick] media-gfx/imagemagick )
sci-electronics/gerbv
)
>=dev-util/intltool-0.35
dev-util/pkgconfig
sys-devel/gettext"
RDEPEND="${CDEPEND}
sci-electronics/electronics-menu"
pkg_setup() {
if use gtk && use motif; then
elog "Can only build for GTK+ or Motif/Lesstif GUI. GTK+ has priority."
fi
if !(use gtk || use motif); then
elog "Building without GUI, make sure you know what you are doing."
fi
if use dbus && !(use gtk || use motif); then
elog "dbus needs GTK or Motif/Lesstif GUI. Try USE=-dbus or USE=gtk or USE=motif."
fi
if use opengl && !(use gtk); then
elog "GL drawing needs GTK"
fi
if (use gtk || (! use gtk && ! use motif)) && (use xrender); then
elog "The XRender extension is only usable with the Motif/Lesstif GUI."
fi
}
src_prepare() {
if use test; then
# adapt the list of tests to run according to USE flag settings
if ! use png; then
sed -i '/^hid_png/d' tests/tests.list || die
fi
if ! use gcode; then
sed -i '/^hid_gcode/d' tests/tests.list || die
fi
fi
# Backport from upstream
# http://git.gieda-project.org/pcb/commit/?id=a34b40add60310a51780f359cc90d9c5ee75752c
# (do not install static GTS library)
sed -i -e 's/lib_LIBRARIES/noinst_LIBRARIES/' -e 's/include_HEADERS/noinst_HEADERS/' gts/Makefile.am || die
}
src_configure() {
local myconf
if use gtk ; then
myconf="--with-gui=gtk $(use_enable dbus) $(use_enable opengl gl) --disable-xrender"
elif use motif ; then
myconf="--with-gui=lesstif $(use_enable dbus) $(use_enable xrender)"
else
myconf="--with-gui=batch --disable-xrender --disable-dbus"
fi
local exporters="bom gerber ps"
if (use png || use jpeg || use gif) ; then
exporters="${exporters} png"
fi
use nelma && exporters="${exporters} nelma"
use gcode && exporters="${exporters} gcode"
use tk || export WISH="${EPREFIX}/bin/true"
econf \
${myconf} \
$(use_enable doc) \
$(use_enable gif) \
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable m4lib-png) \
$(use_enable toporouter) \
$(use_enable debug) \
--enable-nls \
--disable-toporouter-output \
--with-exporters="${exporters}" \
--disable-dependency-tracking \
--disable-rpath \
--disable-update-mime-database \
--disable-update-desktop-database \
--docdir="${EPREFIX}/usr/share/doc/${PF}"
}
# toporouter-output USE flag removed, there seems to be no result
# $(use_enable toporouter-output) \
src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS README NEWS ChangeLog
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/pcb: pcb-20110918.ebuild ChangeLog
@ 2012-03-11 16:10 Thomas Beierlein (tomjbe)
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2012-03-11 16:10 UTC (permalink / raw
To: gentoo-commits
tomjbe 12/03/11 16:10:56
Modified: pcb-20110918.ebuild ChangeLog
Log:
Do not install gts.h/.a (bug #407769). Thanks for reporting D. Kredba
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-electronics/pcb/pcb-20110918.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?r1=1.1&r2=1.2
Index: pcb-20110918.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pcb-20110918.ebuild 10 Mar 2012 13:30:27 -0000 1.1
+++ pcb-20110918.ebuild 11 Mar 2012 16:10:56 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.1 2012/03/10 13:30:27 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.2 2012/03/11 16:10:56 tomjbe Exp $
EAPI="3"
-inherit fdo-mime gnome2-utils
+inherit autotools eutils fdo-mime gnome2-utils
DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor"
HOMEPAGE="http://www.gpleda.org/"
@@ -76,9 +76,14 @@
fi
fi
# Backport from upstream
- # http://git.gieda-project.org/pcb/commit/?id=a34b40add60310a51780f359cc90d9c5ee75752c
+ # http://git.geda-project.org/pcb/commit/?id=a34b40add60310a51780f359cc90d9c5ee75752c
# (do not install static GTS library)
sed -i -e 's/lib_LIBRARIES/noinst_LIBRARIES/' -e 's/include_HEADERS/noinst_HEADERS/' gts/Makefile.am || die
+
+ # fix bad syntax in Makefile.am and configure.ac before running eautoreconf
+ sed -i -e 's/:=/=/' Makefile.am || die
+ epatch "${FILESDIR}"/${P}-fix-config.diff
+ eautoreconf
}
src_configure() {
1.67 sci-electronics/pcb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 10 Mar 2012 13:30:27 -0000 1.66
+++ ChangeLog 11 Mar 2012 16:10:56 -0000 1.67
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/pcb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.66 2012/03/10 13:30:27 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.67 2012/03/11 16:10:56 tomjbe Exp $
+
+ 11 Mar 2012; Thomas Beierlein <tomjbe@gentoo.org> pcb-20110918.ebuild:
+ Do not install gts.h/.a (bug407769). Thanks for reporting D. Kredba
*pcb-20110918 (10 Mar 2012)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/pcb: pcb-20110918.ebuild ChangeLog
@ 2013-01-02 13:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-02 13:23 UTC (permalink / raw
To: gentoo-commits
ago 13/01/02 13:23:12
Modified: pcb-20110918.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #449756
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.5 sci-electronics/pcb/pcb-20110918.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?r1=1.4&r2=1.5
Index: pcb-20110918.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pcb-20110918.ebuild 24 Oct 2012 19:36:23 -0000 1.4
+++ pcb-20110918.ebuild 2 Jan 2013 13:23:12 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.4 2012/10/24 19:36:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.5 2013/01/02 13:23:12 ago Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-macos"
IUSE="dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png
test tk toporouter xrender"
# toporouter-output USE flag removed, there seems to be no result
1.71 sci-electronics/pcb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 24 Oct 2012 19:36:23 -0000 1.70
+++ ChangeLog 2 Jan 2013 13:23:12 -0000 1.71
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/pcb
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.70 2012/10/24 19:36:23 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.71 2013/01/02 13:23:12 ago Exp $
+
+ 02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> pcb-20110918.ebuild:
+ Stable for amd64, wrt bug #449756
24 Oct 2012; Ulrich Müller <ulm@gentoo.org> pcb-20100929.ebuild,
pcb-20110918.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/pcb: pcb-20110918.ebuild ChangeLog
@ 2013-01-02 13:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-02 13:24 UTC (permalink / raw
To: gentoo-commits
ago 13/01/02 13:24:19
Modified: pcb-20110918.ebuild ChangeLog
Log:
Stable for x86, wrt bug #449756
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.6 sci-electronics/pcb/pcb-20110918.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?r1=1.5&r2=1.6
Index: pcb-20110918.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pcb-20110918.ebuild 2 Jan 2013 13:23:12 -0000 1.5
+++ pcb-20110918.ebuild 2 Jan 2013 13:24:19 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.5 2013/01/02 13:23:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.6 2013/01/02 13:24:19 ago Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-macos"
IUSE="dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png
test tk toporouter xrender"
# toporouter-output USE flag removed, there seems to be no result
1.72 sci-electronics/pcb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 2 Jan 2013 13:23:12 -0000 1.71
+++ ChangeLog 2 Jan 2013 13:24:19 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/pcb
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.71 2013/01/02 13:23:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.72 2013/01/02 13:24:19 ago Exp $
+
+ 02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> pcb-20110918.ebuild:
+ Stable for x86, wrt bug #449756
02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> pcb-20110918.ebuild:
Stable for amd64, wrt bug #449756
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/pcb: pcb-20110918.ebuild ChangeLog
@ 2013-01-02 19:24 Thomas Beierlein (tomjbe)
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2013-01-02 19:24 UTC (permalink / raw
To: gentoo-commits
tomjbe 13/01/02 19:24:56
Modified: pcb-20110918.ebuild ChangeLog
Log:
Use system AR (bug 449764). Thanks ago.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Revision Changes Path
1.7 sci-electronics/pcb/pcb-20110918.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?r1=1.6&r2=1.7
Index: pcb-20110918.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pcb-20110918.ebuild 2 Jan 2013 13:24:19 -0000 1.6
+++ pcb-20110918.ebuild 2 Jan 2013 19:24:56 -0000 1.7
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.6 2013/01/02 13:24:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.7 2013/01/02 19:24:56 tomjbe Exp $
EAPI="3"
-inherit autotools eutils fdo-mime gnome2-utils
+inherit autotools eutils fdo-mime gnome2-utils toolchain-funcs
DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor"
HOMEPAGE="http://www.gpleda.org/"
@@ -125,6 +125,10 @@
# toporouter-output USE flag removed, there seems to be no result
# $(use_enable toporouter-output) \
+src_compile() {
+ emake AR="$(tc-getAR)"
+}
+
src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS README NEWS ChangeLog
1.73 sci-electronics/pcb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 2 Jan 2013 13:24:19 -0000 1.72
+++ ChangeLog 2 Jan 2013 19:24:56 -0000 1.73
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/pcb
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.72 2013/01/02 13:24:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.73 2013/01/02 19:24:56 tomjbe Exp $
+
+ 02 Jan 2013; Thomas Beierlein <tomjbe@gentoo.org> pcb-20110918.ebuild:
+ Use system AR (bug 449764). Thanks ago.
02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> pcb-20110918.ebuild:
Stable for x86, wrt bug #449756
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/pcb: pcb-20110918.ebuild ChangeLog
@ 2013-01-04 12:58 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-04 12:58 UTC (permalink / raw
To: gentoo-commits
ago 13/01/04 12:58:37
Modified: pcb-20110918.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #449756
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.8 sci-electronics/pcb/pcb-20110918.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild?r1=1.7&r2=1.8
Index: pcb-20110918.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pcb-20110918.ebuild 2 Jan 2013 19:24:56 -0000 1.7
+++ pcb-20110918.ebuild 4 Jan 2013 12:58:37 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.7 2013/01/02 19:24:56 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.8 2013/01/04 12:58:37 ago Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~x86-macos"
IUSE="dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png
test tk toporouter xrender"
# toporouter-output USE flag removed, there seems to be no result
1.74 sci-electronics/pcb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/pcb/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 2 Jan 2013 19:24:56 -0000 1.73
+++ ChangeLog 4 Jan 2013 12:58:37 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/pcb
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.73 2013/01/02 19:24:56 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.74 2013/01/04 12:58:37 ago Exp $
+
+ 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> pcb-20110918.ebuild:
+ Stable for ppc, wrt bug #449756
02 Jan 2013; Thomas Beierlein <tomjbe@gentoo.org> pcb-20110918.ebuild:
Use system AR (bug 449764). Thanks ago.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-01-04 12:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 12:58 [gentoo-commits] gentoo-x86 commit in sci-electronics/pcb: pcb-20110918.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-01-02 19:24 Thomas Beierlein (tomjbe)
2013-01-02 13:24 Agostino Sarubbo (ago)
2013-01-02 13:23 Agostino Sarubbo (ago)
2012-03-11 16:10 Thomas Beierlein (tomjbe)
2012-03-10 13:30 Thomas Beierlein (tomjbe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox