diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-12-05 08:59:54 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-12-05 08:59:54 +0000 |
commit | 4af416d7a0377a32198329691528b8417e7d4342 (patch) | |
tree | c6dba5074b93b726eeca07728ae3a8b8aa86c13f /net-im | |
parent | Version bumped. Cleaned out old ebuilds. (diff) | |
download | historical-4af416d7a0377a32198329691528b8417e7d4342.tar.gz historical-4af416d7a0377a32198329691528b8417e7d4342.tar.bz2 historical-4af416d7a0377a32198329691528b8417e7d4342.zip |
Version bumped. Cleaned out old ebuilds.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ayttm/Manifest | 9 | ||||
-rw-r--r-- | net-im/ayttm/ayttm-0.4.1.ebuild | 52 | ||||
-rw-r--r-- | net-im/ayttm/ayttm-0.4.2.ebuild | 52 | ||||
-rw-r--r-- | net-im/ayttm/ayttm-0.4.4.ebuild | 4 | ||||
-rw-r--r-- | net-im/ayttm/ayttm-0.4.5.ebuild (renamed from net-im/ayttm/ayttm-0.4.3.ebuild) | 2 | ||||
-rw-r--r-- | net-im/ayttm/files/digest-ayttm-0.4.1 | 1 | ||||
-rw-r--r-- | net-im/ayttm/files/digest-ayttm-0.4.2 | 1 | ||||
-rw-r--r-- | net-im/ayttm/files/digest-ayttm-0.4.3 | 1 | ||||
-rw-r--r-- | net-im/ayttm/files/digest-ayttm-0.4.5 | 1 |
9 files changed, 7 insertions, 116 deletions
diff --git a/net-im/ayttm/Manifest b/net-im/ayttm/Manifest index 4ee4da731b3b..c06f1cd0be8e 100644 --- a/net-im/ayttm/Manifest +++ b/net-im/ayttm/Manifest @@ -1,9 +1,6 @@ MD5 a574ec2607edf5e80117d65415e01d3c metadata.xml 159 -MD5 b5ce0961ed6b24d2ae91dac51b4555b4 ChangeLog 1081 -MD5 e08ac3b10570ee8fd0067a5b73eb9763 ayttm-0.4.4.ebuild 916 -MD5 5f0db9b062c6fa310bcb9b093c38718b ayttm-0.4.5.ebuild 917 -MD5 0e64f6e5595b42993fd021d645d2d7e3 files/digest-ayttm-0.4.1 65 -MD5 44120d7394ecef816e63e288f668270a files/digest-ayttm-0.4.2 65 -MD5 791f2e3edfb95d980378c32fd4a19fc5 files/digest-ayttm-0.4.3 65 +MD5 4ad68d688e7d53a15356b508566799e4 ChangeLog 1334 +MD5 f2d7e6cd632e45e69a47b8f55fb8703d ayttm-0.4.5.ebuild 917 +MD5 9b816ecee36615f935bf1b7d36c21660 ayttm-0.4.4.ebuild 916 MD5 b2970ed7e2e86fe637d51d24324e2bef files/digest-ayttm-0.4.4 65 MD5 82e467f85385fdb7aab7cb341a2b5426 files/digest-ayttm-0.4.5 65 diff --git a/net-im/ayttm/ayttm-0.4.1.ebuild b/net-im/ayttm/ayttm-0.4.1.ebuild deleted file mode 100644 index 232dbac88713..000000000000 --- a/net-im/ayttm/ayttm-0.4.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# 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.3 2003/10/22 19:22:42 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/ayttm-0.4.2.ebuild b/net-im/ayttm/ayttm-0.4.2.ebuild deleted file mode 100644 index 932932d306f5..000000000000 --- a/net-im/ayttm/ayttm-0.4.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# 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.2 2003/10/22 19:22:42 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/ayttm-0.4.4.ebuild b/net-im/ayttm/ayttm-0.4.4.ebuild index e549da552553..52c8e7f47d1b 100644 --- a/net-im/ayttm/ayttm-0.4.4.ebuild +++ b/net-im/ayttm/ayttm-0.4.4.ebuild @@ -1,6 +1,6 @@ # 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.4.ebuild,v 1.1 2003/10/28 11:37:58 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.4.ebuild,v 1.2 2003/12/05 08:59:48 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.3.ebuild b/net-im/ayttm/ayttm-0.4.5.ebuild index 07d3fe0c2011..51d00de818af 100644 --- a/net-im/ayttm/ayttm-0.4.3.ebuild +++ b/net-im/ayttm/ayttm-0.4.5.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.1 2003/10/22 19:22:42 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.5.ebuild,v 1.1 2003/12/05 08:59:48 usata Exp $ IUSE="arts esd gnome nls" diff --git a/net-im/ayttm/files/digest-ayttm-0.4.1 b/net-im/ayttm/files/digest-ayttm-0.4.1 deleted file mode 100644 index b27661c8f43f..000000000000 --- a/net-im/ayttm/files/digest-ayttm-0.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 332fd238081476063c030225636177d8 ayttm-0.4.1.tar.bz2 1164752 diff --git a/net-im/ayttm/files/digest-ayttm-0.4.2 b/net-im/ayttm/files/digest-ayttm-0.4.2 deleted file mode 100644 index 47a549f87143..000000000000 --- a/net-im/ayttm/files/digest-ayttm-0.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e2a34cc492a8ce873cbe3dcd6d22eacb ayttm-0.4.2.tar.bz2 1199325 diff --git a/net-im/ayttm/files/digest-ayttm-0.4.3 b/net-im/ayttm/files/digest-ayttm-0.4.3 deleted file mode 100644 index b69529840850..000000000000 --- a/net-im/ayttm/files/digest-ayttm-0.4.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 c49851e371814f726a15cd8b09a013eb ayttm-0.4.3.tar.bz2 1286634 diff --git a/net-im/ayttm/files/digest-ayttm-0.4.5 b/net-im/ayttm/files/digest-ayttm-0.4.5 new file mode 100644 index 000000000000..ea183f4e2323 --- /dev/null +++ b/net-im/ayttm/files/digest-ayttm-0.4.5 @@ -0,0 +1 @@ +MD5 5ad40a8d25f155b41e9b3738bd3496cf ayttm-0.4.5.tar.bz2 1294883 |