public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2016-01-14 15:04 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2016-01-14 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ea3d3cc5dbd504b2cdb0f340ba2202fc51d6433b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 15:02:57 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 15:03:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3d3cc5

sci-electronics/qelectrotech: version bump

Gentoo-bug: 545392
Gentoo-bug: 571710

Package-Manager: portage-2.2.26

 sci-electronics/qelectrotech/Manifest              |  1 +
 .../qelectrotech/qelectrotech-0.50.ebuild          | 68 ++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/sci-electronics/qelectrotech/Manifest b/sci-electronics/qelectrotech/Manifest
index d4f1085..5f08271 100644
--- a/sci-electronics/qelectrotech/Manifest
+++ b/sci-electronics/qelectrotech/Manifest
@@ -1 +1,2 @@
 DIST qelectrotech-0.3-src.tar.gz 4600831 SHA256 9a699c724800466ad7d0dd0e60099fe1ceea7665d93d6d0ff27daddeac251c00 SHA512 3676a17e04cffc10c82c7d3eaf65fdc7d2a4875761d99726c5cc8f5c1aa2dbd0699a95090d52e7507f4f1b5916c7301e7a931b2aea4b49812a4a0b3011f2f2a2 WHIRLPOOL f1b8acbefdbc1f87d5b9dbe78d5e0dd825841cfc90fd66b5713b41cc1147eb86b01a1f9ef3da80218bc8dc7cd474e02a21a828d526dcef22c17046163697de66
+DIST qelectrotech-0.5-src.tar.gz 13814511 SHA256 361f0f0fd282bdbd1624f7590f6be24918f8be75266f2c09a07ad9453590ce67 SHA512 af918d77661c2aaa0f57b150512faec6337512edf6c67e22b9ce50e5a68a300ac37add28d24109732f981af8f9549003c4aaca2a3969913e94ba61404945dcfd WHIRLPOOL a56aaca795bd13e4f47e00d62cb17ffd1ad33b6f5431e3b40040f090462e0299188aba2181640c74b9cf86cfb6f7ae15aa6812031ef433eff17883c7f5842502

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
new file mode 100644
index 0000000..bc6dc54
--- /dev/null
+++ b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils fdo-mime gnome2-utils qmake-utils
+
+MY_P=${PN}-${PV%0}-src
+
+DESCRIPTION="Qt4 application to design electric diagrams"
+HOMEPAGE="http://qelectrotech.org/"
+SRC_URI="http://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsql:5[sqlite]
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}
+	doc? ( app-doc/doxygen )
+"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( CREDIT ChangeLog README )
+
+src_prepare() {
+	epatch "${FILESDIR}/${PN}-0.3-fix-paths.patch"
+}
+
+src_configure() {
+	eqmake5 ${PN}.pro
+}
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	einstalldocs
+
+	if use doc; then
+		doxygen Doxyfile || die
+		dodoc -r doc/html
+	fi
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	fdo-mime_desktop_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2016-01-14 15:26 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2016-01-14 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f231ae991b2a557c89eb6b3461acc4a89e4aae9a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 15:19:21 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 15:25:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f231ae99

sci-electronics/qelectrotech: update DESCRIPTION

Package-Manager: portage-2.2.26

 sci-electronics/qelectrotech/qelectrotech-0.50.ebuild | 2 +-
 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
index bc6dc54..9cd70d9 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
@@ -8,7 +8,7 @@ inherit eutils fdo-mime gnome2-utils qmake-utils
 
 MY_P=${PN}-${PV%0}-src
 
-DESCRIPTION="Qt4 application to design electric diagrams"
+DESCRIPTION="Qt5 application to design electric diagrams"
 HOMEPAGE="http://qelectrotech.org/"
 SRC_URI="http://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz"
 

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index bf662f9..23cb19d 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -8,7 +8,7 @@ inherit eutils fdo-mime gnome2-utils qmake-utils subversion
 
 MY_P=${PN}-${PV%0}-src
 
-DESCRIPTION="Qt4 application to design electric diagrams"
+DESCRIPTION="Qt5 application to design electric diagrams"
 HOMEPAGE="http://qelectrotech.org/"
 ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2016-01-14 15:26 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2016-01-14 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bfd342397078e525a763065b6ce4f18e68ce84de
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 15:23:56 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 15:25:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd34239

sci-electronics/qelectrotech: update LICENSE

Package-Manager: portage-2.2.26

 sci-electronics/qelectrotech/qelectrotech-0.30.ebuild | 2 +-
 sci-electronics/qelectrotech/qelectrotech-0.50.ebuild | 2 +-
 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild
