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 B4F5A1382C5 for ; Mon, 15 Mar 2021 22:02:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19A8EE08F3; 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 F3C50E08F3 for ; Mon, 15 Mar 2021 22:02:26 +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 269ED340F5F 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 649705C4 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: <1615845710.4c3b7dd44aa1530b2ebfd5315ec092ce9d2ee44a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/trayer/Manifest x11-misc/trayer/trayer-1.0-r3.ebuild X-VCS-Directories: x11-misc/trayer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c3b7dd44aa1530b2ebfd5315ec092ce9d2ee44a 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: 9c68aa1d-6147-4bf0-9660-8f759814b508 X-Archives-Hash: f056aa275e15e9ee735db6253cddf657 commit: 4c3b7dd44aa1530b2ebfd5315ec092ce9d2ee44a Author: Sam James gentoo org> AuthorDate: Mon Mar 15 22:01:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 15 22:01:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3b7dd4 x11-misc/trayer: drop 1.0-r3 Bug: https://bugs.gentoo.org/776409 Signed-off-by: Sam James gentoo.org> x11-misc/trayer/Manifest | 1 - x11-misc/trayer/trayer-1.0-r3.ebuild | 43 ------------------------------------ 2 files changed, 44 deletions(-) diff --git a/x11-misc/trayer/Manifest b/x11-misc/trayer/Manifest index a2fa373bc41..ee5cb7c5e9a 100644 --- a/x11-misc/trayer/Manifest +++ b/x11-misc/trayer/Manifest @@ -1,2 +1 @@ DIST trayer-1.0-sourceforge.tar.gz 29713 BLAKE2B 6a874781979c512e4fea06b0dcef30be73821e502553ebdad38ab2e152d070f6633dd6f8059d5532a51648ea10cbdfd752a65da11d2a992687a6f3ee4d289d01 SHA512 9903a78a1c185515e87552732449937daa23187d54a3ccbf19bc9fc569d6a440600c879fe78edbea3eff6b66a1f3fc5054d474dfeaca53af3521a6f18b454049 -DIST trayer-1.0.tar.gz 30445 BLAKE2B f95df1496392064b803e712e57a4ec76ed6e9a62dadb254eb044954e38620590cd486dc37d46d56598a7f2db5f27051db47e78df2d788092ccf3cdb7707978e0 SHA512 c46093ee18908b7cf8e52d2f10adeb0eefc90562b87862a5459cc4563e53528107ee1dba47b1cb88e378bdac40d64a1d8cb9ecbf014aef997c44f242b49534f7 diff --git a/x11-misc/trayer/trayer-1.0-r3.ebuild b/x11-misc/trayer/trayer-1.0-r3.ebuild deleted file mode 100644 index f130f5ec280..00000000000 --- a/x11-misc/trayer/trayer-1.0-r3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="Lightweight GTK+ based systray for UNIX desktop" -HOMEPAGE="http://home.gna.org/fvwm-crystal/" -SRC_URI="http://download.gna.org/fvwm-crystal/trayer/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/libX11 -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${P}-dont-include-gdk-pixbuf-xlib.patch - "${FILESDIR}"/${P}-dont-include-libXmu.patch - "${FILESDIR}"/${P}-as-needed-and-pre-stripped.patch -) - -src_compile() { - tc-export PKG_CONFIG - - emake -j1 CC=$(tc-getCC) CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" -} - -src_install() { - dobin trayer - doman trayer.1 - einstalldocs -}