commit:     108561baaa34c345b97c986ab1b52cc1cc774d5f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 12:47:55 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 12:48:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108561ba

media-libs/libchamplain: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-libs/libchamplain/Manifest                   |  1 -
 .../libchamplain/libchamplain-0.12.18.ebuild       | 60 ----------------------
 2 files changed, 61 deletions(-)

diff --git a/media-libs/libchamplain/Manifest b/media-libs/libchamplain/Manifest
index a4b41da9c5e..ffd3efa9ae9 100644
--- a/media-libs/libchamplain/Manifest
+++ b/media-libs/libchamplain/Manifest
@@ -1,3 +1,2 @@
 DIST libchamplain-0.12.16.tar.xz 623912 BLAKE2B 
fcdf351e5b264cc31e2ce2954e05abd9f9aaaa9ad622eb015e2267b24a8c281cd9fc79d0e5081f80b8805e0b9329b6c463d04e18d5704d75ab45139d86896e62
 SHA512 
78db380d87bd6437cab84b546af7f6505a8aaed7e8d9e8a06f3fdab1896b06a3bf1d11201384e4daedd2c78e528221e1d7e40665557e78251efec5fa036f4137
-DIST libchamplain-0.12.18.tar.xz 233108 BLAKE2B 
b244d0008af922e11f7e812972f1557e05a8ec5921a455db102ad102c64f0062a1d74f1650e6255e49e395d860b51f44f4e9e744e33daf6c9f07bf3e866e402d
 SHA512 
204bed27a92ab0531d0d639a94deb55dbb5318de89d17b9ea44877d66034ae62948b0ec5380a9b756b61655a095817a2ad19a0c2b50342429af7af8750ac5ddf
 DIST libchamplain-0.12.19.tar.xz 233084 BLAKE2B 
b46ef4b1ceaef3d3b7d52652e825de30a11d7b8f5a68b5a08abcec7111c58443ba76b9aea6b350007ccd91bfc86a4062079c51416fc4e63795318269045ce509
 SHA512 
3fc03c123859b078f1c4f5062706c95446146a7ed2352306cea3f72f3fbf95099afd2a99f61182e3cb7c47e546de6501ff3ed6ff17614f23dc2e4139ba5e4902

diff --git a/media-libs/libchamplain/libchamplain-0.12.18.ebuild 
b/media-libs/libchamplain/libchamplain-0.12.18.ebuild
deleted file mode 100644
index 5bf54c2495e..00000000000
--- a/media-libs/libchamplain/libchamplain-0.12.18.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-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.38:2
-       >=media-libs/clutter-1.24:1.0[introspection?]
-       media-libs/cogl:=
-       >=net-libs/libsoup-2.42: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/glib-utils
-       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 || die "sed (1) failed"
-
-       use vala && vala_src_prepare
-       gnome2_src_prepare
-}
-
-src_configure() {
-       # Vala demos are only built, so just disable them
-       gnome2_src_configure \
-               --disable-memphis \
-               --disable-static \
-               --disable-vala-demos \
-               $(use_enable debug) \
-               $(use_enable gtk) \
-               $(use_enable introspection) \
-               $(use_enable vala)
-}

Reply via email to