From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 081511393E9 for ; Tue, 6 May 2014 13:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C094E0AE7; Tue, 6 May 2014 13:00:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BA33E0815 for ; Tue, 6 May 2014 13:00:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3599633FECC for ; Tue, 6 May 2014 13:00:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id F170E1818D for ; Tue, 6 May 2014 13:00:53 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1394736865.c61e04522484b24b01733be8eac9fd20529c9ff3.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: media-gfx/phototonic/ X-VCS-Repository: dev/xmw X-VCS-Files: media-gfx/phototonic/ChangeLog media-gfx/phototonic/metadata.xml media-gfx/phototonic/phototonic-9999.ebuild X-VCS-Directories: media-gfx/phototonic/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: c61e04522484b24b01733be8eac9fd20529c9ff3 X-VCS-Branch: master Date: Tue, 6 May 2014 13:00:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 500f7669-ac7c-491c-ac95-1d15f203f2ae X-Archives-Hash: 65896a9701662153f837f71eba55f9a1 commit: c61e04522484b24b01733be8eac9fd20529c9ff3 Author: Michael Weber xmw de> AuthorDate: Thu Mar 13 18:54:25 2014 +0000 Commit: Michael Weber gentoo 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 +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 @@ + + + + +xmw@gentoo.org +Michael Weber + + 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}"