Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: aec534ef1035fc96725265378440c8a6e94f3c53
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 17:36:33 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 8 17:36:33 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=aec534ef
dev-cpp/gtksourceviewmm: moved to gentoo-x86
---
.../gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild | 33 --------------------
1 files changed, 0 insertions(+), 33 deletions(-)
diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild
deleted file mode 100644
index 5452c61..0000000
--- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.1.ebuild,v 1.6 2011/01/24 16:22:47 eva Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="C++ bindings for gtksourceview"
-HOMEPAGE="http://projects.gnome.org/gtksourceviewmm/"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-SLOT="3.0"
-LICENSE="LGPL-2.1"
-
-RDEPEND=">=dev-cpp/glibmm-2.28:2
- >=dev-cpp/gtkmm-3:3.0
- >=x11-libs/gtksourceview-3:3.0
-
- dev-cpp/atkmm
- dev-cpp/cairomm
- dev-cpp/pangomm:1.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- doc? ( app-doc/doxygen )"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog* NEWS README"
- G2CONF="${G2CONF} $(use_enable doc documentation)"
-}
|
|