Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libgnomeuimm/
Date: Wed, 15 Feb 2017 19:24:10
Message-Id: 1487186586.1fdf324b6b6e68ee50110e52a41731cce823494a.leio@gentoo
1 commit: 1fdf324b6b6e68ee50110e52a41731cce823494a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 18:51:03 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 19:23:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdf324b
7
8 dev-cpp/libgnomeuimm: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r1.ebuild | 30 ----------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r1.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r1.ebuild
16 deleted file mode 100644
17 index 1f99419b5a..0000000000
18 --- a/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -GNOME_TARBALL_SUFFIX="bz2"
27 -GCONF_DEBUG="no"
28 -
29 -inherit gnome2 eutils
30 -
31 -DESCRIPTION="C++ bindings for libgnomeui"
32 -HOMEPAGE="http://www.gtkmm.org"
33 -
34 -LICENSE="LGPL-2.1"
35 -SLOT="2.6"
36 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
37 -IUSE=""
38 -
39 -RDEPEND="
40 - >=gnome-base/libgnomeui-2.7.1
41 - dev-cpp/glibmm
42 - >=dev-cpp/libgnomemm-2.16.0
43 - >=dev-cpp/libgnomecanvasmm-2.6
44 - >=dev-cpp/gconfmm-2.6
45 - >=dev-cpp/libglademm-2.4
46 - >=dev-cpp/gnome-vfsmm-2.16
47 -"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig
50 -"