summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ayttm')
-rw-r--r--net-im/ayttm/ChangeLog7
-rw-r--r--net-im/ayttm/Manifest4
-rw-r--r--net-im/ayttm/ayttm-0.4.2.ebuild52
-rw-r--r--net-im/ayttm/files/digest-ayttm-0.4.21
4 files changed, 61 insertions, 3 deletions
diff --git a/net-im/ayttm/ChangeLog b/net-im/ayttm/ChangeLog
index 3e964bebec94..7777682f44b5 100644
--- a/net-im/ayttm/ChangeLog
+++ b/net-im/ayttm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ayttm
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ChangeLog,v 1.2 2003/09/26 17:11:39 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ChangeLog,v 1.3 2003/10/03 20:00:25 usata Exp $
+
+*ayttm-0.4.2 (04 Oct 2003)
+
+ 04 Oct 2003; Mamoru KOMACHI <usata@gentoo.org> ayttm-0.4.2.ebuild:
+ Version bumped. Requested by Ned Ludd <solar@gentoo.org> in Bug #30265
*ayttm-0.4.1 (23 Sep 2003)
diff --git a/net-im/ayttm/Manifest b/net-im/ayttm/Manifest
index eb3d8255a9f8..b31d8749e520 100644
--- a/net-im/ayttm/Manifest
+++ b/net-im/ayttm/Manifest
@@ -1,6 +1,6 @@
MD5 99d43b86c044f90f23d28a4fc6f90a7c ayttm-0.4.1.ebuild 1191
MD5 a574ec2607edf5e80117d65415e01d3c metadata.xml 159
-MD5 b083d6b848edb88196dca9c32c5260df ChangeLog 604
-MD5 99d43b86c044f90f23d28a4fc6f90a7c ayttm-0.4.2.ebuild 1191
+MD5 54ab77e8dd3ec78fb0a821129b5b416e ChangeLog 775
+MD5 b5740d92e4aeb03474f88345b72e6ce3 ayttm-0.4.2.ebuild 1191
MD5 0e64f6e5595b42993fd021d645d2d7e3 files/digest-ayttm-0.4.1 65
MD5 44120d7394ecef816e63e288f668270a files/digest-ayttm-0.4.2 65
diff --git a/net-im/ayttm/ayttm-0.4.2.ebuild b/net-im/ayttm/ayttm-0.4.2.ebuild
new file mode 100644
index 000000000000..8ddface3104f
--- /dev/null
+++ b/net-im/ayttm/ayttm-0.4.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.2.ebuild,v 1.1 2003/10/03 20:00:25 usata Exp $
+
+IUSE="arts esd gnome nls"
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Are you talking to me? - MSN, Jabber, IRC, ICQ, AIM, SMTP instant messenger"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://ayttm.sourceforge.net"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="=x11-libs/gtk+-1.2*
+ media-libs/audiofile
+ arts? ( >=kde-base/arts-1.0.0 )
+ gnome? ( >=gnome-base/gnome-libs-1.4.1.7 )
+ esd? ( >=media-sound/esound-0.2.28 )"
+
+src_compile() {
+
+ local myconf="--enable-smtp --enable-xft"
+
+ use arts \
+ && myconf="--enable-arts" \
+ || myconf="--disable-arts"
+
+ use esd \
+ && myconf="${myconf} --enable-esd" \
+ || myconf="${myconf} --disable-esd"
+
+ use gnome \
+ && myconf="${myconf} --with-gnome" \
+ || myconf="${myconf} --without-gnome"
+
+ use nls \
+ && myconf="${myconf} --enable-nls" \
+ || myconf="${myconf} --disable-nls"
+
+ econf ${myconf} || die
+ emake || die
+
+}
+
+src_install () {
+
+ einstall || die
+ dodoc AUTHORS NEWS README TODO COPYING ChangeLog
+
+}
diff --git a/net-im/ayttm/files/digest-ayttm-0.4.2 b/net-im/ayttm/files/digest-ayttm-0.4.2
new file mode 100644
index 000000000000..47a549f87143
--- /dev/null
+++ b/net-im/ayttm/files/digest-ayttm-0.4.2
@@ -0,0 +1 @@
+MD5 e2a34cc492a8ce873cbe3dcd6d22eacb ayttm-0.4.2.tar.bz2 1199325