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 8B27E138350 for ; Thu, 23 Jan 2020 19:18:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9320CE0ABB; Thu, 23 Jan 2020 19:18:32 +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 58282E0ABD for ; Thu, 23 Jan 2020 19:18:32 +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 E7AC634E424 for ; Thu, 23 Jan 2020 19:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93416ED for ; Thu, 23 Jan 2020 19:18:29 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1579807079.c8a5fd63ed947def93637792b6138ed4a7f78afb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/peek/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/peek/Manifest media-video/peek/peek-1.3.1-r2.ebuild media-video/peek/peek-1.4.0.ebuild X-VCS-Directories: media-video/peek/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c8a5fd63ed947def93637792b6138ed4a7f78afb X-VCS-Branch: master Date: Thu, 23 Jan 2020 19:18:29 +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: e61372ee-f497-4778-a418-96a702c95cae X-Archives-Hash: 5b79cc62545c77a11d802605a24e702b commit: c8a5fd63ed947def93637792b6138ed4a7f78afb Author: Matt Turner gentoo org> AuthorDate: Thu Jan 23 18:55:15 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 23 19:17:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a5fd63 media-video/peek: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-video/peek/Manifest | 1 - media-video/peek/peek-1.3.1-r2.ebuild | 52 ----------------------------------- media-video/peek/peek-1.4.0.ebuild | 44 ----------------------------- 3 files changed, 97 deletions(-) diff --git a/media-video/peek/Manifest b/media-video/peek/Manifest index 497e7b575de..b9947a3df0c 100644 --- a/media-video/peek/Manifest +++ b/media-video/peek/Manifest @@ -1,2 +1 @@ -DIST peek-1.3.1.tar.gz 2654939 BLAKE2B f5d2b6c9ca1194891ff6a61c73bcfc63a6e0bbf8a282c4309bbedbd40e29e42ad78d9c37c8a3621ceb6cb2ad85bbf2364702f1db028f6282dd4f93e15d22b34c SHA512 cdf4190c555b0a40051862038c04dc7c164bf8bccf47202d0fcb74f527a8a7d5605bc2e112847e262e51a5a95c3d2b3497e4ec56834880564e8e4127869ad9df DIST peek-1.4.0.tar.gz 2647446 BLAKE2B 688acb01e127c31fd9d8c6713757bf01e6b4ed1211a32787f5729b6a26308599a61c4ab057a2a008d3cc388f9492a41e70c34c92e90ded0058bbb325e9f828c8 SHA512 ef1723f72d1c575493b2e9192cee6038807d37d875a797781169e5f4640635deda947362dcf2e1a9149fcfe88de532b8ea05c665b14b1befaa9aa8c982d9aa31 diff --git a/media-video/peek/peek-1.3.1-r2.ebuild b/media-video/peek/peek-1.3.1-r2.ebuild deleted file mode 100644 index 75a4200a785..00000000000 --- a/media-video/peek/peek-1.3.1-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -VALA_MIN_API_VERSION="0.22" - -inherit gnome2 vala cmake-utils - -DESCRIPTION="Simple animated Gif screen recorder" -HOMEPAGE="https://github.com/phw/peek" -SRC_URI="https://github.com/phw/peek/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="keybinder test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-libs/glib-2.38:2 - media-video/ffmpeg[X,encode,vpx,xcb] - virtual/imagemagick-tools - >=x11-libs/gtk+-3.14:3 - keybinder? ( dev-libs/keybinder:3 )" -DEPEND="${RDEPEND} - $(vala_depend) - app-text/txt2man - >=sys-devel/gettext-0.19" - -src_prepare() { - cmake-utils_src_prepare - gnome2_src_prepare - vala_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DGSETTINGS_COMPILE=OFF - -DKEYBINDER_FOUND=$(usex keybinder 1 0) - -DVALA_EXECUTABLE="${VALAC}" - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - # Compile helper programs for tests - if use test; then - cmake-utils_src_make -C tests - fi -} diff --git a/media-video/peek/peek-1.4.0.ebuild b/media-video/peek/peek-1.4.0.ebuild deleted file mode 100644 index 569a57259a2..00000000000 --- a/media-video/peek/peek-1.4.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -VALA_MIN_API_VERSION="0.22" - -inherit gnome2 meson vala - -DESCRIPTION="Simple animated Gif screen recorder" -HOMEPAGE="https://github.com/phw/peek" -SRC_URI="https://github.com/phw/peek/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="keybinder test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-libs/glib-2.38:2 - media-video/ffmpeg[X,encode,vpx,xcb] - virtual/imagemagick-tools - >=x11-libs/gtk+-3.20:3 - keybinder? ( dev-libs/keybinder:3 )" -DEPEND="${RDEPEND} - $(vala_depend) - app-text/txt2man - >=sys-devel/gettext-0.19 - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${P}-meson.patch ) - -src_prepare() { - vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - local emesonargs=( - $(meson_feature keybinder enable-keybinder) - $(meson_use test build-tests) - ) - - meson_src_configure -}