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 3FC33138335 for ; Sun, 15 Sep 2019 11:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B490E08D0; Sun, 15 Sep 2019 11:43:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E91A7E08D0 for ; Sun, 15 Sep 2019 11:43:54 +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 6346934B1CF for ; Sun, 15 Sep 2019 11:43:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE6DC7EC for ; Sun, 15 Sep 2019 11:43:51 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1568547823.444a41d726962ee388bec9d10c4d90fcec8cbf94.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-directory-thumbnailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-directory-thumbnailer/Manifest gnome-extra/gnome-directory-thumbnailer/gnome-directory-thumbnailer-0.1.11.ebuild X-VCS-Directories: gnome-extra/gnome-directory-thumbnailer/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 444a41d726962ee388bec9d10c4d90fcec8cbf94 X-VCS-Branch: master Date: Sun, 15 Sep 2019 11:43:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34191b48-df27-4116-8d12-8978f59ddfc4 X-Archives-Hash: ee4f32ee9a4d2af6b8345d2d816ef645 commit: 444a41d726962ee388bec9d10c4d90fcec8cbf94 Author: Pacho Ramos gentoo org> AuthorDate: Sun Sep 15 11:28:27 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Sep 15 11:43:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444a41d7 gnome-extra/gnome-directory-thumbnailer: Bump to 0.1.11 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/gnome-directory-thumbnailer/Manifest | 1 + .../gnome-directory-thumbnailer-0.1.11.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/gnome-extra/gnome-directory-thumbnailer/Manifest b/gnome-extra/gnome-directory-thumbnailer/Manifest index a5c4272ce95..a0d5e139f66 100644 --- a/gnome-extra/gnome-directory-thumbnailer/Manifest +++ b/gnome-extra/gnome-directory-thumbnailer/Manifest @@ -1 +1,2 @@ DIST gnome-directory-thumbnailer-0.1.10.tar.xz 277524 BLAKE2B 3ecff07a7984b1edebf07d5e0199110bfb7e841a5da03d0d8aa55c0029c6e1fa6b6409bbb3294f02187d14ff55580159863f36cff5ce6157f23f1949a0e10661 SHA512 0e6a2874f633bfa32f0028f99c8535b3da0b44b3c89cf1e20a8dd23c8cf2e0e7bf7204af04587c4cf3a9614d9111814a8c6474bb43229178447cb3143672f0fc +DIST gnome-directory-thumbnailer-0.1.11.tar.xz 278788 BLAKE2B 3e46f3daba581fc6e0e247521a3542207da61e6c8b7912b913ac3637427b8dde802876c1fdda79956b29036dbf08d7247c8452ac2edd7e0f13d6f35e9390692b SHA512 e66ec9855a2de58887425da1ab4f611471cb3f09418d43c24d1b47f4c05180688e37c6670c3c96b53478d7ed3c6a036b669fb129766870bad7fbca90cb726ff8 diff --git a/gnome-extra/gnome-directory-thumbnailer/gnome-directory-thumbnailer-0.1.11.ebuild b/gnome-extra/gnome-directory-thumbnailer/gnome-directory-thumbnailer-0.1.11.ebuild new file mode 100644 index 00000000000..c1bb640db2d --- /dev/null +++ b/gnome-extra/gnome-directory-thumbnailer/gnome-directory-thumbnailer-0.1.11.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Thumbnail generator for directories" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer" + +LICENSE="LGPL-2.1+" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-libs/glib-2.35:2 + >=x11-libs/gdk-pixbuf-2.36.5:2 + >=gnome-base/gnome-desktop-2.2:3= + x11-libs/gtk+:3 +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + virtual/pkgconfig +"