summaryrefslogtreecommitdiff
path: root/net-misc/toxbot/toxbot-9999.ebuild
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-08-24 20:47:16 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-08-24 20:47:16 +0300
commit0c6710a5661dcb9d197d5dc6c5f22aeb03ba583d (patch)
tree2792107df1e29aa284f37a4302b05eed7689b6ed /net-misc/toxbot/toxbot-9999.ebuild
parent3a33f2966f834d3520b03df59018e3d0295fcc69 (diff)
Revert "[toxcore] adaugat toxcore"
This reverts commit 3a33f2966f834d3520b03df59018e3d0295fcc69.
Diffstat (limited to 'net-misc/toxbot/toxbot-9999.ebuild')
-rw-r--r--net-misc/toxbot/toxbot-9999.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-misc/toxbot/toxbot-9999.ebuild b/net-misc/toxbot/toxbot-9999.ebuild
deleted file mode 100644
index a6b52693..00000000
--- a/net-misc/toxbot/toxbot-9999.ebuild
+++ /dev/null
@@ -1,40 +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 toolchain-funcs
-
-DESCRIPTION="Tox groupchats bot"
-HOMEPAGE="https://github.com/JFreegman/ToxBot"
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/JFreegman/ToxBot.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="net-libs/tox[av]"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # Verbose build
- sed -i \
- -e 's/@$(CC)/$(CC)/' \
- Makefile || die
- epatch_user
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- USER_CFLAGS="${CFLAGS}" \
- USER_LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin "${S}/toxbot"
-}