From 78e0c4207e9e9e0241f790c89c85dadfda4a7ec9 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 4 Jan 2005 04:47:58 +0000 Subject: version bump which fixes the disable-X issue. Thanks again to Andreas Kling in bug #76334 by Danek Duvall --- net-misc/ytalk/ChangeLog | 14 ++++++++++---- net-misc/ytalk/files/digest-ytalk-3.1.6 | 1 - net-misc/ytalk/files/digest-ytalk-3.2.0 | 1 + net-misc/ytalk/ytalk-3.1.1.ebuild | 4 ++-- net-misc/ytalk/ytalk-3.1.6.ebuild | 29 ----------------------------- net-misc/ytalk/ytalk-3.2.0.ebuild | 29 +++++++++++++++++++++++++++++ 6 files changed, 42 insertions(+), 36 deletions(-) delete mode 100644 net-misc/ytalk/files/digest-ytalk-3.1.6 create mode 100644 net-misc/ytalk/files/digest-ytalk-3.2.0 delete mode 100644 net-misc/ytalk/ytalk-3.1.6.ebuild create mode 100644 net-misc/ytalk/ytalk-3.2.0.ebuild (limited to 'net-misc/ytalk') diff --git a/net-misc/ytalk/ChangeLog b/net-misc/ytalk/ChangeLog index a978ba6eead5..ac352655208f 100644 --- a/net-misc/ytalk/ChangeLog +++ b/net-misc/ytalk/ChangeLog @@ -1,12 +1,18 @@ # ChangeLog for net-misc/ytalk -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ChangeLog,v 1.13 2004/12/30 17:46:16 seemant Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ChangeLog,v 1.14 2005/01/04 04:47:58 seemant Exp $ + +*ytalk-3.2.0 (03 Jan 2005) + + 03 Jan 2005; Seemant Kulleen +ytalk-3.2.0.ebuild: + version bump which fixes the disable-X issue. Thanks again to Andreas Kling + in bug #76334 by Danek Duvall *ytalk-3.1.6 (30 Dec 2004) 30 Dec 2004; Seemant Kulleen +metadata.xml, ytalk-3.1.1.ebuild, +ytalk-3.1.6.ebuild: - version bump, thanks to Andreas King who I've listed as the + version bump, thanks to Andreas Kling who I've listed as the user-maintainer for this package 29 Dec 2004; Ciaran McCreesh : @@ -21,7 +27,7 @@ 01 Jul 2004; Jon Hood ytalk-3.1.1.ebuild: change virtual/glibc to virtual/libc - 08 Jun 2004; Bryan Østergaard ytalk-3.1.1.ebuild: + 08 Jun 2004; Bryan Østergaard ytalk-3.1.1.ebuild: Stable on alpha. 14 Jan 2004; Aron Griffis ytalk-3.1.1.ebuild: diff --git a/net-misc/ytalk/files/digest-ytalk-3.1.6 b/net-misc/ytalk/files/digest-ytalk-3.1.6 deleted file mode 100644 index 0915262d8802..000000000000 --- a/net-misc/ytalk/files/digest-ytalk-3.1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3da905029e7dda52d3012365ecd2c47 ytalk-3.1.6.tar.gz 110046 diff --git a/net-misc/ytalk/files/digest-ytalk-3.2.0 b/net-misc/ytalk/files/digest-ytalk-3.2.0 new file mode 100644 index 000000000000..4e11af4df2cd --- /dev/null +++ b/net-misc/ytalk/files/digest-ytalk-3.2.0 @@ -0,0 +1 @@ +MD5 1bfc756a6a89a2c231af89f6dc2d121b ytalk-3.2.0.tar.gz 109320 diff --git a/net-misc/ytalk/ytalk-3.1.1.ebuild b/net-misc/ytalk/ytalk-3.1.1.ebuild index 0669661368a3..7cbc7713dbd8 100644 --- a/net-misc/ytalk/ytalk-3.1.1.ebuild +++ b/net-misc/ytalk/ytalk-3.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.1.1.ebuild,v 1.20 2004/12/30 17:46:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.1.1.ebuild,v 1.21 2005/01/04 04:47:58 seemant Exp $ DESCRIPTION="Multi-user replacement for UNIX talk" HOMEPAGE="http://www.iagora.com/~espel/ytalk/ytalk.html" diff --git a/net-misc/ytalk/ytalk-3.1.6.ebuild b/net-misc/ytalk/ytalk-3.1.6.ebuild deleted file mode 100644 index e453d55855a5..000000000000 --- a/net-misc/ytalk/ytalk-3.1.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.1.6.ebuild,v 1.1 2004/12/30 17:46:16 seemant Exp $ - -DESCRIPTION="Multi-user replacement for UNIX talk" -HOMEPAGE="http://www.impul.se/ytalk/" -SRC_URI="http://www.impul.se/ytalk/${P}.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" -IUSE="X" - -DEPEND="virtual/libc - >=sys-libs/ncurses-5.2 - X? ( virtual/x11 )" - -src_compile() { - - econf `use_with X x` || die "./configure failed" - - emake || die "Parallel Make Failed" -} - -src_install() { - einstall || die "Installation Failed" - - dodoc ChangeLog INSTALL README -} diff --git a/net-misc/ytalk/ytalk-3.2.0.ebuild b/net-misc/ytalk/ytalk-3.2.0.ebuild new file mode 100644 index 000000000000..2899ed84f87d --- /dev/null +++ b/net-misc/ytalk/ytalk-3.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.2.0.ebuild,v 1.1 2005/01/04 04:47:58 seemant Exp $ + +DESCRIPTION="Multi-user replacement for UNIX talk" +HOMEPAGE="http://www.impul.se/ytalk/" +SRC_URI="http://www.impul.se/ytalk/${P}.tar.gz" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" +IUSE="X" + +DEPEND="virtual/libc + >=sys-libs/ncurses-5.2 + X? ( virtual/x11 )" + +src_compile() { + + econf `use_enable X x` || die "./configure failed" + + emake || die "Parallel Make Failed" +} + +src_install() { + einstall || die "Installation Failed" + + dodoc ChangeLog INSTALL README +} -- cgit v1.2.3-65-gdbad