public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2017-12-22 15:27 Thomas Beierlein
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Beierlein @ 2017-12-22 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c68294a57df33623a16fff9938f2d365ea523bad
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 15:27:02 2017 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 15:27:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68294a5

sci-electronics/pcb: Migrate to xdg-utils

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-electronics/pcb/pcb-20140316-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-electronics/pcb/pcb-20140316-r1.ebuild b/sci-electronics/pcb/pcb-20140316-r1.ebuild
index 03571fd2cd7..5acd185dfde 100644
--- a/sci-electronics/pcb/pcb-20140316-r1.ebuild
+++ b/sci-electronics/pcb/pcb-20140316-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-inherit autotools eutils fdo-mime gnome2-utils toolchain-funcs
+inherit autotools eutils xdg-utils gnome2-utils toolchain-funcs
 
 DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor"
 HOMEPAGE="http://www.gpleda.org/"
@@ -136,13 +136,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
 	gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
 	gnome2_icon_cache_update
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2017-12-22 15:27 Thomas Beierlein
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Beierlein @ 2017-12-22 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     fad1387905df2af6a377e43a2d50d20b915ede4f
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 15:23:19 2017 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 15:23:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad13879

sci-electronics/pcb: Fix missing build with USE (bug #634886).

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-electronics/pcb/pcb-20140316-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/pcb/pcb-20140316-r1.ebuild b/sci-electronics/pcb/pcb-20140316-r1.ebuild
index 1a30b76bb34..03571fd2cd7 100644
--- a/sci-electronics/pcb/pcb-20140316-r1.ebuild
+++ b/sci-electronics/pcb/pcb-20140316-r1.ebuild
@@ -26,9 +26,9 @@ CDEPEND="dev-libs/glib:2
 		>=x11-libs/motif-2.3:0
 		dbus? ( sys-apps/dbus )
 		xrender? ( >=x11-libs/libXrender-0.9 ) ) )
-	nelma? ( >=media-libs/gd-2.0.23 )
+	nelma? ( >=media-libs/gd-2.0.23[png] )
 	opengl? ( virtual/opengl )
-	gcode? ( >=media-libs/gd-2.0.23 )
+	gcode? ( >=media-libs/gd-2.0.23[png] )
 	virtual/libintl
 	png? ( >=media-libs/gd-2.0.23[png] )
 	m4lib-png? ( >=media-libs/gd-2.0.23[png] )


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2017-12-23 21:54 Thomas Beierlein
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Beierlein @ 2017-12-23 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     1be583fca8fede5a560fce51c7643e3c20004dbc
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 21:50:18 2017 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 21:50:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be583fc

sci-electronics/pcb: prepare for switch in file naming

Old versions had pcb-yyyymmdd as official release number. Recently
upstream switched to pcb-x.y.z
As discussed on #gentoo-dev we rename pcb-20140316 to pcb-0_p20140316,
and package mask >=pcb-20000000.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-electronics/pcb/pcb-0_p20140316.ebuild | 150 +++++++++++++++++++++++++++++
 1 file changed, 150 insertions(+)

