diff options
author | Michael Januszewski <spock@gentoo.org> | 2007-04-22 14:19:58 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2007-04-22 14:19:58 +0000 |
commit | e8cb6339e5e248ce44e6c15fc1d25364ae4351ab (patch) | |
tree | 3feaf23de68b9188511a280dbaf82f2f2f3e39e1 /sci-mathematics/gimps | |
parent | Version bump (diff) | |
download | gentoo-2-e8cb6339e5e248ce44e6c15fc1d25364ae4351ab.tar.gz gentoo-2-e8cb6339e5e248ce44e6c15fc1d25364ae4351ab.tar.bz2 gentoo-2-e8cb6339e5e248ce44e6c15fc1d25364ae4351ab.zip |
Use newinitd and newconfd (bug #174266).
(Portage version: 2.1.2.4)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-24.14-r1.ebuild | 8 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-24.14.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index e19f52a01af5..9846e1105811 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/gimps # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.17 2007/04/22 14:12:23 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.18 2007/04/22 14:19:58 spock Exp $ + + 22 Apr 2007; Michał Januszewski <spock@gentoo.org> gimps-24.14.ebuild, + gimps-24.14-r1.ebuild: + Use newinitd and newconfd (bug #174266). 22 Apr 2007; Michał Januszewski <spock@gentoo.org> -gimps-24.13.ebuild: Remove old ebuild. diff --git a/sci-mathematics/gimps/gimps-24.14-r1.ebuild b/sci-mathematics/gimps/gimps-24.14-r1.ebuild index b8feb394c7ce..e5af857f8578 100644 --- a/sci-mathematics/gimps/gimps-24.14-r1.ebuild +++ b/sci-mathematics/gimps/gimps-24.14-r1.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/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.2 2006/09/23 21:45:49 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.3 2007/04/22 14:19:58 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -29,8 +29,8 @@ src_install () { dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt - exeinto /etc/init.d ; newexe ${FILESDIR}/gimps-24.14-init.d gimps - insinto /etc/conf.d ; newins ${FILESDIR}/gimps-24.14-conf.d gimps + newinitd ${FILESDIR}/gimps-24.14-init.d gimps + newconfd ${FILESDIR}/gimps-24.14-conf.d gimps } pkg_postinst () { diff --git a/sci-mathematics/gimps/gimps-24.14.ebuild b/sci-mathematics/gimps/gimps-24.14.ebuild index 96f62dc5b716..50152e368312 100644 --- a/sci-mathematics/gimps/gimps-24.14.ebuild +++ b/sci-mathematics/gimps/gimps-24.14.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/sci-mathematics/gimps/gimps-24.14.ebuild,v 1.5 2006/09/23 21:45:49 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14.ebuild,v 1.6 2007/04/22 14:19:58 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -29,8 +29,8 @@ src_install () { dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt - exeinto /etc/init.d ; newexe ${FILESDIR}/gimps-init.d gimps - insinto /etc/conf.d ; newins ${FILESDIR}/gimps-conf.d gimps + newinitd ${FILESDIR}/gimps-init.d gimps + newconfd ${FILESDIR}/gimps-conf.d gimps } pkg_postinst () { |