summaryrefslogtreecommitdiff
path: root/media-libs/gmtk/gmtk-1.0.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/gmtk/gmtk-1.0.9.ebuild')
-rw-r--r--media-libs/gmtk/gmtk-1.0.9.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/media-libs/gmtk/gmtk-1.0.9.ebuild b/media-libs/gmtk/gmtk-1.0.9.ebuild
deleted file mode 100644
index 60068053a53e..000000000000
--- a/media-libs/gmtk/gmtk-1.0.9.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="GTK+ widget and function libraries for gnome-mplayer"
-HOMEPAGE="https://code.google.com/p/gmtk/"
-SRC_URI="https://${PN}.googlecode.com/svn/packages/${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}
- find "${ED}" -name '*.la' -delete || die
-}