diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-15 22:45:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-15 23:49:18 +0200 |
commit | ddfc9955724025a1544e942bc146d70c7a0c971d (patch) | |
tree | 08cced727bbdb679a501e99fa87bd47eb58f5584 /media-gfx/synnefo/synnefo-1.1.0.ebuild | |
parent | dev-ml/opam: Drop 1.3.1-r2, EAPI5-- (diff) | |
download | gentoo-ddfc9955724025a1544e942bc146d70c7a0c971d.tar.gz gentoo-ddfc9955724025a1544e942bc146d70c7a0c971d.tar.bz2 gentoo-ddfc9955724025a1544e942bc146d70c7a0c971d.zip |
profiles: Cleanup last-rited packages
kde-misc/kolor-manager
app-admin/elektra
media-gfx/icc-examin
media-gfx/synnefo
media-libs/libXcm
media-libs/openicc
media-libs/oyranos
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/synnefo/synnefo-1.1.0.ebuild')
-rw-r--r-- | media-gfx/synnefo/synnefo-1.1.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/media-gfx/synnefo/synnefo-1.1.0.ebuild b/media-gfx/synnefo/synnefo-1.1.0.ebuild deleted file mode 100644 index 3ac8c9b7578d..000000000000 --- a/media-gfx/synnefo/synnefo-1.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git" - inherit git-r3 -else - SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/Synnefo-${PV}" -fi - -DESCRIPTION="Qt front end for the Oyranos Color Management System" -HOMEPAGE="https://github.com/oyranos-cms/Synnefo" -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - >=media-libs/oyranos-0.9.6 -" -RDEPEND="${DEPEND} - x11-misc/xcalib -" - -DOCS=( AUTHORS.md README.md ) - -PATCHES=( "${FILESDIR}/${P}-cxx11.patch" ) # bug 739982 |