diff --git a/sci-electronics/pcb/pcb-0_p20140316.ebuild b/sci-electronics/pcb/pcb-0_p20140316.ebuild
new file mode 100644
index 00000000000..a36541e014b
--- /dev/null
+++ b/sci-electronics/pcb/pcb-0_p20140316.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit autotools eutils xdg-utils gnome2-utils toolchain-funcs
+
+DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor"
+HOMEPAGE="http://www.gpleda.org/"
+SRC_URI="mirror://sourceforge/pcb/pcb/${P/0_p/}/${P/0_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="dev-libs/glib:2
+	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/motif-2.3:0
+		dbus? ( sys-apps/dbus )
+		xrender? ( >=x11-libs/libXrender-0.9 ) ) )
+	nelma? ( >=media-libs/gd-2.0.23[png] )
+	opengl? ( virtual/opengl )
+	gcode? ( >=media-libs/gd-2.0.23[png] )
+	virtual/libintl
+	png? ( >=media-libs/gd-2.0.23[png] )
+	m4lib-png? ( >=media-libs/gd-2.0.23[png] )
+	tk? ( >=dev-lang/tk-8:0 )"
+#toporouter-output? ( x11-libs/cairo )
+
+DEPEND="${CDEPEND}
+	test? (
+		sci-electronics/gerbv
+		virtual/imagemagick-tools
+	)
+	>=dev-util/intltool-0.35
+	virtual/pkgconfig
+	sys-devel/gettext"
+
+RDEPEND="${CDEPEND}
+	sci-electronics/electronics-menu"
+
+DOCS="AUTHORS README NEWS ChangeLog"
+
+S="${WORKDIR}/${P/0_p/}"
+
+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.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}"/${PN}-20110918-fix-config.diff
+	eautoreconf
+}
+
+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_compile() {
+	emake AR="$(tc-getAR)"
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2017-12-23 21:54 Thomas Beierlein
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Beierlein @ 2017-12-23 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     1cb4bbd81a1744146db8938cd1fb7e2ed49eb2d3
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 21:53:19 2017 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 21:53:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb4bbd8

sci-electronics/pcb: Copy over stable arches to renamed ebuild

See commit before

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-electronics/pcb/pcb-0_p20140316.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/pcb/pcb-0_p20140316.ebuild b/sci-electronics/pcb/pcb-0_p20140316.ebuild
index a36541e014b..ce02a939c6b 100644
--- a/sci-electronics/pcb/pcb-0_p20140316.ebuild
+++ b/sci-electronics/pcb/pcb-0_p20140316.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pcb/pcb/${P/0_p/}/${P/0_p/}.tar.gz"
 
 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


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2017-12-23 22:11 Thomas Beierlein
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Beierlein @ 2017-12-23 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     65bcfacb0cf0569edae90ddc8ec6107d903b28aa
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 22:10:18 2017 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 22:10:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bcfacb

sci-electronics/pcb: Complete switch to new naming scheme

Drop the old pcb-yyyymmdd ebuild.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-electronics/pcb/pcb-20140316-r1.ebuild | 148 -----------------------------
 1 file changed, 148 deletions(-)

diff --git a/sci-electronics/pcb/pcb-20140316-r1.ebuild b/sci-electronics/pcb/pcb-20140316-r1.ebuild
deleted file mode 100644
index 5acd185dfde..00000000000
--- a/sci-electronics/pcb/pcb-20140316-r1.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit autotools eutils xdg-utils gnome2-utils toolchain-funcs
-
-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="dev-libs/glib:2
-	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/motif-2.3:0
-		dbus? ( sys-apps/dbus )
-		xrender? ( >=x11-libs/libXrender-0.9 ) ) )
-	nelma? ( >=media-libs/gd-2.0.23[png] )
-	opengl? ( virtual/opengl )
-	gcode? ( >=media-libs/gd-2.0.23[png] )
-	virtual/libintl
-	png? ( >=media-libs/gd-2.0.23[png] )
-	m4lib-png? ( >=media-libs/gd-2.0.23[png] )
-	tk? ( >=dev-lang/tk-8:0 )"
-#toporouter-output? ( x11-libs/cairo )
-
-DEPEND="${CDEPEND}
-	test? (
-		sci-electronics/gerbv
-		virtual/imagemagick-tools
-	)
-	>=dev-util/intltool-0.35
-	virtual/pkgconfig
-	sys-devel/gettext"
-
-RDEPEND="${CDEPEND}
-	sci-electronics/electronics-menu"
-
-DOCS="AUTHORS README NEWS ChangeLog"
-
-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.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}"/${PN}-20110918-fix-config.diff
-	eautoreconf
-}
-
-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_compile() {
-	emake AR="$(tc-getAR)"
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2017-12-28 16:06 Thomas Beierlein
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Beierlein @ 2017-12-28 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     dc88c97e9bdf5d438a48f7b0a57573a98dd74288
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 15:49:05 2017 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 16:06:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc88c97e

sci-electronics/pcb: Add ipcd56 to export formats

Thanks for reporting <gentoo <AT> eroen.eu>
Bug: https://bugs.gentoo.org/642366
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-electronics/pcb/pcb-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/pcb/pcb-4.0.2.ebuild b/sci-electronics/pcb/pcb-4.0.2.ebuild
index 752d71d5b4c..a55cedbb76d 100644
--- a/sci-electronics/pcb/pcb-4.0.2.ebuild
+++ b/sci-electronics/pcb/pcb-4.0.2.ebuild
@@ -97,7 +97,7 @@ src_configure() {
 		myconf="--with-gui=batch --disable-xrender --disable-dbus"
 	fi
 
-	local exporters="bom gerber ps"
+	local exporters="bom gerber ps ipcd356"
 	if (use png || use jpeg || use gif) ; then
 		exporters="${exporters} png"
 	fi


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2018-06-16  9:16 Thomas Beierlein
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Beierlein @ 2018-06-16  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5e997802ffef83cd8b821a69f5574f4cdcbd0775
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 16 09:14:59 2018 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 09:15:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e997802

sci-electronics/pcb: Fix HOMEPAGE

Reported-by: nbowler <AT> draconx.ca
Closes: https://bugs.gentoo.org/658148
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-electronics/pcb/pcb-0_p20140316.ebuild | 4 ++--
 sci-electronics/pcb/pcb-4.0.2.ebuild       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-electronics/pcb/pcb-0_p20140316.ebuild b/sci-electronics/pcb/pcb-0_p20140316.ebuild
index ce02a939c6b..baeb85fd51e 100644
--- a/sci-electronics/pcb/pcb-0_p20140316.ebuild
+++ b/sci-electronics/pcb/pcb-0_p20140316.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit autotools eutils xdg-utils gnome2-utils toolchain-funcs
 
 DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor"
-HOMEPAGE="http://www.gpleda.org/"
+HOMEPAGE="http://pcb.geda-project.org/"
 SRC_URI="mirror://sourceforge/pcb/pcb/${P/0_p/}/${P/0_p/}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/sci-electronics/pcb/pcb-4.0.2.ebuild b/sci-electronics/pcb/pcb-4.0.2.ebuild
index 9c72f3e67b0..bf927c4ad92 100644
--- a/sci-electronics/pcb/pcb-4.0.2.ebuild
+++ b/sci-electronics/pcb/pcb-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit autotools eutils xdg-utils gnome2-utils toolchain-funcs
 
 DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor"
-HOMEPAGE="http://www.gpleda.org/"
+HOMEPAGE="http://pcb.geda-project.org/"
 SRC_URI="mirror://sourceforge/pcb/pcb/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2019-12-12 14:58 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2019-12-12 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7a781e464b931913b7652c9ec35407038582383c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 14:55:41 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 14:58:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a781e46

sci-electronics/pcb: Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-electronics/pcb/pcb-0_p20140316.ebuild | 3 ++-
 sci-electronics/pcb/pcb-4.0.2.ebuild       | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/pcb/pcb-0_p20140316.ebuild b/sci-electronics/pcb/pcb-0_p20140316.ebuild
index baeb85fd51e..24b400cffc4 100644
--- a/sci-electronics/pcb/pcb-0_p20140316.ebuild
+++ b/sci-electronics/pcb/pcb-0_p20140316.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -15,6 +15,7 @@ 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
+RESTRICT="!test? ( test )"
 
 CDEPEND="dev-libs/glib:2
 	gif? ( >=media-libs/gd-2.0.23 )

diff --git a/sci-electronics/pcb/pcb-4.0.2.ebuild b/sci-electronics/pcb/pcb-4.0.2.ebuild
index bf927c4ad92..fbed2457df4 100644
--- a/sci-electronics/pcb/pcb-4.0.2.ebuild
+++ b/sci-electronics/pcb/pcb-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -15,6 +15,7 @@ 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
+RESTRICT="!test? ( test )"
 
 CDEPEND="dev-libs/glib:2
 	gif? ( media-libs/gd )


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2020-02-08 13:51 Mikle Kolyada
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2020-02-08 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7237087e5c5703eee7fefe7d3ee04c69a66d3ba7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 13:51:34 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 13:51:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7237087e

sci-electronics/pcb: amd64 stable wrt bug #686716

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sci-electronics/pcb/pcb-4.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/pcb/pcb-4.2.2.ebuild b/sci-electronics/pcb/pcb-4.2.2.ebuild
index d7c8ac609fe..8eab95d582d 100644
--- a/sci-electronics/pcb/pcb-4.2.2.ebuild
+++ b/sci-electronics/pcb/pcb-4.2.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pcb/pcb/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-macos"
 IUSE="dbus doc gcode gif gsvit gui jpeg m4lib-png nelma png test tk toporouter"
 # toporouter-output USE flag removed, there seems to be no result
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2020-02-10  8:18 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2020-02-10  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d5b41a225e7bd51bca07d1f6747eeee6a2a43957
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 08:17:25 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 08:17:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b41a22

sci-electronics/pcb: x86 stable wrt bug #686716

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-electronics/pcb/pcb-4.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/pcb/pcb-4.2.2.ebuild b/sci-electronics/pcb/pcb-4.2.2.ebuild
index 8eab95d582d..4e23178926a 100644
--- a/sci-electronics/pcb/pcb-4.2.2.ebuild
+++ b/sci-electronics/pcb/pcb-4.2.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pcb/pcb/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-macos"
 IUSE="dbus doc gcode gif gsvit gui jpeg m4lib-png nelma png test tk toporouter"
 # toporouter-output USE flag removed, there seems to be no result
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2021-01-06 15:11 Fabian Groffen
  0 siblings, 0 replies; 12+ messages in thread
From: Fabian Groffen @ 2021-01-06 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     888b9955a2fddd4b8a1ee575b775261f02eb1441
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 15:11:25 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 15:11:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888b9955

sci-electronics/pcb: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sci-electronics/pcb/pcb-4.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/pcb/pcb-4.2.2.ebuild b/sci-electronics/pcb/pcb-4.2.2.ebuild
index 4e23178926a..b51e7ef4e3c 100644
--- a/sci-electronics/pcb/pcb-4.2.2.ebuild
+++ b/sci-electronics/pcb/pcb-4.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pcb/pcb/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-macos"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="dbus doc gcode gif gsvit gui jpeg m4lib-png nelma png test tk toporouter"
 # toporouter-output USE flag removed, there seems to be no result
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/
@ 2023-03-17 11:11 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2023-03-17 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     641f57e547b687492c2cd06ef48351147e65aef5
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 15:56:19 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 11:09:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641f57e5

sci-electronics/pcb: Version bump to 4.3.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29495
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-electronics/pcb/Manifest         |   1 +
 sci-electronics/pcb/pcb-4.3.0.ebuild | 113 +++++++++++++++++++++++++++++++++++
 2 files changed, 114 insertions(+)

diff --git a/sci-electronics/pcb/Manifest b/sci-electronics/pcb/Manifest
index 340ef2eb2ae0..982f8701dd3f 100644
--- a/sci-electronics/pcb/Manifest
+++ b/sci-electronics/pcb/Manifest
@@ -1 +1,2 @@
 DIST pcb-4.2.2.tar.gz 5182807 BLAKE2B e2a9ab7fdeb402d9d07717fbc2ad4b31594aada95693c2a7046c73364a43591ee1a537f0cbda67bf46e39d53c61a454f146963fe14a4661fe2ffbc11c2eab99f SHA512 c76fc053fbb0a8a9b7aef494a37d3587efaa2023affd32c3cce895632a7e68fbb85f8862cff8349c7d281365379c07a5471c9467c5977a7aa053a83fc6499c55
+DIST pcb-4.3.0.tar.gz 5383782 BLAKE2B 745db23f9a578b4e785ccaca2f5acccbe83fcd94bfaf34f594fd7fe3ec68d0fe4183f2d705f0a3fb32b1f07b6a4af657ab27cda7b70d652072365828e0a07289 SHA512 eaee631c7c2d0a8047e95634ac1a3892fa38d621d7fd3c8aafaaa05692cf6e6a92ea5733bf512631f9f8c2ff5b6dbeeda7f304cd35cfb771d339976842d64039

diff --git a/sci-electronics/pcb/pcb-4.3.0.ebuild b/sci-electronics/pcb/pcb-4.3.0.ebuild
new file mode 100644
index 000000000000..80f27c1fb2ba
--- /dev/null
+++ b/sci-electronics/pcb/pcb-4.3.0.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs virtualx xdg
+
+DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor"
+HOMEPAGE="http://pcb.geda-project.org/"
+SRC_URI="mirror://sourceforge/pcb/pcb/${P}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="dbus doc gcode gif gsvit gui jpeg m4lib-png nelma png test tk toporouter"
+# toporouter-output USE flag removed, there seems to be no result
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-libs/glib:2
+	sci-electronics/electronics-menu
+	gif? ( media-libs/gd )
+	gsvit? ( media-libs/gd[png] )
+	gui? (
+		x11-libs/gtk+:2
+		x11-libs/pango
+		dbus? ( sys-apps/dbus )
+	)
+	jpeg? ( media-libs/gd[jpeg] )
+	nelma? ( media-libs/gd[png] )
+	gcode? ( media-libs/gd[png] )
+	virtual/libintl
+	png? ( media-libs/gd[png] )
+	m4lib-png? ( media-libs/gd[png] )
+	tk? ( >=dev-lang/tk-8:0 )"
+#toporouter-output? ( x11-libs/cairo )
+
+DEPEND="${RDEPEND}"
+BDEPEND="
+	>=dev-util/intltool-0.35
+	virtual/pkgconfig
+	sys-devel/gettext
+	test? (
+		sci-electronics/gerbv
+		virtual/imagemagick-tools
+	)"
+
+PATCHES=( "${FILESDIR}"/${PN}-4.2.2-fix-autotools.patch )
+
+src_prepare() {
+	default
+	eautoreconf
+
+	# tests are unconditional, even in the known presence of missing/disabled
+	# features, so we have to remove feature tests ourselves.
+	if ! use gcode; then
+		sed -i '/^hid_gcode/d' tests/tests.list || die
+	fi
+	if ! use gsvit; then
+		sed -i '/^hid_gsvit/d' tests/tests.list || die
+	fi
+	if ! use nelma; then
+		sed -i '/^hid_nelma/d' tests/tests.list || die
+	fi
+	if ! use png; then
+		sed -i '/^hid_png/d' tests/tests.list || die
+	fi
+	if ! use gif; then
+		sed -i '/^hid_png10[[:digit:]]/d' tests/tests.list || die
+	fi
+	if ! use jpeg; then
+		sed -i '/^hid_png20[[:digit:]]/d' tests/tests.list || die
+	fi
+}
+
+src_configure() {
+	local exporters=( bom gerber ps ipcd356 )
+	if use png || use jpeg || use gif; then
+		exporters+=( png )
+	fi
+	use gcode && exporters+=( gcode )
+	use gsvit && exporters+=( gsvit )
+	use nelma && exporters+=( nelma )
+	use tk || export WISH="${EPREFIX}/bin/true"
+
+	# toporouter-output USE flag removed, seems to do nothing
+	# opengl disabled unconditionally, due to requiring EOL gtkglext
+	econf \
+		--disable-gl \
+		--disable-rpath \
+		--disable-toporouter-output \
+		--disable-update-mime-database \
+		--disable-update-desktop-database \
+		--disable-xrender \
+		--enable-nls \
+		$(use_enable doc) \
+		$(use_enable gif) \
+		$(use_enable jpeg) \
+		$(use_enable png) \
+		$(use_enable m4lib-png) \
+		$(use_enable toporouter) \
+		$(use_enable gui dbus $(usex dbus yes no)) \
+		--with-gui=$(usex gui gtk batch) \
+		--with-exporters="${exporters[*]}"
+}
+
+src_compile() {
+	emake AR="$(tc-getAR)"
+}
+
+src_test() {
+	virtx emake check
+}


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

end of thread, other threads:[~2023-03-17 11:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-16  9:16 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pcb/ Thomas Beierlein
  -- strict thread matches above, loose matches on Subject: below --
2023-03-17 11:11 Andrew Ammerlaan
2021-01-06 15:11 Fabian Groffen
2020-02-10  8:18 Agostino Sarubbo
2020-02-08 13:51 Mikle Kolyada
2019-12-12 14:58 Michał Górny
2017-12-28 16:06 Thomas Beierlein
2017-12-23 22:11 Thomas Beierlein
2017-12-23 21:54 Thomas Beierlein
2017-12-23 21:54 Thomas Beierlein
2017-12-22 15:27 Thomas Beierlein
2017-12-22 15:27 Thomas Beierlein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox