public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: media-gfx/phototonic/
Date: Tue, 10 Mar 2015 10:03:04 +0000 (UTC)	[thread overview]
Message-ID: <1425981601.bc8ec9d77475aecad47c9ac71f1f92227cff5953.xmw@gentoo> (raw)

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() {


             reply	other threads:[~2015-03-10 10:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-10 10:03 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-12-02  8:45 [gentoo-commits] dev/xmw:master commit in: media-gfx/phototonic/ Michael Weber
2014-05-06 13:00 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1425981601.bc8ec9d77475aecad47c9ac71f1f92227cff5953.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox