Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sock/
Date: Thu, 22 Feb 2018 09:14:28
Message-Id: 1519290853.333e5fb3cdee6064fcce5a490400e94811530c57.kensington@gentoo
1 commit: 333e5fb3cdee6064fcce5a490400e94811530c57
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 09:12:39 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 09:14:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=333e5fb3
7
8 net-misc/sock: remove 1.1-r0
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-misc/sock/sock-1.1.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/net-misc/sock/sock-1.1.ebuild b/net-misc/sock/sock-1.1.ebuild
16 deleted file mode 100644
17 index 22501bbca62..00000000000
18 --- a/net-misc/sock/sock-1.1.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2008 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -DESCRIPTION="A shell interface to network sockets"
25 -SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/${P}.tar.gz"
26 -HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/linux.shtml"
27 -KEYWORDS="amd64 sparc x86"
28 -IUSE=""
29 -LICENSE="GPL-2"
30 -SLOT="0"
31 -
32 -DEPEND=""
33 -RDEPEND=""
34 -
35 -src_install () {
36 - dobin sock
37 - doman sock.1
38 - dodoc README ChangeLog
39 -}