diff options
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libchamplain/Manifest | 2 | ||||
-rw-r--r-- | media-libs/libchamplain/libchamplain-0.8.0.ebuild | 83 |
2 files changed, 0 insertions, 85 deletions
diff --git a/media-libs/libchamplain/Manifest b/media-libs/libchamplain/Manifest deleted file mode 100644 index 5669e4e5..00000000 --- a/media-libs/libchamplain/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD libchamplain-0.8.0.ebuild 1770 RMD160 f8e5c7217e3033bf16c51f23c172e4453ed03dfd SHA1 aa67ace2e512bad0ae3b49a30ea85f4c25f4cad8 SHA256 16e879029271f33f452da639e60be1becb5892578d03228a74e6100c4ea5cef1 -DIST libchamplain-0.8.0.tar.bz2 672862 RMD160 720d9db4e01a8b5251402ddfefc4879e4c82303a SHA1 075ae126d4e2943107733733409f819944358015 SHA256 0784b53f488d690ed878b1bbf30cd9bd9b1baafb5b6b0d0b7b2ba0ef240c49cc 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 7e680211..00000000 --- a/media-libs/libchamplain/libchamplain-0.8.0.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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 introspection python" - -RDEPEND=" - >=dev-libs/glib-2.16 - >=x11-libs/cairo-1.4 - >=net-libs/libsoup-2.26[gnome] - media-libs/clutter:1.0 - media-libs/memphis - dev-db/sqlite:3 - gtk? ( - >=x11-libs/gtk+-2.18 - media-libs/memphis:0.2 - >=media-libs/clutter-gtk-0.10:1.0 ) - 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 - $(use_enable debug) - $(use_enable gtk) - $(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 -} |