From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1996E138330 for ; Mon, 26 Sep 2016 19:13:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B874CE0BA3; Mon, 26 Sep 2016 19:13:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1256BE0BA3 for ; Mon, 26 Sep 2016 19:13:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD7E0340A6A for ; Mon, 26 Sep 2016 19:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8CB72497 for ; Mon, 26 Sep 2016 19:13:43 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1474917148.3109f43ab3301d36e8fe9b234859763dac2a395a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libchamplain/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libchamplain/Manifest media-libs/libchamplain/libchamplain-0.12.13.ebuild X-VCS-Directories: media-libs/libchamplain/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3109f43ab3301d36e8fe9b234859763dac2a395a X-VCS-Branch: master Date: Mon, 26 Sep 2016 19:13:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 59a21299-3369-4015-89a7-6b6f68755773 X-Archives-Hash: 6179bd76f81f976fcaca1e1ef263dbae commit: 3109f43ab3301d36e8fe9b234859763dac2a395a Author: Mart Raudsepp gentoo org> AuthorDate: Mon Sep 26 18:46:18 2016 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Sep 26 19:12:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3109f43a media-libs/libchamplain: remove old media-libs/libchamplain/Manifest | 1 - .../libchamplain/libchamplain-0.12.13.ebuild | 65 ---------------------- 2 files changed, 66 deletions(-) diff --git a/media-libs/libchamplain/Manifest b/media-libs/libchamplain/Manifest index 23c00e1..c649789 100644 --- a/media-libs/libchamplain/Manifest +++ b/media-libs/libchamplain/Manifest @@ -1,2 +1 @@ -DIST libchamplain-0.12.13.tar.xz 605664 SHA256 b3b3a44530ac94c0b3c3710a2d9495d47450c4133006c5e3ca24e0a761683fab SHA512 8cf5a9869d81008daeb51d8e6c4c23d7b67768b3e2e244c61c6f6861f6af09abb6aa6ec7cb69bdab7804dff0fa64a8b543230cf6031cf6266b69f149e898baf9 WHIRLPOOL ad9490d22e4bd65a2fd973c720d3a3801701c3f73944944d437ad28e073090515f4a96c9d50d8ae63f78d17acf34dbe086def25b4241e916a16d58b0c72f54cf DIST libchamplain-0.12.14.tar.xz 615972 SHA256 f1621ddec1ffe64ca01c3216db8663f60ae0bb107521195fc6856119d4b4568f SHA512 83d69a7dc88be5e056612643fa8d77c7c552758178a4a9e0f4bea908798dd4aeb3423b7cc64db02332f782d91c3da68290a2346363c47c7a83a48d8708b91c6c WHIRLPOOL 1948959c9660f07938218757d973a4c2f4468631ff656ad1782e0c3a8b0b599e9591bd9cfb68919b044154f69553526bef47f1a04135b7b8a479a596baa47ff7 diff --git a/media-libs/libchamplain/libchamplain-0.12.13.ebuild b/media-libs/libchamplain/libchamplain-0.12.13.ebuild deleted file mode 100644 index 6037602..00000000 --- a/media-libs/libchamplain/libchamplain-0.12.13.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="Clutter based world map renderer" -HOMEPAGE="https://wiki.gnome.org/Projects/libchamplain" - -SLOT="0.12" -LICENSE="LGPL-2" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" - -IUSE="debug +gtk +introspection vala" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - dev-db/sqlite:3 - >=dev-libs/glib-2.16:2 - >=media-libs/clutter-1.12:1.0[introspection?] - media-libs/cogl:= - >=net-libs/libsoup-2.34:2.4 - >=x11-libs/cairo-1.4 - x11-libs/gtk+:3 - gtk? ( - x11-libs/gtk+:3[introspection?] - media-libs/clutter-gtk:1.0 ) - introspection? ( dev-libs/gobject-introspection:= ) -" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -src_prepare() { - # Fix documentation slotability - sed \ - -e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-${SLOT}/" \ - -i docs/reference/Makefile.{am,in} || die "sed (1) failed" - sed \ - -e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-gtk-${SLOT}/" \ - -i docs/reference-gtk/Makefile.{am,in} || die "sed (2) failed" - mv "${S}"/docs/reference/${PN}{,-${SLOT}}-docs.sgml || die "mv (1) failed" - mv "${S}"/docs/reference-gtk/${PN}-gtk{,-${SLOT}}-docs.sgml || die "mv (2) failed" - - use vala && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - # Vala demos are only built, so just disable them - gnome2_src_configure \ - --disable-maemo \ - --disable-memphis \ - --disable-static \ - --disable-vala-demos \ - $(use_enable debug) \ - $(use_enable gtk) \ - $(use_enable introspection) -}