index e4bac21..6d426c7 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt4 application to design electric diagrams"
 HOMEPAGE="http://qelectrotech.org/"
 SRC_URI="http://download.tuxfamily.org/qet/tags/20130928/${MY_P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="CC-BY-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86"
 

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
index 9cd70d9..d8e9a3b 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt5 application to design electric diagrams"
 HOMEPAGE="http://qelectrotech.org/"
 SRC_URI="http://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="CC-BY-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index 23cb19d..72d70bc 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt5 application to design electric diagrams"
 HOMEPAGE="http://qelectrotech.org/"
 ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk"
 
-LICENSE="GPL-3"
+LICENSE="CC-BY-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS=""
 IUSE="doc"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2016-01-14 15:26 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2016-01-14 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     aa4e5ffa4bd1fd357694f144774403ac55dc0a26
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 15:17:04 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 15:25:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4e5ffa

sci-electronics/qelectrotech: update live ebuild based on latest release

Gentoo-bug: 545560

Package-Manager: portage-2.2.26

 .../qelectrotech/qelectrotech-9999.ebuild          | 54 ++++++++++++++--------
 1 file changed, 35 insertions(+), 19 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index 8f2f239..bf662f9 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PLOCALES="cs de el en es fr it pl pt ro ru"
 
-inherit l10n qt4-r2 subversion
+inherit eutils fdo-mime gnome2-utils qmake-utils subversion
+
+MY_P=${PN}-${PV%0}-src
 
 DESCRIPTION="Qt4 application to design electric diagrams"
 HOMEPAGE="http://qelectrotech.org/"
@@ -14,39 +15,54 @@ ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-
 IUSE="doc"
 
 RDEPEND="
-	dev-qt/designer:4
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qtsql:4[sqlite]
-	dev-qt/qtsvg:4
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsql:5[sqlite]
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
 "
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )
 "
 
-DOCS=(CREDIT ChangeLog README)
-PATCHES=(
-	"${FILESDIR}/${PN}-0.3-fix-paths.patch"
-)
+S=${WORKDIR}/${MY_P}
 
-qet_disable_translation() {
-	sed -i -e "/TRANSLATIONS +=/s: lang/qet_${1}.ts::" ${PN}.pro || die
-}
+DOCS=( CREDIT ChangeLog README )
 
 src_prepare() {
-	qt4-r2_src_prepare
-	l10n_for_each_disabled_locale_do qet_disable_translation
+	epatch "${FILESDIR}/${PN}-0.3-fix-paths.patch"
 }
 
+src_configure() {
+	eqmake5 ${PN}.pro
+}
 src_install() {
-	qt4-r2_src_install
+	emake INSTALL_ROOT="${D}" install
+
+	einstalldocs
 
 	if use doc; then
 		doxygen Doxyfile || die
 		dodoc -r doc/html
 	fi
 }
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	fdo-mime_desktop_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2016-06-08 16:15 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2016-06-08 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6b8a488a45cc1ffbc879a947cee1ce76dfb3f25a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 16:10:51 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 16:15:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8a488a

sci-electronics/qelectrotech: remove old

Package-Manager: portage-2.3.0_rc1

 sci-electronics/qelectrotech/Manifest              |  1 -
 .../qelectrotech/qelectrotech-0.30.ebuild          | 56 ----------------------
 2 files changed, 57 deletions(-)

