net-misc/ytalk: EAPI 6 bump.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 16 Sep 2017 08:30:30 +0000 (10:30 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 16 Sep 2017 08:30:30 +0000 (10:30 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

net-misc/ytalk/ytalk-3.3.0-r1.ebuild [new file with mode: 0644]

diff --git a/net-misc/ytalk/ytalk-3.3.0-r1.ebuild b/net-misc/ytalk/ytalk-3.3.0-r1.ebuild
new file mode 100644 (file)
index 0000000..68a755b
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+DESCRIPTION="Multi-user replacement for UNIX talk"
+HOMEPAGE="http://www.impul.se/ytalk/"
+SRC_URI="http://www.impul.se/ytalk/${P}.tar.gz"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+       sys-libs/ncurses:0="
+
+DEPEND="
+       ${RDEPEND}
+       virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${P}-tinfo.patch )
+
+src_prepare() {
+       default
+       eautoreconf
+}