diff options
author | 2018-09-06 21:28:34 +0300 | |
---|---|---|
committer | 2018-09-06 21:28:34 +0300 | |
commit | 87df49af524eac2512fd0504f34a0feef85f7b2f (patch) | |
tree | 5982f00109ed08daa0d1e19182503ad32204f513 | |
parent | sci-libs/spams-python: added test suite (diff) | |
download | sci-87df49af524eac2512fd0504f34a0feef85f7b2f.tar.gz sci-87df49af524eac2512fd0504f34a0feef85f7b2f.tar.bz2 sci-87df49af524eac2512fd0504f34a0feef85f7b2f.zip |
media-gfx/librecad: Newver version in tree
Package-Manager: Portage-2.3.47, Repoman-2.3.10
-rw-r--r-- | media-gfx/librecad/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/librecad/librecad-1.0.3.ebuild | 36 | ||||
-rw-r--r-- | media-gfx/librecad/librecad-1.0.4.ebuild | 36 | ||||
-rw-r--r-- | media-gfx/librecad/librecad-2.0.7.ebuild | 43 | ||||
-rw-r--r-- | media-gfx/librecad/librecad-2.0.8.ebuild | 66 | ||||
-rw-r--r-- | media-gfx/librecad/librecad-9999.ebuild | 69 | ||||
-rw-r--r-- | media-gfx/librecad/metadata.xml | 14 |
7 files changed, 0 insertions, 268 deletions
diff --git a/media-gfx/librecad/Manifest b/media-gfx/librecad/Manifest deleted file mode 100644 index 48ad5c072..000000000 --- a/media-gfx/librecad/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST librecad-1.0.3.tar.gz 4578450 BLAKE2B f08a6d4bba3cf4db83169c5fe32b780589c04e6037ae487c21c1644d2d32d5d203962c9c8a4858794d42c028188947f83f04cfc49d6014cc57ff377e4c804ef2 SHA512 5a8e6e612bc954f3af0dfc26d1fc19938c80e216ac252fb65a38a13651c6e2313d593a3ee834ecc98bbd72a4dfd28ef1c39dd9ed6a6f9140d28b765edb59bee9 -DIST librecad-1.0.4.tar.gz 4578450 BLAKE2B f08a6d4bba3cf4db83169c5fe32b780589c04e6037ae487c21c1644d2d32d5d203962c9c8a4858794d42c028188947f83f04cfc49d6014cc57ff377e4c804ef2 SHA512 5a8e6e612bc954f3af0dfc26d1fc19938c80e216ac252fb65a38a13651c6e2313d593a3ee834ecc98bbd72a4dfd28ef1c39dd9ed6a6f9140d28b765edb59bee9 -DIST librecad-2.0.7.zip 17457197 SHA256 b0e031bca4f00730076606e830d0d559824d0000f8a3e5c1918c4f0b6e507b71 SHA512 432622c9f7d1d006172ec964fc8bb338e5019a70ecd0e6c3d524bf1458febe35a7cb929cc9323df61275247582cb86c6111d4c03e7255da90ffd14a15734abe6 WHIRLPOOL 605937f8028f28d5a94226372f59df2b5975a2c1245303c2fd7b3089babdc4cb230290a96ba283de7230e6c98dccb91b3c9d7f1cdbf6649bef5a8d5cd8f2a140 -DIST librecad-2.0.8.zip 23469997 BLAKE2B 8687ec029685e1b3fcc1d03e4794e05707cc367bdaff53795d9507443f46aa3cc3c91cdedfac9615bda4411903d09b5cf3ae98630661dc5b61213aaa58c01d09 SHA512 d0dd1fdcaafbb7b83a8d0791e132633e9a72648d7d8d7ffdfc02bb092348472a05917df7ea1f2096404afabc92d586b75f6cafa3bc54da535bcaf005c96ed8a7 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>slis@gentoo.org</email> - </maintainer> - <use> - <flag name="3d">Require all 2D coordinates stored as 3D</flag> - <flag name="tools">Build additional tool programs: tff2lff</flag> - </use> - <upstream> - <remote-id type="github">LibreCAD/LibreCAD</remote-id> - </upstream> -</pkgmetadata> |