diff --git a/sci-electronics/qelectrotech/Manifest b/sci-electronics/qelectrotech/Manifest
index 5f08271..f7c504b 100644
--- a/sci-electronics/qelectrotech/Manifest
+++ b/sci-electronics/qelectrotech/Manifest
@@ -1,2 +1 @@
-DIST qelectrotech-0.3-src.tar.gz 4600831 SHA256 9a699c724800466ad7d0dd0e60099fe1ceea7665d93d6d0ff27daddeac251c00 SHA512 3676a17e04cffc10c82c7d3eaf65fdc7d2a4875761d99726c5cc8f5c1aa2dbd0699a95090d52e7507f4f1b5916c7301e7a931b2aea4b49812a4a0b3011f2f2a2 WHIRLPOOL f1b8acbefdbc1f87d5b9dbe78d5e0dd825841cfc90fd66b5713b41cc1147eb86b01a1f9ef3da80218bc8dc7cd474e02a21a828d526dcef22c17046163697de66
 DIST qelectrotech-0.5-src.tar.gz 13814511 SHA256 361f0f0fd282bdbd1624f7590f6be24918f8be75266f2c09a07ad9453590ce67 SHA512 af918d77661c2aaa0f57b150512faec6337512edf6c67e22b9ce50e5a68a300ac37add28d24109732f981af8f9549003c4aaca2a3969913e94ba61404945dcfd WHIRLPOOL a56aaca795bd13e4f47e00d62cb17ffd1ad33b6f5431e3b40040f090462e0299188aba2181640c74b9cf86cfb6f7ae15aa6812031ef433eff17883c7f5842502

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild
deleted file mode 100644
index 6d426c7..0000000
--- a/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PLOCALES="cs de el en es fr it pl pt ro ru"
-
-inherit l10n qt4-r2
-
-MY_P=${PN}-${PV%0}-src
-
-DESCRIPTION="Qt4 application to design electric diagrams"
-HOMEPAGE="http://qelectrotech.org/"
-SRC_URI="http://download.tuxfamily.org/qet/tags/20130928/${MY_P}.tar.gz"
-
-LICENSE="CC-BY-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="doc"
-
-RDEPEND="
-	dev-qt/designer:4
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qtsql:4[sqlite]
-	dev-qt/qtsvg:4
-"
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=(CREDIT ChangeLog README)
-PATCHES=(
-	"${FILESDIR}/${PN}-0.3-fix-paths.patch"
-)
-
-qet_disable_translation() {
-	sed -i -e "/TRANSLATIONS +=/s: lang/qet_${1}.ts::" ${PN}.pro || die
-}
-
-src_prepare() {
-	qt4-r2_src_prepare
-	l10n_for_each_disabled_locale_do qet_disable_translation
-}
-
-src_install() {
-	qt4-r2_src_install
-
-	if use doc; then
-		doxygen Doxyfile || die
-		dodoc -r doc/html
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2016-06-08 16:15 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2016-06-08 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f98195a4c94d64ab6814df9d91688b2bbc992621
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 16:12:48 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 16:15:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98195a4

sci-electronics/qelectrotech: metadata whitespace

Package-Manager: portage-2.3.0_rc1

 sci-electronics/qelectrotech/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-electronics/qelectrotech/metadata.xml b/sci-electronics/qelectrotech/metadata.xml
index 32fe129..1723768 100644
--- a/sci-electronics/qelectrotech/metadata.xml
+++ b/sci-electronics/qelectrotech/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>qt@gentoo.org</email>
-	<name>Gentoo Qt Project</name>
-</maintainer>
+	<maintainer type="project">
+		<email>qt@gentoo.org</email>
+		<name>Gentoo Qt Project</name>
+	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2016-06-08 16:15 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2016-06-08 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     85fd99b9c17d86d4aa4b927d01c18dc5e7e6df06
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 16:10:13 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 16:15:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fd99b9

sci-electronics/qelectrotech: amd64/x86 stable

Gentoo-bug: 584584

Package-Manager: portage-2.3.0_rc1

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

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
index d8e9a3b..67c035b 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz"
 
 LICENSE="CC-BY-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2017-06-18  9:06 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2017-06-18  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     25f202ed02dac8edf40afe10cbc3d698b0c5ea33
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 08:59:49 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 09:06:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f202ed

sci-electronics/qelectrotech: use HTTPS

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-electronics/qelectrotech/qelectrotech-0.50.ebuild | 6 +++---
 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
index fbc97315412..f4a12a6db4a 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,8 @@ inherit eutils fdo-mime gnome2-utils qmake-utils
 MY_P=${PN}-${PV%0}-src
 
 DESCRIPTION="Qt5 application to design electric diagrams"
-HOMEPAGE="http://qelectrotech.org/"
-SRC_URI="http://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz"
+HOMEPAGE="https://qelectrotech.org/"
+SRC_URI="https://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz"
 
 LICENSE="CC-BY-3.0 GPL-2+"
 SLOT="0"

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index 1f72d6540ee..9d2fe1672d8 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit eutils fdo-mime gnome2-utils qmake-utils subversion
 MY_P=${PN}-${PV%0}-src
 
 DESCRIPTION="Qt5 application to design electric diagrams"
-HOMEPAGE="http://qelectrotech.org/"
+HOMEPAGE="https://qelectrotech.org/"
 ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk"
 
 LICENSE="CC-BY-3.0 GPL-2+"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2018-04-10  9:22 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2018-04-10  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     fe7d7e843ff7a4b5d7ce6f06e9e882cb8f5a751c
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr  8 18:53:25 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 09:22:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7d7e84

sci-electronics/qelectrotech: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-electronics/qelectrotech/qelectrotech-0.50.ebuild | 8 ++++----
 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
index f4a12a6db4a..00df22dc4c3 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils fdo-mime gnome2-utils qmake-utils
+inherit eutils gnome2-utils qmake-utils xdg-utils
 
 MY_P=${PN}-${PV%0}-src
 
@@ -57,11 +57,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 	gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 	gnome2_icon_cache_update
 }

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index 9d2fe1672d8..471a9443139 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils fdo-mime gnome2-utils qmake-utils subversion
+inherit eutils gnome2-utils qmake-utils subversion xdg-utils
 
 MY_P=${PN}-${PV%0}-src
 
