diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-27 13:08:49 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-27 13:08:49 +0000 |
commit | 91b7788adfd38e3975bf8a849b3819bba56469a0 (patch) | |
tree | cab3237e569f0bc7576f39fa034205ddb1725c48 /net-im/tmsnc | |
parent | Cleaned old dictionary as we don't have <stardict-2.4.2 in the tree, bug #163... (diff) | |
download | gentoo-2-91b7788adfd38e3975bf8a849b3819bba56469a0.tar.gz gentoo-2-91b7788adfd38e3975bf8a849b3819bba56469a0.tar.bz2 gentoo-2-91b7788adfd38e3975bf8a849b3819bba56469a0.zip |
amd64 stable, remove old, assign to net-im herd.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im/tmsnc')
-rw-r--r-- | net-im/tmsnc/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/tmsnc/metadata.xml | 5 | ||||
-rw-r--r-- | net-im/tmsnc/tmsnc-0.2.5.ebuild | 38 | ||||
-rw-r--r-- | net-im/tmsnc/tmsnc-0.3.0.ebuild | 38 | ||||
-rw-r--r-- | net-im/tmsnc/tmsnc-0.3.1.ebuild | 35 | ||||
-rw-r--r-- | net-im/tmsnc/tmsnc-0.3.2.ebuild | 8 |
6 files changed, 12 insertions, 121 deletions
diff --git a/net-im/tmsnc/ChangeLog b/net-im/tmsnc/ChangeLog index 230b21d5da32..f9938db21a90 100644 --- a/net-im/tmsnc/ChangeLog +++ b/net-im/tmsnc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/tmsnc -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/ChangeLog,v 1.10 2007/12/25 14:29:03 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/ChangeLog,v 1.11 2008/03/27 13:08:49 coldwind Exp $ + + 27 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> metadata.xml, + -tmsnc-0.2.5.ebuild, -tmsnc-0.3.0.ebuild, -tmsnc-0.3.1.ebuild, + tmsnc-0.3.2.ebuild: + amd64 stable, remove old, assign to net-im herd. 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing metalgod from metadata.xml as per #99350. Assigning to diff --git a/net-im/tmsnc/metadata.xml b/net-im/tmsnc/metadata.xml index 52f961cd08e8..e523821ec6ac 100644 --- a/net-im/tmsnc/metadata.xml +++ b/net-im/tmsnc/metadata.xml @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>maintainer-needed@gentoo.org</email> - </maintainer> + <herd>net-im</herd> <longdescription lang="en"> TMSNC is a textbased (console) MSN client written in C. TMSNC should work on most Unix (Linux, BSD, MacOS) compatible operating systems. The goal of this diff --git a/net-im/tmsnc/tmsnc-0.2.5.ebuild b/net-im/tmsnc/tmsnc-0.2.5.ebuild deleted file mode 100644 index 5de4b886be88..000000000000 --- a/net-im/tmsnc/tmsnc-0.2.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 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.3 2007/05/06 12:07:28 genone 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() { - elog "If you want talkfilters support you need to add" - elog "USE=talkfilters to enable support in this package" -} diff --git a/net-im/tmsnc/tmsnc-0.3.0.ebuild b/net-im/tmsnc/tmsnc-0.3.0.ebuild deleted file mode 100644 index 36585055b90b..000000000000 --- a/net-im/tmsnc/tmsnc-0.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/tmsnc-0.3.0.ebuild,v 1.2 2007/05/06 12:07:28 genone 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() { - elog "If you want talkfilters support you need to add" - elog "USE=talkfilters to enable support in this package" -} diff --git a/net-im/tmsnc/tmsnc-0.3.1.ebuild b/net-im/tmsnc/tmsnc-0.3.1.ebuild deleted file mode 100644 index 478c89d60822..000000000000 --- a/net-im/tmsnc/tmsnc-0.3.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/tmsnc-0.3.1.ebuild,v 1.3 2007/05/06 12:07:28 genone 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 ~hppa ~x86" -IUSE="ssl talkfilters" - -DEPEND="virtual/libc - >=sys-libs/ncurses-5.4 - ssl? ( >=dev-libs/openssl-0.9.7d ) - talkfilters? ( >=app-text/talkfilters-2.3.4 )" - -src_compile() { - local myconf - 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() { - elog "If you want talkfilters support you need to add" - elog "USE=talkfilters to enable support in this package" -} diff --git a/net-im/tmsnc/tmsnc-0.3.2.ebuild b/net-im/tmsnc/tmsnc-0.3.2.ebuild index c7b4d81cb156..a72210f31cb1 100644 --- a/net-im/tmsnc/tmsnc-0.3.2.ebuild +++ b/net-im/tmsnc/tmsnc-0.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/tmsnc-0.3.2.ebuild,v 1.3 2007/05/06 12:07:28 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/tmsnc-0.3.2.ebuild,v 1.4 2008/03/27 13:08:49 coldwind 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 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~x86" IUSE="ssl talkfilters" DEPEND="virtual/libc @@ -26,7 +26,7 @@ src_compile() { emake || die "Make failed" } src_install() { - make DESTDIR=${D} install || die "Make install failed" + make DESTDIR="${D}" install || die "Make install failed" dodoc AUTHORS ChangeLog README NEWS } pkg_postinst() { |