summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 17:34:49 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 17:34:49 +0000
commitb626e7f738d1a17545a55b81d146af3d98d9234d (patch)
treef32aa9f2ea33d644c3d59587a410d9540adcdda6 /net-im/coccinella
parentFix *initd, *confd and *envd calls (#173884, #174266) (diff)
downloadgentoo-2-b626e7f738d1a17545a55b81d146af3d98d9234d.tar.gz
gentoo-2-b626e7f738d1a17545a55b81d146af3d98d9234d.tar.bz2
gentoo-2-b626e7f738d1a17545a55b81d146af3d98d9234d.zip
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-im/coccinella')
-rw-r--r--net-im/coccinella/ChangeLog6
-rw-r--r--net-im/coccinella/coccinella-0.95.10.ebuild7
-rw-r--r--net-im/coccinella/coccinella-0.95.7.ebuild7
3 files changed, 11 insertions, 9 deletions
diff --git a/net-im/coccinella/ChangeLog b/net-im/coccinella/ChangeLog
index e0d79d84f08c..09247d4df0ee 100644
--- a/net-im/coccinella/ChangeLog
+++ b/net-im/coccinella/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/coccinella
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.6 2007/02/09 04:15:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.7 2007/04/28 17:34:49 swegener Exp $
+
+ 28 Apr 2007; Sven Wegener <swegener@gentoo.org> coccinella-0.95.7.ebuild,
+ coccinella-0.95.10.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-im/coccinella/coccinella-0.95.10.ebuild b/net-im/coccinella/coccinella-0.95.10.ebuild
index bf9c67d7bd37..d63bb3e39d88 100644
--- a/net-im/coccinella/coccinella-0.95.10.ebuild
+++ b/net-im/coccinella/coccinella-0.95.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/coccinella/coccinella-0.95.10.ebuild,v 1.1 2005/12/28 11:28:22 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.10.ebuild,v 1.2 2007/04/28 17:34:49 swegener Exp $
NAME=Coccinella
S="${WORKDIR}/${NAME}-${PV}Src"
@@ -22,8 +22,7 @@ src_install () {
cp -R "${S}"/* ${D}/opt/coccinella/
fperms 0755 /opt/coccinella/Coccinella.tcl
dosym Coccinella.tcl /opt/coccinella/coccinella
- insinto /etc/env.d
- doins ${FILESDIR}/97coccinella
+ doenvd ${FILESDIR}/97coccinella
dodoc CHANGES README.txt READMEs/README-jabber READMEs/README-smileys
}
diff --git a/net-im/coccinella/coccinella-0.95.7.ebuild b/net-im/coccinella/coccinella-0.95.7.ebuild
index 306deff249c5..a8de42f35b17 100644
--- a/net-im/coccinella/coccinella-0.95.7.ebuild
+++ b/net-im/coccinella/coccinella-0.95.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/coccinella/coccinella-0.95.7.ebuild,v 1.2 2005/08/28 06:22:40 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.7.ebuild,v 1.3 2007/04/28 17:34:49 swegener Exp $
NAME=Coccinella
S="${WORKDIR}/${NAME}-${PV}Src"
@@ -22,8 +22,7 @@ src_install () {
cp -R "${S}"/* ${D}/opt/coccinella/
fperms 0755 /opt/coccinella/Coccinella.tcl
dosym Coccinella.tcl /opt/coccinella/coccinella
- insinto /etc/env.d
- doins ${FILESDIR}/97coccinella
+ doenvd ${FILESDIR}/97coccinella
dodoc CHANGES README.txt READMEs/README-jabber READMEs/README-smileys
}