@@ -57,11 +57,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 	gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 	gnome2_icon_cache_update
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2018-10-06 15:38 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2018-10-06 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     5d38fa04903db38fa320a978da4d5fa0e07e60b0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  6 15:35:29 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 15:38:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d38fa04

sci-electronics/qelectrotech: version bump 0.61

Closes: https://bugs.gentoo.org/660996
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sci-electronics/qelectrotech/Manifest              |  1 +
 .../qelectrotech/qelectrotech-0.61.ebuild          | 64 ++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/sci-electronics/qelectrotech/Manifest b/sci-electronics/qelectrotech/Manifest
index 4a1157ea910..15e38dbe425 100644
--- a/sci-electronics/qelectrotech/Manifest
+++ b/sci-electronics/qelectrotech/Manifest
@@ -1 +1,2 @@
 DIST qelectrotech-0.5-src.tar.gz 13814511 BLAKE2B 930498fea6023936f2c3f38134a6d3d337cedc8c557ef69aa3ed2269ba12ca95dd35e77640d03c1701e0c57f865adf5d87283999c782917c7e3058d88bc4944b SHA512 af918d77661c2aaa0f57b150512faec6337512edf6c67e22b9ce50e5a68a300ac37add28d24109732f981af8f9549003c4aaca2a3969913e94ba61404945dcfd
+DIST qelectrotech-0.61-src.tar.gz 9083192 BLAKE2B 25966e70f7f297ed55b539472970698f0947985c377cd90648d03fce8bf73c1bdede97e1104163147c5e60bb8ad05c55718f182528e6131adef6efeaf76f8e82 SHA512 b07d28520bef5773f5f93595c53a839a160c5927a7534ec30eba451fd33ab090909fc1971f28aea53538ff8e20ca45eff0b6597f3ab103b00b89eaa65067f918

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
new file mode 100644
index 00000000000..65c80501b9a
--- /dev/null
+++ b/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils qmake-utils xdg-utils
+
+MY_P=${PN}-${PV%0}-src
+
+DESCRIPTION="Qt5 application to design electric diagrams"
+HOMEPAGE="https://qelectrotech.org/"
+SRC_URI="https://download.tuxfamily.org/qet/tags/20180823/${MY_P}.tar.gz"
+
+LICENSE="CC-BY-3.0 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+	dev-qt/qtconcurrent:5
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsql:5[sqlite]
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}
+	doc? ( app-doc/doxygen )
+"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( CREDIT ChangeLog README )
+PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" )
+
+src_configure() {
+	eqmake5 ${PN}.pro
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	einstalldocs
+
+	if use doc; then
+		doxygen Doxyfile || die
+		dodoc -r doc/html
+	fi
+}
+
+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] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2018-10-06 15:38 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2018-10-06 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b4c20c2e77c028aca7b0270b651873d658936d08
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  6 15:38:03 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 15:38:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c20c2e

sci-electronics/qelectrotech: sync 9999 with latest release

Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index 471a9443139..beb66ed5e78 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2001-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit eutils gnome2-utils qmake-utils subversion xdg-utils
+inherit gnome2-utils qmake-utils subversion xdg-utils
 
 MY_P=${PN}-${PV%0}-src
 
@@ -17,6 +17,7 @@ KEYWORDS=""
 IUSE="doc"
 
 RDEPEND="
+	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtnetwork:5
@@ -33,14 +34,12 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/${MY_P}
 
 DOCS=( CREDIT ChangeLog README )
-
-src_prepare() {
-	epatch "${FILESDIR}/${PN}-0.3-fix-paths.patch"
-}
+PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" )
 
 src_configure() {
 	eqmake5 ${PN}.pro
 }
+
 src_install() {
 	emake INSTALL_ROOT="${D}" install
 
@@ -52,16 +51,14 @@ src_install() {
 	fi
 }
 
-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] 26+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2018-12-22 22:25 Thomas Deutschmann
  0 siblings, 0 replies; 26+ messages in thread
From: Thomas Deutschmann @ 2018-12-22 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     473955cb8f33a634fb2cd092327d11b935c5d21c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 22:21:03 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 22:21:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473955cb

