Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sock/
Date: Fri, 01 Sep 2017 21:46:45
Message-Id: 1504302399.599564aba85eaf022a83e637e407333b89087007.monsieurp@gentoo
1 commit: 599564aba85eaf022a83e637e407333b89087007
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 1 21:46:15 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 1 21:46:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599564ab
7
8 net-misc/sock: EAPI 6 bump.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 net-misc/sock/sock-1.1-r1.ebuild | 17 +++++++++++++++++
13 1 file changed, 17 insertions(+)
14
15 diff --git a/net-misc/sock/sock-1.1-r1.ebuild b/net-misc/sock/sock-1.1-r1.ebuild
16 new file mode 100644
17 index 00000000000..6ab67020c39
18 --- /dev/null
19 +++ b/net-misc/sock/sock-1.1-r1.ebuild
20 @@ -0,0 +1,17 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +DESCRIPTION="A shell interface to network sockets"
27 +SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/${P}.tar.gz"
28 +HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/linux.shtml"
29 +KEYWORDS="~amd64 ~sparc ~x86"
30 +LICENSE="GPL-2"
31 +SLOT="0"
32 +
33 +src_install () {
34 + dobin "${PN}"
35 + doman "${PN}.1"
36 + einstalldocs
37 +}