Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/nullmodem/
Date: Sat, 21 Oct 2017 17:31:41
Message-Id: 1508606933.f0d0886420f4acf5e5ad8f0a07baa6ecf637b57f.monsieurp@gentoo
1 commit: f0d0886420f4acf5e5ad8f0a07baa6ecf637b57f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 21 17:28:53 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 21 17:28:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d08864
7
8 app-misc/nullmodem: clean up old.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-misc/nullmodem/nullmodem-0.0.6.ebuild | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/app-misc/nullmodem/nullmodem-0.0.6.ebuild b/app-misc/nullmodem/nullmodem-0.0.6.ebuild
16 deleted file mode 100644
17 index 9d2ddc91ac3..00000000000
18 --- a/app-misc/nullmodem/nullmodem-0.0.6.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="2"
25 -
26 -DESCRIPTION="A Utility to loopback Pseudo-Terminals"
27 -HOMEPAGE="http://www.ant.uni-bremen.de/whomes/rinas/nullmodem/"
28 -SRC_URI="http://www.ant.uni-bremen.de/whomes/rinas/nullmodem/download/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34 -
35 -src_install() {
36 - emake install DESTDIR="${D}" || die
37 - dodoc ChangeLog README || die
38 -}