diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-04-09 11:24:50 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-04-09 11:24:50 +0000 |
commit | 0fbdf7eef246aab1357e8d2891eeee2af48be8da (patch) | |
tree | 7c63a92b0672932b78c3a241211ac71bd11c743c /dev-db | |
parent | Remove old ebuilds. (diff) | |
download | gentoo-2-0fbdf7eef246aab1357e8d2891eeee2af48be8da.tar.gz gentoo-2-0fbdf7eef246aab1357e8d2891eeee2af48be8da.tar.bz2 gentoo-2-0fbdf7eef246aab1357e8d2891eeee2af48be8da.zip |
Use doevnd and newinitd.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/xindice/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/xindice/xindice-1.0-r4.ebuild | 13 |
2 files changed, 9 insertions, 11 deletions
diff --git a/dev-db/xindice/ChangeLog b/dev-db/xindice/ChangeLog index e5233e853fa8..8210d341b64d 100644 --- a/dev-db/xindice/ChangeLog +++ b/dev-db/xindice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/xindice -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/ChangeLog,v 1.12 2006/07/22 22:05:25 nelchael Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/ChangeLog,v 1.13 2007/04/09 11:24:50 betelgeuse Exp $ + + 09 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> xindice-1.0-r4.ebuild: + Use doevnd and newinitd. 22 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> xindice-1.0-r4.ebuild: ant_src_unpack -> src_unpack diff --git a/dev-db/xindice/xindice-1.0-r4.ebuild b/dev-db/xindice/xindice-1.0-r4.ebuild index bca684480da1..0666c5c18a9c 100644 --- a/dev-db/xindice/xindice-1.0-r4.ebuild +++ b/dev-db/xindice/xindice-1.0-r4.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/dev-db/xindice/xindice-1.0-r4.ebuild,v 1.2 2006/07/22 22:05:25 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0-r4.ebuild,v 1.3 2007/04/09 11:24:50 betelgeuse Exp $ inherit eutils java-pkg-2 java-ant-2 @@ -50,13 +50,8 @@ src_install() { cd .. dodoc docs/LICENSE docs/README docs/FAQ docs/TODO docs/VERSIONS docs/AUTHORS dohtml docs/AdministratorsGuide.html docs/DevelopersGuide.html docs/UsersGuide.html docs/ToolsReference.html docs/feather.gif docs/index.html docs/xindice.jpg - dodir /etc/env.d - insinto /etc/env.d - doins ${FILESDIR}/21${PN} - dodir /etc/init.d - insinto /etc/init.d - insopts -m0755 - newins ${FILESDIR}/${PN}-r2 ${PN} + doenvd ${FILESDIR}/21${PN} + newinitd ${FILESDIR}/${PN}-r2 ${PN} insinto ${TARGET} doins start keepdir /opt/${PN}/db |