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
remi 08/04/11 22:55:13
Modified: ChangeLog
Added: libgnomecanvasmm-2.22.0.ebuild
Log:
dev-cpp/libgnomecanvasmm: Bump to 2.22.0 (upstream version bump, nothing new)
(Portage version: 2.1.5_rc2)
Revision Changes Path
1.61 dev-cpp/libgnomecanvasmm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 3 Jan 2008 20:43:20 -0000 1.60
+++ ChangeLog 11 Apr 2008 22:55:12 -0000 1.61
@@ -1,6 +1,12 @@
# ChangeLog for dev-cpp/libgnomecanvasmm
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v 1.60 2008/01/03 20:43:20 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v 1.61 2008/04/11 22:55:12 remi Exp $
+
+*libgnomecanvasmm-2.22.0 (11 Apr 2008)
+
+ 11 Apr 2008; Rémi Cardona <remi@g.o>
+ +libgnomecanvasmm-2.22.0.ebuild:
+ Bump to 2.22.0 (upstream version bump, nothing new)
*libgnomecanvasmm-2.20.0 (03 Jan 2008)
1.1 dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.22.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.22.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.22.0.ebuild?rev=1.1&content-type=text/plain
Index: libgnomecanvasmm-2.22.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.22.0.ebuild,v 1.1 2008/04/11 22:55:12 remi Exp $
inherit gnome2
DESCRIPTION="C++ bindings for libgnomecanvas"
HOMEPAGE="http://gtkmm.sourceforge.net/"
LICENSE="LGPL-2.1"
SLOT="2.6"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc examples"
RDEPEND=">=gnome-base/libgnomecanvas-2.6
>=dev-cpp/gtkmm-2.4"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
doc? ( app-doc/doxygen )"
DOCS="AUTHORS ChangeLog NEWS README TODO INSTALL"
src_unpack() {
gnome2_src_unpack
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
}
src_compile() {
gnome2_src_compile
if use doc; then
cd "${S}/docs/reference"
make all || die "failed to build API docs"
fi
}
src_install() {
gnome2_src_install
if use doc ; then
dohtml -r docs/reference/html/*
fi
if use examples; then
cp -R examples "${D}/usr/share/doc/${PF}"
fi
}
--
gentoo-commits@g.o mailing list
|
|