sci-electronics/qelectrotech: x86 stable (bug #673296)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
index 65c80501b9a..5a598c0d829 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.tuxfamily.org/qet/tags/20180823/${MY_P}.tar.gz"
 
 LICENSE="CC-BY-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2018-12-28  8:09 Mikle Kolyada
  0 siblings, 0 replies; 26+ messages in thread
From: Mikle Kolyada @ 2018-12-28  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0623fd3ad235b561ab920e39988e2a01f56d43f5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 28 08:08:51 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Dec 28 08:08:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0623fd3a

sci-electronics/qelectrotech: amd64 stable wrt bug #673296

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
index 5a598c0d829..5a06d6c2f6a 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.tuxfamily.org/qet/tags/20180823/${MY_P}.tar.gz"
 
 LICENSE="CC-BY-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2018-12-28 12:45 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2018-12-28 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     054f9dbcfc5a986f114553890ed850530d40a8a0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 28 12:44:27 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 28 12:44:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054f9dbc

sci-electronics/qelectrotech: Drop 0.50

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sci-electronics/qelectrotech/Manifest              |  1 -
 .../qelectrotech/qelectrotech-0.50.ebuild          | 67 ----------------------
 2 files changed, 68 deletions(-)

diff --git a/sci-electronics/qelectrotech/Manifest b/sci-electronics/qelectrotech/Manifest
index 15e38dbe425..aeea8bcdd5f 100644
--- a/sci-electronics/qelectrotech/Manifest
+++ b/sci-electronics/qelectrotech/Manifest
@@ -1,2 +1 @@
-DIST qelectrotech-0.5-src.tar.gz 13814511 BLAKE2B 930498fea6023936f2c3f38134a6d3d337cedc8c557ef69aa3ed2269ba12ca95dd35e77640d03c1701e0c57f865adf5d87283999c782917c7e3058d88bc4944b SHA512 af918d77661c2aaa0f57b150512faec6337512edf6c67e22b9ce50e5a68a300ac37add28d24109732f981af8f9549003c4aaca2a3969913e94ba61404945dcfd
 DIST qelectrotech-0.61-src.tar.gz 9083192 BLAKE2B 25966e70f7f297ed55b539472970698f0947985c377cd90648d03fce8bf73c1bdede97e1104163147c5e60bb8ad05c55718f182528e6131adef6efeaf76f8e82 SHA512 b07d28520bef5773f5f93595c53a839a160c5927a7534ec30eba451fd33ab090909fc1971f28aea53538ff8e20ca45eff0b6597f3ab103b00b89eaa65067f918

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
deleted file mode 100644
index 00df22dc4c3..00000000000
--- a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils gnome2-utils qmake-utils xdg-utils
-
-MY_P=${PN}-${PV%0}-src
-
-DESCRIPTION="Qt5 application to design electric diagrams"
-HOMEPAGE="https://qelectrotech.org/"
-SRC_URI="https://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz"
-
-LICENSE="CC-BY-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtsql:5[sqlite]
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-"
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( CREDIT ChangeLog README )
-
-src_prepare() {
-	epatch "${FILESDIR}/${PN}-0.3-fix-paths.patch"
-}
-
-src_configure() {
-	eqmake5 ${PN}.pro
-}
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-
-	einstalldocs
-
-	if use doc; then
-		doxygen Doxyfile || die
-		dodoc -r doc/html
-	fi
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2020-05-21 19:12 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     8363d2a5defadbf903e0216ccab4fe3e11f37aaf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 19:02:45 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 19:11:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8363d2a5

sci-electronics/qelectrotech: EAPI-7 bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../qelectrotech/qelectrotech-0.61.ebuild          | 25 +++++++++++-----------
 .../qelectrotech/qelectrotech-9999.ebuild          | 25 +++++++++++-----------
 2 files changed, 26 insertions(+), 24 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
index 5a06d6c2f6a..38d8540b0f5 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-inherit gnome2-utils qmake-utils xdg-utils
+EAPI=7
 
 MY_P=${PN}-${PV%0}-src
+inherit qmake-utils xdg-utils
 
 DESCRIPTION="Qt5 application to design electric diagrams"
 HOMEPAGE="https://qelectrotech.org/"
@@ -16,6 +15,9 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="doc"
 
+BDEPEND="
+	doc? ( app-doc/doxygen )
+"
 RDEPEND="
 	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
@@ -27,13 +29,12 @@ RDEPEND="
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 "
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )
-"
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}
 
 DOCS=( CREDIT ChangeLog README )
