* [gentoo-commits] repo/gentoo:master commit in: net-misc/ytalk/files/, net-misc/ytalk/
@ 2018-01-27 18:44 Mikle Kolyada
0 siblings, 0 replies; only message in thread
From: Mikle Kolyada @ 2018-01-27 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 765c28e5fa2f5d497e3ebbdc9a0ab3f05cb5b751
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 18:43:44 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 18:43:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765c28e5
net-misc/ytalk: remove last rited package
Closes: https://bugs.gentoo.org/526900
net-misc/ytalk/Manifest | 1 -
net-misc/ytalk/files/ytalk-3.3.0-tinfo.patch | 47 ----------------------------
net-misc/ytalk/metadata.xml | 5 ---
net-misc/ytalk/ytalk-3.3.0-r1.ebuild | 28 -----------------
net-misc/ytalk/ytalk-3.3.0.ebuild | 26 ---------------
5 files changed, 107 deletions(-)
diff --git a/net-misc/ytalk/Manifest b/net-misc/ytalk/Manifest
deleted file mode 100644
index 24754315c63..00000000000
--- a/net-misc/ytalk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ytalk-3.3.0.tar.gz 137989 BLAKE2B 2ede9e6c7dab321d7311fff6f5d140e1f4b098cfb50edcd72d81ef7fbdda3bae6eb44c9380dc98ee1dc57510a27f8966ac723eda8baf701428b585a3543ebac3 SHA512 ee4c5b13b70c832899c9f62e1eb71e736b74812e6e47d56a9aad34fc5f8cd344d91c0ee9eb652eb11d9aa9578f51bd87213bc7181dfad9933e0fd73af363b8ef
diff --git a/net-misc/ytalk/files/ytalk-3.3.0-tinfo.patch b/net-misc/ytalk/files/ytalk-3.3.0-tinfo.patch
deleted file mode 100644
index bdfb2aa8aa4..00000000000
--- a/net-misc/ytalk/files/ytalk-3.3.0-tinfo.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -22,7 +22,6 @@
- esac
- AC_SUBST(SYSTEM_DEFS)
-
--AC_DEFINE_DIR([sysconfdir], [sysconfdir], [sysconfdir])
- AC_DEFINE_UNQUOTED(SYSTEM_YTALKRC, ["${sysconfdir}/ytalkrc"], ["Location of default ytalkrc file"])
-
- dnl Checks for programs.
-@@ -35,30 +34,12 @@
- AC_CHECK_SIZEOF(long)
- AC_CHECK_SIZEOF(u_int)
-
--ytalk_cv_curses=/usr
--AC_ARG_WITH(curses, AC_HELP_STRING([--with-curses=DIR], [Where curses is installed]),
-- [if test $withval != yes; then
-- ytalk_cv_curses=$withval
-- fi
-- if test x$ytalk_cv_curses != x/usr; then
-- LDFLAGS="-L${ytalk_cv_curses}/lib $LDFLAGS"
-- CPPFLAGS="$CPPFLAGS -I${ytalk_cv_curses}/include"
-- fi])
--
--AC_CHECK_LIB(ncurses, initscr,
-- [LIBS="$LIBS -lncurses"
-- if test x$ytalk_cv_curses = x/usr -a -d /usr/include/ncurses; then
-- CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
-- fi
-- AC_CHECK_HEADERS(ncurses.h)],
-- [CF_CURSES_LIBS])
--
--dnl Check for keypad()
--AC_CHECK_LIB(ncurses, keypad,
-- [AC_DEFINE(HAVE_KEYPAD, 1, [Define to 1 if you have keypad()])],
--[AC_CHECK_LIB(curses, keypad,
-- [AC_DEFINE(HAVE_KEYPAD, 1, [Define to 1 if you have keypad()])],
--[])])
-+PKG_CHECK_MODULES(ncurses, ncurses,
-+ LIBS="$LIBS $ncurses_LIBS"
-+ CFLAGS="$CFLAGS $ncurses_CFLAGS"
-+ AC_DEFINE(HAVE_KEYPAD, 1, [Define to 1 if you have keypad()]),
-+ AC_MSG_ERROR([Could not find ncurses])
-+)
-
- dnl Look for termios, and if that fails, try sgtty.
- AC_CHECK_FUNC(tcgetattr, [\
diff --git a/net-misc/ytalk/metadata.xml b/net-misc/ytalk/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/net-misc/ytalk/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-misc/ytalk/ytalk-3.3.0-r1.ebuild b/net-misc/ytalk/ytalk-3.3.0-r1.ebuild
deleted file mode 100644
index 68a755b4b33..00000000000
--- a/net-misc/ytalk/ytalk-3.3.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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
-}
diff --git a/net-misc/ytalk/ytalk-3.3.0.ebuild b/net-misc/ytalk/ytalk-3.3.0.ebuild
deleted file mode 100644
index f03dde55d34..00000000000
--- a/net-misc/ytalk/ytalk-3.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
-
-RDEPEND=">=sys-libs/ncurses-5.2:0="
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-
-DOCS=( ChangeLog INSTALL README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-tinfo.patch
- eautoreconf
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-27 18:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-27 18:44 [gentoo-commits] repo/gentoo:master commit in: net-misc/ytalk/files/, net-misc/ytalk/ Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox