public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xmw:master commit in: media-gfx/phototonic/
@ 2014-05-06 13:00 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2014-05-06 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c61e04522484b24b01733be8eac9fd20529c9ff3
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Thu Mar 13 18:54:25 2014 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 18:54:25 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=c61e0452

Initial import, minimal ebuild.

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: 62EEF090

---
 media-gfx/phototonic/ChangeLog              |  5 +++++
 media-gfx/phototonic/metadata.xml           |  8 ++++++++
 media-gfx/phototonic/phototonic-9999.ebuild | 19 +++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/media-gfx/phototonic/ChangeLog b/media-gfx/phototonic/ChangeLog
new file mode 100644
index 0000000..10f6e87
--- /dev/null
+++ b/media-gfx/phototonic/ChangeLog
@@ -0,0 +1,5 @@
+*phototonic-9999 (13 Mar 2014)
+
+  13 Mar 2014; Michael Weber <xmw@gentoo.org> +metadata.xml,
+  +phototonic-9999.ebuild:
+  Initial import, minimal ebuild.

diff --git a/media-gfx/phototonic/metadata.xml b/media-gfx/phototonic/metadata.xml
new file mode 100644
index 0000000..5b80fb9
--- /dev/null
+++ b/media-gfx/phototonic/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</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..8bc7f60
--- /dev/null
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt4-r2 git-2
+
+DESCRIPTION="Image Viewer and Organizer"
+HOMEPAGE="https://gitorious.org/phototonic"
+EGIT_REPO_URI="git://gitorious.org/phototonic/phototonic.git"
+
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="dev-qt/qtgui:4"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] dev/xmw:master commit in: media-gfx/phototonic/
@ 2014-12-02  8:45 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2014-12-02  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     92d06c59a791b34e02c037c31493efa11c49ce73
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Mon Dec  1 15:41:37 2014 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Dec  1 15:41:37 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=92d06c59

update ebuild to qt5

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

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
index 8bc7f60..c0fd55f 100644
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit qt4-r2 git-2
+inherit qmake-utils git-2
 
 DESCRIPTION="Image Viewer and Organizer"
 HOMEPAGE="https://gitorious.org/phototonic"
@@ -15,5 +15,17 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="dev-qt/qtgui:4"
+RDEPEND="dev-qt/qtwidgets:5
+	dev-qt/qtgui:5
+	dev-qt/qtcore:5
+	media-gfx/exiv2"
 DEPEND="${RDEPEND}"
+
+src_configure() {
+	local project_file=$(qmake-utils_find_pro_file)
+    eqmake5 "${project_file}"
+}
+
+src_install() {
+	emake install INSTALL_ROOT="${D}"
+}


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

* [gentoo-commits] dev/xmw:master commit in: media-gfx/phototonic/
@ 2015-03-10 10:03 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2015-03-10 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bc8ec9d77475aecad47c9ac71f1f92227cff5953
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Tue Mar 10 10:00:01 2015 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 10:00:01 2015 +0000
URL:        https://gitweb.gentoo.org/dev/xmw.git/commit/?id=bc8ec9d7

Add snapshot version

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 62EEF090

 media-gfx/phototonic/ChangeLog                                |  6 ++++++
 media-gfx/phototonic/Manifest                                 | 11 +++++++++++
 ...totonic-9999.ebuild => phototonic-1.5.54_p20150208.ebuild} | 10 +++++-----
 media-gfx/phototonic/phototonic-9999.ebuild                   |  4 ++--
 4 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/media-gfx/phototonic/ChangeLog b/media-gfx/phototonic/ChangeLog
index 10f6e87..4645d19 100644
--- a/media-gfx/phototonic/ChangeLog
+++ b/media-gfx/phototonic/ChangeLog
@@ -1,3 +1,9 @@
+*phototonic-1.5.54_p20150208 (10 Mar 2015)
+
+  10 Mar 2015; Michael Weber <xmw@gentoo.org>
+  +phototonic-1.5.54_p20150208.ebuild, phototonic-9999.ebuild:
+  Add snapshot version
+
 *phototonic-9999 (13 Mar 2014)
 
   13 Mar 2014; Michael Weber <xmw@gentoo.org> +metadata.xml,

diff --git a/media-gfx/phototonic/Manifest b/media-gfx/phototonic/Manifest
new file mode 100644
index 0000000..97ca739
--- /dev/null
+++ b/media-gfx/phototonic/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST phototonic-1.5.54_p20150208.tar.gz 224836 SHA256 63c29b2d6b5da4a682d91c7e4c9f4207ae80337669223f7b2b22a378cfbd35f3 SHA512 a9c3b14a7e6a8788b8f36b38b6d3250be9247d65f2e3f771178fed81b559785cddeee7edd5c41e1839163116d79e40975f911c61ba1a45b2fdc575e0c4270442 WHIRLPOOL dd11493bc7a56441d9262adcc29b4dba94bb5b4e442105ba7761d267e82f84817a8895b176d0227d90bb4bdaa9a6815297f5dd45836c4dfa4a84b1edeb9e08ec
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iF4EAREIAAYFAlT+wKAACgkQknrdDGLu8JAt3wD+KPoj9XQhHIADw7RKo5n0HFGu
+cJXX3e21i4SgWouKnB4A/1W1ehHJEqXWb3NkyhkJhfdy3fO8lmlDm5rzFS1GxXTb
+=2MqF
+-----END PGP SIGNATURE-----

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-1.5.54_p20150208.ebuild
similarity index 64%
copy from media-gfx/phototonic/phototonic-9999.ebuild
copy to media-gfx/phototonic/phototonic-1.5.54_p20150208.ebuild
index c0fd55f..3f368eb 100644
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ b/media-gfx/phototonic/phototonic-1.5.54_p20150208.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 
-inherit qmake-utils git-2
+inherit qmake-utils vcs-snapshot
 
 DESCRIPTION="Image Viewer and Organizer"
 HOMEPAGE="https://gitorious.org/phototonic"
-EGIT_REPO_URI="git://gitorious.org/phototonic/phototonic.git"
+SRC_URI="https://gitorious.org/phototonic/phototonic/archive/06e2f123ac1f8f368dcb4db641c05d92f69f966b.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-1"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND="dev-qt/qtwidgets:5
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
 	local project_file=$(qmake-utils_find_pro_file)
-    eqmake5 "${project_file}"
+	eqmake5 "${project_file}"
 }
 
 src_install() {

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
index c0fd55f..37d6601 100644
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
 	local project_file=$(qmake-utils_find_pro_file)
-    eqmake5 "${project_file}"
+	eqmake5 "${project_file}"
 }
 
 src_install() {


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

end of thread, other threads:[~2015-03-10 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 10:03 [gentoo-commits] dev/xmw:master commit in: media-gfx/phototonic/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2014-12-02  8:45 Michael Weber
2014-05-06 13:00 Michael Weber

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