diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-08-26 17:59:15 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-08-26 17:59:15 +0000 |
commit | 8ecaf3bb6b102b9d560124c9bffb758abc22d0d9 (patch) | |
tree | d9eb6ce3c0f58e92eac6b01a8bd005a3d99f4ee4 /sci-mathematics/gimps | |
parent | Changed 'chown root:root' to 'chown root:0' (bug #103563). Removed old ebuild. (diff) | |
download | gentoo-2-8ecaf3bb6b102b9d560124c9bffb758abc22d0d9.tar.gz gentoo-2-8ecaf3bb6b102b9d560124c9bffb758abc22d0d9.tar.bz2 gentoo-2-8ecaf3bb6b102b9d560124c9bffb758abc22d0d9.zip |
Changed 'chown root:root' to 'chown root:0' (bug #103563). Removed old ebuild. Marked 24.13 stable on x86.
(Portage version: 1.589-cvs)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/gimps/files/digest-gimps-24.6 | 1 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-24.13.ebuild | 8 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-24.14.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-24.6.ebuild | 51 |
5 files changed, 13 insertions, 60 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 6f056e6ad91f..0a76d3876a90 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/gimps # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.9 2005/08/16 21:28:34 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.10 2005/08/26 17:59:15 spock Exp $ + + 26 Aug 2005; Michał Januszewski <spock@gentoo.org> -gimps-24.6.ebuild, + gimps-24.13.ebuild, gimps-24.14.ebuild: + Changed 'chown root:root' to 'chown root:0' (bug #103563). Removed old + ebuild. Marked 24.13 stable on x86. *gimps-24.14 (16 Aug 2005) diff --git a/sci-mathematics/gimps/files/digest-gimps-24.6 b/sci-mathematics/gimps/files/digest-gimps-24.6 deleted file mode 100644 index 38575e588241..000000000000 --- a/sci-mathematics/gimps/files/digest-gimps-24.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 27e48fcbb0894c30dd78dacd944ae4fe mprime246.tar.gz 379666 diff --git a/sci-mathematics/gimps/gimps-24.13.ebuild b/sci-mathematics/gimps/gimps-24.13.ebuild index a8dd3944bc03..b1d41ffe534e 100644 --- a/sci-mathematics/gimps/gimps-24.13.ebuild +++ b/sci-mathematics/gimps/gimps-24.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.13.ebuild,v 1.1 2005/07/13 21:04:05 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.13.ebuild,v 1.2 2005/08/26 17:59:15 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -14,7 +14,7 @@ DEPEND=">=sys-apps/baselayout-1.8.0 >=sys-libs/glibc-2.1" SLOT="0" LICENSE="as-is" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* x86 ~amd64" S="${WORKDIR}" I="/opt/gimps" @@ -25,8 +25,8 @@ src_install () { dodir ${I} /var/lib/gimps cp mprime ${D}/${I} chmod a-w ${D}/${I}/mprime - chown root:root ${D}/${I} - chown root:root ${D}/${I}/mprime + chown root:0 ${D}/${I} + chown root:0 ${D}/${I}/mprime dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt diff --git a/sci-mathematics/gimps/gimps-24.14.ebuild b/sci-mathematics/gimps/gimps-24.14.ebuild index d35f60d88d99..ee68c5dc483f 100644 --- a/sci-mathematics/gimps/gimps-24.14.ebuild +++ b/sci-mathematics/gimps/gimps-24.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1 2005/08/16 16:14:18 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14.ebuild,v 1.2 2005/08/26 17:59:15 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -25,8 +25,8 @@ src_install () { dodir ${I} /var/lib/gimps cp mprime ${D}/${I} chmod a-w ${D}/${I}/mprime - chown root:root ${D}/${I} - chown root:root ${D}/${I}/mprime + chown root:0 ${D}/${I} + chown root:0 ${D}/${I}/mprime dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt diff --git a/sci-mathematics/gimps/gimps-24.6.ebuild b/sci-mathematics/gimps/gimps-24.6.ebuild deleted file mode 100644 index 614629bae2d6..000000000000 --- a/sci-mathematics/gimps/gimps-24.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.6.ebuild,v 1.4 2005/07/09 19:19:48 swegener Exp $ - -IUSE="" -DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" -HOMEPAGE="http://mersenne.org/" -SRC_URI="ftp://mersenne.org/gimps/mprime${PV/./}.tar.gz" - -DEPEND=">=sys-apps/baselayout-1.8.0 - >=sys-libs/glibc-2.1" -SLOT="0" -LICENSE="as-is" -KEYWORDS="-* x86 ~amd64" - -S="${WORKDIR}" -I="/opt/gimps" - -src_install () { - cd ${S} - - dodir ${I} /var/lib/gimps - cp mprime ${D}/${I} - chmod a-w ${D}/${I}/mprime - chown root:root ${D}/${I} - chown root:root ${D}/${I}/mprime - - 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 -} - -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" - einfo "to cd into the directory where the data files are to be stored first, eg.:" - einfo " cd /var/lib/gimps && ${I}/mprime" - echo -} - -pkg_postrm () { - echo - einfo "GIMPS data files were not removed." - einfo "Remove them manually from /var/lib/gimps/" - echo -} |