Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/gmyth-upnp/, media-libs/gmyth/files/, media-libs/gmyth/
Date: Sun, 28 Oct 2012 21:19:39
Message-Id: 1351459097.cbe3c39f88365620a37fff6fc767cd7cf62dc7e1.eva@gentoo
1 commit: cbe3c39f88365620a37fff6fc767cd7cf62dc7e1
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 28 21:18:17 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 21:18:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cbe3c39f
7
8 media-libs/gmyth*: remove
9
10 Per gentoo-x86 mask:
11 Dead upstream, fails tests (#315565), wasn't updated
12 for recent MythTV versions. Removal in a month.
13
14 ---
15 media-libs/gmyth-upnp/gmyth-upnp-0.7.1.ebuild | 28 ---------------
16 media-libs/gmyth/files/gmyth-0.7.1-as-needed.patch | 22 ------------
17 media-libs/gmyth/files/gmyth-0.7.1-types.h.patch | 16 --------
18 media-libs/gmyth/gmyth-0.7.1-r1.ebuild | 37 --------------------
19 4 files changed, 0 insertions(+), 103 deletions(-)
20
21 diff --git a/media-libs/gmyth-upnp/gmyth-upnp-0.7.1.ebuild b/media-libs/gmyth-upnp/gmyth-upnp-0.7.1.ebuild
22 deleted file mode 100644
23 index db0bc89..0000000
24 --- a/media-libs/gmyth-upnp/gmyth-upnp-0.7.1.ebuild
25 +++ /dev/null
26 @@ -1,28 +0,0 @@
27 -# Copyright 1999-2008 Gentoo Foundation
28 -# Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/gmyth-0.7.ebuild,v 1.4 2008/08/08 19:29:34 maekke Exp $
30 -
31 -inherit libtool
32 -
33 -IUSE="debug"
34 -LICENSE="LGPL-2"
35 -DESCRIPTION="GObject based library to access mythtv backends"
36 -HOMEPAGE="http://gmyth.sourceforge.net/"
37 -SRC_URI="mirror://sourceforge/gmyth/${P}.tar.gz"
38 -KEYWORDS="~amd64 ~x86"
39 -SLOT="0"
40 -RDEPEND="net-libs/libupnp
41 - dev-libs/glib
42 - >=media-libs/gmyth-0.7"
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig"
45 -
46 -src_compile() {
47 - econf $(use_enable debug)
48 - emake || die "emake failed."
49 -}
50 -
51 -src_install() {
52 - emake DESTDIR="${D}" install || die "emake install failed."
53 - dodoc AUTHORS ChangeLog NEWS README
54 -}
55
56 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
57 deleted file mode 100644
58 index 2fed1a8..0000000
59 --- a/media-libs/gmyth/files/gmyth-0.7.1-as-needed.patch
60 +++ /dev/null
61 @@ -1,22 +0,0 @@
62 -Patch author: Dominique Leuenberger (dimstar)
63 -Fixes building with -Wl,--as-nneded
64 -http://sourceforge.net/tracker/?func=detail&aid=3424823&group_id=177106&atid=879916
65 -
66 -Index: gmyth-0.7.1/samples/Makefile.am
67 -===================================================================
68 ---- gmyth-0.7.1.orig/samples/Makefile.am
69 -+++ gmyth-0.7.1/samples/Makefile.am
70 -@@ -6,12 +6,10 @@ gmyth_cat_SOURCES = \
71 - gmyth_ls_SOURCES = \
72 - gmyth_ls.c
73 -
74 --LDADD = \
75 -- $(top_builddir)/gmyth/libgmyth.la
76 --
77 - AM_CFLAGS = -g
78 -
79 - AM_LDFLAGS = \
80 -+ $(top_builddir)/gmyth/libgmyth.la \
81 - @GLIB_LIBS@ @GOBJECT_LIBS@ @GTHREAD_LIBS@ @LIBCURL_LIBS@
82 -
83 - INCLUDES = \
84
85 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
86 deleted file mode 100644
87 index 0f66410..0000000
88 --- a/media-libs/gmyth/files/gmyth-0.7.1-types.h.patch
89 +++ /dev/null
90 @@ -1,16 +0,0 @@
91 -Patch author: Dominique Leuenberger (dimstar)
92 -Fixes building with >=curl-7.21.7
93 -http://sourceforge.net/tracker/?func=detail&aid=3424822&group_id=177106&atid=879916
94 -
95 -Index: gmyth-0.7.1/gmyth/gmyth_http.h
96 -===================================================================
97 ---- gmyth-0.7.1.orig/gmyth/gmyth_http.h
98 -+++ gmyth-0.7.1/gmyth/gmyth_http.h
99 -@@ -42,7 +42,6 @@
100 - #include "gmyth_recprofile.h"
101 -
102 - #include <curl/curl.h>
103 --#include <curl/types.h>
104 - #include <curl/easy.h>
105 -
106 - G_BEGIN_DECLS
107
108 diff --git a/media-libs/gmyth/gmyth-0.7.1-r1.ebuild b/media-libs/gmyth/gmyth-0.7.1-r1.ebuild
109 deleted file mode 100644
110 index c5f7c89..0000000
111 --- a/media-libs/gmyth/gmyth-0.7.1-r1.ebuild
112 +++ /dev/null
113 @@ -1,37 +0,0 @@
114 -# Copyright 1999-2008 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/gmyth-0.7.ebuild,v 1.4 2008/08/08 19:29:34 maekke Exp $
117 -EAPI=4
118 -
119 -inherit autotools eutils libtool
120 -
121 -IUSE="debug static-libs"
122 -LICENSE="LGPL-2"
123 -DESCRIPTION="GObject based library to access mythtv backends"
124 -HOMEPAGE="http://gmyth.sourceforge.net/"
125 -SRC_URI="mirror://sourceforge/gmyth/${P}.tar.gz"
126 -KEYWORDS="~amd64 ~x86"
127 -SLOT="0"
128 -RDEPEND="net-misc/curl
129 - dev-libs/glib
130 - dev-libs/libxml2
131 - || ( dev-db/mysql[minimal] virtual/mysql )"
132 -DEPEND="${RDEPEND}
133 - virtual/pkgconfig"
134 -
135 -src_prepare() {
136 - # bug #386889; http://sourceforge.net/tracker/?func=detail&aid=3424822&group_id=177106&atid=879916
137 - epatch "${FILESDIR}/${PN}-0.7.1-types.h.patch"
138 - # http://sourceforge.net/tracker/?func=detail&aid=3424823&group_id=177106&atid=879916
139 - epatch "${FILESDIR}/${PN}-0.7.1-as-needed.patch"
140 - eautoreconf
141 -}
142 -
143 -src_configure() {
144 - econf $(use_enable debug) $(use_enable static-libs static)
145 -}
146 -
147 -src_install() {
148 - default
149 - use static-libs || find "${D}" -name '*.la' -exec rm -f {} +
150 -}