public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: media-libs/gmyth-upnp/, media-libs/gmyth/files/, media-libs/gmyth/
@ 2012-10-28 21:19 Gilles Dartiguelongue
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue @ 2012-10-28 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cbe3c39f88365620a37fff6fc767cd7cf62dc7e1
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 21:18:17 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 21:18:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cbe3c39f

media-libs/gmyth*: remove

Per gentoo-x86 mask:
Dead upstream, fails tests (#315565), wasn't updated
for recent MythTV versions. Removal in a month.

---
 media-libs/gmyth-upnp/gmyth-upnp-0.7.1.ebuild      |   28 ---------------
 media-libs/gmyth/files/gmyth-0.7.1-as-needed.patch |   22 ------------
 media-libs/gmyth/files/gmyth-0.7.1-types.h.patch   |   16 --------
 media-libs/gmyth/gmyth-0.7.1-r1.ebuild             |   37 --------------------
 4 files changed, 0 insertions(+), 103 deletions(-)

diff --git a/media-libs/gmyth-upnp/gmyth-upnp-0.7.1.ebuild b/media-libs/gmyth-upnp/gmyth-upnp-0.7.1.ebuild
deleted file mode 100644
index db0bc89..0000000
--- a/media-libs/gmyth-upnp/gmyth-upnp-0.7.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/gmyth-0.7.ebuild,v 1.4 2008/08/08 19:29:34 maekke Exp $
-
-inherit libtool
-
-IUSE="debug"
-LICENSE="LGPL-2"
-DESCRIPTION="GObject based library to access mythtv backends"
-HOMEPAGE="http://gmyth.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gmyth/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-RDEPEND="net-libs/libupnp
-	dev-libs/glib
-	>=media-libs/gmyth-0.7"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_compile() {
-	econf $(use_enable debug)
-	emake || die "emake failed."
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed."
-	dodoc AUTHORS ChangeLog NEWS README
-}

diff --git a/media-libs/gmyth/files/gmyth-0.7.1-as-needed.patch b/media-libs/gmyth/files/gmyth-0.7.1-as-needed.patch
deleted file mode 100644
index 2fed1a8..0000000
--- a/media-libs/gmyth/files/gmyth-0.7.1-as-needed.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Patch author: Dominique Leuenberger (dimstar)
-Fixes building with -Wl,--as-nneded
-http://sourceforge.net/tracker/?func=detail&aid=3424823&group_id=177106&atid=879916
-
-Index: gmyth-0.7.1/samples/Makefile.am
-===================================================================
---- gmyth-0.7.1.orig/samples/Makefile.am
-+++ gmyth-0.7.1/samples/Makefile.am
-@@ -6,12 +6,10 @@ gmyth_cat_SOURCES = \
- gmyth_ls_SOURCES = \
-         gmyth_ls.c
- 
--LDADD = \
--        $(top_builddir)/gmyth/libgmyth.la
--
- AM_CFLAGS = -g
- 
- AM_LDFLAGS = \
-+        $(top_builddir)/gmyth/libgmyth.la \
-         @GLIB_LIBS@ @GOBJECT_LIBS@ @GTHREAD_LIBS@ @LIBCURL_LIBS@
- 
- INCLUDES = \

diff --git a/media-libs/gmyth/files/gmyth-0.7.1-types.h.patch b/media-libs/gmyth/files/gmyth-0.7.1-types.h.patch
deleted file mode 100644
index 0f66410..0000000
--- a/media-libs/gmyth/files/gmyth-0.7.1-types.h.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Patch author: Dominique Leuenberger (dimstar)
-Fixes building with >=curl-7.21.7
-http://sourceforge.net/tracker/?func=detail&aid=3424822&group_id=177106&atid=879916
-
-Index: gmyth-0.7.1/gmyth/gmyth_http.h
-===================================================================
---- gmyth-0.7.1.orig/gmyth/gmyth_http.h
-+++ gmyth-0.7.1/gmyth/gmyth_http.h
-@@ -42,7 +42,6 @@
- #include "gmyth_recprofile.h"
- 
- #include <curl/curl.h>
--#include <curl/types.h>
- #include <curl/easy.h>
- 
- G_BEGIN_DECLS

diff --git a/media-libs/gmyth/gmyth-0.7.1-r1.ebuild b/media-libs/gmyth/gmyth-0.7.1-r1.ebuild
deleted file mode 100644
index c5f7c89..0000000
--- a/media-libs/gmyth/gmyth-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/gmyth-0.7.ebuild,v 1.4 2008/08/08 19:29:34 maekke Exp $
-EAPI=4
-
-inherit autotools eutils libtool
-
-IUSE="debug static-libs"
-LICENSE="LGPL-2"
-DESCRIPTION="GObject based library to access mythtv backends"
-HOMEPAGE="http://gmyth.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gmyth/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-RDEPEND="net-misc/curl
-	dev-libs/glib
-	dev-libs/libxml2
-	|| ( dev-db/mysql[minimal] virtual/mysql )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	# bug #386889; http://sourceforge.net/tracker/?func=detail&aid=3424822&group_id=177106&atid=879916
-	epatch "${FILESDIR}/${PN}-0.7.1-types.h.patch"
-	# http://sourceforge.net/tracker/?func=detail&aid=3424823&group_id=177106&atid=879916
-	epatch "${FILESDIR}/${PN}-0.7.1-as-needed.patch"
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable debug) $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	use static-libs || find "${D}" -name '*.la' -exec rm -f {} +
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-28 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 21:19 [gentoo-commits] proj/gnome:master commit in: media-libs/gmyth-upnp/, media-libs/gmyth/files/, media-libs/gmyth/ Gilles Dartiguelongue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox