Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pencil/files/, media-gfx/pencil/
Date: Wed, 28 Mar 2018 21:46:10
Message-Id: 1522273522.792ea26a97613a0a621da04a29258ed07b878153.asturm@gentoo
1 commit: 792ea26a97613a0a621da04a29258ed07b878153
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 21:41:23 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 21:45:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792ea26a
7
8 media-gfx/pencil: Drop old
9
10 Closes: https://bugs.gentoo.org/602042
11 Package-Manager: Portage-2.3.26, Repoman-2.3.7
12
13 media-gfx/pencil/Manifest | 1 -
14 .../pencil/files/pencil-0.4.4_beta-gcc461.patch | 14 --------
15 media-gfx/pencil/pencil-0.4.4_beta.ebuild | 41 ----------------------
16 3 files changed, 56 deletions(-)
17
18 diff --git a/media-gfx/pencil/Manifest b/media-gfx/pencil/Manifest
19 index fe844490824..cc00bcda0f1 100644
20 --- a/media-gfx/pencil/Manifest
21 +++ b/media-gfx/pencil/Manifest
22 @@ -1,2 +1 @@
23 -DIST pencil-0.4.4b-src.zip 1147003 BLAKE2B 178f25c716b392505862ed4f56c5683428a7c36cf99d5e1c959be4e2c0fa1d4262ef50234d83c8a4591eaaa4ebaebaa62fcce8484ba4bf45a87ec74784401c25 SHA512 5ed5bad3d2a1ac993539c2c510bcc5a1df3e33f37187c069d21f3c784eb8a290c69cfccbba8645ebab58b0feafb3c229d882dcade72fca3110846c7b1629331b
24 DIST pencil-0.6.1_rc1.tar.gz 2515450 BLAKE2B 7852368397f51cf8f6d51d8a16aafa148ab5f7d3286d593ae9f610322379a84e0b5473ccdb065b2c0d175fb5faf04b908cb129feafeff75f756858b8cf8f6e48 SHA512 242a226d5ef9cdb5c886ff5e452f0aab22689ad787bbb6ce649b5ad4939959dc5245d3fdf50402438b8f62598f59e166f739af4b37f6092e7a10e26b4e02febb
25
26 diff --git a/media-gfx/pencil/files/pencil-0.4.4_beta-gcc461.patch b/media-gfx/pencil/files/pencil-0.4.4_beta-gcc461.patch
27 deleted file mode 100644
28 index d0aa8936b8f..00000000000
29 --- a/media-gfx/pencil/files/pencil-0.4.4_beta-gcc461.patch
30 +++ /dev/null
31 @@ -1,14 +0,0 @@
32 ---- src/graphics/vector/beziercurve.cpp 2007-07-14 21:41:33.000000000 +0200
33 -+++ src/graphics/vector/beziercurve.cpp 2011-08-29 16:19:08.930675072 +0200
34 -@@ -700,9 +700,9 @@
35 - R1.setTopLeft(P1); R1.setBottomRight(Q1);
36 - R2.setTopLeft(P2); R2.setBottomRight(Q2);
37 -
38 -- //QPointF intersectionPoint = QPointF(50.0, 50.0); // bogus point
39 -+ QPointF intersectionPoint = QPointF(50.0, 50.0); // bogus point
40 - //QPointF* intersection = &intersectionPoint;
41 -- QPointF* cubicIntersection = &QPointF(50.0, 50.0); // bogus point
42 -+ QPointF* cubicIntersection = &intersectionPoint; // bogus point
43 - if( R1.intersects(R2) || L2.intersect(L1, cubicIntersection) == QLineF::BoundedIntersection ) {
44 - //if(L2.intersect(L1, intersection) == QLineF::BoundedIntersection) {
45 - //qDebug() << " FOUND rectangle intersection ";
46
47 diff --git a/media-gfx/pencil/pencil-0.4.4_beta.ebuild b/media-gfx/pencil/pencil-0.4.4_beta.ebuild
48 deleted file mode 100644
49 index 700f6494d1c..00000000000
50 --- a/media-gfx/pencil/pencil-0.4.4_beta.ebuild
51 +++ /dev/null
52 @@ -1,41 +0,0 @@
53 -# Copyright 1999-2013 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=2
57 -inherit eutils qt4-r2
58 -
59 -MY_P=${P/_beta/b}
60 -
61 -DESCRIPTION="A Qt4 based animation and drawing program"
62 -HOMEPAGE="http://www.pencil-animation.org/"
63 -SRC_URI="mirror://sourceforge/pencil-planner/${MY_P}-src.zip"
64 -
65 -LICENSE="GPL-2"
66 -SLOT="0"
67 -KEYWORDS="~amd64 ~x86"
68 -IUSE=""
69 -
70 -RDEPEND="dev-qt/qtgui:4
71 - dev-qt/qtopengl:4
72 - >=media-libs/ming-0.4.3"
73 -DEPEND="${RDEPEND}
74 - app-arch/unzip"
75 -
76 -S=${WORKDIR}/${MY_P}-source
77 -
78 -src_prepare() {
79 - epatch "${FILESDIR}"/${P}-gcc461.patch
80 - sed -i s:SWFSprite:SWFMovieClip:g src/external/flash/flash.{cpp,h} || die
81 -}
82 -
83 -src_install() {
84 - # install target not yet provided
85 - #emake INSTALL_ROOT="${D}" install || die "emake install failed"
86 - newbin Pencil ${PN} || die "dobin failed"
87 -
88 - dodoc README TODO || die
89 -
90 - mv "${S}"/icons/icon.png "${S}"/icons/${PN}.png
91 - doicon "${S}"/icons/${PN}.png || die "doicon failed"
92 - make_desktop_entry ${PN} Pencil ${PN} Graphics
93 -}