commit: 637e29cf85d1db7f9421cfb59fe7df831ef406b9 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Jul 13 17:14:37 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Jul 13 17:14:37 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=637e29cf
[net-im/toxic] Drop unused and probably broken version. net-im/toxic/metadata.xml | 8 -------- net-im/toxic/toxic-9999.ebuild | 32 -------------------------------- 2 files changed, 40 deletions(-) diff --git a/net-im/toxic/metadata.xml b/net-im/toxic/metadata.xml deleted file mode 100644 index bfcb697..0000000 --- a/net-im/toxic/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> diff --git a/net-im/toxic/toxic-9999.ebuild b/net-im/toxic/toxic-9999.ebuild deleted file mode 100644 index d524b40..0000000 --- a/net-im/toxic/toxic-9999.ebuild +++ /dev/null @@ -1,32 +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/Tox/toxic" - -inherit git-r3 multilib autotools-utils - -DESCRIPTION="Console client for Tox" -HOMEPAGE="https://github.com/tox/toxic" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="sys-libs/ncurses - net-im/tox-core - dev-libs/libsodium" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - eautoreconf -} - -pkg_postinst() { - elog "DHT node list is available via https://gist.github.com/Proplex/6124860" - elog "or in #tox @ irc.freenode.org" -}
