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 93FCD138350 for ; Mon, 20 Apr 2020 20:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F54DE0A82; Mon, 20 Apr 2020 20:42:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0983BE0A82 for ; Mon, 20 Apr 2020 20:42:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 379B734F1F9 for ; Mon, 20 Apr 2020 20:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E04041F5 for ; Mon, 20 Apr 2020 20:42:26 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1587415324.53f91a28934fc072a5c701539deb3bcd8d8fbc2e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/libgtop/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/libgtop/libgtop-2.40.0.ebuild X-VCS-Directories: gnome-base/libgtop/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 53f91a28934fc072a5c701539deb3bcd8d8fbc2e X-VCS-Branch: master Date: Mon, 20 Apr 2020 20:42:26 +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: f112b230-e6ed-4374-b16e-2fec252d66f1 X-Archives-Hash: a7051cd89f1d039ea1d2a8000ef8d223 commit: 53f91a28934fc072a5c701539deb3bcd8d8fbc2e Author: Mart Raudsepp gentoo org> AuthorDate: Mon Apr 20 20:40:10 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Apr 20 20:42:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f91a28 gnome-base/libgtop: remove old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> gnome-base/libgtop/libgtop-2.40.0.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/gnome-base/libgtop/libgtop-2.40.0.ebuild b/gnome-base/libgtop/libgtop-2.40.0.ebuild deleted file mode 100644 index 4950f22ebfc..00000000000 --- a/gnome-base/libgtop/libgtop-2.40.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit flag-o-matic gnome2 - -DESCRIPTION="A library that provides top functionality to applications" -HOMEPAGE="https://git.gnome.org/browse/libgtop" - -LICENSE="GPL-2+" -SLOT="2/11" # libgtop soname version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="+introspection" - -RDEPEND=" - >=dev-libs/glib-2.26:2 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.4 - >=sys-devel/gettext-0.19.4 - virtual/pkgconfig -" - -src_configure() { - # Add explicit stdc, bug #628256 - append-cflags "-std=c99" - - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) -}