Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-common/
Date: Mon, 30 Oct 2017 22:26:22
Message-Id: 1509402319.15a194a05c74622d8902f2491c6e45af2f97927a.leio@gentoo
1 commit: 15a194a05c74622d8902f2491c6e45af2f97927a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 21:06:13 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 22:25:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a194a0
7
8 gnome-base/gnome-common: remove old
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 gnome-base/gnome-common/gnome-common-3.18.0.ebuild | 25 ----------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/gnome-base/gnome-common/gnome-common-3.18.0.ebuild b/gnome-base/gnome-common/gnome-common-3.18.0.ebuild
16 deleted file mode 100644
17 index 6453ba4ad34..00000000000
18 --- a/gnome-base/gnome-common/gnome-common-3.18.0.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="5"
25 -GCONF_DEBUG="no"
26 -
27 -inherit gnome2
28 -
29 -DESCRIPTION="Common files for development of Gnome packages"
30 -HOMEPAGE="https://git.gnome.org/browse/gnome-common"
31 -
32 -LICENSE="GPL-3"
33 -SLOT="3"
34 -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"
35 -IUSE="+autoconf-archive"
36 -
37 -RDEPEND="autoconf-archive? ( >=sys-devel/autoconf-archive-2015.02.04 )
38 - !autoconf-archive? ( !>=sys-devel/autoconf-archive-2015.02.04 )
39 -"
40 -DEPEND=""
41 -
42 -src_configure() {
43 - gnome2_src_configure \
44 - $(use_with autoconf-archive)
45 -}