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 076BE1396D9 for ; Mon, 30 Oct 2017 22:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F2F5E0F3D; Mon, 30 Oct 2017 22:26:21 +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 F0045E0F3D for ; Mon, 30 Oct 2017 22:26:20 +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 CF635341702 for ; Mon, 30 Oct 2017 22:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E7D583B for ; Mon, 30 Oct 2017 22:26:18 +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: <1509402319.15a194a05c74622d8902f2491c6e45af2f97927a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-common/gnome-common-3.18.0.ebuild X-VCS-Directories: gnome-base/gnome-common/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 15a194a05c74622d8902f2491c6e45af2f97927a X-VCS-Branch: master Date: Mon, 30 Oct 2017 22:26:18 +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: bdeb6d73-7d1e-492e-9ad4-11befb53e943 X-Archives-Hash: d267ce496e74fc44e2f4026297776f63 commit: 15a194a05c74622d8902f2491c6e45af2f97927a Author: Mart Raudsepp gentoo org> AuthorDate: Mon Oct 30 21:06:13 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Oct 30 22:25:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a194a0 gnome-base/gnome-common: remove old Package-Manager: Portage-2.3.8, Repoman-2.3.2 gnome-base/gnome-common/gnome-common-3.18.0.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/gnome-base/gnome-common/gnome-common-3.18.0.ebuild b/gnome-base/gnome-common/gnome-common-3.18.0.ebuild deleted file mode 100644 index 6453ba4ad34..00000000000 --- a/gnome-base/gnome-common/gnome-common-3.18.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Common files for development of Gnome packages" -HOMEPAGE="https://git.gnome.org/browse/gnome-common" - -LICENSE="GPL-3" -SLOT="3" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+autoconf-archive" - -RDEPEND="autoconf-archive? ( >=sys-devel/autoconf-archive-2015.02.04 ) - !autoconf-archive? ( !>=sys-devel/autoconf-archive-2015.02.04 ) -" -DEPEND="" - -src_configure() { - gnome2_src_configure \ - $(use_with autoconf-archive) -}