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 66D5C139086 for ; Wed, 4 Jan 2017 21:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B02CBE0D7C; Wed, 4 Jan 2017 21:56:09 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81524E0D7C for ; Wed, 4 Jan 2017 21:56:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA73534121E for ; Wed, 4 Jan 2017 21:56:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEB0E261C for ; Wed, 4 Jan 2017 21:56:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1483566955.f2b70ff2802c20941c52cdfb614f6f4f707c8aa7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/maim/Manifest media-gfx/maim/maim-3.4.47.ebuild media-gfx/maim/metadata.xml X-VCS-Directories: media-gfx/maim/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f2b70ff2802c20941c52cdfb614f6f4f707c8aa7 X-VCS-Branch: master Date: Wed, 4 Jan 2017 21:56:06 +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: 832f1d0e-b8c9-4025-a50c-3b950b6c0166 X-Archives-Hash: 3198a013a13d3c0d6bddab6c33dfcf9b commit: f2b70ff2802c20941c52cdfb614f6f4f707c8aa7 Author: Ingolf Wagner ingolf-wagner de> AuthorDate: Wed Dec 21 20:39:28 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Jan 4 21:55:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b70ff2 media-gfx/maim: add new package Closes: https://github.com/gentoo/gentoo/pull/2796 media-gfx/maim/Manifest | 1 + media-gfx/maim/maim-3.4.47.ebuild | 26 ++++++++++++++++++++++++++ media-gfx/maim/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest new file mode 100644 index 00000000..8407e0f --- /dev/null +++ b/media-gfx/maim/Manifest @@ -0,0 +1 @@ +DIST maim-3.4.47.tar.gz 46799 SHA256 fb12524cc05f7f4ff46fe40b951334c6dbc274e50b6d0ea08185f555ca3cd74d SHA512 4b21f8ad8f9f2f19693d5c489f5e815133e1b8308653c52934cdb8a3d8ae38732733a5ffb5527b44db49f59c3818a9bc83840ced5db71807a68277d0dcc03392 WHIRLPOOL de21bb02c2923fd158cc691df09ff9a55121206f2f491a6b4bcf080b7b56032822f7ac4bad98028294f5f6e6e103fb393db3933dc3a7efcd383db6602d2d17d9 diff --git a/media-gfx/maim/maim-3.4.47.ebuild b/media-gfx/maim/maim-3.4.47.ebuild new file mode 100644 index 00000000..0aedb82 --- /dev/null +++ b/media-gfx/maim/maim-3.4.47.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Commandline tool to take screenshots of the desktop" +HOMEPAGE="https://github.com/naelstrof/maim" +SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + media-libs/imlib2[X] + x11-libs/libX11 + x11-libs/libXrandr + x11-libs/libXfixes + dev-util/gengetopt" +RDEPEND=" + ${DEPEND} + x11-misc/slop" diff --git a/media-gfx/maim/metadata.xml b/media-gfx/maim/metadata.xml new file mode 100644 index 00000000..dff2751 --- /dev/null +++ b/media-gfx/maim/metadata.xml @@ -0,0 +1,18 @@ + + + + + gentoo@ingolf-wagner.de + Primary maintainer + + + proxy-maint@gentoo.org + Proxy Maintainers + + + maim (Make Image) is a utility that takes screenshots of your desktop using imlib2. + + + naelstrof/maim + +