public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/, sci-electronics/qelectrotech/files/
@ 2021-04-05 16:58 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2021-04-05 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ba3830033406cc55799c268889679a84cf4705d2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 16:56:37 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 16:58:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba383003

sci-electronics/qelectrotech: Drop 0.70

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

 sci-electronics/qelectrotech/Manifest              |  1 -
 .../files/qelectrotech-0.3-fix-paths.patch         | 49 ------------------
 .../qelectrotech/qelectrotech-0.70.ebuild          | 60 ----------------------
 3 files changed, 110 deletions(-)

diff --git a/sci-electronics/qelectrotech/Manifest b/sci-electronics/qelectrotech/Manifest
index 88b1688f9cd..7ba162bebf8 100644
--- a/sci-electronics/qelectrotech/Manifest
+++ b/sci-electronics/qelectrotech/Manifest
@@ -1,2 +1 @@
-DIST qelectrotech-0.70.tar.gz 10870717 BLAKE2B 21af2000080526cc75e67d80d514286a294a805073beb97d142758449e1290db56e741b70eeb9c38adbdb770fc548eb0fba18429bceaa8cd88bcba5335c3fca9 SHA512 db5b74ce9ac64e55a463c821ee43a2cde8cc4dc4a7be79c8a39512e54dfb85653e20981b5879ecc6e5949c1c1196ad5b7cae9780bf16de0b4d7b2381731173bd
 DIST qelectrotech-0.80.tar.gz 13835653 BLAKE2B 1efb22c9683c01c3cc449a3c1deef1990825b16f11dc15d93e2d7c0afd026486ee9772e0d8637efcb576fb20a8dc79235cdcabc94d293b9bf8c2028818645734 SHA512 732101130e77849ed0a56bcc7b519a1ca032e8f203951a50e1dd5fd488e96f1ab69ed0854176604f1947636b3d8fda1ac8aebbcfe01e63dfa263d8f646224f53

diff --git a/sci-electronics/qelectrotech/files/qelectrotech-0.3-fix-paths.patch b/sci-electronics/qelectrotech/files/qelectrotech-0.3-fix-paths.patch
deleted file mode 100644
index c55c19ce5d2..00000000000
--- a/sci-electronics/qelectrotech/files/qelectrotech-0.3-fix-paths.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-diff -Naur qelectrotech-0.3-src.orig/qelectrotech.pro qelectrotech-0.3-src/qelectrotech.pro
---- qelectrotech-0.3-src.orig/qelectrotech.pro	2013-12-22 17:27:31.919047334 +0100
-+++ qelectrotech-0.3-src/qelectrotech.pro	2013-12-22 17:29:28.576908241 +0100
-@@ -5,20 +5,20 @@
- # Chemins utilises pour la compilation et l'installation de QET
- unix {
- 	# Chemins UNIX
--	COMPIL_PREFIX              = '/usr/local/'
--	INSTALL_PREFIX             = '/usr/local/'
-+	COMPIL_PREFIX              = '/usr/'
-+	INSTALL_PREFIX             = '/usr/'
- 	QET_BINARY_PATH            = 'bin/'
- 	QET_COMMON_COLLECTION_PATH = 'share/qelectrotech/elements/'
- 	QET_COMMON_TBT_PATH        = 'share/qelectrotech/titleblocks/'
- 	QET_LANG_PATH              = 'share/qelectrotech/lang/'
- 	QET_EXAMPLES_PATH          = 'share/qelectrotech/examples/'
- 	QET_LICENSE_PATH           = 'doc/qelectrotech/'
--	QET_MIME_XML_PATH          = '../share/mime/application/'
--	QET_MIME_DESKTOP_PATH      = '../share/mimelnk/application/'
--	QET_MIME_PACKAGE_PATH      = '../share/mime/packages/'
-+	QET_MIME_XML_PATH          = 'share/mime/application/'
-+	QET_MIME_DESKTOP_PATH      = 'share/mimelnk/application/'
-+	QET_MIME_PACKAGE_PATH      = 'share/mime/packages/'
- 	QET_DESKTOP_PATH           = 'share/applications/'
- 	QET_ICONS_PATH             = 'share/icons/hicolor/'
--	QET_MAN_PATH               = 'man/'
-+	QET_MAN_PATH               = 'share/man/'
- 	QET_APPDATA_PATH           = 'share/appdata'
- }
- win32 {
-@@ -108,9 +108,6 @@
- examples.path      = $$join(INSTALL_PREFIX,,,$${QET_EXAMPLES_PATH})
- examples.files     = examples/*
- 
--copyright.path     = $$join(INSTALL_PREFIX,,,$${QET_LICENSE_PATH})
--copyright.files    = LICENSE ELEMENTS.LICENSE CREDIT README ChangeLog
--
- mime_xml.path      = $$join(INSTALL_PREFIX,,,$${QET_MIME_XML_PATH})
- mime_xml.files     = misc/x-qet-*.xml
- 
-@@ -140,7 +137,7 @@
- man.extra          = sh man/compress_man_pages.sh
- 
- # L'installation comprend la copie du binaire, des elements, des fichiers de langue et du fichier LICENSE
--INSTALLS += target elements tbt lang copyright
-+INSTALLS += target elements tbt lang
- # Sous Unix, on installe egalement l'icone, un fichier .desktop, des fichiers mime et les pages de manuel
- unix {
- 	INSTALLS += desktop mime_xml mime_desktop mime_package icons man examples appdata

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
deleted file mode 100644
index cddb5f1a5ac..00000000000
--- a/sci-electronics/qelectrotech/qelectrotech-0.70.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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] only message in thread

only message in thread, other threads:[~2021-04-05 16:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-05 16:58 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/, sci-electronics/qelectrotech/files/ Andreas Sturmlechner

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