diff options
Diffstat (limited to 'sci-mathematics/gimps/gimps-28.10-r1.ebuild')
-rw-r--r-- | sci-mathematics/gimps/gimps-28.10-r1.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/sci-mathematics/gimps/gimps-28.10-r1.ebuild b/sci-mathematics/gimps/gimps-28.10-r1.ebuild index 34a48f2091c0..16e14828c63f 100644 --- a/sci-mathematics/gimps/gimps-28.10-r1.ebuild +++ b/sci-mathematics/gimps/gimps-28.10-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit pax-utils systemd +inherit pax-utils systemd readme.gentoo-r1 DESCRIPTION="The Great Internet Mersenne Prime Search" HOMEPAGE="http://mersenne.org/" @@ -40,6 +40,8 @@ src_install() { einstalldocs + readme.gentoo_create_doc + newinitd "${FILESDIR}/${PN}-28.9-init.d" gimps newconfd "${FILESDIR}/${PN}-25.6-conf.d" gimps @@ -48,16 +50,7 @@ src_install() { } pkg_postinst() { - echo - einfo "You can use \`/etc/init.d/gimps start\` to start a GIMPS client in the" - einfo "background at boot. Have a look at /etc/conf.d/gimps and check some" - einfo "configuration options." - einfo - einfo "If you don't want to use the init script to start gimps, remember to" - einfo "pass it an additional command line parameter specifying where the data" - einfo "files are to be stored, e.g.:" - einfo " ${I}/mprime -w/var/lib/gimps" - echo + readme.gentoo_print_elog } pkg_postrm() { |