diff options
Diffstat (limited to 'net-im/yahoo-transport/yahoo-transport-2.3.1.ebuild')
-rw-r--r-- | net-im/yahoo-transport/yahoo-transport-2.3.1.ebuild | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.1.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.1.ebuild index d8d548f7d0bb..33eb983bd578 100644 --- a/net-im/yahoo-transport/yahoo-transport-2.3.1.ebuild +++ b/net-im/yahoo-transport/yahoo-transport-2.3.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.1.ebuild,v 1.2 2004/06/03 16:21:25 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.1.ebuild,v 1.3 2004/06/04 17:44:01 mr_bones_ 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 - http://dev.gentoo.org/~humpback/yahoo-transport+newauth.diff" + http://dev.gentoo.org/~humpback/yahoo-transport+newauth.diff" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" @@ -16,30 +16,30 @@ SLOT="0" DEPEND=">=net-im/jabberd-1.4.3-r3" src_unpack() { - unpack ${P}.tar.gz - cd ${S} - epatch ${FILESDIR}/yahoo-makefile.patch + unpack ${P}.tar.gz + cd ${S} + epatch ${FILESDIR}/yahoo-makefile.patch } src_compile() { - emake || die + 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 + 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 + 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 } |