Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-gfx/scantailor/
Date: Thu, 10 May 2018 05:34:21
Message-Id: 1525930439.5abccc3ff797fea57e46963e5614d6d1d05e097b.asturm@gentoo
1 commit: 5abccc3ff797fea57e46963e5614d6d1d05e097b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 4 21:24:45 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 05:33:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abccc3f
7
8 media-gfx/scantailor: Remove last-rited
9
10 Closes: https://bugs.gentoo.org/633386
11 Closes: https://bugs.gentoo.org/644398
12
13 media-gfx/scantailor/Manifest | 1 -
14 media-gfx/scantailor/metadata.xml | 11 -----
15 media-gfx/scantailor/scantailor-0.9.12.2.ebuild | 54 -------------------------
16 profiles/package.mask | 5 ---
17 4 files changed, 71 deletions(-)
18
19 diff --git a/media-gfx/scantailor/Manifest b/media-gfx/scantailor/Manifest
20 deleted file mode 100644
21 index 57ffb4d8a1b..00000000000
22 --- a/media-gfx/scantailor/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST scantailor-0.9.12.2.tar.gz 1207379 BLAKE2B a2949c0d9a495d50927d27e33f889567a033149c3745ad522b00d3ea3b6a0c0bc7e6cc66dd79acd3b29b95eb41293774ff78215b5da7618dfd51757e1b1e6ab5 SHA512 d98603c5b3dfadeae3bda66d8b5ea085107edf9ee03efd299d50bf88a01f2b1092957f1ed4abe1a5d53b9028b7dec16dc5a8452d1a197fe0f3aaddeff6d02793
26
27 diff --git a/media-gfx/scantailor/metadata.xml b/media-gfx/scantailor/metadata.xml
28 deleted file mode 100644
29 index 9e17a6dcaa6..00000000000
30 --- a/media-gfx/scantailor/metadata.xml
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 -<?xml version='1.0' encoding='UTF-8'?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>graphics@g.o</email>
38 - <name>Gentoo Graphics Project</name>
39 - </maintainer>
40 - <upstream>
41 - <remote-id type="github">scantailor/scantailor</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/media-gfx/scantailor/scantailor-0.9.12.2.ebuild b/media-gfx/scantailor/scantailor-0.9.12.2.ebuild
46 deleted file mode 100644
47 index 6dee2631608..00000000000
48 --- a/media-gfx/scantailor/scantailor-0.9.12.2.ebuild
49 +++ /dev/null
50 @@ -1,54 +0,0 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=6
55 -
56 -inherit cmake-utils eutils virtualx toolchain-funcs versionator
57 -MY_PV="RELEASE_$(replace_all_version_separators _)"
58 -MY_P="${PN}-${MY_PV}"
59 -
60 -DESCRIPTION="A interactive post-processing tool for scanned pages"
61 -HOMEPAGE="http://scantailor.org/ https://github.com/scantailor/scantailor"
62 -SRC_URI="https://github.com/scantailor/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
63 -
64 -LICENSE="GPL-2 GPL-3 public-domain"
65 -SLOT="0"
66 -KEYWORDS="amd64 x86"
67 -IUSE="opengl"
68 -
69 -RDEPEND="
70 - dev-qt/qtcore:4
71 - dev-qt/qtgui:4
72 - media-libs/libpng:0
73 - media-libs/tiff:0
74 - sys-libs/zlib
75 - virtual/jpeg:0
76 - x11-libs/libXrender
77 - opengl? ( dev-qt/qtopengl:4 )"
78 -DEPEND="${RDEPEND}
79 - dev-libs/boost"
80 -
81 -S="${WORKDIR}/${PN}-${MY_PV}"
82 -
83 -src_configure() {
84 - tc-export CXX
85 -
86 - local mycmakeargs=(
87 - -DCOMPILER_FLAGS_OVERRIDDEN=ON
88 - -DENABLE_OPENGL=$(usex opengl)
89 - )
90 -
91 - cmake-utils_src_configure
92 -}
93 -
94 -src_test() {
95 - cd "${CMAKE_BUILD_DIR}" || die
96 - virtx emake test
97 -}
98 -
99 -src_install() {
100 - cmake-utils_src_install
101 -
102 - newicon resources/appicon.svg ${PN}.svg
103 - make_desktop_entry ${PN} "Scan Tailor"
104 -}
105
106 diff --git a/profiles/package.mask b/profiles/package.mask
107 index 19a8fcd35de..e5da31d9f8f 100644
108 --- a/profiles/package.mask
109 +++ b/profiles/package.mask
110 @@ -195,11 +195,6 @@ x11-libs/libXp
111 # See tracker bug #653464
112 >=app-text/poppler-0.64.0
113
114 -# Andreas Sturmlechner <asturm@g.o> (10 Apr 2018)
115 -# Depends on dead Qt4. Switch to media-gfx/scantailor-advanced instead.
116 -# Masked for removal in 30 days. Bug #633386
117 -media-gfx/scantailor
118 -
119 # Jason Zaman <perfinion@g.o> (08 Apr 2018)
120 # Dead upstream, for an old version of Xfce
121 # Masked for removal in 30 days.