Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gmtk/
Date: Wed, 02 Dec 2020 00:32:04
Message-Id: 1606869105.b7b4f0552756d7f85f3a94daf32f41a2ae22ac06.bman@gentoo
1 commit: b7b4f0552756d7f85f3a94daf32f41a2ae22ac06
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 23:29:45 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 00:31:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b4f055
7
8 media-libs/gmtk: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 media-libs/gmtk/Manifest | 1 -
13 media-libs/gmtk/gmtk-1.0.8.ebuild | 47 ---------------------------------------
14 2 files changed, 48 deletions(-)
15
16 diff --git a/media-libs/gmtk/Manifest b/media-libs/gmtk/Manifest
17 index 097ca7320ba..6b1552d1a8b 100644
18 --- a/media-libs/gmtk/Manifest
19 +++ b/media-libs/gmtk/Manifest
20 @@ -1,2 +1 @@
21 -DIST gmtk-1.0.8.tar.gz 407790 BLAKE2B e156edc18124b8ff87dec9ad70c579fb95dcaf96a2cef5316cc2e95cf68700099ccbb1b83652cb515c9c33f27f63f81b7966ee8d6d30e5b7545b3e9be63e864b SHA512 ef2bff079df5ba41b86b52118b51bfe0343093e206dd7eca0da39f0420eca4d2f3cbb93940ecadb1526303c8ca0f9b27ff61cbd193122cc91a0fff768e6601ee
22 DIST gmtk-1.0.9.tar.gz 411609 BLAKE2B 6c5c7b3390a3d7ab6593484247447f1016475b5f785cb7cf77810aac37034ce704286e9512cc5d091a04ae6362f8a0634db21599ff6bb78141aa3c5a5405db9d SHA512 61da4bbba5b74510c5ad5d6b5e10606fb99f54732cf412aa6245add2dc2b0df12b75e4e6f1474b4cab0541063ba6f95893e366f1c8b52a055521b667c182dcdf
23
24 diff --git a/media-libs/gmtk/gmtk-1.0.8.ebuild b/media-libs/gmtk/gmtk-1.0.8.ebuild
25 deleted file mode 100644
26 index dc272d4de8e..00000000000
27 --- a/media-libs/gmtk/gmtk-1.0.8.ebuild
28 +++ /dev/null
29 @@ -1,47 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -inherit eutils ltprune
35 -
36 -DESCRIPTION="GTK+ widget and function libraries for gnome-mplayer"
37 -HOMEPAGE="https://code.google.com/p/gmtk/"
38 -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
43 -IUSE="alsa +dconf pulseaudio"
44 -
45 -COMMON_DEPEND=">=dev-libs/glib-2.30
46 - >=x11-libs/gtk+-3.2:3
47 - x11-libs/libX11
48 - alsa? ( media-libs/alsa-lib )
49 - pulseaudio? ( media-sound/pulseaudio )"
50 -RDEPEND="${COMMON_DEPEND}
51 - dconf? ( gnome-base/dconf )"
52 -DEPEND="${COMMON_DEPEND}
53 - dev-util/intltool
54 - sys-devel/gettext
55 - virtual/pkgconfig"
56 -
57 -DOCS="ChangeLog"
58 -
59 -src_configure() {
60 - econf \
61 - --disable-static \
62 - --enable-gtk3 \
63 - $(use_enable dconf gsettings) \
64 - --disable-gconf \
65 - $(use_enable !dconf keystore) \
66 - --with-gio \
67 - $(use_with alsa) \
68 - $(use_with pulseaudio)
69 -}
70 -
71 -src_install() {
72 - default
73 -
74 - rm -rf "${ED}"/usr/share/doc/${PN}
75 - prune_libtool_files
76 -}