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 6ABD11382C5 for ; Thu, 15 Mar 2018 01:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82172E08DD; Thu, 15 Mar 2018 01:50:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 64B95E08D9 for ; Thu, 15 Mar 2018 01:50:38 +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 8363E335C4A for ; Thu, 15 Mar 2018 01:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2843A25C for ; Thu, 15 Mar 2018 01:50:34 +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: <1521077543.55a25406512007bc9bf56b92c5c0a771e74cb0d9.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/libgtop/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/libgtop/Manifest gnome-base/libgtop/libgtop-2.34.2.ebuild X-VCS-Directories: gnome-base/libgtop/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 55a25406512007bc9bf56b92c5c0a771e74cb0d9 X-VCS-Branch: master Date: Thu, 15 Mar 2018 01:50:34 +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: 0821c701-5177-419b-b04b-258b493674e8 X-Archives-Hash: dc99b2aac05a071b05492e4c61ac3479 commit: 55a25406512007bc9bf56b92c5c0a771e74cb0d9 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Mar 15 01:32:23 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Mar 15 01:32:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a25406 gnome-base/libgtop: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 gnome-base/libgtop/Manifest | 1 - gnome-base/libgtop/libgtop-2.34.2.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/gnome-base/libgtop/Manifest b/gnome-base/libgtop/Manifest index 24f969ac4e4..bb1da6b6f6c 100644 --- a/gnome-base/libgtop/Manifest +++ b/gnome-base/libgtop/Manifest @@ -1,2 +1 @@ -DIST libgtop-2.34.2.tar.xz 725720 BLAKE2B fc69a6d64f86e16490f417748937b196c090de7afb68052a42258c06b7b65b686edb41abbf69ad42065a44b5811def0776969c2caa01009c2087355e9b1b2e9f SHA512 22ae4792236c47fda265f1b16f66f8685122f84a76e14adf2fd9e5e669c1f9776a58a2ec00564e37add98084d7e3cea621b38b8ad09b15e348f9c74f5345f19a DIST libgtop-2.36.0.tar.xz 727072 BLAKE2B 46f24573bde0bcfeb2210ea08446f6e6590fadc5697745178133ce5f3aec2e464cbce8446d2dbddb9f05d4a16eb7daf110c4554778a28573116b2b59edcf556f SHA512 2768c628fa3e872a940246042b2c78ad4618612ecb2cf2b95fb70343a4f1a01bb558d0ce9e5b3468f395349f338ca33d460e1d91f2c123ad39243cd0ff20d5e5 diff --git a/gnome-base/libgtop/libgtop-2.34.2.ebuild b/gnome-base/libgtop/libgtop-2.34.2.ebuild deleted file mode 100644 index acafa2277c4..00000000000 --- a/gnome-base/libgtop/libgtop-2.34.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="A library that provides top functionality to applications" -HOMEPAGE="https://git.gnome.org/browse/libgtop" - -LICENSE="GPL-2" -SLOT="2/10" # libgtop soname version -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" -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() { - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) -}