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 23367139694 for ; Thu, 13 Apr 2017 19:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04591E038D; Thu, 13 Apr 2017 19:28:43 +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 CFD0BE0BF0 for ; Thu, 13 Apr 2017 19:28:42 +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 A051C341586 for ; Thu, 13 Apr 2017 19:28:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E5387430 for ; Thu, 13 Apr 2017 19:28:40 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1492111677.61ebe936d218b2304d18d920c366b1237db01953.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdiskusage/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdiskusage/Manifest x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild X-VCS-Directories: x11-misc/xdiskusage/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 61ebe936d218b2304d18d920c366b1237db01953 X-VCS-Branch: master Date: Thu, 13 Apr 2017 19:28:40 +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: f0cf93a5-42b1-488c-87e6-3fbb942898f8 X-Archives-Hash: 703d2f8d437506611055191802bf45db commit: 61ebe936d218b2304d18d920c366b1237db01953 Author: Harri Nieminen gmail com> AuthorDate: Tue Apr 11 11:50:45 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Apr 13 19:27:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ebe936 x11-misc/xdiskusage: remove old. Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4408 x11-misc/xdiskusage/Manifest | 1 - .../xdiskusage/xdiskusage-1.48_p20111016.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/x11-misc/xdiskusage/Manifest b/x11-misc/xdiskusage/Manifest index 68051b797b3..d1ba3c4404c 100644 --- a/x11-misc/xdiskusage/Manifest +++ b/x11-misc/xdiskusage/Manifest @@ -1,2 +1 @@ -DIST xdiskusage-1.48_p20111016.tar.xz 17812 SHA256 e612d2652a4127a9c4a296b186dd2cf9eb2cc43c217c85ae534ba55545af0250 SHA512 2c73bf3756c47c45e340fbb11769d420854371d01400ff1c54a89b4a14465b8f35d61372ff37a4d46a75a3e5f7891584972e4fd2d09dc9d7105cc34ebc10d226 WHIRLPOOL 5a55eef74e6a1ac93fbf4de78caddc18912a1b2642d29310491e7473baf4fc76dd578ead4005aa9da143255aecc190a08c1eb79da0ecdf2145e72d7bd2793cb5 DIST xdiskusage-1.51.tgz 54248 SHA256 6fb2447f311299f9cb949f6954b333371209f7d53dd6a58700a679a1001089c6 SHA512 73335bbd5dc3e1f753efb84e7921fe7568f83daae7c4026c8b23fbacc4257b885de56f4dc8f682b03663a56f7def1227b8a4b6abf419aff8ecdd26ae51d4885a WHIRLPOOL fbabff47fbf0e711e21d9f88590f153cfbfe2a4674b976337ea64a0ffde96fae83882f1e1f8dc63edab186c14ab917b8824978ddcfde1c360c108ebf6503c5c2 diff --git a/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild b/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild deleted file mode 100644 index ec552d92bd6..00000000000 --- a/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit autotools - -DESCRIPTION="front end to xdu for viewing disk usage graphically under X11" -HOMEPAGE="http://xdiskusage.sourceforge.net/" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-libs/fltk-1.3:1" -DEPEND="${RDEPEND} - app-arch/xz-utils" - -src_prepare() { eautoreconf; } -src_compile() { - emake \ - CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags)" \ - LDLIBS="$(fltk-config --ldflags)" -} -src_install() { dobin ${PN}; doman ${PN}.1; dodoc README; }