summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-10-04 19:10:30 +0000
committerJustin Lecher <jlec@gentoo.org>2010-10-04 19:10:30 +0000
commitfc3fe46f8435682ad1d3de6580bb278a79ed83cd (patch)
treedb9a607e871f8f21f9ca69ffc2655cc593e5b6d6 /media-libs
parentMoving slots: =media-libs/libchamplain-0.8.0 from 0.6 to 0.8 (diff)
downloadgentoo-2-fc3fe46f8435682ad1d3de6580bb278a79ed83cd.tar.gz
gentoo-2-fc3fe46f8435682ad1d3de6580bb278a79ed83cd.tar.bz2
gentoo-2-fc3fe46f8435682ad1d3de6580bb278a79ed83cd.zip
Moving slots: =media-libs/libchamplain-0.8.0 from 0.6 to 0.8
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libchamplain/ChangeLog6
-rw-r--r--media-libs/libchamplain/libchamplain-0.6.0.ebuild6
-rw-r--r--media-libs/libchamplain/libchamplain-0.8.0.ebuild8
-rw-r--r--media-libs/libchamplain/metadata.xml1
4 files changed, 15 insertions, 6 deletions
diff --git a/media-libs/libchamplain/ChangeLog b/media-libs/libchamplain/ChangeLog
index d9839573a8ce..e3d4922329bb 100644
--- a/media-libs/libchamplain/ChangeLog
+++ b/media-libs/libchamplain/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libchamplain
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/ChangeLog,v 1.4 2010/10/02 21:15:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/ChangeLog,v 1.5 2010/10/04 19:10:30 jlec Exp $
+
+ 04 Oct 2010; Justin Lecher <jlec@gentoo.org> libchamplain-0.6.0.ebuild,
+ libchamplain-0.8.0.ebuild:
+ Moving slots: =media-libs/libchamplain-0.8.0 from 0.6 to 0.8
*libchamplain-0.8.0 (02 Oct 2010)
diff --git a/media-libs/libchamplain/libchamplain-0.6.0.ebuild b/media-libs/libchamplain/libchamplain-0.6.0.ebuild
index f991b83f1d6b..1c91c40a029a 100644
--- a/media-libs/libchamplain/libchamplain-0.6.0.ebuild
+++ b/media-libs/libchamplain/libchamplain-0.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.6.0.ebuild,v 1.3 2010/06/22 07:32:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.6.0.ebuild,v 1.4 2010/10/04 19:10:30 jlec Exp $
EAPI="3"
@@ -15,7 +15,7 @@ HOMEPAGE="http://blog.pierlux.com/projects/libchamplain/en/"
LICENSE="LGPL-2"
SLOT="0.6"
KEYWORDS="~amd64 ~x86"
-IUSE="debug doc gtk introspection python"
+IUSE="debug doc gtk html introspection python"
RDEPEND="
>=dev-libs/glib-2.16
@@ -44,8 +44,10 @@ DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
--disable-static
--enable-memphis
+ --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html
$(use_enable debug)
$(use_enable gtk)
+ $(use_enable html gtk-doc-html)
$(use_enable introspection)
$(use_enable python)"
diff --git a/media-libs/libchamplain/libchamplain-0.8.0.ebuild b/media-libs/libchamplain/libchamplain-0.8.0.ebuild
index 00b243fae140..d9cb8dc14d0a 100644
--- a/media-libs/libchamplain/libchamplain-0.8.0.ebuild
+++ b/media-libs/libchamplain/libchamplain-0.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.8.0.ebuild,v 1.3 2010/10/02 21:25:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.8.0.ebuild,v 1.4 2010/10/04 19:10:30 jlec Exp $
EAPI="3"
@@ -13,9 +13,9 @@ DESCRIPTION="Clutter based world map renderer"
HOMEPAGE="http://blog.pierlux.com/projects/libchamplain/en/"
LICENSE="LGPL-2"
-SLOT="0.6"
+SLOT="0.8"
KEYWORDS="~amd64 ~x86"
-IUSE="debug doc gtk introspection python"
+IUSE="debug doc gtk html introspection python"
RDEPEND="
>=dev-libs/glib-2.16
@@ -44,8 +44,10 @@ DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
--disable-static
--enable-memphis
+ --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html
$(use_enable debug)
$(use_enable gtk)
+ $(use_enable html gtk-doc-html)
$(use_enable introspection)
$(use_enable python)"
diff --git a/media-libs/libchamplain/metadata.xml b/media-libs/libchamplain/metadata.xml
index 6c15a263346c..38fab34a1ea6 100644
--- a/media-libs/libchamplain/metadata.xml
+++ b/media-libs/libchamplain/metadata.xml
@@ -6,5 +6,6 @@
</maintainer>
<use>
<flag name='introspection'>Use dev-libs/gobject-introspection for introspection</flag>
+ <flag name='html'>Install gtk-doc html version for this package</flag>
</use>
</pkgmetadata>