diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-07-25 09:09:15 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-07-25 09:09:15 +0000 |
commit | 2e19555caa6541b5f6cd60d1968b1f9448b92f9c (patch) | |
tree | c25a7eccf2213a493f11bbf4c3a80961962e6c1e /media-libs | |
parent | [bump] dev-perl/Proc-Simple-1.290.0 (diff) | |
download | gentoo-2-2e19555caa6541b5f6cd60d1968b1f9448b92f9c.tar.gz gentoo-2-2e19555caa6541b5f6cd60d1968b1f9448b92f9c.tar.bz2 gentoo-2-2e19555caa6541b5f6cd60d1968b1f9448b92f9c.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libchamplain/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libchamplain/libchamplain-0.8.0.ebuild | 85 | ||||
-rw-r--r-- | media-libs/libchamplain/libchamplain-0.8.1.ebuild | 47 | ||||
-rw-r--r-- | media-libs/libchamplain/libchamplain-0.8.2.ebuild | 42 |
4 files changed, 6 insertions, 175 deletions
diff --git a/media-libs/libchamplain/ChangeLog b/media-libs/libchamplain/ChangeLog index de91b17c3ea9..0755ae40a350 100644 --- a/media-libs/libchamplain/ChangeLog +++ b/media-libs/libchamplain/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libchamplain # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/ChangeLog,v 1.18 2011/07/14 11:01:59 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/ChangeLog,v 1.19 2011/07/25 09:09:15 eva Exp $ + + 25 Jul 2011; Gilles Dartiguelongue <eva@gentoo.org> + -libchamplain-0.8.0.ebuild, -libchamplain-0.8.1.ebuild, + -libchamplain-0.8.2.ebuild: + Clean up old revisions. 14 Jul 2011; Thomas Kahle <tomka@gentoo.org> libchamplain-0.8.3.ebuild: x86 stable per bug 369909 diff --git a/media-libs/libchamplain/libchamplain-0.8.0.ebuild b/media-libs/libchamplain/libchamplain-0.8.0.ebuild deleted file mode 100644 index 9f4bc2cf3b99..000000000000 --- a/media-libs/libchamplain/libchamplain-0.8.0.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2011 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.11 2011/06/15 08:43:37 jlec Exp $ - -EAPI="3" - -PYTHON_DEPEND="python? 2" -SUPPORT_PYTHON_ABIS="1" - -inherit gnome2 python - -DESCRIPTION="Clutter based world map renderer" -HOMEPAGE="http://blog.pierlux.com/projects/libchamplain/en/" - -LICENSE="LGPL-2" -SLOT="0.8" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc gtk html +introspection python" - -RDEPEND=" - dev-libs/glib:2 - >=x11-libs/cairo-1.4 - net-libs/libsoup-gnome:2.4 - media-libs/clutter:1.0[introspection?] - media-libs/memphis - dev-db/sqlite:3 - gtk? ( - x11-libs/gtk+:2[introspection?] - media-libs/memphis:0.2 - >=media-libs/clutter-gtk-0.10:0.10 ) - python? ( - media-libs/pymemphis - dev-python/pyclutter - dev-python/pyclutter-gtk )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1.9 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.3 )" - -RESTRICT_PYTHON_ABIS="3.*" - -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)" - -src_prepare() { - gnome2_src_prepare - sed 's:bindings::g' -i Makefile.in || die -} - -src_compile() { - gnome2_src_compile - if use python; then - python_copy_sources bindings - building() { - emake \ - PYTHON_INCLUDES="-I$(python_get_includedir)" \ - pythondir="$(python_get_sitedir)" \ - pyexecdir="$(python_get_sitedir)" - } - python_execute_function -s --source-dir bindings building - fi -} - -src_install() { - gnome2_src_install - if use python; then - installation() { - emake DESTDIR="${ED}" \ - pythondir="$(python_get_sitedir)" \ - pyexecdir="$(python_get_sitedir)" \ - install - } - python_execute_function -s --source-dir bindings installation - python_clean_installation_image - fi -} diff --git a/media-libs/libchamplain/libchamplain-0.8.1.ebuild b/media-libs/libchamplain/libchamplain-0.8.1.ebuild deleted file mode 100644 index 06f90efb4e33..000000000000 --- a/media-libs/libchamplain/libchamplain-0.8.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.8.1.ebuild,v 1.5 2011/06/15 08:43:37 jlec Exp $ - -EAPI="3" - -inherit gnome2 - -DESCRIPTION="Clutter based world map renderer" -HOMEPAGE="http://blog.pierlux.com/projects/libchamplain/en/" - -LICENSE="LGPL-2" -SLOT="0.8" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc gtk html +introspection" - -RDEPEND=" - dev-libs/glib:2 - >=x11-libs/cairo-1.4 - net-libs/libsoup-gnome:2.4 - media-libs/clutter:1.0[introspection?] - media-libs/memphis:0.2[introspection?] - dev-db/sqlite:3 - gtk? ( - x11-libs/gtk+:2[introspection?] - media-libs/memphis:0.2[introspection?] - >=media-libs/clutter-gtk-0.10:0.10 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1.9 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.3 )" - -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)" - -src_prepare() { - gnome2_src_prepare - sed 's:bindings::g' -i Makefile.in || die -} diff --git a/media-libs/libchamplain/libchamplain-0.8.2.ebuild b/media-libs/libchamplain/libchamplain-0.8.2.ebuild deleted file mode 100644 index 3f11440ee09d..000000000000 --- a/media-libs/libchamplain/libchamplain-0.8.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.8.2.ebuild,v 1.3 2011/06/15 08:43:37 jlec Exp $ - -EAPI="3" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Clutter based world map renderer" -HOMEPAGE="http://blog.pierlux.com/projects/libchamplain/en/" - -LICENSE="LGPL-2" -SLOT="0.8" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc gtk +introspection" - -RDEPEND=" - dev-libs/glib:2 - >=x11-libs/cairo-1.4 - net-libs/libsoup-gnome:2.4 - media-libs/clutter:1.0[introspection?] - media-libs/memphis:0.2[introspection?] - dev-db/sqlite:3 - gtk? ( - x11-libs/gtk+:2[introspection?] - media-libs/memphis:0.2[introspection?] - >=media-libs/clutter-gtk-0.10:0.10 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1.9 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.3 )" - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README" - G2CONF="${G2CONF} - --disable-static - --enable-memphis - $(use_enable debug) - $(use_enable gtk) - $(use_enable introspection)" -} |