summaryrefslogtreecommitdiff
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
commit840693bb7fe630bfad34ed8c9773884d8cc6d2a6 (patch)
treebc93eb7fbc2462a08fbfd7fac1e9bc9d87ae820c /net-im/yahoo-transport
parentAdded ~ppc wrt bug 175749 (diff)
downloadhistorical-840693bb7fe630bfad34ed8c9773884d8cc6d2a6.tar.gz
historical-840693bb7fe630bfad34ed8c9773884d8cc6d2a6.tar.bz2
historical-840693bb7fe630bfad34ed8c9773884d8cc6d2a6.zip
Fix *initd, *confd and *envd calls (#173884, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-im/yahoo-transport')
-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
}