From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD42F139083 for ; Mon, 4 Dec 2017 16:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3783E0F25; Mon, 4 Dec 2017 16:32:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5611E0F25 for ; Mon, 4 Dec 2017 16:32:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D70633BF3C for ; Mon, 4 Dec 2017 16:32:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEAEBAE6F for ; Mon, 4 Dec 2017 16:32:09 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1512404708.a7a737683112e67f0add35f67433084fc2335d41.sobhan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/frogr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/frogr/Manifest media-gfx/frogr/frogr-1.3.ebuild media-gfx/frogr/metadata.xml X-VCS-Directories: media-gfx/frogr/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: a7a737683112e67f0add35f67433084fc2335d41 X-VCS-Branch: master Date: Mon, 4 Dec 2017 16:32:09 +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: 881dafac-2565-48d4-81fa-0165e24be24a X-Archives-Hash: 6e8a58b3136c326b75a454a2e830e617 commit: a7a737683112e67f0add35f67433084fc2335d41 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Fri Dec 1 16:18:17 2017 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Mon Dec 4 16:25:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a73768 media-gfx/frogr: New package Frogr is a small application for the GNOME desktop that allows users to manage their accounts in the Flickr image hosting website. It supports all the basic Flickr features, including uploading pictures, adding descriptions, setting tags and managing sets and groups pools. Closes: https://bugs.gentoo.org/472502 Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-gfx/frogr/Manifest | 1 + media-gfx/frogr/frogr-1.3.ebuild | 28 ++++++++++++++++++++++++++++ media-gfx/frogr/metadata.xml | 13 +++++++++++++ 3 files changed, 42 insertions(+) diff --git a/media-gfx/frogr/Manifest b/media-gfx/frogr/Manifest new file mode 100644 index 00000000000..c6bd342b371 --- /dev/null +++ b/media-gfx/frogr/Manifest @@ -0,0 +1 @@ +DIST frogr-1.3.tar.xz 2552456 BLAKE2B 562f88898fec153c50696dce59b5396b6f9e88bc68cbf264e7954c2d2f402cb44cb2e6bf3c1c786d50285532c66167678f0fde053c317a0d23b6f4b210e69fa1 SHA512 82ca3ff1e97e7ff45bce1915f629809cc9efa6d33735b0e41b17bb8f69a31a2b035dd53045a3e56e7769d379b534a2468e37a684505438cfea70cc141103d1cb diff --git a/media-gfx/frogr/frogr-1.3.ebuild b/media-gfx/frogr/frogr-1.3.ebuild new file mode 100644 index 00000000000..f91b7a6a051 --- /dev/null +++ b/media-gfx/frogr/frogr-1.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit gnome2 + +DESCRIPTION="flickr applications for GNOME" +HOMEPAGE="https://live.gnome.org/Frogr" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.44 + >=dev-libs/json-glib-0.12 + >=x11-libs/gtk+-3.10:3[introspection] + >=media-libs/libexif-0.6.14 + >=dev-libs/libxml2-2.6.8 + media-libs/gstreamer:1.0 + >=net-libs/libsoup-2.34:2.4 + >=dev-libs/libgcrypt-1.5:* +" +DEPEND="${RDEPEND} +" +#video and header bar are enabled by default diff --git a/media-gfx/frogr/metadata.xml b/media-gfx/frogr/metadata.xml new file mode 100644 index 00000000000..a75837990a7 --- /dev/null +++ b/media-gfx/frogr/metadata.xml @@ -0,0 +1,13 @@ + + + + + sobhan@gentoo.org + Sobhan Mohammadpour + + + Frogr is a small application for the GNOME desktop that allows users to + manage their accounts in the Flickr image hosting website. It supports all + the basic Flickr features. + +