From 41e115fc1ef8286c41d434f3ac57ccf2b8711049 Mon Sep 17 00:00:00 2001 From: Igor Ulyanov Date: Tue, 17 Feb 2015 09:40:47 +0300 Subject: remove tox-es --- net-im/tox-core/Manifest | 1 - net-im/tox-core/tox-core-9999.ebuild | 53 -------------------------------- net-im/tox-gui-qt/Manifest | 1 - net-im/tox-gui-qt/tox-gui-qt-9999.ebuild | 37 ---------------------- net-im/utox/Manifest | 1 - net-im/utox/utox-9999.ebuild | 30 ------------------ net-im/venom/Manifest | 1 - net-im/venom/venom-9999.ebuild | 25 --------------- 8 files changed, 149 deletions(-) delete mode 100644 net-im/tox-core/Manifest delete mode 100644 net-im/tox-core/tox-core-9999.ebuild delete mode 100644 net-im/tox-gui-qt/Manifest delete mode 100644 net-im/tox-gui-qt/tox-gui-qt-9999.ebuild delete mode 100644 net-im/utox/Manifest delete mode 100644 net-im/utox/utox-9999.ebuild delete mode 100644 net-im/venom/Manifest delete mode 100644 net-im/venom/venom-9999.ebuild diff --git a/net-im/tox-core/Manifest b/net-im/tox-core/Manifest deleted file mode 100644 index 02b2b4c..0000000 --- a/net-im/tox-core/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD tox-core-9999.ebuild 1228 SHA256 82705ff9766a321316cac298e9dacf552eda751c19beb4cc9f65337114fc5137 SHA512 945f481666136a36124e3230f9ab09f8ff2d66d2ac6e507793f31bdcc10316d0c5f52e90db0c6ebe5f969bf85ea2fb003d6322e56b0a63662d89a7621a3f7519 WHIRLPOOL 406568b13136ed197287043d3dd5fff5280a7960f174e3122283eb840f7671295a159ae587e637c3f25b3af09ecdf8c8738367f343e992dbd2283183bfff0752 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 ce55711..0000000 --- a/net-im/tox-core/tox-core-9999.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit autotools flag-o-matic git-r3 multilib - -DESCRIPTION="Free as in freedom Skype replacement" -HOMEPAGE="http://tox.im/" -EGIT_REPO_URI="git://github.com/irungentoo/ProjectTox-Core.git - https://github.com/irungentoo/ProjectTox-Core.git" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="-nacl ncurses server +sodium static-libs test" -REQUIRED_USE="^^ ( nacl sodium )" - -RDEPEND="virtual/ffmpeg - nacl? ( virtual/nacl ) - ncurses? ( sys-libs/ncurses ) - sodium? ( dev-libs/libsodium )" -DEPEND="${RDEPEND} - test? ( dev-libs/check )" - -DOCS="README.md" - -src_prepare() { - eautoreconf -} - -src_configure() { - append-ldflags -Wl,-z,noexecstack - econf \ - $(use_enable nacl) \ - $(use_enable server dht-bootstrap-daemon) \ - $(use_enable test tests) \ - $(use_enable ncurses ntox) \ - $(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" -} diff --git a/net-im/tox-gui-qt/Manifest b/net-im/tox-gui-qt/Manifest deleted file mode 100644 index 5a24a16..0000000 --- a/net-im/tox-gui-qt/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD tox-gui-qt-9999.ebuild 607 SHA256 c9a0ddd11c2cc13889d08ca8a5b730881d7cef5d8751be204aca44cecff70d32 SHA512 27e0784f2e3563a84212748ddd16f49b759f3e9a87db93bcec7e948ccc76c1d06220de16108a3b8c2a46b540730b8846bc3da20ed740367fe89bb44810bc0a4b WHIRLPOOL 6e0ea066240f7c89a59db247df853fab5e5740f55b8cf3f6a92cc060fd02efe0ee2fe91f8449befeadb24c9b7d32b6396312add9cff7632696711182d5b98ec9 diff --git a/net-im/tox-gui-qt/tox-gui-qt-9999.ebuild b/net-im/tox-gui-qt/tox-gui-qt-9999.ebuild deleted file mode 100644 index ec3e4ad..0000000 --- a/net-im/tox-gui-qt/tox-gui-qt-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -EGIT_REPO_URI="git://github.com/nurupo/ProjectTox-Qt-GUI.git" - -inherit qmake-utils git-2 - -DESCRIPTION="A front end for ProjectTox Core written in Qt5 and C++." -HOMEPAGE="http://tox.im" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="-*" -IUSE="nacl" - -RDEPEND=" - net-im/tox-core - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND}" - -src_prepare() { - : -} - -src_configure() { - eqmake5 projectfiles/QtCreator/TOX-Qt-GUI.pro -} - -src_install() { - dobin TOX-Qt-GUI -} diff --git a/net-im/utox/Manifest b/net-im/utox/Manifest deleted file mode 100644 index e83a483..0000000 --- a/net-im/utox/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD utox-9999.ebuild 488 SHA256 9eb7f9a2b6718e1c3783515db2ad58ab19ff71447b123d4d83c54003ab96b34f SHA512 b092cb93d84ebae47d8ae182af2fcb5f2e1e08de4fef8d773d91b2d2ac9c6323d608a7bfdb1157ca39b236cf56b07d07e5544c2e6e3b45b7eaa03a6a909b0b35 WHIRLPOOL e42c6658f06d428a578e440f24b31f1899e62ddacb39ae62ad6e9bf2550157739cd099e4252c5396fefbcaebd274c48b62ce4ed41c86b14a2d92c7f6ca0367c7 diff --git a/net-im/utox/utox-9999.ebuild b/net-im/utox/utox-9999.ebuild deleted file mode 100644 index 82bdf9b..0000000 --- a/net-im/utox/utox-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -EGIT_REPO_URI="https://github.com/notsecure/uTox" - -inherit git-r3 toolchain-funcs - -DESCRIPTION="Lightweight Tox GUI client" -HOMEPAGE="http://utox.org" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND=" - media-libs/openal - net-im/tox-core - media-libs/libv4l - x11-libs/libX11 -" -DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}/usr" install -} - diff --git a/net-im/venom/Manifest b/net-im/venom/Manifest deleted file mode 100644 index 470070e..0000000 --- a/net-im/venom/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD venom-9999.ebuild 482 SHA256 b87fdba09113893e94175e5d79b1080508b45cfd7d5ccd0bf82c955212dc2ade SHA512 19f92c57416d87e654fe0ffbdef2584d2948321a6395e946d05eb188ab0df99a176b48d5211d1919f6fa8a4a11e39ed7869bcb3a932e142f325c92ffdcaef703 WHIRLPOOL 486c5d3af21c7228f8fb91e38d65ebc09a4259fea3396f5123a83419e485e751384b39a7b4811cb2389fef7ccfeb2252c21ffbb5ffd4f9a03945e45c821f4530 diff --git a/net-im/venom/venom-9999.ebuild b/net-im/venom/venom-9999.ebuild deleted file mode 100644 index 4148380..0000000 --- a/net-im/venom/venom-9999.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils git-r3 vala - -DESCRIPTION="Vala/Gtk+ graphical user interface for Tox" - -HOMEPAGE="http://wiki.tox.im/Venom" -EGIT_REPO_URI="https://github.com/naxuroqa/Venom.git" - - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-libs/json-glib - dev-db/sqlite - net-im/tox-core - >=x11-libs/gtk+-3.4:3 - $(vala_depend)" -RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad