Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/dccserver/
Date: Wed, 24 Aug 2016 23:10:06
Message-Id: 1472080100.ffadee993624977fe14ae5efa4abe4ee0aee2039.mjo@gentoo
1 commit: ffadee993624977fe14ae5efa4abe4ee0aee2039
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 23:08:20 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 23:08:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffadee99
7
8 net-irc/dccserver: new revision with EAPI=6.
9
10 This new revision updates the EAPI, and drops src_install. Everything
11 seems to work identically to the previous revision, so the einstall
12 from that revision (and bug 521588) was superfluous.
13
14 Gentoo-Bug: 521588
15
16 Package-Manager: portage-2.2.28
17
18 net-irc/dccserver/dccserver-0.5-r1.ebuild | 16 ++++++++++++++++
19 1 file changed, 16 insertions(+)
20
21 diff --git a/net-irc/dccserver/dccserver-0.5-r1.ebuild b/net-irc/dccserver/dccserver-0.5-r1.ebuild
22 new file mode 100644
23 index 00000000..f5eb7e8
24 --- /dev/null
25 +++ b/net-irc/dccserver/dccserver-0.5-r1.ebuild
26 @@ -0,0 +1,16 @@
27 +# Copyright 1999-2016 Gentoo Foundation
28 +# Distributed under the terms of the GNU General Public License v2
29 +# $Id$
30 +
31 +EAPI=6
32 +
33 +DESCRIPTION="linux implementation of the mirc dccserver command"
34 +HOMEPAGE="http://www.nih.at/dccserver/"
35 +SRC_URI="${HOMEPAGE}${P}.tar.gz"
36 +LICENSE="BSD"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~ppc ~x86"
39 +IUSE=""
40 +
41 +DEPEND=""
42 +RDEPEND=""