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 1FBE613835B for ; Wed, 24 Jun 2020 20:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA5E4E09BC; Wed, 24 Jun 2020 20:13:15 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C17DCE09BC for ; Wed, 24 Jun 2020 20:13:15 +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 D9ABC34F152 for ; Wed, 24 Jun 2020 20:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C98AD2BA for ; Wed, 24 Jun 2020 20:13:11 +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: <1593029576.3e677388739ec53df33764ed099a6e937edc381c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/transset/Manifest x11-apps/transset/transset-1.0.1.ebuild X-VCS-Directories: x11-apps/transset/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3e677388739ec53df33764ed099a6e937edc381c X-VCS-Branch: master Date: Wed, 24 Jun 2020 20:13:11 +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: febda669-a4d3-4e45-b29c-7c0dcab91fa5 X-Archives-Hash: 9d98ba3e56e23894bb179bd567233d1c commit: 3e677388739ec53df33764ed099a6e937edc381c Author: Matt Turner gentoo org> AuthorDate: Wed Jun 24 20:02:48 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jun 24 20:12:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e677388 x11-apps/transset: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/transset/Manifest | 1 - x11-apps/transset/transset-1.0.1.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest index 99a53ad3d6b..a92be8f53f3 100644 --- a/x11-apps/transset/Manifest +++ b/x11-apps/transset/Manifest @@ -1,2 +1 @@ -DIST transset-1.0.1.tar.bz2 121199 BLAKE2B 1ef56061150993bf870075c5dadf0589dc795750ce9b898a5a39a062fd14693003a4b0ab258140e87a208fb1f560742dc6217bfebaeffce98cc73d677fe015e9 SHA512 709a693cedc877f981179376105ac071ea5cf553c4388ecc7b974547050104fbc2cc64292f86f047b70acf7d85e7dca1ed7cd004b73652f4854275c8a514fd1d DIST transset-1.0.2.tar.bz2 127774 BLAKE2B fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0 SHA512 f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874 diff --git a/x11-apps/transset/transset-1.0.1.ebuild b/x11-apps/transset/transset-1.0.1.ebuild deleted file mode 100644 index e94154a3ff1..00000000000 --- a/x11-apps/transset/transset-1.0.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="An utility for setting opacity property" - -LICENSE="SGI-B-2.0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto"