diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-09-23 15:10:02 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-09-23 15:10:02 +0000 |
commit | 18ce1b18576e1ca2364d78e932108ae0ae37cc00 (patch) | |
tree | fccf217552c4f65c881aade2af4c18ee22c73517 /net-im/ayttm | |
parent | New ebuild, closing Bug #21817 (diff) | |
download | gentoo-2-18ce1b18576e1ca2364d78e932108ae0ae37cc00.tar.gz gentoo-2-18ce1b18576e1ca2364d78e932108ae0ae37cc00.tar.bz2 gentoo-2-18ce1b18576e1ca2364d78e932108ae0ae37cc00.zip |
New ebuild, closing Bug #21817
Diffstat (limited to 'net-im/ayttm')
-rw-r--r-- | net-im/ayttm/ChangeLog | 12 | ||||
-rw-r--r-- | net-im/ayttm/Manifest | 4 | ||||
-rw-r--r-- | net-im/ayttm/ayttm-0.4.1.ebuild | 53 | ||||
-rw-r--r-- | net-im/ayttm/metadata.xml | 5 |
4 files changed, 73 insertions, 1 deletions
diff --git a/net-im/ayttm/ChangeLog b/net-im/ayttm/ChangeLog new file mode 100644 index 000000000000..7e866b865784 --- /dev/null +++ b/net-im/ayttm/ChangeLog @@ -0,0 +1,12 @@ +# 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.1 2003/09/23 15:09:47 usata Exp $ + +*ayttm-0.4.1 (23 Sep 2003) + + 23 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> ayttm-0.4.1.ebuild: + Initial import. Ebuild submitted by Lim Swee Tat <st_lim@stlim.net> + and updated by Tobias Sager <moixa@gmx.ch> and Julien TIERNY + <julien.tierny@wanadoo.fr>. This closes Bug #21817. + Thanks for the contribution. + diff --git a/net-im/ayttm/Manifest b/net-im/ayttm/Manifest index 9bcefbbd6b52..b72591bbe8a9 100644 --- a/net-im/ayttm/Manifest +++ b/net-im/ayttm/Manifest @@ -1,2 +1,4 @@ -MD5 7d905ca1c7ec9412adb7c1c14b043370 ayttm-0.4.1.ebuild 944 +MD5 85323bfe291c01e216fd202447fdb91d ayttm-0.4.1.ebuild 1194 +MD5 a574ec2607edf5e80117d65415e01d3c metadata.xml 159 +MD5 0470a94b0b1e13fef990487f635f16e7 ChangeLog 521 MD5 0e64f6e5595b42993fd021d645d2d7e3 files/digest-ayttm-0.4.1 65 diff --git a/net-im/ayttm/ayttm-0.4.1.ebuild b/net-im/ayttm/ayttm-0.4.1.ebuild new file mode 100644 index 000000000000..668455ab9807 --- /dev/null +++ b/net-im/ayttm/ayttm-0.4.1.ebuild @@ -0,0 +1,53 @@ +# 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.1.ebuild,v 1.1 2003/09/23 15:09:47 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/metadata.xml b/net-im/ayttm/metadata.xml new file mode 100644 index 000000000000..3e2b4181f5be --- /dev/null +++ b/net-im/ayttm/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-im</herd> +</pkgmetadata> |