diff --git a/net-irc/dccserver/dccserver-0.5-r1.ebuild b/net-irc/dccserver/dccserver-0.5-r1.ebuild new file mode 100644 index 0000000000000..f5eb7e85f283f --- /dev/null +++ b/net-irc/dccserver/dccserver-0.5-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="linux implementation of the mirc dccserver command" +HOMEPAGE="http://www.nih.at/dccserver/" +SRC_URI="${HOMEPAGE}${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND=""