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 64BA61382C5 for ; Mon, 15 Mar 2021 22:02:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB273E08FE; Mon, 15 Mar 2021 22:02:27 +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 A433AE08FE for ; Mon, 15 Mar 2021 22:02:27 +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 B0E58335D63 for ; Mon, 15 Mar 2021 22:02:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 781635C5 for ; Mon, 15 Mar 2021 22:02:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615845721.0981e0c364da9d0b236b9b8b5dfd288e55e1da67.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/trayer-srg/Manifest x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild X-VCS-Directories: x11-misc/trayer-srg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0981e0c364da9d0b236b9b8b5dfd288e55e1da67 X-VCS-Branch: master Date: Mon, 15 Mar 2021 22:02:23 +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: dd64bd9a-e0ca-4f48-a3c7-4941ae7c42b2 X-Archives-Hash: 4ff5f7b13068fb1e1caed9758cfbcfaa commit: 0981e0c364da9d0b236b9b8b5dfd288e55e1da67 Author: Sam James gentoo org> AuthorDate: Mon Mar 15 22:02:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 15 22:02:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0981e0c3 x11-misc/trayer-srg: drop 1.1.7 Bug: https://bugs.gentoo.org/776409 Signed-off-by: Sam James gentoo.org> x11-misc/trayer-srg/Manifest | 1 - x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild | 40 ----------------------------- 2 files changed, 41 deletions(-) diff --git a/x11-misc/trayer-srg/Manifest b/x11-misc/trayer-srg/Manifest index 6ca5f2c5106..7f8792aa53f 100644 --- a/x11-misc/trayer-srg/Manifest +++ b/x11-misc/trayer-srg/Manifest @@ -1,2 +1 @@ -DIST trayer-srg-1.1.7.tar.gz 27987 BLAKE2B aaaa1609bebe91c7b2d3934d68075fa16f393896b7f9300dd6aecd7aa8666a7f3474711fbbc9dae5f72ed5ba8b63d0275f590a5a82ea4547b640a75a81012fc5 SHA512 5bb049af01c3f3f62dc8a5c1932985b92c98e4e2083aebd1dc09256746e097239be54ebc739801773878882a5c8f168a4a13bdac292388f79079ad52c41b2cad DIST trayer-srg-1.1.8.tar.gz 28025 BLAKE2B 3eca8faf7237e1941a611a85a4460310dda1a8d89cb96ae2ac7d77c47a7f8b4fa4bb1a2bcc549fef285ca14a74dce23d9af1b349bb5b0ff9d3bf4abe1ed06351 SHA512 5ae92fdcee64ad1ca59846874dcd4bd4859adeeb80a86f1ed97d62e6306f8ec62d1ee26dba251257242dc25d158a6a550e69f2fcc8739242a2311e37fe1ce310 diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild deleted file mode 100644 index 45e6091acf6..00000000000 --- a/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase" -HOMEPAGE="https://github.com/sargon/trayer-srg" -SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/libX11 -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -S="${WORKDIR}"/${PN}-trayer-${PV} - -src_configure() { - # Custom configure script - ./configure --prefix="${EPREFIX}" || die -} - -src_compile() { - emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)" -} - -src_install() { - dobin ${PN} - einstalldocs -}