commit:     5abccc3ff797fea57e46963e5614d6d1d05e097b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May  4 21:24:45 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 10 05:33:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abccc3f

media-gfx/scantailor: Remove last-rited

Closes: https://bugs.gentoo.org/633386
Closes: https://bugs.gentoo.org/644398

 media-gfx/scantailor/Manifest                   |  1 -
 media-gfx/scantailor/metadata.xml               | 11 -----
 media-gfx/scantailor/scantailor-0.9.12.2.ebuild | 54 -------------------------
 profiles/package.mask                           |  5 ---
 4 files changed, 71 deletions(-)

diff --git a/media-gfx/scantailor/Manifest b/media-gfx/scantailor/Manifest
deleted file mode 100644
index 57ffb4d8a1b..00000000000
--- a/media-gfx/scantailor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST scantailor-0.9.12.2.tar.gz 1207379 BLAKE2B 
a2949c0d9a495d50927d27e33f889567a033149c3745ad522b00d3ea3b6a0c0bc7e6cc66dd79acd3b29b95eb41293774ff78215b5da7618dfd51757e1b1e6ab5
 SHA512 
d98603c5b3dfadeae3bda66d8b5ea085107edf9ee03efd299d50bf88a01f2b1092957f1ed4abe1a5d53b9028b7dec16dc5a8452d1a197fe0f3aaddeff6d02793

diff --git a/media-gfx/scantailor/metadata.xml 
b/media-gfx/scantailor/metadata.xml
deleted file mode 100644
index 9e17a6dcaa6..00000000000
--- a/media-gfx/scantailor/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>graph...@gentoo.org</email>
-               <name>Gentoo Graphics Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">scantailor/scantailor</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/media-gfx/scantailor/scantailor-0.9.12.2.ebuild 
b/media-gfx/scantailor/scantailor-0.9.12.2.ebuild
deleted file mode 100644
index 6dee2631608..00000000000
--- a/media-gfx/scantailor/scantailor-0.9.12.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils virtualx toolchain-funcs versionator
-MY_PV="RELEASE_$(replace_all_version_separators _)"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="A interactive post-processing tool for scanned pages"
-HOMEPAGE="http://scantailor.org/ https://github.com/scantailor/scantailor";
-SRC_URI="https://github.com/scantailor/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3 public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="opengl"
-
-RDEPEND="
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       media-libs/libpng:0
-       media-libs/tiff:0
-       sys-libs/zlib
-       virtual/jpeg:0
-       x11-libs/libXrender
-       opengl? ( dev-qt/qtopengl:4 )"
-DEPEND="${RDEPEND}
-       dev-libs/boost"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_configure() {
-       tc-export CXX
-
-       local mycmakeargs=(
-               -DCOMPILER_FLAGS_OVERRIDDEN=ON
-               -DENABLE_OPENGL=$(usex opengl)
-       )
-
-       cmake-utils_src_configure
-}
-
-src_test() {
-       cd "${CMAKE_BUILD_DIR}" || die
-       virtx emake test
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       newicon resources/appicon.svg ${PN}.svg
-       make_desktop_entry ${PN} "Scan Tailor"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 19a8fcd35de..e5da31d9f8f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -195,11 +195,6 @@ x11-libs/libXp
 # See tracker bug #653464
 >=app-text/poppler-0.64.0
 
-# Andreas Sturmlechner <ast...@gentoo.org> (10 Apr 2018)
-# Depends on dead Qt4. Switch to media-gfx/scantailor-advanced instead.
-# Masked for removal in 30 days. Bug #633386
-media-gfx/scantailor
-
 # Jason Zaman <perfin...@gentoo.org> (08 Apr 2018)
 # Dead upstream, for an old version of Xfce
 # Masked for removal in 30 days.

Reply via email to