diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2004-07-06 11:32:45 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2004-07-06 11:32:45 +0000 |
commit | f77938f0c67e0f184ce046a19949ab3a7b99fa9b (patch) | |
tree | a05aaa502032ec7804c79d58cac2cda1da2c325c /net-im/yahoo-transport | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-f77938f0c67e0f184ce046a19949ab3a7b99fa9b.tar.gz gentoo-2-f77938f0c67e0f184ce046a19949ab3a7b99fa9b.tar.bz2 gentoo-2-f77938f0c67e0f184ce046a19949ab3a7b99fa9b.zip |
version bump
Diffstat (limited to 'net-im/yahoo-transport')
-rw-r--r-- | net-im/yahoo-transport/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/yahoo-transport/Manifest | 2 | ||||
-rw-r--r-- | net-im/yahoo-transport/files/digest-yahoo-transport-2.3.2 | 1 | ||||
-rw-r--r-- | net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild | 44 |
4 files changed, 55 insertions, 1 deletions
diff --git a/net-im/yahoo-transport/ChangeLog b/net-im/yahoo-transport/ChangeLog index 3ec43ab8fdd9..61bbab6b3c2a 100644 --- a/net-im/yahoo-transport/ChangeLog +++ b/net-im/yahoo-transport/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/yahoo-transport # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/ChangeLog,v 1.16 2004/07/03 11:40:15 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/ChangeLog,v 1.17 2004/07/06 11:32:45 humpback Exp $ + +*yahoo-transport-2.3.2 (06 Jul 2004) + + 06 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>; + +yahoo-transport-2.3.2.ebuild: + Version bump to 2.3.2. This is basicly 2.3.1-r1, or 2.3.0-r3 because almost + all work has been on keeping up with yahoo transport changes. 03 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>; -yahoo-transport-2.3.0-r1.ebuild, -yahoo-transport-2.3.0-r2.ebuild, diff --git a/net-im/yahoo-transport/Manifest b/net-im/yahoo-transport/Manifest index 8caa920dc061..ad6a4e050d1d 100644 --- a/net-im/yahoo-transport/Manifest +++ b/net-im/yahoo-transport/Manifest @@ -1,8 +1,10 @@ MD5 615db0a608933ab2a3e9b1b365e5e9e2 ChangeLog 3061 MD5 5c223c6896440b679a2ab2fe0c27df87 metadata.xml 322 +MD5 43f585ec43bb5e731c47cdc137ceeff9 yahoo-transport-2.3.2.ebuild 1159 MD5 f287e252f1486a96e98d2a75aae54def yahoo-transport-2.3.0-r3.ebuild 1679 MD5 631359e69e5064b6d6d05fc9627c56e5 yahoo-transport-2.3.1-r1.ebuild 1301 MD5 31c9597366163e1bee5dc028112f312c files/README.Gentoo 1525 +MD5 f3a51b0d70597ca89b0853a1b7500f75 files/digest-yahoo-transport-2.3.2 73 MD5 850986afafb4e6fdbc0643e72d9f22b7 files/yahoo-makefile.patch 507 MD5 b43507d37be4f3898900c6ceeada90f2 files/yahoo-transport.init 606 MD5 08ceef62612049225eff1b23061f72b4 files/yahootrans.xml 791 diff --git a/net-im/yahoo-transport/files/digest-yahoo-transport-2.3.2 b/net-im/yahoo-transport/files/digest-yahoo-transport-2.3.2 new file mode 100644 index 000000000000..3ea9edb4d7a3 --- /dev/null +++ b/net-im/yahoo-transport/files/digest-yahoo-transport-2.3.2 @@ -0,0 +1 @@ +MD5 bfe48aa7980a5e27ec929311615e792c yahoo-transport-2.3.2.tar.gz 117944 diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild new file mode 100644 index 000000000000..1b66b09eb281 --- /dev/null +++ b/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild,v 1.1 2004/07/06 11:32:45 humpback Exp $ + +inherit eutils + +DESCRIPTION="Open Source Jabber Server Yahoo transport" +HOMEPAGE="http://yahoo-transport-2.jabberstudio.org/" +SRC_URI="http://www.jabberstudio.org/files/yahoo-transport-2/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~hppa ~sparc" +SLOT="0" +IUSE="" +DEPEND="=net-im/jabberd-1.4*" + +src_unpack() { + unpack ${P}.tar.gz + cd ${S} + epatch ${FILESDIR}/yahoo-makefile.patch +} + +src_compile() { + emake || die +} + +src_install() { + dodir /etc/jabber /usr/lib/jabberd + insinto /usr/lib/jabberd + doins yahoo-transport.so + insinto /etc/jabber + doins ${FILESDIR}/yahootrans.xml + exeinto /etc/init.d + newexe ${FILESDIR}/yahoo-transport.init yahoo-transport + dodoc README ${FILESDIR}/README.Gentoo +} + +pkg_postinst() { + einfo + einfo "Please read /usr/share/doc/${P}/README.Gentoo.gz" + einfo "And please notice that now yahoo-transport comes with a init.d script" + einfo "dont forget to add it to your runlevel." + einfo +} |