commit: 6df6a2d2d8201608287ac7167b5141af716c90ac Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Oct 21 17:28:34 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Oct 21 17:28:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df6a2d2
app-misc/nullmodem: EAPI 6 bump. Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild b/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild new file mode 100644 index 00000000000..25b0bf4a624 --- /dev/null +++ b/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A Utility to loopback Pseudo-Terminals" +HOMEPAGE="http://www.ant.uni-bremen.de/whomes/rinas/nullmodem/" +SRC_URI="http://www.ant.uni-bremen.de/whomes/rinas/nullmodem/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86"
