diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/farstream/Manifest | 2 | ||||
-rw-r--r-- | net-libs/farstream/farstream-0.1.1.ebuild | 72 | ||||
-rw-r--r-- | net-libs/libsocialweb/Manifest | 2 | ||||
-rw-r--r-- | net-libs/libsocialweb/libsocialweb-0.25.20-r1.ebuild | 77 | ||||
-rw-r--r-- | net-libs/telepathy-farstream/Manifest | 2 | ||||
-rw-r--r-- | net-libs/telepathy-farstream/telepathy-farstream-0.2.1.ebuild | 64 |
6 files changed, 0 insertions, 219 deletions
diff --git a/net-libs/farstream/Manifest b/net-libs/farstream/Manifest deleted file mode 100644 index 80b6bef7..00000000 --- a/net-libs/farstream/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST farstream-0.1.1.tar.gz 1262988 RMD160 acb052add06f57ca92efbaf39a607f4c584746ba SHA1 1b10c6f735f05b5c6f77753036daa3940de8284b SHA256 7b88a0730fbdd03297295574a613409790bf751d578690d7072cbf2be3f9ad52 -EBUILD farstream-0.1.1.ebuild 1842 RMD160 bfab50be9ff6180061ca027472a0b6624eb696b1 SHA1 778b44da393cc958c62380b93654f428d9197697 SHA256 5be5cd1259bce8fe06dc2f173267249082f7bb911441db7e904e7fbebcd2f831 diff --git a/net-libs/farstream/farstream-0.1.1.ebuild b/net-libs/farstream/farstream-0.1.1.ebuild deleted file mode 100644 index 62ecdc39..00000000 --- a/net-libs/farstream/farstream-0.1.1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" -PYTHON_DEPEND="2" - -inherit python - -DESCRIPTION="Farsight2 is an audio/video conferencing framework specifically designed for Instant Messengers." -HOMEPAGE="http://farsight.freedesktop.org/" -SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="python msn upnp" -# IUSE="python test msn upnp" - -SLOT="0" - -# Tests often fail due to races -RESTRICT="test" - -COMMONDEPEND=">=media-libs/gstreamer-0.10.33 - >=media-libs/gst-plugins-base-0.10.33 - >=dev-libs/glib-2.26:2 - >=net-libs/libnice-0.1.0[gstreamer] - python? ( - >=dev-python/pygobject-2.16:2 - >=dev-python/gst-python-0.10.10 ) - upnp? ( net-libs/gupnp-igd )" - -RDEPEND="${COMMONDEPEND} - >=media-libs/gst-plugins-good-0.10.17 - >=media-libs/gst-plugins-bad-0.10.17 - msn? ( >=media-plugins/gst-plugins-mimic-0.10.17 )" - -DEPEND="${COMMONDEPEND} - dev-util/pkgconfig" -# test? ( media-plugins/gst-plugins-vorbis -# media-plugins/gst-plugins-speex ) - -pkg_setup() { - python_set_active_version 2 -} - -src_configure() { - plugins="fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate" - use msn && plugins="${plugins},fsmsnconference" - econf --disable-static \ - $(use_enable python) \ - $(use_enable upnp gupnp) \ - --with-plugins=${plugins} -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS README ChangeLog - - # Remove .la files since static libs are no longer being installed - find "${D}" -name '*.la' -exec rm -f '{}' + || die -} - -src_test() { - # FIXME: do an out-of-tree build for tests if USE=-msn - if ! use msn; then - elog "Tests disabled without msn use flag" - return - fi - - emake -j1 check -} diff --git a/net-libs/libsocialweb/Manifest b/net-libs/libsocialweb/Manifest deleted file mode 100644 index 773328b5..00000000 --- a/net-libs/libsocialweb/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libsocialweb-0.25.20.tar.xz 471464 RMD160 55292f28cfaf5edc58df23dacc66b971a6fcc40a SHA1 85021d882e54643ee54df73fbd8f255e9d2353ea SHA256 eb0078f44eb5fc4570fcee26c5670a433ca1bb83be0cead421a4a03e7d838ff5 -EBUILD libsocialweb-0.25.20-r1.ebuild 1913 RMD160 0a434012d6944a7ff091ffb3423102464c5a9926 SHA1 edb283cb2224a879b8462cd2403582f09fc3b3d4 SHA256 7a84864cbbcc88a83fc3a11ee58c4ec4c0912f4f62302e74e7f0cecb3c417525 diff --git a/net-libs/libsocialweb/libsocialweb-0.25.20-r1.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.20-r1.ebuild deleted file mode 100644 index e77815c4..00000000 --- a/net-libs/libsocialweb/libsocialweb-0.25.20-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -PYTHON_DEPEND="2" - -inherit gnome2 python - -DESCRIPTION="Social web services integration framework" -HOMEPAGE="http://git.gnome.org/browse/libsocialweb" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc connman +gnome +introspection +networkmanager vala" - -# NOTE: coverage testing should not be enabled -RDEPEND=">=dev-libs/glib-2.14:2 - >=net-libs/rest-0.7.10 - - gnome-base/gconf:2 - gnome-base/libgnome-keyring - dev-libs/dbus-glib - dev-libs/json-glib - net-libs/libsoup:2.4 - - gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) - networkmanager? ( net-misc/networkmanager ) - !networkmanager? ( connman? ( net-misc/connman ) )" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.15 - >=dev-util/intltool-0.40 - dev-util/pkgconfig - sys-devel/gettext - doc? ( - dev-libs/libxslt - >=dev-util/gtk-doc-1.15 ) - vala? ( - dev-lang/vala:0.14[vapigen] - >=dev-libs/gobject-introspection-0.9.6 )" - -# Introspection is needed for vala bindings -REQUIRED_USE="vala? ( introspection )" - -pkg_setup() { - # TODO: enable sys-apps/keyutils support (--without-kernel-keyring) - G2CONF="${G2CONF} - --disable-static - --disable-gcov - --without-kernel-keyring - --enable-all-services - $(use_enable introspection) - $(use_enable vala vala-bindings) - $(use_with gnome) - VALAC=$(type -P valac-0.14) - VAPIGEN=$(type -P vapigen-0.14) - --with-online=always" - - # NetworkManager always overrides connman support - use connman && G2CONF="${G2CONF} --with-online=connman" - use networkmanager && G2CONF="${G2CONF} --with-online=networkmanager" - - DOCS="AUTHORS README TODO" - - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - gnome2_src_prepare - - python_convert_shebangs 2 "${S}/tools/glib-ginterface-gen.py" -} diff --git a/net-libs/telepathy-farstream/Manifest b/net-libs/telepathy-farstream/Manifest deleted file mode 100644 index 26ff92ab..00000000 --- a/net-libs/telepathy-farstream/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST telepathy-farstream-0.2.1.tar.gz 639293 RMD160 3167bb0d7e39d4bb4bd48974da9911e915b8332c SHA1 3e6221655cfd244cd0e5563f05bede10b3cff597 SHA256 01a0b66fc2d016a7e5b54f02797ad7134b0485e7a6398c3e3c11824a31e94d0c -EBUILD telepathy-farstream-0.2.1.ebuild 1605 RMD160 a32e86a3aa9fdc5de718d582137dc6dcc74eec62 SHA1 e123487e4903e49604eb88efdc1f23a5175df936 SHA256 084dec568dd12cb7fcdd67d84511dd52d3ef5dd73e26310db9ac39f082ecc2cd diff --git a/net-libs/telepathy-farstream/telepathy-farstream-0.2.1.ebuild b/net-libs/telepathy-farstream/telepathy-farstream-0.2.1.ebuild deleted file mode 100644 index f1d6fb75..00000000 --- a/net-libs/telepathy-farstream/telepathy-farstream-0.2.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.1.2.ebuild,v 1.3 2012/01/14 17:47:16 maekke Exp $ - -EAPI="4" -PYTHON_DEPEND="python? 2:2.5" -PYTHON_USE_WITH="xml" -PYTHON_USE_WITH_OPT="python" - -inherit python - -DESCRIPTION="Telepathy client library that uses Farsight2 to handle Call channels" -HOMEPAGE="http://telepathy.freedesktop.org" -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples python" - -RDEPEND=">=dev-libs/glib-2.16:2 - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.60 - >=net-libs/telepathy-glib-0.13.4 - >=net-libs/farstream-0.1.1 - python? ( - >=dev-python/pygobject-2.12.0:2 - >=dev-python/gst-python-0.10.10 )" -# python2 is needed at build time in all cases -DEPEND="${RDEPEND} - !python? ( =dev-lang/python-2*[xml] )" - -pkg_setup() { - # Needed for xincludator.py at build time even if USE=-python - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - if use python; then - python_convert_shebangs -r 2 . - fi -} - -src_configure() { - econf $(use_enable python) --disable-static -} - -src_install() { - emake install DESTDIR="${D}" - dodoc AUTHORS ChangeLog NEWS README - - # Remove .la files since static libs are disabled - find "${D}" -name '*.la' -exec rm -f {} + || die - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/*.c - if use python; then - insinto /usr/share/doc/${PF}/examples/python - doins python/examples/*.py - fi - fi -} |