commit: d77ddb6258b864861ae8a82738c1a657925d1866 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Jul 13 17:14:53 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Jul 13 17:14:53 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=d77ddb62
[net-im/tox-core] Drop unused and probably broken version. net-im/tox-core/metadata.xml | 16 ------------ net-im/tox-core/tox-core-9999.ebuild | 50 ------------------------------------ 2 files changed, 66 deletions(-) diff --git a/net-im/tox-core/metadata.xml b/net-im/tox-core/metadata.xml deleted file mode 100644 index 7d93b1a..0000000 --- a/net-im/tox-core/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>[email protected]</email> - <name>Manuel Rüger</name> - </maintainer> - <longdescription> - Project Tox, also known as Tox, is a FOSS (Free and Open Source Software) instant messaging application aimed to replace Skype. - </longdescription> - <use> - <flag name='dht-bootstrap-daemon'>Dummy useflag, doesn't change anything.</flag> - <flag name='nacl'>Use nacl instead of libsodium</flag> - <flag name='ntox'>Build Ncurses frontend for tox</flag> - </use> -</pkgmetadata> diff --git a/net-im/tox-core/tox-core-9999.ebuild b/net-im/tox-core/tox-core-9999.ebuild deleted file mode 100644 index d48efbe..0000000 --- a/net-im/tox-core/tox-core-9999.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit autotools multilib eutils git-r3 - -DESCRIPTION="Free as in freedom Skype replacement" -HOMEPAGE="http://tox.im/" -EGIT_REPO_URI="https://github.com/irungentoo/ProjectTox-Core.git" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="" -IUSE="+dht-bootstrap-daemon -nacl +ntox static-libs test" - -RDEPEND=" - dht-bootstrap-daemon? ( dev-libs/libconfig ) - !nacl? ( dev-libs/libsodium ) - ntox? ( sys-libs/ncurses )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nacl? ( net-libs/nacl ) - test? ( dev-libs/check )" - -src_prepare() { - eautoreconf -} - -src_configure() { - econf \ - $(use_enable nacl) \ - $(use_enable test tests) \ - $(use_enable ntox) \ - $(use_enable dht-bootstrap-daemon) \ - $(use_enable static-libs static) \ - --with-nacl-headers=/usr/include/nacl \ - --with-nacl-libs=/usr/$(get_libdir)/nacl -} - -src_install() { - default - prune_libtool_files -} - -pkg_postinst() { - elog "DHT node list is available via https://gist.github.com/Proplex/6124860" - elog "or in #tox @ irc.freenode.org" -}
