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 202E7138331 for ; Fri, 25 May 2018 04:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55C60E0931; Fri, 25 May 2018 04:40:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 23D73E0931 for ; Fri, 25 May 2018 04:40:35 +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 C854D335CBB for ; Fri, 25 May 2018 04:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E6892B3 for ; Fri, 25 May 2018 04:40:20 +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: <1527222877.9a336b1dbd67f164b739795620c88106937546ea.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xvidtune/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xvidtune/Manifest x11-apps/xvidtune/xvidtune-1.0.2-r1.ebuild X-VCS-Directories: x11-apps/xvidtune/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9a336b1dbd67f164b739795620c88106937546ea X-VCS-Branch: master Date: Fri, 25 May 2018 04:40:20 +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: 7008b4ca-133d-424d-bfda-34fd34423302 X-Archives-Hash: 2b30415bed18eb91b4784503da418e8f commit: 9a336b1dbd67f164b739795620c88106937546ea Author: Matt Turner gentoo org> AuthorDate: Fri May 25 04:34:37 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 25 04:34:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a336b1d x11-apps/xvidtune: Drop old versions x11-apps/xvidtune/Manifest | 1 - x11-apps/xvidtune/xvidtune-1.0.2-r1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/x11-apps/xvidtune/Manifest b/x11-apps/xvidtune/Manifest index c712bc5c10a..6be5e63f922 100644 --- a/x11-apps/xvidtune/Manifest +++ b/x11-apps/xvidtune/Manifest @@ -1,2 +1 @@ -DIST xvidtune-1.0.2.tar.bz2 113117 BLAKE2B ca6c59d1554370bbee31b508fe291049592467d5228e3e5355f8e6b45193c9a683df35c75ad4c66e399bd5a5a9fcb9c044603d27a5b1d1d4fafad58fbe3b837e SHA512 4afbd4739e9fd1f94f7c5694a0bf4f7c90deba8e0b34ae446b49058293ccc90f27d0b3da2a134e1724f87183b8bbef73035eaf8c82fc11094e85b6e84c773276 DIST xvidtune-1.0.3.tar.bz2 128492 BLAKE2B 87271fa736f1c377f48f36fbb63a28ad0e6327ca612b681328aec44cafa839f5e1c04b239907e25f547b5a69e7dbd92bccd3500ed20760efcf18fb570078241b SHA512 0f8a4fca1b544ef8f9623246fb0ece75739a0889f2e729c040cd768c595f0bbbfa3a665576369032535c34c7d55784a29b62f0d51432bf2b75d2cec619db7352 diff --git a/x11-apps/xvidtune/xvidtune-1.0.2-r1.ebuild b/x11-apps/xvidtune/xvidtune-1.0.2-r1.ebuild deleted file mode 100644 index 2da520d4712..00000000000 --- a/x11-apps/xvidtune/xvidtune-1.0.2-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="video mode tuner for Xorg" - -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -RDEPEND="x11-libs/libXaw - x11-libs/libXmu - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXxf86vm" -DEPEND="${RDEPEND} - x11-base/xorg-proto"