Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/
Date: Thu, 26 Jan 2017 10:56:37
Message-Id: 1485428117.91ef0dcccdff8ace60cfacc0b7dfec230d106b1d.leio@gentoo
1 commit: 91ef0dcccdff8ace60cfacc0b7dfec230d106b1d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 09:30:06 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 10:55:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ef0dcc
7
8 net-libs/farstream: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-libs/farstream/Manifest | 1 -
13 net-libs/farstream/farstream-0.2.7.ebuild | 67 -------------------------------
14 net-libs/farstream/farstream-0.2.8.ebuild | 65 ------------------------------
15 3 files changed, 133 deletions(-)
16
17 diff --git a/net-libs/farstream/Manifest b/net-libs/farstream/Manifest
18 index a9f35b0..87d1334 100644
19 --- a/net-libs/farstream/Manifest
20 +++ b/net-libs/farstream/Manifest
21 @@ -1,3 +1,2 @@
22 DIST farstream-0.1.2.tar.gz 1265972 SHA256 fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9 SHA512 7d9ddde5d17205752a17298fb90cf855a828b2ae58746fbdc7e47749cee5e5eac4fd56f97f58251a5d253901cdd555e9cfade6016b6d92df99daefbe850e2910 WHIRLPOOL 273d20082152ff09adf8e64481b1b7c7ba7e6a24fc09addc219880fbee7f1e6b9845ce727c032fa3c364e8d2440736fd0324015426591b7e9766f11054828294
23 -DIST farstream-0.2.7.tar.gz 1309470 SHA256 dad0ed43cf94e71df558c23825abe57db59d1ee8d970ffaec5e2dbc2e7acbf7d SHA512 98c72eb9045bf7d0ee7d38fc1d7eea0b8ad942fc39843df075bf6f61bc0bed619aafb36ae08d55a6e61265bd47137ec75ffbfc2846c7cbcb4cbef187844426d8 WHIRLPOOL 515901c25aab04c5c7ae91a96285e36095844d730cf38e4f4f9aabfaeb7ed09a0a4ba5eddbfcb1b7c8ff52ed7f7f16cb7a7a2814d29953d8d5097bb06dd95abc
24 DIST farstream-0.2.8.tar.gz 1315548 SHA256 2b3b9c6b4f64ace8c83e03d1da5c5a2884c1cae10b35471072b574201ab38908 SHA512 7ec5c57f8778f4107cb628dbf411e38b726152cf78920127dff4423239ff7e4980b6b4f938abba2aa21ab984b1e3053e7e648611322a0ce94df0af576df99a7e WHIRLPOOL 70772016e9c6fcdf64dc2ec32cafe074ef7fa193cae7114625ab0c2501fcdd1f8eccc4e98a31bb0d69ee58047602951259970797183d5dba065f28fe920dbf71
25
26 diff --git a/net-libs/farstream/farstream-0.2.7.ebuild b/net-libs/farstream/farstream-0.2.7.ebuild
27 deleted file mode 100644
28 index 1bd6a72..00000000
29 --- a/net-libs/farstream/farstream-0.2.7.ebuild
30 +++ /dev/null
31 @@ -1,67 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -GCONF_DEBUG="no"
38 -GNOME2_LA_PUNT="yes"
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit gnome2 python-any-r1
42 -
43 -DESCRIPTION="Audio/video conferencing framework specifically designed for instant messengers"
44 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream"
45 -SRC_URI="https://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="LGPL-2.1+"
48 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
49 -IUSE="+introspection test upnp"
50 -
51 -SLOT="0.2/5" # .so version
52 -
53 -# Tests need shmsink from gst-plugins-bad, which isn't packaged
54 -# FIXME: do an out-of-tree build for tests if USE=-msn
55 -RESTRICT="test"
56 -
57 -COMMONDEPEND="
58 - >=media-libs/gstreamer-1.4:1.0
59 - >=media-libs/gst-plugins-base-1.4:1.0
60 - >=dev-libs/glib-2.32:2
61 - >=net-libs/libnice-0.1.8
62 - introspection? ( >=dev-libs/gobject-introspection-0.10.11 )
63 - upnp? ( >=net-libs/gupnp-igd-0.2:= )
64 -"
65 -RDEPEND="${COMMONDEPEND}
66 - >=media-libs/gst-plugins-good-1.4:1.0
67 - >=media-libs/gst-plugins-bad-1.4:1.0
68 - media-plugins/gst-plugins-libnice:1.0
69 -"
70 -DEPEND="${COMMONDEPEND}
71 - ${PYTHON_DEPS}
72 - >=dev-util/gtk-doc-am-1.18
73 - virtual/pkgconfig
74 - test? (
75 - media-libs/gst-plugins-base:1.0[vorbis]
76 - media-libs/gst-plugins-good:1.0 )
77 -"
78 -
79 -pkg_setup() {
80 - python-any-r1_pkg_setup
81 -}
82 -
83 -src_configure() {
84 - plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
85 - gnome2_src_configure \
86 - --disable-static \
87 - $(use_enable introspection) \
88 - $(use_enable upnp gupnp) \
89 - --with-plugins=${plugins}
90 -}
91 -
92 -src_compile() {
93 - # Prevent sandbox violations, bug #539224
94 - # https://bugzilla.gnome.org/show_bug.cgi?id=744135
95 - # https://bugzilla.gnome.org/show_bug.cgi?id=744134
96 - addpredict /dev
97 - gnome2_src_compile
98 -}
99
100 diff --git a/net-libs/farstream/farstream-0.2.8.ebuild b/net-libs/farstream/farstream-0.2.8.ebuild
101 deleted file mode 100644
102 index aadc61c..00000000
103 --- a/net-libs/farstream/farstream-0.2.8.ebuild
104 +++ /dev/null
105 @@ -1,65 +0,0 @@
106 -# Copyright 1999-2016 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -# $Id$
109 -
110 -EAPI=6
111 -GNOME2_LA_PUNT="yes"
112 -PYTHON_COMPAT=( python2_7 )
113 -
114 -inherit gnome2 python-any-r1
115 -
116 -DESCRIPTION="Audio/video conferencing framework specifically designed for instant messengers"
117 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream"
118 -SRC_URI="https://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz"
119 -
120 -LICENSE="LGPL-2.1+"
121 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
122 -IUSE="+introspection test upnp"
123 -SLOT="0.2/5" # .so version
124 -
125 -# Tests need shmsink from gst-plugins-bad, which isn't packaged
126 -# FIXME: do an out-of-tree build for tests if USE=-msn
127 -RESTRICT="test"
128 -
129 -COMMONDEPEND="
130 - >=media-libs/gstreamer-1.4:1.0
131 - >=media-libs/gst-plugins-base-1.4:1.0
132 - >=dev-libs/glib-2.32:2
133 - >=net-libs/libnice-0.1.8
134 - introspection? ( >=dev-libs/gobject-introspection-0.10.11:= )
135 - upnp? ( >=net-libs/gupnp-igd-0.2:= )
136 -"
137 -RDEPEND="${COMMONDEPEND}
138 - >=media-libs/gst-plugins-good-1.4:1.0
139 - >=media-libs/gst-plugins-bad-1.4:1.0
140 - media-plugins/gst-plugins-libnice:1.0
141 -"
142 -DEPEND="${COMMONDEPEND}
143 - ${PYTHON_DEPS}
144 - >=dev-util/gtk-doc-am-1.18
145 - virtual/pkgconfig
146 - test? (
147 - media-libs/gst-plugins-base:1.0[vorbis]
148 - media-libs/gst-plugins-good:1.0 )
149 -"
150 -
151 -pkg_setup() {
152 - python-any-r1_pkg_setup
153 -}
154 -
155 -src_configure() {
156 - plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
157 - gnome2_src_configure \
158 - --disable-static \
159 - $(use_enable introspection) \
160 - $(use_enable upnp gupnp) \
161 - --with-plugins=${plugins}
162 -}
163 -
164 -src_compile() {
165 - # Prevent sandbox violations, bug #539224
166 - # https://bugzilla.gnome.org/show_bug.cgi?id=744135
167 - # https://bugzilla.gnome.org/show_bug.cgi?id=744134
168 - addpredict /dev
169 - gnome2_src_compile
170 -}