summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-01-25 14:43:25 +0000
committerMamoru Komachi <usata@gentoo.org>2004-01-25 14:43:25 +0000
commit4e7ad51d1f030bedccf7f661386aeeae717a667e (patch)
treecbd305d2860aab89b13840f4518a063f022f83b8 /net-im/ayttm
parentVersion bumped (diff)
downloadhistorical-4e7ad51d1f030bedccf7f661386aeeae717a667e.tar.gz
historical-4e7ad51d1f030bedccf7f661386aeeae717a667e.tar.bz2
historical-4e7ad51d1f030bedccf7f661386aeeae717a667e.zip
Version bumped
Diffstat (limited to 'net-im/ayttm')
-rw-r--r--net-im/ayttm/Manifest6
-rw-r--r--net-im/ayttm/ayttm-0.4.5.ebuild6
-rw-r--r--net-im/ayttm/ayttm-0.4.6.ebuild46
-rw-r--r--net-im/ayttm/files/digest-ayttm-0.4.61
4 files changed, 53 insertions, 6 deletions
diff --git a/net-im/ayttm/Manifest b/net-im/ayttm/Manifest
index 55d78936b2e7..66b397913ab7 100644
--- a/net-im/ayttm/Manifest
+++ b/net-im/ayttm/Manifest
@@ -1,8 +1,8 @@
-MD5 f2d7e6cd632e45e69a47b8f55fb8703d ayttm-0.4.5.ebuild 917
+MD5 cca983d0f4f2430ce8b844cb791fcdb0 ayttm-0.4.5.ebuild 916
MD5 9b816ecee36615f935bf1b7d36c21660 ayttm-0.4.4.ebuild 916
-MD5 4ad68d688e7d53a15356b508566799e4 ChangeLog 1334
+MD5 fe22f520d14519c879d192a1b90dec9e ChangeLog 1499
MD5 a574ec2607edf5e80117d65415e01d3c metadata.xml 159
-MD5 f2d7e6cd632e45e69a47b8f55fb8703d ayttm-0.4.6.ebuild 917
+MD5 bbf014527435b4260b417d9c7c262144 ayttm-0.4.6.ebuild 1047
MD5 b2970ed7e2e86fe637d51d24324e2bef files/digest-ayttm-0.4.4 65
MD5 82e467f85385fdb7aab7cb341a2b5426 files/digest-ayttm-0.4.5 65
MD5 9c1b6fc0ebabfbf5555e58857db6a47a files/digest-ayttm-0.4.6 65
diff --git a/net-im/ayttm/ayttm-0.4.5.ebuild b/net-im/ayttm/ayttm-0.4.5.ebuild
index 51d00de818af..ceb226c4c443 100644
--- a/net-im/ayttm/ayttm-0.4.5.ebuild
+++ b/net-im/ayttm/ayttm-0.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.5.ebuild,v 1.1 2003/12/05 08:59:48 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.5.ebuild,v 1.2 2004/01/25 14:43:16 usata Exp $
IUSE="arts esd gnome nls"
@@ -11,7 +11,7 @@ HOMEPAGE="http://ayttm.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86"
DEPEND="=x11-libs/gtk+-1.2*
media-libs/audiofile
diff --git a/net-im/ayttm/ayttm-0.4.6.ebuild b/net-im/ayttm/ayttm-0.4.6.ebuild
new file mode 100644
index 000000000000..2e6caa665d1a
--- /dev/null
+++ b/net-im/ayttm/ayttm-0.4.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2004 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.6.ebuild,v 1.1 2004/01/25 14:43:16 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="virtual/x11
+ =x11-libs/gtk+-1.2*
+ media-libs/audiofile
+ media-libs/gdk-pixbuf
+ dev-libs/openssl
+ app-text/aspell
+ sys-devel/libtool
+ truetype? ( virtual/xft )
+ 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() {
+
+ econf \
+ --enable-smtp \
+ `use_enable truetype xft` \
+ `use_enable arts` \
+ `use_enable esd` \
+ `use_enable gnome` \
+ `use_enable nls` || 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.6 b/net-im/ayttm/files/digest-ayttm-0.4.6
new file mode 100644
index 000000000000..f949ddbc491f
--- /dev/null
+++ b/net-im/ayttm/files/digest-ayttm-0.4.6
@@ -0,0 +1 @@
+MD5 9c3fc05c27e0306a3df13de0c30e80f1 ayttm-0.4.6.tar.bz2 1290784