summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-02-14 18:37:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-02-14 18:37:52 +0000
commit88035161af31b0e3cc55b68bf80d00b4c1bc66e9 (patch)
tree757107b8fbffd07f488e3745cb7b22f23ac029ec /media-libs
parentprepare for stable (diff)
downloadgentoo-2-88035161af31b0e3cc55b68bf80d00b4c1bc66e9.tar.gz
gentoo-2-88035161af31b0e3cc55b68bf80d00b4c1bc66e9.tar.bz2
gentoo-2-88035161af31b0e3cc55b68bf80d00b4c1bc66e9.zip
old
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gmtk/ChangeLog5
-rw-r--r--media-libs/gmtk/gmtk-1.0.6.ebuild48
2 files changed, 4 insertions, 49 deletions
diff --git a/media-libs/gmtk/ChangeLog b/media-libs/gmtk/ChangeLog
index 8cdb28e8803f..e12f1ba7013d 100644
--- a/media-libs/gmtk/ChangeLog
+++ b/media-libs/gmtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gmtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v 1.14 2013/01/21 11:22:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v 1.15 2013/02/14 18:37:52 ssuominen Exp $
+
+ 14 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> -gmtk-1.0.6.ebuild:
+ old
21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gmtk-1.0.7.ebuild:
Stable for x86, wrt bug #452690
diff --git a/media-libs/gmtk/gmtk-1.0.6.ebuild b/media-libs/gmtk/gmtk-1.0.6.ebuild
deleted file mode 100644
index 44e226ab67f7..000000000000
--- a/media-libs/gmtk/gmtk-1.0.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/gmtk-1.0.6.ebuild,v 1.4 2012/06/08 11:32:01 phajdan.jr Exp $
-
-EAPI=4
-
-DESCRIPTION="GTK+ widget and function libraries for gnome-mplayer"
-HOMEPAGE="http://code.google.com/p/gmtk/"
-SRC_URI="http://${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.26
- x11-libs/gtk+: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
- virtual/pkgconfig
- sys-devel/gettext"
-
-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} \
- "${ED}"usr/lib*/*.la
-}