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 34A95139694 for ; Sun, 26 Mar 2017 17:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7813321C190; Sun, 26 Mar 2017 17:03:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56DEF21C190 for ; Sun, 26 Mar 2017 17:03:39 +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 4A18E341664 for ; Sun, 26 Mar 2017 17:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E513873C4 for ; Sun, 26 Mar 2017 17:03:36 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1490547806.2723f1c21ea4905ccfdbe8dbd7a1d5336248e4b8.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/stalonetray/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/stalonetray/Manifest x11-misc/stalonetray/stalonetray-0.8.1.ebuild X-VCS-Directories: x11-misc/stalonetray/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 2723f1c21ea4905ccfdbe8dbd7a1d5336248e4b8 X-VCS-Branch: master Date: Sun, 26 Mar 2017 17:03:36 +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: b50092e3-2a95-48b2-9a6e-dcfa9ad805e3 X-Archives-Hash: ea0d7ace2a696bcb928b98ce002fae59 commit: 2723f1c21ea4905ccfdbe8dbd7a1d5336248e4b8 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Mar 26 17:03:26 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Mar 26 17:03:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2723f1c2 x11-misc/stalonetray: remove unused version 0.8.1. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-misc/stalonetray/Manifest | 1 - x11-misc/stalonetray/stalonetray-0.8.1.ebuild | 33 --------------------------- 2 files changed, 34 deletions(-) diff --git a/x11-misc/stalonetray/Manifest b/x11-misc/stalonetray/Manifest index 46bd3c587da..fb1d5c5a0e6 100644 --- a/x11-misc/stalonetray/Manifest +++ b/x11-misc/stalonetray/Manifest @@ -1,2 +1 @@ -DIST stalonetray-0.8.1.tar.bz2 150814 SHA256 94a2f80ae211a552c2d379b5b41e2618f3e906b33bee207fec8793b1a9bde8f2 SHA512 e8b15f3f1e4a9073ba92ca628e79e9add26965ad0686a30c63cf14eb03de1d234550dfbd50a22f05771bded8f7c64da093cda5b44c38e91f2a837c50c901144b WHIRLPOOL 4f2c608d82783218e1a68f03e7ef229e130e2feb984c16cb367383d4556c1f3dfe5820b5ad996e1f17db21e0c09a50239e6f1cd1e42b01e943d990f3d553820e DIST stalonetray-0.8.3.tar.bz2 155276 SHA256 36548a588b2d466913423245dda6ffb6313132cd0cec635a117d37b3dab5fd4c SHA512 b1c50d844b6497b586c1ad56b721675690ea305a4e3a2601ab5305af0e208c215825eefa8fa374ae0c392252156a8dffd5882992c943344f5b6a674fe6553942 WHIRLPOOL fc0e1a01b98bc4475b2137242a97c58d20113a23f7fb2fd97c94e6c52105080beeeadf6d8f5b1b0da99aa080a1de90e05db3155a7c7d051966b5c6ae8b06e397 diff --git a/x11-misc/stalonetray/stalonetray-0.8.1.ebuild b/x11-misc/stalonetray/stalonetray-0.8.1.ebuild deleted file mode 100644 index 949af4ef762..00000000000 --- a/x11-misc/stalonetray/stalonetray-0.8.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="System tray utility including support for KDE system tray icons" -HOMEPAGE="http://stalonetray.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug +graceful-exit kde" - -RDEPEND="x11-libs/libX11 - x11-libs/libICE - x11-libs/libSM - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xproto" - -src_configure() { - econf $(use_enable debug) \ - $(use_enable graceful-exit) \ - $(use_enable kde native-kde) -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc AUTHORS ChangeLog NEWS README stalonetrayrc.sample TODO - dohtml stalonetray.html -}