summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-01 18:29:45 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-01 19:31:45 -0500
commitb7b4f0552756d7f85f3a94daf32f41a2ae22ac06 (patch)
tree8d12c8f15b27a32df39b638e18f74ef5729bb4d5 /media-libs/gmtk
parentmedia-libs/fontconfig-ultimate: drop old (diff)
downloadgentoo-b7b4f0552756d7f85f3a94daf32f41a2ae22ac06.tar.gz
gentoo-b7b4f0552756d7f85f3a94daf32f41a2ae22ac06.tar.bz2
gentoo-b7b4f0552756d7f85f3a94daf32f41a2ae22ac06.zip
media-libs/gmtk: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-libs/gmtk')
-rw-r--r--media-libs/gmtk/Manifest1
-rw-r--r--media-libs/gmtk/gmtk-1.0.8.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/media-libs/gmtk/Manifest b/media-libs/gmtk/Manifest
index 097ca7320ba1..6b1552d1a8bd 100644
--- a/media-libs/gmtk/Manifest
+++ b/media-libs/gmtk/Manifest
@@ -1,2 +1 @@
-DIST gmtk-1.0.8.tar.gz 407790 BLAKE2B e156edc18124b8ff87dec9ad70c579fb95dcaf96a2cef5316cc2e95cf68700099ccbb1b83652cb515c9c33f27f63f81b7966ee8d6d30e5b7545b3e9be63e864b SHA512 ef2bff079df5ba41b86b52118b51bfe0343093e206dd7eca0da39f0420eca4d2f3cbb93940ecadb1526303c8ca0f9b27ff61cbd193122cc91a0fff768e6601ee
DIST gmtk-1.0.9.tar.gz 411609 BLAKE2B 6c5c7b3390a3d7ab6593484247447f1016475b5f785cb7cf77810aac37034ce704286e9512cc5d091a04ae6362f8a0634db21599ff6bb78141aa3c5a5405db9d SHA512 61da4bbba5b74510c5ad5d6b5e10606fb99f54732cf412aa6245add2dc2b0df12b75e4e6f1474b4cab0541063ba6f95893e366f1c8b52a055521b667c182dcdf
diff --git a/media-libs/gmtk/gmtk-1.0.8.ebuild b/media-libs/gmtk/gmtk-1.0.8.ebuild
deleted file mode 100644
index dc272d4de8e8..000000000000
--- a/media-libs/gmtk/gmtk-1.0.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils ltprune
-
-DESCRIPTION="GTK+ widget and function libraries for gnome-mplayer"
-HOMEPAGE="https://code.google.com/p/gmtk/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
-IUSE="alsa +dconf pulseaudio"
-
-COMMON_DEPEND=">=dev-libs/glib-2.30
- >=x11-libs/gtk+-3.2:3
- x11-libs/libX11
- alsa? ( media-libs/alsa-lib )
- pulseaudio? ( media-sound/pulseaudio )"
-RDEPEND="${COMMON_DEPEND}
- dconf? ( gnome-base/dconf )"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS="ChangeLog"
-
-src_configure() {
- econf \
- --disable-static \
- --enable-gtk3 \
- $(use_enable dconf gsettings) \
- --disable-gconf \
- $(use_enable !dconf keystore) \
- --with-gio \
- $(use_with alsa) \
- $(use_with pulseaudio)
-}
-
-src_install() {
- default
-
- rm -rf "${ED}"/usr/share/doc/${PN}
- prune_libtool_files
-}