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 B8DDD1382C5 for ; Tue, 24 Apr 2018 09:22:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02832E091B; Tue, 24 Apr 2018 09:22:01 +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 D522AE091B for ; Tue, 24 Apr 2018 09:22:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0E063335C7A for ; Tue, 24 Apr 2018 09:22:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A944E29B for ; Tue, 24 Apr 2018 09:21:58 +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: <1524561689.030897a2c2bb07d277c9d0399d920308c84c70bc.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-5.4.63.ebuild X-VCS-Directories: media-gfx/maim/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 030897a2c2bb07d277c9d0399d920308c84c70bc X-VCS-Branch: master Date: Tue, 24 Apr 2018 09:21:58 +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: 80ef11bd-568b-4512-acc5-85e5cab365a8 X-Archives-Hash: c3fcaa411c6701d3889703930791a13b commit: 030897a2c2bb07d277c9d0399d920308c84c70bc Author: David Seifert gentoo org> AuthorDate: Mon Apr 23 08:35:08 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Apr 24 09:21:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030897a2 media-gfx/maim: Remove old Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-gfx/maim/Manifest | 1 - media-gfx/maim/maim-5.4.63.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest index becc4b11ad8..1dc6212f6df 100644 --- a/media-gfx/maim/Manifest +++ b/media-gfx/maim/Manifest @@ -1,2 +1 @@ -DIST maim-5.4.63.tar.gz 39666 BLAKE2B 0c472480f231b84c7f772347d6eeca8620947e5494f176dd4513ee41a5de29e9b90eafbec1bb7064e745e24c9b1043a7ccd9627cbab5561f30f6e8a859273e21 SHA512 d84cfe051109c9c4b79f2a006f2d73a0fa9cd40151c9d6996740326766886f8b070bc49029d0d3810fd8743cc63d76c051fc249e53b4e9ff37faf8708c149dfd DIST maim-5.5.tar.gz 39571 BLAKE2B 82235f4c90c32e26a4a6e3ef7cf544ae8958204383af1160bf3c8bfca9df19d0d92a4aec8acd2232afc8ae72eb6850c0cd09e2554e3affbf625b19b0beee1c50 SHA512 e98c5dfbc41c8948e9acb219e78adbc69d61caaa100bc69cc70c446dc895fb4d93d6d42cbd2da8096af9e6769f13e9af13bd4b66249eca6dd8a0eadfb11622ac diff --git a/media-gfx/maim/maim-5.4.63.ebuild b/media-gfx/maim/maim-5.4.63.ebuild deleted file mode 100644 index 3f7ece5696d..00000000000 --- a/media-gfx/maim/maim-5.4.63.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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="" - -RDEPEND=" - media-libs/libjpeg-turbo - media-libs/libpng:0= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrandr -" - -DEPEND="${RDEPEND} - x11-libs/libXcomposite - virtual/opengl - x11-misc/slop -"