From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 287D1138334 for ; Thu, 6 Sep 2018 18:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F662E08BE; Thu, 6 Sep 2018 18:29:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBEF6E08BE for ; Thu, 6 Sep 2018 18:29:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F10AC335C8D for ; Thu, 6 Sep 2018 18:29:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28EBD3BF for ; Thu, 6 Sep 2018 18:29:09 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1536258514.87df49af524eac2512fd0504f34a0feef85f7b2f.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/ X-VCS-Repository: proj/sci X-VCS-Files: media-gfx/librecad/librecad-1.0.3.ebuild media-gfx/librecad/librecad-1.0.4.ebuild media-gfx/librecad/librecad-2.0.7.ebuild media-gfx/librecad/librecad-2.0.8.ebuild media-gfx/librecad/librecad-9999.ebuild media-gfx/librecad/metadata.xml X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 87df49af524eac2512fd0504f34a0feef85f7b2f X-VCS-Branch: master Date: Thu, 6 Sep 2018 18:29:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5f1d0969-fe76-4330-81e9-7308347bb96e X-Archives-Hash: 46d2872a92178756e4ece3dc7e770f4b commit: 87df49af524eac2512fd0504f34a0feef85f7b2f Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Sep 6 18:28:34 2018 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Sep 6 18:28:34 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=87df49af media-gfx/librecad: Newver version in tree Package-Manager: Portage-2.3.47, Repoman-2.3.10 media-gfx/librecad/librecad-1.0.3.ebuild | 36 ----------------- media-gfx/librecad/librecad-1.0.4.ebuild | 36 ----------------- media-gfx/librecad/librecad-2.0.7.ebuild | 43 -------------------- media-gfx/librecad/librecad-2.0.8.ebuild | 66 ------------------------------ media-gfx/librecad/librecad-9999.ebuild | 69 -------------------------------- media-gfx/librecad/metadata.xml | 14 ------- 6 files changed, 264 deletions(-) diff --git a/media-gfx/librecad/librecad-1.0.3.ebuild b/media-gfx/librecad/librecad-1.0.3.ebuild deleted file mode 100644 index 728656d3d..000000000 --- a/media-gfx/librecad/librecad-1.0.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils qt4-r2 vcs-snapshot - -DESCRIPTION="An generic 2D CAD program" -HOMEPAGE="http://www.librecad.org/" -SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/v1.0.3.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc" - -RDEPEND=" - dev-qt/qtgui[qt3support] - dev-qt/qthelp:4 - dev-qt/qt3support:4 - dev-cpp/muParser" - -DEPEND="${RDEPEND}" - -src_prepare() { - sed -i -e "s:\\\$\+system(git describe --tags):1.0.3:" "${PN}.pro" || die -} - -src_install() { - dobin unix/librecad - insinto /usr/share/"${PN}" - doins -r unix/resources/* - use doc && dohtml -r support/doc/* - doicon res/main/"${PN}".png - make_desktop_entry "${PN}" LibreCAD "${PN}.png" Graphics -} diff --git a/media-gfx/librecad/librecad-1.0.4.ebuild b/media-gfx/librecad/librecad-1.0.4.ebuild deleted file mode 100644 index 728656d3d..000000000 --- a/media-gfx/librecad/librecad-1.0.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils qt4-r2 vcs-snapshot - -DESCRIPTION="An generic 2D CAD program" -HOMEPAGE="http://www.librecad.org/" -SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/v1.0.3.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc" - -RDEPEND=" - dev-qt/qtgui[qt3support] - dev-qt/qthelp:4 - dev-qt/qt3support:4 - dev-cpp/muParser" - -DEPEND="${RDEPEND}" - -src_prepare() { - sed -i -e "s:\\\$\+system(git describe --tags):1.0.3:" "${PN}.pro" || die -} - -src_install() { - dobin unix/librecad - insinto /usr/share/"${PN}" - doins -r unix/resources/* - use doc && dohtml -r support/doc/* - doicon res/main/"${PN}".png - make_desktop_entry "${PN}" LibreCAD "${PN}.png" Graphics -} diff --git a/media-gfx/librecad/librecad-2.0.7.ebuild b/media-gfx/librecad/librecad-2.0.7.ebuild deleted file mode 100644 index 4076bc00b..000000000 --- a/media-gfx/librecad/librecad-2.0.7.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic qt4-r2 vcs-snapshot - -DESCRIPTION="Generic 2D CAD program" -HOMEPAGE="http://www.librecad.org/" -SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug doc tools 3d" - -DEPEND=" - dev-qt/qtgui:4 - dev-qt/qthelp:4 - dev-qt/qtsvg:4 - dev-libs/boost - dev-cpp/muParser - media-libs/freetype" - -RDEPEND="${DEPEND}" -S="${WORKDIR}/LibreCAD-${PV}" - -src_prepare() { - # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8 - use 3d || sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die -} - -src_install() { - dobin unix/librecad - use tools && dobin unix/ttf2lff - insinto /usr/share/${PN} - doins -r unix/resources/* - use doc && dohtml -r librecad/support/doc/* - insinto /usr/share/appdata - doins unix/appdata/librecad.appdata.xml - doicon librecad/res/main/"${PN}".png - make_desktop_entry ${PN} LibreCAD ${PN} Graphics -} diff --git a/media-gfx/librecad/librecad-2.0.8.ebuild b/media-gfx/librecad/librecad-2.0.8.ebuild deleted file mode 100644 index 01a136380..000000000 --- a/media-gfx/librecad/librecad-2.0.8.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils qmake-utils - -DESCRIPTION="Generic 2D CAD program" -HOMEPAGE="http://www.librecad.org/" -SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -IUSE="3d debug doc tools qt4 +qt5" -REQUIRED_USE="|| ( qt4 qt5 )" - -DEPEND=" - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtsvg:4 - dev-qt/qthelp:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qthelp:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - ) - dev-libs/boost - dev-cpp/muParser - media-libs/freetype" - -RDEPEND="${DEPEND}" -S="${WORKDIR}/LibreCAD-${PV}" - -src_prepare() { - # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8 - use 3d || sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die -} - -src_configure() { - if use qt4 - then - eqmake4 -r - else - eqmake5 -r - fi -} - -src_install() { - dobin unix/librecad - use tools && dobin unix/ttf2lff - insinto /usr/share/${PN} - doins -r unix/resources/* - use doc && dohtml -r librecad/support/doc/* - insinto /usr/share/appdata - doins unix/appdata/librecad.appdata.xml - doicon librecad/res/main/"${PN}".png - make_desktop_entry ${PN} LibreCAD ${PN} Graphics -} diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild deleted file mode 100644 index 4a1f2d51d..000000000 --- a/media-gfx/librecad/librecad-9999.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils git-r3 qmake-utils - -DESCRIPTION="Generic 2D CAD program" -HOMEPAGE="http://www.librecad.org/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="3d debug doc tools qt4 +qt5" -REQUIRED_USE="|| ( qt4 qt5 )" - -DEPEND=" - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtsvg:4 - dev-qt/qthelp:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qthelp:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - ) - - dev-libs/boost - dev-cpp/muParser - media-libs/freetype" - -RDEPEND="${DEPEND}" -S="${WORKDIR}/librecad-${PV}" - -src_prepare() { - # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8 - use 3d || sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die -} - -src_configure() { - if use qt4 - then - eqmake4 -r - else - eqmake5 -r - fi -} - -src_install() { - dobin unix/librecad - use tools && dobin unix/ttf2lff - insinto /usr/share - doins -r unix/appdata - insinto /usr/share/${PN} - doins -r unix/resources/* - use doc && dohtml -r librecad/support/doc/* - insinto /usr/share/appdata - doins unix/appdata/librecad.appdata.xml - doicon librecad/res/main/${PN}.png - make_desktop_entry ${PN} LibreCAD ${PN} Graphics -} diff --git a/media-gfx/librecad/metadata.xml b/media-gfx/librecad/metadata.xml deleted file mode 100644 index d6b140c97..000000000 --- a/media-gfx/librecad/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - slis@gentoo.org - - - Require all 2D coordinates stored as 3D - Build additional tool programs: tff2lff - - - LibreCAD/LibreCAD - -