summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2005-11-14 14:09:02 +0000
committerLuis Medinas <metalgod@gentoo.org>2005-11-14 14:09:02 +0000
commitf1697ce90182907a4a180a96fce39531f17b514d (patch)
treeefb7f498c4bb55ee8883552c36232a695ab67f87 /net-im/tmsnc
parentStable on ppc64; bug #112063 (diff)
downloadgentoo-2-f1697ce90182907a4a180a96fce39531f17b514d.tar.gz
gentoo-2-f1697ce90182907a4a180a96fce39531f17b514d.tar.bz2
gentoo-2-f1697ce90182907a4a180a96fce39531f17b514d.zip
Marked Stable on amd64. Removing older version.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-im/tmsnc')
-rw-r--r--net-im/tmsnc/ChangeLog6
-rw-r--r--net-im/tmsnc/files/digest-tmsnc-0.2.41
-rw-r--r--net-im/tmsnc/tmsnc-0.2.4.ebuild38
-rw-r--r--net-im/tmsnc/tmsnc-0.2.5.ebuild4
4 files changed, 7 insertions, 42 deletions
diff --git a/net-im/tmsnc/ChangeLog b/net-im/tmsnc/ChangeLog
index 25bdda94d916..d82907e9f557 100644
--- a/net-im/tmsnc/ChangeLog
+++ b/net-im/tmsnc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/tmsnc
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/ChangeLog,v 1.3 2005/10/20 03:57:07 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/ChangeLog,v 1.4 2005/11/14 14:09:02 metalgod Exp $
+
+ 14 Nov 2005; Luis Medinas <metalgod@gentoo.org> -tmsnc-0.2.4.ebuild,
+ tmsnc-0.2.5.ebuild:
+ Marked Stable on amd64. Removing older version.
*tmsnc-0.3.0 (20 Oct 2005)
diff --git a/net-im/tmsnc/files/digest-tmsnc-0.2.4 b/net-im/tmsnc/files/digest-tmsnc-0.2.4
deleted file mode 100644
index 1cd352227dbf..000000000000
--- a/net-im/tmsnc/files/digest-tmsnc-0.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e9d82ff81189c4dc364989818f02d8b tmsnc-0.2.4.tar.gz 205502
diff --git a/net-im/tmsnc/tmsnc-0.2.4.ebuild b/net-im/tmsnc/tmsnc-0.2.4.ebuild
deleted file mode 100644
index c1f22c68f3a3..000000000000
--- a/net-im/tmsnc/tmsnc-0.2.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/tmsnc-0.2.4.ebuild,v 1.1 2005/09/06 00:56:19 metalgod Exp $
-
-DESCRIPTION="TMSNC is a textbased MSN client written in C."
-HOMEPAGE="http://tmsnc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tmsnc/${P}.tar.gz"
-
-LICENSE="IRPDL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls ssl talkfilters"
-
-DEPEND="virtual/libc
- >=sys-libs/ncurses-5.4
- nls? ( sys-devel/gettext )
- ssl? ( >=dev-libs/openssl-0.9.7d )
- talkfilters? ( >=app-text/talkfilters-2.3.4 )"
-
-src_compile() {
- local myconf
- use nls \
- || myconf="${myconf} --disable-nls"
- use ssl \
- || myconf="${myconf} --without-ssl"
- use talkfilters \
- || myconf="${myconf} --without-talkfilters"
- econf ${myconf} || die "Configure failed"
- emake || die "Make failed"
-}
-src_install() {
- make DESTDIR=${D} install || die "Make install failed"
- dodoc AUTHORS ChangeLog README NEWS
-}
-pkg_postinst() {
- einfo "If you want talkfilters support you need to add"
- einfo "USE=talkfilters to enable support in this package"
-}
diff --git a/net-im/tmsnc/tmsnc-0.2.5.ebuild b/net-im/tmsnc/tmsnc-0.2.5.ebuild
index 7f0bc6815e83..50f0d6ee5618 100644
--- a/net-im/tmsnc/tmsnc-0.2.5.ebuild
+++ b/net-im/tmsnc/tmsnc-0.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/tmsnc-0.2.5.ebuild,v 1.1 2005/10/01 00:31:18 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/tmsnc-0.2.5.ebuild,v 1.2 2005/11/14 14:09:02 metalgod Exp $
DESCRIPTION="TMSNC is a textbased MSN client written in C."
HOMEPAGE="http://tmsnc.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/tmsnc/${P}.tar.gz"
LICENSE="IRPDL"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="nls ssl talkfilters"
DEPEND="virtual/libc