diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-08-24 20:47:16 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-08-24 20:47:16 +0300 |
commit | 0c6710a5661dcb9d197d5dc6c5f22aeb03ba583d (patch) | |
tree | 2792107df1e29aa284f37a4302b05eed7689b6ed /net-im/gtox/gtox-9999.ebuild | |
parent | 3a33f2966f834d3520b03df59018e3d0295fcc69 (diff) |
Revert "[toxcore] adaugat toxcore"
This reverts commit 3a33f2966f834d3520b03df59018e3d0295fcc69.
Diffstat (limited to 'net-im/gtox/gtox-9999.ebuild')
-rw-r--r-- | net-im/gtox/gtox-9999.ebuild | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/net-im/gtox/gtox-9999.ebuild b/net-im/gtox/gtox-9999.ebuild deleted file mode 100644 index 45661958..00000000 --- a/net-im/gtox/gtox-9999.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils git-2 cmake-utils - -DESCRIPTION="A GTK3 Tox-Client" -HOMEPAGE="https://github.com/kokutoru/gtox" -SRC_URI="" -EGIT_REPO_URI="git://github.com/kokutoru/gtox.git" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -#IUSE="+filter_audio gtk X" - -DEPEND=" - dev-util/cmake - >=sys-devel/gcc-4.9.0 - >=dev-cpp/gtkmm-3.16.0 - dev-libs/atk - dev-libs/glib:2 - dev-cpp/glibmm - dev-libs/flatbuffers - x11-libs/gtk+:3 - x11-libs/cairo[X] - x11-libs/pango[X] - x11-libs/libnotify - gnome-base/librsvg - dev-db/sqlite:3 - sys-devel/gettext - media-libs/libcanberra[gtk3,sound] - >=dev-cpp/gstreamermm-1.0.10 - net-libs/tox[av] - x11-libs/libX11" -RDEPEND="${DEPEND}" - -CMAKE_USE_DIR="${S}/src" - -src_prepare() { - cmake-utils_src_prepare -} - -src_configure() { - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install -} |