public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gconfmm: ChangeLog gconfmm-2.28.2-r1.ebuild
@ 2011-03-21  1:29 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-21  1:29 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/21 01:29:31

  Modified:             ChangeLog
  Added:                gconfmm-2.28.2-r1.ebuild
  Log:
  Fix documentation install breakage with glibmm-2.27.97
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.81                 dev-cpp/gconfmm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gconfmm/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gconfmm/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gconfmm/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	24 Jan 2011 17:01:39 -0000	1.80
+++ ChangeLog	21 Mar 2011 01:29:30 -0000	1.81
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/gconfmm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v 1.80 2011/01/24 17:01:39 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v 1.81 2011/03/21 01:29:30 nirbheek Exp $
+
+*gconfmm-2.28.2-r1 (21 Mar 2011)
+
+  21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  +gconfmm-2.28.2-r1.ebuild:
+  Fix documentation install breakage with glibmm-2.27.97
 
   24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> -gconfmm-2.18.0.ebuild,
   -gconfmm-2.22.0.ebuild:



1.1                  dev-cpp/gconfmm/gconfmm-2.28.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.28.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.28.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: gconfmm-2.28.2-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.28.2-r1.ebuild,v 1.1 2011/03/21 01:29:30 nirbheek Exp $

EAPI="2"

inherit autotools gnome2 eutils

DESCRIPTION="C++ bindings for GConf"
HOMEPAGE="http://www.gtkmm.org"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc examples"

RDEPEND=">=gnome-base/gconf-2.4:2
	>=dev-cpp/glibmm-2.12:2
	>=dev-cpp/gtkmm-2.4:2.4"

DEPEND=">=dev-util/pkgconfig-0.12.0
	doc? ( >=dev-cpp/mm-common-0.9.3 )
	${RDEPEND}"

DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL"

src_prepare() {

	if ! use examples; then
		# don't waste time building the examples
		sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \
			die "sed Makefile.in failed"
	fi

	# doc-install.pl was removed from glibmm, and is provided by mm-common now
	# This should not be needed if the tarball is generated with mm-common-0.9.3
	if use doc && has_version '>=dev-cpp/glibmm-2.27.97'; then
		mm-common-prepare --copy --force
		eautoreconf
	fi
}

src_compile() {
	gnome2_src_compile

	if use doc; then
		cd "${S}/docs/reference"
		make all
	fi
}

src_install() {
	gnome2_src_install

	if use doc ; then
		dohtml -r docs/reference/html/* docs/images/*
	fi

	if use examples; then
		find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null
		cp -R examples "${D}/usr/share/doc/${PF}"
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/gconfmm: ChangeLog gconfmm-2.28.2-r1.ebuild
@ 2013-03-05 23:07 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2013-03-05 23:07 UTC (permalink / raw
  To: gentoo-commits

eva         13/03/05 23:07:50

  Modified:             ChangeLog
  Removed:              gconfmm-2.28.2-r1.ebuild
  Log:
  Clean up old revision.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.98                 dev-cpp/gconfmm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gconfmm/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gconfmm/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gconfmm/ChangeLog?r1=1.97&r2=1.98

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	4 May 2012 03:44:57 -0000	1.97
+++ ChangeLog	5 Mar 2013 23:07:50 -0000	1.98
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/gconfmm
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v 1.97 2012/05/04 03:44:57 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v 1.98 2013/03/05 23:07:50 eva Exp $
+
+  05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
+  -gconfmm-2.28.2-r1.ebuild:
+  Clean up old revision.
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> gconfmm-2.28.2-r1.ebuild,
   gconfmm-2.28.3.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-05 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 23:07 [gentoo-commits] gentoo-x86 commit in dev-cpp/gconfmm: ChangeLog gconfmm-2.28.2-r1.ebuild Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-21  1:29 Nirbheek Chauhan (nirbheek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox