public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/
@ 2015-03-15  9:45 Ben de Groot
  0 siblings, 0 replies; 7+ messages in thread
From: Ben de Groot @ 2015-03-15  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f334475db7a7b38bc6064fb8f027607315857ce3
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 09:45:38 2015 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 09:45:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=f334475d

media-gfx/phototonic: add live ebuild

 media-gfx/phototonic/metadata.xml           |  9 +++++++
 media-gfx/phototonic/phototonic-9999.ebuild | 37 +++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/media-gfx/phototonic/metadata.xml b/media-gfx/phototonic/metadata.xml
new file mode 100644
index 0000000..fb3e6ca
--- /dev/null
+++ b/media-gfx/phototonic/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>qt</herd>
+  <maintainer>
+    <email>yngwin@gentoo.org</email>
+    <name>Ben de Groot</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
new file mode 100644
index 0000000..5853e64
--- /dev/null
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.54.ebuild,v 1.1 2015/03/15 09:42:43 yngwin Exp $
+
+EAPI=5
+inherit qmake-utils
+
+DESCRIPTION="Image viewer and organizer"
+HOMEPAGE="http://oferkv.github.io/phototonic/"
+if [[ ${PV} = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"
+	KEYWORDS=""
+else
+	SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="svg tiff"
+
+RDEPEND="dev-qt/qtwidgets:5
+	dev-qt/qtgui:5
+	dev-qt/qtcore: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}"
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/
@ 2016-10-28 16:12 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-10-28 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ee6ecaab5d3b1cbf687c565cf1bdd09f0f7f1cf5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 15:44:35 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 16:12:44 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ee6ecaab

media-gfx/phototonic: EAPI 6

Package-Manager: portage-2.3.2

 media-gfx/phototonic/phototonic-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
index 7fcce1f..31ab86d 100644
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit qmake-utils
 
 DESCRIPTION="Image viewer and organizer"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/
@ 2017-06-18  8:57 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2017-06-18  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2263010c3d841ba137789116d9d954933e8c32c7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 08:57:47 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 08:57:49 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=2263010c

media-gfx/phototonic: update HOMEPAGE

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/phototonic/phototonic-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
index b3470273..0abb355f 100644
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qmake-utils
 
 DESCRIPTION="Image viewer and organizer"
-HOMEPAGE="http://oferkv.github.io/phototonic/"
+HOMEPAGE="https://github.com/oferkv/phototonic"
 if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/
@ 2017-08-27  5:50 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2017-08-27  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     05a114b049ddbf877e2058d2100155b9ae9cb5ff
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 05:46:26 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 05:49:57 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=05a114b0

media-gfx/phototonic: use HTTPS

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-gfx/phototonic/phototonic-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
index 0abb355f..a7310063 100644
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"
 	KEYWORDS=""
 else
-	SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
+	SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/
@ 2018-03-06 10:08 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2018-03-06 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     bea9ff441e0eb3b4ab97ac06dd785dbcd1ce6c35
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  6 10:08:19 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar  6 10:08:24 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=bea9ff44

media-gfx/phototonic: sync with main tree

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/phototonic/phototonic-9999.ebuild | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
index a7310063..46087619 100644
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -1,30 +1,32 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit qmake-utils
+
+inherit gnome2-utils qmake-utils xdg-utils
 
 DESCRIPTION="Image viewer and organizer"
 HOMEPAGE="https://github.com/oferkv/phototonic"
-if [[ ${PV} = 9999 ]]; then
+if [[ ${PV} = *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"
-	KEYWORDS=""
 else
-	SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
+	SRC_URI="https://github.com/oferkv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 fi
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 IUSE="svg tiff"
 
-RDEPEND="dev-qt/qtwidgets:5
+RDEPEND="
+	dev-qt/qtwidgets:5
 	dev-qt/qtgui:5
 	dev-qt/qtcore:5
 	media-gfx/exiv2:=
 	svg? ( dev-qt/qtsvg:5 )
-	tiff? ( dev-qt/qtimageformats:5 )"
+	tiff? ( dev-qt/qtimageformats:5 )
+"
 DEPEND="${RDEPEND}"
 
 src_configure() {
@@ -34,3 +36,13 @@ src_configure() {
 src_install() {
 	emake install INSTALL_ROOT="${D}"
 }
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/
@ 2019-06-20 21:35 Andreas Sturmlechner
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-06-20 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0a381969a20d9d3b684825a3e589e24ca0e201a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 21:32:28 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 21:32:28 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0a381969

media-gfx/phototonic: EAPI-7 bump, gnome-2-utils -> xdg-utils

Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/phototonic/phototonic-9999.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
index 46087619..bb861a81 100644
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit gnome2-utils qmake-utils xdg-utils
+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"
@@ -20,9 +21,9 @@ SLOT="0"
 IUSE="svg tiff"
 
 RDEPEND="
-	dev-qt/qtwidgets:5
-	dev-qt/qtgui:5
 	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 )
@@ -38,11 +39,11 @@ src_install() {
 }
 
 pkg_postinst() {
-	gnome2_icon_cache_update
+	xdg_icon_cache_update
 	xdg_desktop_database_update
 }
 
 pkg_postrm() {
-	gnome2_icon_cache_update
+	xdg_icon_cache_update
 	xdg_desktop_database_update
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/
@ 2024-05-04 17:25 Ionen Wolkens
  0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2024-05-04 17:25 UTC (permalink / raw
  To: gentoo-commits

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>qt@gentoo.org</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
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-04 17:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-15  9:45 [gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2016-10-28 16:12 Michael Palimaka
2017-06-18  8:57 Michael Palimaka
2017-08-27  5:50 Michael Palimaka
2018-03-06 10:08 Michael Palimaka
2019-06-20 21:35 Andreas Sturmlechner
2024-05-04 17:25 Ionen Wolkens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox