summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 17:39:01 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 17:39:01 +0000
commitdbd349c972f39920c4ee9fc31c54b53249c30498 (patch)
treed2db88c9f167fd154a031aad40f36be155d863b5 /net-im
parentAdded ~ppc wrt bug 175749 (diff)
downloadgentoo-2-dbd349c972f39920c4ee9fc31c54b53249c30498.tar.gz
gentoo-2-dbd349c972f39920c4ee9fc31c54b53249c30498.tar.bz2
gentoo-2-dbd349c972f39920c4ee9fc31c54b53249c30498.zip
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/yahoo-transport/ChangeLog6
-rw-r--r--net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild5
-rw-r--r--net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild7
3 files changed, 10 insertions, 8 deletions
diff --git a/net-im/yahoo-transport/ChangeLog b/net-im/yahoo-transport/ChangeLog
index 8226527787b9..93d1696703f2 100644
--- a/net-im/yahoo-transport/ChangeLog
+++ b/net-im/yahoo-transport/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/yahoo-transport
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/ChangeLog,v 1.23 2007/02/04 10:41:17 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/ChangeLog,v 1.24 2007/04/28 17:39:01 swegener Exp $
+
+ 28 Apr 2007; Sven Wegener <swegener@gentoo.org>
+ yahoo-transport-2.3.1-r1.ebuild, yahoo-transport-2.3.2.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
04 Feb 2007; Krzysiek Pawlik <nelchael@gentoo.org>
yahoo-transport-2.3.1-r1.ebuild:
diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild
index 5d21ebba5bb1..26974023caa6 100644
--- a/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild
+++ b/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.1-r1.ebuild,v 1.7 2007/02/04 10:41:17 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild,v 1.8 2007/04/28 17:39:01 swegener Exp $
inherit eutils
@@ -34,8 +34,7 @@ src_install() {
doins yahoo-transport.so
insinto /etc/jabber
doins ${FILESDIR}/yahootrans.xml
- exeinto /etc/init.d
- newexe ${FILESDIR}/yahoo-transport.init yahoo-transport
+ newinitd ${FILESDIR}/yahoo-transport.init yahoo-transport
dodoc README ${FILESDIR}/README.Gentoo
}
diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild
index 3f570f880040..274551811b1e 100644
--- a/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild
+++ b/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.4 2006/01/18 12:55:41 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild,v 1.5 2007/04/28 17:39:01 swegener Exp $
inherit eutils
@@ -31,8 +31,7 @@ src_install() {
doins yahoo-transport.so
insinto /etc/jabber
doins ${FILESDIR}/yahootrans.xml
- exeinto /etc/init.d
- newexe ${FILESDIR}/yahoo-transport.init yahoo-transport
+ newinitd ${FILESDIR}/yahoo-transport.init yahoo-transport
dodoc README ${FILESDIR}/README.Gentoo
}