* [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
@ 2015-05-23 16:26 Michael Palimaka
0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2015-05-23 16:26 UTC (permalink / raw
To: gentoo-commits
commit: d9cd8ea10d002a7a9a733b16a2a4ea9281890221
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun May 10 19:23:52 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat May 23 16:26:14 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d9cd8ea1
[media-gfx/synnefo] Add new package, required by kolor-manager
Package-Manager: portage-2.2.18
media-gfx/synnefo/metadata.xml | 8 ++++++
media-gfx/synnefo/synnefo-9999.ebuild | 47 +++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/media-gfx/synnefo/metadata.xml b/media-gfx/synnefo/metadata.xml
new file mode 100644
index 0000000..aea08e2
--- /dev/null
+++ b/media-gfx/synnefo/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+ <use>
+ <flag name="qt5">Build Qt5 frontend instead of Qt4</flag>
+ </use>
+</pkgmetadata>
diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild
new file mode 100644
index 0000000..246273a
--- /dev/null
+++ b/media-gfx/synnefo/synnefo-9999.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Qt front end for the Oyranos Color Management System"
+HOMEPAGE="https://github.com/oyranos-cms/Synnefo"
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git"
+ inherit git-r3
+ KEYWORDS=""
+#else
+# SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+# KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="qt5"
+
+DEPEND="
+ =media-libs/oyranos-9999
+ qt5? (
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ )
+ !qt5? (
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ )
+"
+RDEPEND="${DEPEND}
+ x11-misc/xcalib
+"
+
+DOCS=( "AUTHORS.md" "README.md" )
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_use !qt5 qt4)
+ )
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
@ 2015-07-08 19:20 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2015-07-08 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 3479fc0c118a733246d130af293c171cc7dcb833
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Jul 4 14:45:16 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 8 19:21:07 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3479fc0c
[media-gfx/synnefo] Qt5 is upstream default, update metadata.xml
Package-Manager: portage-2.2.18
media-gfx/synnefo/metadata.xml | 5 ++++-
media-gfx/synnefo/synnefo-9999.ebuild | 8 ++++----
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/media-gfx/synnefo/metadata.xml b/media-gfx/synnefo/metadata.xml
index aea08e2..8449551 100644
--- a/media-gfx/synnefo/metadata.xml
+++ b/media-gfx/synnefo/metadata.xml
@@ -2,7 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
+ <upstream>
+ <remote-id type="github">oyranos-cms/Synnefo</remote-id>
+ </upstream>
<use>
- <flag name="qt5">Build Qt5 frontend instead of Qt4</flag>
+ <flag name="qt5">Build default Qt5 frontend (Qt4 fallback)</flag>
</use>
</pkgmetadata>
diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild
index 246273a..0b1e48d 100644
--- a/media-gfx/synnefo/synnefo-9999.ebuild
+++ b/media-gfx/synnefo/synnefo-9999.ebuild
@@ -12,9 +12,9 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git"
inherit git-r3
KEYWORDS=""
-#else
-# SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-# KEYWORDS="~amd64 ~x86"
+else
+ SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="BSD-2"
@@ -37,7 +37,7 @@ RDEPEND="${DEPEND}
x11-misc/xcalib
"
-DOCS=( "AUTHORS.md" "README.md" )
+DOCS=( AUTHORS.md README.md )
src_configure() {
local mycmakeargs=(
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
@ 2016-03-22 21:10 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2016-03-22 21:10 UTC (permalink / raw
To: gentoo-commits
commit: 8bee01e6cb51ced221fcb90138e42b02217ad97f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 20:48:18 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 20:48:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8bee01e6
media-gfx/synnefo: EAPI 6
Package-Manager: portage-2.2.28
media-gfx/synnefo/synnefo-9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild
index 5645aed..6e5ac63 100644
--- a/media-gfx/synnefo/synnefo-9999.ebuild
+++ b/media-gfx/synnefo/synnefo-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit cmake-utils
@@ -22,7 +22,7 @@ SLOT="0"
IUSE="qt5"
DEPEND="
- =media-libs/oyranos-9999
+ >=media-libs/oyranos-0.9.6
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -41,7 +41,8 @@ DOCS=( AUTHORS.md README.md )
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_use !qt5 qt4)
+ -DUSE_Qt4=$(usex !qt5)
)
+
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
@ 2016-07-06 8:02 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2016-07-06 8:02 UTC (permalink / raw
To: gentoo-commits
commit: e78428586689a9d863a60353b2990f9967e595e5
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jul 3 23:26:47 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 6 07:56:07 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e7842858
media-gfx/synnefo: Drop USE=qt5, make it unconditional
Package-Manager: portage-2.2.28
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
media-gfx/synnefo/metadata.xml | 3 ---
media-gfx/synnefo/synnefo-9999.ebuild | 35 +++++++++--------------------------
2 files changed, 9 insertions(+), 29 deletions(-)
diff --git a/media-gfx/synnefo/metadata.xml b/media-gfx/synnefo/metadata.xml
index 27f7827..d85e5ec 100644
--- a/media-gfx/synnefo/metadata.xml
+++ b/media-gfx/synnefo/metadata.xml
@@ -8,7 +8,4 @@
<upstream>
<remote-id type="github">oyranos-cms/Synnefo</remote-id>
</upstream>
- <use>
- <flag name="qt5">Build default Qt5 frontend (Qt4 fallback)</flag>
- </use>
</pkgmetadata>
diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild
index 6e5ac63..baa0056 100644
--- a/media-gfx/synnefo/synnefo-9999.ebuild
+++ b/media-gfx/synnefo/synnefo-9999.ebuild
@@ -4,45 +4,28 @@
EAPI=6
+EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git"
inherit cmake-utils
+[[ ${PV} == "9999" ]] && inherit git-r3
DESCRIPTION="Qt front end for the Oyranos Color Management System"
HOMEPAGE="https://github.com/oyranos-cms/Synnefo"
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git"
- inherit git-r3
- KEYWORDS=""
-else
- SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
+[[ ${PV} == 9999 ]] || \
+SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
-IUSE="qt5"
+[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
+IUSE=""
DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
>=media-libs/oyranos-0.9.6
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- )
- !qt5? (
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- )
"
RDEPEND="${DEPEND}
x11-misc/xcalib
"
DOCS=( AUTHORS.md README.md )
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_Qt4=$(usex !qt5)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
@ 2016-12-23 11:02 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2016-12-23 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 3cf9194daa6effeb6b700a3dfd848205a92be6a1
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 10:52:12 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 10:52:12 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3cf9194d
media-gfx/synnefo: DEPEND on dev-qt/qtdbus
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-gfx/synnefo/synnefo-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild
index 0a6d6c6..72c3dfa 100644
--- a/media-gfx/synnefo/synnefo-9999.ebuild
+++ b/media-gfx/synnefo/synnefo-9999.ebuild
@@ -21,6 +21,7 @@ IUSE=""
DEPEND="
dev-qt/qtcore:5
+ dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
>=media-libs/oyranos-0.9.6
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
@ 2016-12-23 11:02 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2016-12-23 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 9cd63fb2698e3bfd885df1ec6b12821e19f2eaf2
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 10:51:04 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 10:51:04 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9cd63fb2
media-gfx/synnefo: Cleanup
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-gfx/synnefo/synnefo-9999.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild
index baa0056..0a6d6c6 100644
--- a/media-gfx/synnefo/synnefo-9999.ebuild
+++ b/media-gfx/synnefo/synnefo-9999.ebuild
@@ -4,18 +4,19 @@
EAPI=6
-EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git"
inherit cmake-utils
-[[ ${PV} == "9999" ]] && inherit git-r3
+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"
+fi
DESCRIPTION="Qt front end for the Oyranos Color Management System"
HOMEPAGE="https://github.com/oyranos-cms/Synnefo"
-[[ ${PV} == 9999 ]] || \
-SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
LICENSE="BSD-2"
SLOT="0"
-[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
@ 2016-12-23 11:02 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2016-12-23 11:02 UTC (permalink / raw
To: gentoo-commits
commit: f283dcbb3d90e473a4b184feb3c596243c0a7137
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 11:01:03 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 11:01:03 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f283dcbb
media-gfx/synnefo: Version bump 1.1.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-gfx/synnefo/{synnefo-9999.ebuild => synnefo-1.1.0.ebuild} | 1 +
media-gfx/synnefo/synnefo-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-1.1.0.ebuild
similarity index 95%
copy from media-gfx/synnefo/synnefo-9999.ebuild
copy to media-gfx/synnefo/synnefo-1.1.0.ebuild
index 72c3dfa..45b22f3 100644
--- a/media-gfx/synnefo/synnefo-9999.ebuild
+++ b/media-gfx/synnefo/synnefo-1.1.0.ebuild
@@ -11,6 +11,7 @@ if [[ ${PV} == "9999" ]]; then
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"
diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild
index 72c3dfa..45b22f3 100644
--- a/media-gfx/synnefo/synnefo-9999.ebuild
+++ b/media-gfx/synnefo/synnefo-9999.ebuild
@@ -11,6 +11,7 @@ if [[ ${PV} == "9999" ]]; then
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"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
@ 2017-01-04 18:30 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2017-01-04 18:30 UTC (permalink / raw
To: gentoo-commits
commit: 0c661e59f3ec2baae85a31d247d359c620dd5f15
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 18:18:46 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 18:18:46 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c661e59
media-gfx/synnefo: Remove 1.1.0
Moved to gentoo main tree.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-gfx/synnefo/synnefo-1.1.0.ebuild | 34 ----------------------------------
1 file changed, 34 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 db60363..0000000
--- a/media-gfx/synnefo/synnefo-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils
-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 )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
@ 2018-10-13 12:11 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2018-10-13 12:11 UTC (permalink / raw
To: gentoo-commits
commit: d745af8313076a5b0a7d3737c842e0270738aeaa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 12:02:59 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 12:02:59 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d745af83
media-gfx/synnefo: EAPI-7 bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
media-gfx/synnefo/synnefo-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild
index 26f3385bd2..5605351edc 100644
--- a/media-gfx/synnefo/synnefo-9999.ebuild
+++ b/media-gfx/synnefo/synnefo-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit cmake-utils
if [[ ${PV} == "9999" ]]; then
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/
@ 2021-05-16 7:54 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2021-05-16 7:54 UTC (permalink / raw
To: gentoo-commits
commit: 4d6a2c5bde7d180bf378fa1effb6c93b73ccab80
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 07:53:32 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 16 07:53:32 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d6a2c5b
media-gfx/synnefo: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/synnefo/metadata.xml | 11 -----------
media-gfx/synnefo/synnefo-9999.ebuild | 33 ---------------------------------
2 files changed, 44 deletions(-)
diff --git a/media-gfx/synnefo/metadata.xml b/media-gfx/synnefo/metadata.xml
deleted file mode 100644
index d85e5ec3d7..0000000000
--- a/media-gfx/synnefo/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>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">oyranos-cms/Synnefo</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-gfx/synnefo/synnefo-9999.ebuild b/media-gfx/synnefo/synnefo-9999.ebuild
deleted file mode 100644
index f62bdd4726..0000000000
--- a/media-gfx/synnefo/synnefo-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 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 )
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-05-16 7:54 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 18:30 [gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2021-05-16 7:54 Andreas Sturmlechner
2018-10-13 12:11 Andreas Sturmlechner
2016-12-23 11:02 Johannes Huber
2016-12-23 11:02 Johannes Huber
2016-12-23 11:02 Johannes Huber
2016-07-06 8:02 Johannes Huber
2016-03-22 21:10 Johannes Huber
2015-07-08 19:20 Johannes Huber
2015-05-23 16:26 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox