commit:     687c35a6258bbee887903bcab2d874dcf5f03edc
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 17:13:14 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat May  4 17:13:16 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=687c35a6

media-gfx/phototonic: treeclean

Still in ::gentoo but no longer maintained by qt <AT> g.o so
cleaning from here. Will leave it up to future maintainers
to import the live ebuild to ::gentoo or elsewhere if wanted.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-gfx/phototonic/metadata.xml           | 11 -------
 media-gfx/phototonic/phototonic-9999.ebuild | 49 -----------------------------
 2 files changed, 60 deletions(-)

diff --git a/media-gfx/phototonic/metadata.xml 
b/media-gfx/phototonic/metadata.xml
deleted file mode 100644
index a69345ca..00000000
--- a/media-gfx/phototonic/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Qt Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">oferkv/phototonic</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild 
b/media-gfx/phototonic/phototonic-9999.ebuild
deleted file mode 100644
index b78d62a2..00000000
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="Image viewer and organizer"
-HOMEPAGE="https://github.com/oferkv/phototonic";
-
-if [[ ${PV} = *9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/oferkv/phototonic.git";
-else
-       SRC_URI="https://github.com/oferkv/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="svg tiff"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       media-gfx/exiv2:=
-       svg? ( dev-qt/qtsvg:5 )
-       tiff? ( dev-qt/qtimageformats:5 )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       eqmake5
-}
-
-src_install() {
-       emake install INSTALL_ROOT="${D}"
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}

Reply via email to