summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-08-24 19:08:20 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-08-24 19:08:20 -0400
commitffadee993624977fe14ae5efa4abe4ee0aee2039 (patch)
tree514e9d96dad9f42dab05fb9b6fdc4665bd5c6a0b /net-irc
parentnet-dialup/capifwd: new revision sans eutils.eclass. (diff)
downloadgentoo-ffadee993624977fe14ae5efa4abe4ee0aee2039.tar.gz
gentoo-ffadee993624977fe14ae5efa4abe4ee0aee2039.tar.bz2
gentoo-ffadee993624977fe14ae5efa4abe4ee0aee2039.zip
net-irc/dccserver: new revision with EAPI=6.
This new revision updates the EAPI, and drops src_install. Everything seems to work identically to the previous revision, so the einstall from that revision (and bug 521588) was superfluous. Gentoo-Bug: 521588 Package-Manager: portage-2.2.28
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/dccserver/dccserver-0.5-r1.ebuild16
1 files changed, 16 insertions, 0 deletions
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 000000000000..f5eb7e85f283
--- /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=""