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: 1508606914.6df6a2d2d8201608287ac7167b5141af716c90ac.monsieurp@gentoo
1 commit: 6df6a2d2d8201608287ac7167b5141af716c90ac
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 21 17:28:34 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 21 17:28:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df6a2d2
7
8 app-misc/nullmodem: EAPI 6 bump.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild | 12 ++++++++++++
13 1 file changed, 12 insertions(+)
14
15 diff --git a/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild b/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild
16 new file mode 100644
17 index 00000000000..25b0bf4a624
18 --- /dev/null
19 +++ b/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild
20 @@ -0,0 +1,12 @@
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 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"