mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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
This commit is contained in:
16
net-irc/dccserver/dccserver-0.5-r1.ebuild
Normal file
16
net-irc/dccserver/dccserver-0.5-r1.ebuild
Normal file
@@ -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=""
|
||||
Reference in New Issue
Block a user