+
 PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" )
 
 src_configure() {
@@ -43,22 +44,22 @@ src_configure() {
 src_install() {
 	emake INSTALL_ROOT="${D}" install
 
-	einstalldocs
-
 	if use doc; then
 		doxygen Doxyfile || die
-		dodoc -r doc/html
+		local HTML_DOCS=( doc/html/. )
 	fi
+
+	einstalldocs
 }
 
 pkg_postinst() {
 	xdg_desktop_database_update
 	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
+	xdg_icon_cache_update
 }
 
 pkg_postrm() {
 	xdg_desktop_database_update
 	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
+	xdg_icon_cache_update
 }

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index beb66ed5e78..3f4b1b8d7a2 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -1,11 +1,10 @@
-# Copyright 2001-2018 Gentoo Authors
+# Copyright 2001-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-inherit gnome2-utils qmake-utils subversion xdg-utils
+EAPI=7
 
 MY_P=${PN}-${PV%0}-src
+inherit qmake-utils subversion xdg-utils
 
 DESCRIPTION="Qt5 application to design electric diagrams"
 HOMEPAGE="https://qelectrotech.org/"
@@ -16,6 +15,9 @@ SLOT="0"
 KEYWORDS=""
 IUSE="doc"
 
+BDEPEND="
+	doc? ( app-doc/doxygen )
+"
 RDEPEND="
 	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
@@ -27,13 +29,12 @@ RDEPEND="
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 "
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )
-"
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}
 
 DOCS=( CREDIT ChangeLog README )
+
 PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" )
 
 src_configure() {
@@ -43,22 +44,22 @@ src_configure() {
 src_install() {
 	emake INSTALL_ROOT="${D}" install
 
-	einstalldocs
-
 	if use doc; then
 		doxygen Doxyfile || die
-		dodoc -r doc/html
+		local HTML_DOCS=( doc/html/. )
 	fi
+
+	einstalldocs
 }
 
 pkg_postinst() {
 	xdg_desktop_database_update
 	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
+	xdg_icon_cache_update
 }
 
 pkg_postrm() {
 	xdg_desktop_database_update
 	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
+	xdg_icon_cache_update
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2020-08-09  8:32 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2020-08-09  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     cec962a27b8c769cbdefa0fe47099719d84000f0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 22:05:15 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 08:31:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec962a2

sci-electronics/qelectrotech: Add new dependencies

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index 3f4b1b8d7a2..f6c479b2755 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -28,6 +28,8 @@ RDEPEND="
 	dev-qt/qtsvg:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
+	kde-frameworks/kcoreaddons:5
+	kde-frameworks/kwidgetsaddons:5
 "
 DEPEND="${RDEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2020-08-09  8:32 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2020-08-09  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e17d709ebee7ee83dc951cdcdee40242f04316e9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 22:26:46 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 08:31:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17d709e

sci-electronics/qelectrotech: 0.70 version bump

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/qelectrotech/Manifest              |  1 +
 .../qelectrotech/qelectrotech-0.70.ebuild          | 60 ++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/sci-electronics/qelectrotech/Manifest b/sci-electronics/qelectrotech/Manifest
index aeea8bcdd5f..bb0fdc73ddd 100644
--- a/sci-electronics/qelectrotech/Manifest
+++ b/sci-electronics/qelectrotech/Manifest
@@ -1 +1,2 @@
 DIST qelectrotech-0.61-src.tar.gz 9083192 BLAKE2B 25966e70f7f297ed55b539472970698f0947985c377cd90648d03fce8bf73c1bdede97e1104163147c5e60bb8ad05c55718f182528e6131adef6efeaf76f8e82 SHA512 b07d28520bef5773f5f93595c53a839a160c5927a7534ec30eba451fd33ab090909fc1971f28aea53538ff8e20ca45eff0b6597f3ab103b00b89eaa65067f918
+DIST qelectrotech-0.70.tar.gz 10870717 BLAKE2B 21af2000080526cc75e67d80d514286a294a805073beb97d142758449e1290db56e741b70eeb9c38adbdb770fc548eb0fba18429bceaa8cd88bcba5335c3fca9 SHA512 db5b74ce9ac64e55a463c821ee43a2cde8cc4dc4a7be79c8a39512e54dfb85653e20981b5879ecc6e5949c1c1196ad5b7cae9780bf16de0b4d7b2381731173bd

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
new file mode 100644
index 00000000000..85e3e238086
--- /dev/null
+++ b/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
@@ -0,0 +1,60 @@
+# Copyright 2001-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Qt5 application to design electric diagrams"
+HOMEPAGE="https://qelectrotech.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit subversion
+	ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk"
+else
+	MY_P=qet-${PV/%0/.0}
+	SRC_URI="https://git.tuxfamily.org/qet/qet.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}"/${MY_P}
+fi
+
+LICENSE="CC-BY-3.0 GPL-2+"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="
+	doc? ( app-doc/doxygen )
+"
+RDEPEND="
+	dev-qt/qtconcurrent:5
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsql:5[sqlite]
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	kde-frameworks/kcoreaddons:5
+	kde-frameworks/kwidgetsaddons:5
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( CREDIT ChangeLog README )
+
+PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" )
+
+src_configure() {
+	eqmake5 ${PN}.pro
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	if use doc; then
+		doxygen Doxyfile || die
+		local HTML_DOCS=( doc/html/. )
+	fi
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2020-08-09  8:32 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2020-08-09  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ede7d5c1e8401569f2d2b57c0fdd8aaaac7c04cf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 22:11:37 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 08:31:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede7d5c1

sci-electronics/qelectrotech: Add live/release ebuild switch

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index f6c479b2755..4ac12bb6b66 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -3,16 +3,23 @@
 
 EAPI=7
 
-MY_P=${PN}-${PV%0}-src
-inherit qmake-utils subversion xdg-utils
+inherit qmake-utils xdg-utils
 
 DESCRIPTION="Qt5 application to design electric diagrams"
 HOMEPAGE="https://qelectrotech.org/"
-ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit subversion
+	ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk"
+else
+	MY_P=${PN}-${PV%0}-src
+	SRC_URI="https://download.tuxfamily.org/qet/tags/20180823/${MY_P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}"/${MY_P}
+fi
 
 LICENSE="CC-BY-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS=""
 IUSE="doc"
 
 BDEPEND="
@@ -33,8 +40,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-S=${WORKDIR}/${MY_P}
-
 DOCS=( CREDIT ChangeLog README )
 
 PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2020-08-09  8:32 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2020-08-09  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c26ad628b56894e28c91fe363e4399e9ec0b274d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 22:11:57 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 08:31:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26ad628

sci-electronics/qelectrotech: Simplify with xdg.eclass

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index 4ac12bb6b66..bd14b719e6f 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit qmake-utils xdg-utils
+inherit qmake-utils xdg
 
 DESCRIPTION="Qt5 application to design electric diagrams"
 HOMEPAGE="https://qelectrotech.org/"
@@ -58,15 +58,3 @@ src_install() {
 
 	einstalldocs
 }
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2020-10-04 16:59 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2020-10-04 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     580000e194776fe9cf25beb9e9f922ae5c01a7b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 16:59:08 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 16:59:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580000e1

sci-electronics/qelectrotech: Stabilize 0.70 amd64, #740370

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
index 85e3e238086..7b5498d7383 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = *9999* ]]; then
 else
 	MY_P=qet-${PV/%0/.0}
 	SRC_URI="https://git.tuxfamily.org/qet/qet.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 	S="${WORKDIR}"/${MY_P}
 fi
 


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

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

commit:     48597741192b700962b7012aaf4dbe1a7a8bc413
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 08:40:43 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 08:40:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48597741

sci-electronics/qelectrotech: x86 stable wrt bug #740370

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

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

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
index 7b5498d7383..cddb5f1a5ac 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = *9999* ]]; then
 else
 	MY_P=qet-${PV/%0/.0}
 	SRC_URI="https://git.tuxfamily.org/qet/qet.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 	S="${WORKDIR}"/${MY_P}
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2020-10-10 11:57 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2020-10-10 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d62a91650772ad4def1406e43151ef7432d0c5c0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 10:08:04 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 11:56:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62a9165

