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: b29a7f58191b7c1077f7c03389bd7b2bbf316c68
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 11:05:14 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 12:42:02 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b29a7f58
dev-cpp/gtksourceviewmm: QAed
* Bump to EAPI 3
* Drop custom handling of docs
* Drop useless mm-common dependency
* Set GCONF_DEBUG=no
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
---
.../gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild | 19 +++----------------
1 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild
index ae1494d..31107f8 100644
--- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild
+++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.91.9.ebuild
@@ -2,7 +2,9 @@
# 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="2"
+EAPI="3"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
inherit gnome2
@@ -23,24 +25,9 @@ RDEPEND=">=dev-cpp/glibmm-2.27.93:2
dev-cpp/pangomm:1.4"
DEPEND="${RDEPEND}
dev-util/pkgconfig
- >=dev-cpp/mm-common-0.9.4
doc? ( app-doc/doxygen )"
pkg_setup() {
DOCS="AUTHORS ChangeLog* NEWS README"
G2CONF="${G2CONF} $(use_enable doc documentation)"
}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Remove docs from SUBDIRS so that docs are not installed, as
- # we handle it in src_install.
- sed -i -e 's|^\(SUBDIRS =.*\)$(doc_subdirs)\(.*\)|\1\2|' Makefile.in || \
- die "sed Makefile.in failed"
-}
-
-src_install() {
- gnome2_src_install
- use doc && dohtml -r docs/reference/html/*
-}
|
|