Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-cpp/gtksourceviewmm/
Date: Sun, 08 May 2011 17:37:00
Message-Id: aec534ef1035fc96725265378440c8a6e94f3c53.eva@gentoo
1 commit: aec534ef1035fc96725265378440c8a6e94f3c53
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 17:36:33 2011 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 17:36:33 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=aec534ef
7
8 dev-cpp/gtksourceviewmm: moved to gentoo-x86
9
10 ---
11 .../gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild | 33 --------------------
12 1 files changed, 0 insertions(+), 33 deletions(-)
13
14 diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild
15 deleted file mode 100644
16 index 5452c61..0000000
17 --- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild
18 +++ /dev/null
19 @@ -1,33 +0,0 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild,v 1.6 2011/01/24 16:22:47 eva Exp $
23 -
24 -EAPI="3"
25 -GCONF_DEBUG="no"
26 -GNOME2_LA_PUNT="yes"
27 -
28 -inherit gnome2
29 -
30 -DESCRIPTION="C++ bindings for gtksourceview"
31 -HOMEPAGE="http://projects.gnome.org/gtksourceviewmm/"
32 -
33 -KEYWORDS="~amd64 ~ppc ~x86"
34 -IUSE="doc"
35 -SLOT="3.0"
36 -LICENSE="LGPL-2.1"
37 -
38 -RDEPEND=">=dev-cpp/glibmm-2.28:2
39 - >=dev-cpp/gtkmm-3:3.0
40 - >=x11-libs/gtksourceview-3:3.0
41 -
42 - dev-cpp/atkmm
43 - dev-cpp/cairomm
44 - dev-cpp/pangomm:1.4"
45 -DEPEND="${RDEPEND}
46 - dev-util/pkgconfig
47 - doc? ( app-doc/doxygen )"
48 -
49 -pkg_setup() {
50 - DOCS="AUTHORS ChangeLog* NEWS README"
51 - G2CONF="${G2CONF} $(use_enable doc documentation)"
52 -}