sci-electronics/qelectrotech: Drop 0.61

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/qelectrotech/Manifest              |  1 -
 .../qelectrotech/qelectrotech-0.61.ebuild          | 65 ----------------------
 2 files changed, 66 deletions(-)

diff --git a/sci-electronics/qelectrotech/Manifest b/sci-electronics/qelectrotech/Manifest
index bb0fdc73ddd..23a90bc85d6 100644
--- a/sci-electronics/qelectrotech/Manifest
+++ b/sci-electronics/qelectrotech/Manifest
@@ -1,2 +1 @@
-DIST qelectrotech-0.61-src.tar.gz 9083192 BLAKE2B 25966e70f7f297ed55b539472970698f0947985c377cd90648d03fce8bf73c1bdede97e1104163147c5e60bb8ad05c55718f182528e6131adef6efeaf76f8e82 SHA512 b07d28520bef5773f5f93595c53a839a160c5927a7534ec30eba451fd33ab090909fc1971f28aea53538ff8e20ca45eff0b6597f3ab103b00b89eaa65067f918
 DIST qelectrotech-0.70.tar.gz 10870717 BLAKE2B 21af2000080526cc75e67d80d514286a294a805073beb97d142758449e1290db56e741b70eeb9c38adbdb770fc548eb0fba18429bceaa8cd88bcba5335c3fca9 SHA512 db5b74ce9ac64e55a463c821ee43a2cde8cc4dc4a7be79c8a39512e54dfb85653e20981b5879ecc6e5949c1c1196ad5b7cae9780bf16de0b4d7b2381731173bd

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
deleted file mode 100644
index 38d8540b0f5..00000000000
--- a/sci-electronics/qelectrotech/qelectrotech-0.61.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P=${PN}-${PV%0}-src
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="Qt5 application to design electric diagrams"
-HOMEPAGE="https://qelectrotech.org/"
-SRC_URI="https://download.tuxfamily.org/qet/tags/20180823/${MY_P}.tar.gz"
-
-LICENSE="CC-BY-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-BDEPEND="
-	doc? ( app-doc/doxygen )
-"
-RDEPEND="
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtsql:5[sqlite]
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( CREDIT ChangeLog README )
-
-PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" )
-
-src_configure() {
-	eqmake5 ${PN}.pro
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-
-	if use doc; then
-		doxygen Doxyfile || die
-		local HTML_DOCS=( doc/html/. )
-	fi
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2021-02-28 21:36 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2021-02-28 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a5b6c466b35a2deb4237fb107305f90abe61e985
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 21:09:39 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 21:36:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b6c466

sci-electronics/qelectrotech: Switch to git repository

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index bd14b719e6f..ac7b517d39f 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
@@ -8,9 +8,9 @@ inherit qmake-utils xdg
 DESCRIPTION="Qt5 application to design electric diagrams"
 HOMEPAGE="https://qelectrotech.org/"
 
-if [[ ${PV} = *9999* ]]; then
-	inherit subversion
-	ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk"
+if [[ ${PV} == *9999* ]]; then
+	EGIT_REPO_URI="https://git.tuxfamily.org/qet/qet.git/"
+	inherit git-r3
 else
 	MY_P=${PN}-${PV%0}-src
 	SRC_URI="https://download.tuxfamily.org/qet/tags/20180823/${MY_P}.tar.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2021-04-05 16:43 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-04-05 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bfb7ac2371e5627cb55209ecf002f0fb6f58aefc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 16:42:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 16:42:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb7ac23

sci-electronics/qelectrotech: Stabilize 0.80 x86, #780096

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild
index 135799c10be..42d27cdf030 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
 else
 	MY_P=qet-${PV/%0/.0}
 	SRC_URI="https://git.tuxfamily.org/qet/qet.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 x86"
 	S="${WORKDIR}"/${MY_P}
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2021-04-05 16:45 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-04-05 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6b26b1e2ce1099a9a6542d6e552a614af2db8130
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 16:44:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 16:44:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b26b1e2

sci-electronics/qelectrotech: Stabilize 0.80 amd64, #780096

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild
index 42d27cdf030..68f5ed0ee26 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
 else
 	MY_P=qet-${PV/%0/.0}
 	SRC_URI="https://git.tuxfamily.org/qet/qet.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 x86"
+	KEYWORDS="amd64 x86"
 	S="${WORKDIR}"/${MY_P}
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/
@ 2024-07-18  8:18 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2024-07-18  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2a0b17f644a0c479e9b62f362bc7d4e740f8c348
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 08:17:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 08:17:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0b17f6

sci-electronics/qelectrotech: Keyword 0.80 arm64, #934446

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild
index 2776c5129585..9f04e6f2ee33 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
 else
 	MY_P=qet-${PV/%0/.0}
 	SRC_URI="https://git.tuxfamily.org/qet/qet.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 ~arm64 ~x86"
 	S="${WORKDIR}"/${MY_P}
 fi
 


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

end of thread, other threads:[~2024-07-18  8:18 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-09  8:32 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-07-18  8:18 Sam James
2021-04-05 16:45 Sam James
2021-04-05 16:43 Sam James
2021-02-28 21:36 Andreas Sturmlechner
2020-10-10 11:57 Andreas Sturmlechner
2020-10-09  8:41 Agostino Sarubbo
2020-10-04 16:59 Sam James
2020-08-09  8:32 Andreas Sturmlechner
2020-08-09  8:32 Andreas Sturmlechner
2020-08-09  8:32 Andreas Sturmlechner
2020-05-21 19:12 Andreas Sturmlechner
2018-12-28 12:45 Andreas Sturmlechner
2018-12-28  8:09 Mikle Kolyada
2018-12-22 22:25 Thomas Deutschmann
2018-10-06 15:38 Michael Palimaka
2018-10-06 15:38 Michael Palimaka
2018-04-10  9:22 Andreas Sturmlechner
2017-06-18  9:06 Michael Palimaka
2016-06-08 16:15 Michael Palimaka
2016-06-08 16:15 Michael Palimaka
2016-06-08 16:15 Michael Palimaka
2016-01-14 15:26 Michael Palimaka
2016-01-14 15:26 Michael Palimaka
2016-01-14 15:26 Michael Palimaka
2016-01-14 15:04 Michael Palimaka

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