From 8aec5952511f49a6b7e784b78e7f9d3bf623adb4 Mon Sep 17 00:00:00 2001 From: Igor Ulyanov Date: Sat, 2 Aug 2014 16:59:55 +0400 Subject: tox unneded with tox-core available --- net-libs/tox/Manifest | 2 -- net-libs/tox/metadata.xml | 13 -------- net-libs/tox/tox-9999.ebuild | 71 -------------------------------------------- 3 files changed, 86 deletions(-) delete mode 100644 net-libs/tox/Manifest delete mode 100644 net-libs/tox/metadata.xml delete mode 100644 net-libs/tox/tox-9999.ebuild diff --git a/net-libs/tox/Manifest b/net-libs/tox/Manifest deleted file mode 100644 index 4880dd7..0000000 --- a/net-libs/tox/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD tox-9999.ebuild 1528 SHA256 656c024424a4f8624d3a099ba54635e60ebba332ebe41274583f262616eadd60 SHA512 00d56254f20ed536b04ab385aaa296924b6116212e1bafdff51cb775cfc75dd85ac2d5f234e7ed6612ebf7e360bbbd1c069894aec272a990f55ea2daadbea98f WHIRLPOOL f10a0a24c47f4f5f41d9c8466bf1a72180174ce7fd49fd853f96a1490ed1f92eb89861843edc707cf3a807cb845fef755c6f9fd7978e5a1b4fba5ddb63d7010d -MISC metadata.xml 459 SHA256 dbf0683c777c7b689ea37d486bfb91ee02c0b7e41c5c4fcc7873677ef151da51 SHA512 20276253600f3f08ce13e980e857f727d599a1535d147cb0e69ffc267af674bf30f61508aa34bfd8aa26872e5c6d7c2dc67ef60bbd55636a6291bea4a9044a63 WHIRLPOOL 7cce79c373ee0e8db69418d8303ffb0259f25bc778f5a6addaa40775cd86b25d1b6eed84829a29d2f84481ab6a0fc0ff43b9a1db162ebfd2857f28ea24e564f2 diff --git a/net-libs/tox/metadata.xml b/net-libs/tox/metadata.xml deleted file mode 100644 index 57ae758..0000000 --- a/net-libs/tox/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - emery@fuzzlabs.org - Emery Hemingway - - - Build against net-libs/nacl - Build DHT bootstrap daemon - Build against net-libs/libsodium - - diff --git a/net-libs/tox/tox-9999.ebuild b/net-libs/tox/tox-9999.ebuild deleted file mode 100644 index 955ce8c..0000000 --- a/net-libs/tox/tox-9999.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit autotools-multilib git-r3 - -EGIT_REPO_URI="https://github.com/irungentoo/ProjectTox-Core" - -DESCRIPTION="Free as in freedom Skype replacement" -HOMEPAGE="http://tox.im" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="" -IUSE="+av logging nacl static-libs test" - -REQUIRED_USE="nacl? ( static-libs )" - -RDEPEND=" - nacl? ( net-libs/nacl[${MULTILIB_USEDEP}] ) - !nacl? ( dev-libs/libsodium[${MULTILIB_USEDEP}] ) - av? ( - media-libs/opus[${MULTILIB_USEDEP}] - media-libs/libvpx[${MULTILIB_USEDEP}] - ) -" -DEPEND=" - ${RDEPEND} - dev-libs/libconfig - sys-devel/automake - sys-devel/libtool -" -AUTOTOOLS_AUTORECONF="yes" - -src_prepare() { - # Disabling sample DHT_bootstrap node. Emerge tox-bootstrap-daemon instead - sed \ - -e "s#.*other/Makefile.inc##" \ - -i build/Makefile.am - - autotools-multilib_src_prepare -} - -multilib_src_configure() { - local myeconfargs=( - $(use_enable test testing) - $(use_enable av) - $(use_enable nacl) - $(use_with nacl nacl-headers /usr/include/nacl) - $(use_with nacl nacl-libs /usr/$(get_libdir)/nacl) - $(use_enable logging) - $(use_enable static-libs static) - --disable-ntox - --disable-daemon - ) - autotools-utils_src_configure -} - -src_configure() { - autotools-multilib_src_configure -} - -pkg_postinst() { - use nacl && ( - ewarn "Although NaCl-linked tox is faster in crypto-things, NaCl-build is" - ewarn "not portable (you'll be unable to ship binary packages to another machine)." - ) -} - -- cgit v1.2.3-65-gdbad