diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2008-01-17 03:21:40 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2008-01-17 03:21:40 +0000 |
commit | ad9708ff881e2ea7b5610096bc18073235378081 (patch) | |
tree | 5b893c280c89fb1405982e85d736ed326c4fae5f /sci-misc | |
parent | Stable for HPPA (bug #206089). (diff) | |
download | gentoo-2-ad9708ff881e2ea7b5610096bc18073235378081.tar.gz gentoo-2-ad9708ff881e2ea7b5610096bc18073235378081.tar.bz2 gentoo-2-ad9708ff881e2ea7b5610096bc18073235378081.zip |
OMG a commit, updating to current, not much change but we're current again. Will try to get init and other things resolved later
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/ChangeLog | 12 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-4.72.20050813-r3.ebuild | 94 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-5.10.28.ebuild (renamed from sci-misc/boinc/boinc-5.5.6.ebuild) | 41 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-5.2.14.ebuild | 105 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-5.4.11.ebuild | 105 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-5.8.15.ebuild | 16 | ||||
-rw-r--r-- | sci-misc/boinc/files/digest-boinc-5.10.28 | 3 |
7 files changed, 43 insertions, 333 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index 4f5122727920..2cbef8314d7d 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-misc/boinc -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.34 2007/07/29 17:09:48 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.35 2008/01/17 03:21:39 tsunam Exp $ + +*boinc-5.10.28 (17 Jan 2008) + + 17 Jan 2008; Joshua Jackson <tsunam@gentoo.org> + -boinc-4.72.20050813-r3.ebuild, -boinc-5.2.14.ebuild, + -boinc-5.4.11.ebuild, -boinc-5.5.6.ebuild, +boinc-5.10.28.ebuild: + Adding a recent version that matches upstream stable...removing some of the + very old versions as well 29 Jul 2007; Christian Heim <phreak@gentoo.org> boinc-4.72.20050813-r3.ebuild, boinc-5.2.14.ebuild, boinc-5.4.11.ebuild, diff --git a/sci-misc/boinc/boinc-4.72.20050813-r3.ebuild b/sci-misc/boinc/boinc-4.72.20050813-r3.ebuild deleted file mode 100644 index b2878e5ee54c..000000000000 --- a/sci-misc/boinc/boinc-4.72.20050813-r3.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-4.72.20050813-r3.ebuild,v 1.9 2007/07/29 17:09:48 phreak Exp $ - -inherit eutils wxwidgets - -MY_PN="boinc_public-cvs" -MY_PV="2005-08-13" -S=${WORKDIR}/boinc_public - -DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" -HOMEPAGE="http://boinc.ssl.berkeley.edu/" -SRC_URI="http://boinc.ssl.berkeley.edu/source/nightly/${MY_PN}-${MY_PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="server X" - -RDEPEND="sys-libs/zlib - X? ( =x11-libs/wxGTK-2.6* ) - server? ( www-servers/apache - >=virtual/mysql-4.0 - virtual/php - >=dev-lang/python-2.2.3 - >=dev-python/mysql-python-0.9.2 )" -DEPEND=">=sys-devel/gcc-3.0.4 - >=sys-devel/autoconf-2.59 - >=sys-devel/automake-1.9.3 - X? ( x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11 - x11-proto/xproto - virtual/glut - virtual/glu - media-libs/jpeg ) - server? ( virtual/imap-c-client ) - ${RDEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - - # GCC 4 patch, bug 112133. - epatch ${FILESDIR}/${P}-gcc4-fix.patch - - # point to a proper mouse device - sed -e "s:/dev/mouse:/dev/input/mice:g" -i client/hostinfo_unix.C || die -} - -src_compile() { - if use X; then - WX_GTK_VER=2.6 - need-wxwidgets gtk2 - wxconf="--with-wx-config=${WX_CONFIG}" - fi - - econf \ - --enable-client \ - --disable-static-client \ - ${wxconf} \ - $(use_enable server) \ - $(use_with X x) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "make install failed" - - newinitd ${FILESDIR}/boinc.init boinc - newconfd ${FILESDIR}/boinc.conf boinc - - make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc -} - -pkg_preinst() { - enewgroup boinc - enewuser boinc -1 -1 /var/lib/boinc boinc -} - -pkg_postinst() { - echo - einfo "You need to attach to a project to do anything useful with boinc." - einfo "You can do this by running /etc/init.d/boinc attach" - einfo "BOINC The howto for configuration is located at:" - einfo "http://boinc.berkeley.edu/anonymous_platform.php" - if use server;then - echo - einfo "You have chosen to enable server mode. this ebuild has installed" - einfo "the necessary packages to be a server. You will need to have a" - einfo "project. Contact BOINC directly for further information." - fi - echo -} diff --git a/sci-misc/boinc/boinc-5.5.6.ebuild b/sci-misc/boinc/boinc-5.10.28.ebuild index 5e75b0f7bf1b..87432512d91f 100644 --- a/sci-misc/boinc/boinc-5.5.6.ebuild +++ b/sci-misc/boinc/boinc-5.10.28.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.5.6.ebuild,v 1.9 2007/07/29 17:09:48 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.10.28.ebuild,v 1.1 2008/01/17 03:21:39 tsunam Exp $ -inherit eutils wxwidgets +inherit flag-o-matic wxwidgets DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" HOMEPAGE="http://boinc.ssl.berkeley.edu/" @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="server X unicode" RDEPEND="sys-libs/zlib - >=net-misc/curl-7.15.0 + >=net-misc/curl-7.15.5 >=dev-libs/openssl-0.9.7 X? ( =x11-libs/wxGTK-2.6* ) server? ( www-servers/apache @@ -38,14 +38,13 @@ DEPEND=">=sys-devel/gcc-3.0.4 ${RDEPEND}" src_unpack() { - unpack ${A} - cd ${S} - - # point to a proper mouse device - sed -e "s:/dev/mouse:/dev/input/mice:g" -i client/hostinfo_unix.C || die + unpack "${A}" + cd ""${S}"" } src_compile() { + append-flags -O3 -funroll-loops -fforce-addr -ffast-math + if use X; then WX_GTK_VER=2.6 if use unicode; then @@ -57,14 +56,15 @@ src_compile() { fi # Just run the necessary tools directly - einfo "Running necessary autotools..." - aclocal -I m4 || die "aclocal failed." - autoheader || die "autoheader failed." - automake || die "automake failed." - autoconf || die "autoconf failed." + #einfo "Running necessary autotools..." + #aclocal -I m4 || die "aclocal failed." + #autoheader || die "autoheader failed." + #automake || die "automake failed." + #autoconf || die "autoconf failed." econf \ --enable-client \ --disable-static-client \ + --with-ssl \ ${wxconf} \ $(use_enable unicode) \ $(use_enable server) \ @@ -77,10 +77,12 @@ src_compile() { } src_install() { - make install DESTDIR=${D} || die "make install failed" - - newinitd ${FILESDIR}/boinc.init boinc - newconfd ${FILESDIR}/boinc.conf boinc + make install DESTDIR=""${D}"" || die "make install failed" + mkdir "${D}"/var "${D}"/var/lib "${D}"/var/lib/boinc/ + cp "${S}"/ca-bundle.crt "${D}"/var/lib/boinc + chown boinc:boinc "${D}"/var/lib/boinc + newinitd "${FILESDIR}"/boinc.init boinc + newconfd "${FILESDIR}"/boinc.conf boinc make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc } @@ -106,6 +108,7 @@ pkg_postinst() { # Add warning about the new password for the client, bug 121896. einfo "If you need to use the graphical client the password is in " einfo "/var/lib/boinc/gui_rpc_auth.cfg which is randomly generated " - einfo "by BOINC. You can change this to something more memorable." + einfo "by BOINC upon successfully running the gui for the first time." + einfo "You can change this to something more memorable." echo } diff --git a/sci-misc/boinc/boinc-5.2.14.ebuild b/sci-misc/boinc/boinc-5.2.14.ebuild deleted file mode 100644 index f167b8fa4ada..000000000000 --- a/sci-misc/boinc/boinc-5.2.14.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.2.14.ebuild,v 1.11 2007/07/29 17:09:48 phreak Exp $ - -inherit eutils wxwidgets - -DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" -HOMEPAGE="http://boinc.ssl.berkeley.edu/" -SRC_URI="mirror://gentoo//${P}.tar.bz2 - mirror://gentoo/${P}-patches.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="server X unicode" - -RDEPEND="sys-libs/zlib - >=net-misc/curl-7.15.0 - >=dev-libs/openssl-0.9.7 - X? ( =x11-libs/wxGTK-2.6* ) - server? ( www-servers/apache - >=virtual/mysql-4.0 - virtual/php - >=dev-lang/python-2.2.3 - >=dev-python/mysql-python-0.9.2 )" -DEPEND=">=sys-devel/gcc-3.0.4 - >=sys-devel/autoconf-2.59 - >=sys-devel/automake-1.9.3 - X? ( x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11 - x11-proto/xproto - virtual/glut - virtual/glu - media-libs/jpeg ) - server? ( virtual/imap-c-client ) - ${RDEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - - # Apply patches, most of which from Debian - EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" epatch - epatch ${FILESDIR}/08_all_Makefile.patch - epatch ${FILESDIR}/${P}-gcc-4.1.patch - - # point to a proper mouse device - sed -e "s:/dev/mouse:/dev/input/mice:g" -i client/hostinfo_unix.C || die -} - -src_compile() { - if use X; then - WX_GTK_VER=2.6 - if use unicode; then - need-wxwidgets unicode - else - need-wxwidgets gtk2 - fi - wxconf="--with-wx-config=${WX_CONFIG}" - fi - - econf \ - --enable-client \ - --disable-static-client \ - ${wxconf} \ - $(use_enable unicode) \ - $(use_enable server) \ - $(use_with X x) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "make install failed" - - newinitd ${FILESDIR}/boinc.init boinc - newconfd ${FILESDIR}/boinc.conf boinc - - make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc -} - -pkg_preinst() { - enewgroup boinc - enewuser boinc -1 -1 /var/lib/boinc boinc -} - -pkg_postinst() { - echo - einfo "You need to attach to a project to do anything useful with boinc." - einfo "You can do this by running /etc/init.d/boinc attach" - einfo "BOINC The howto for configuration is located at:" - einfo "http://boinc.berkeley.edu/anonymous_platform.php" - if use server;then - echo - einfo "You have chosen to enable server mode. this ebuild has installed" - einfo "the necessary packages to be a server. You will need to have a" - einfo "project. Contact BOINC directly for further information." - fi - echo - # Add warning about the new password for the client, bug 121896. - einfo "If you need to use the graphical client the password is in " - einfo "/var/lib/boinc/gui_rpc_auth.cfg which is randomly generated " - einfo "by BOINC. You can change this to something more memorable." - echo -} diff --git a/sci-misc/boinc/boinc-5.4.11.ebuild b/sci-misc/boinc/boinc-5.4.11.ebuild deleted file mode 100644 index ef332d9cddbe..000000000000 --- a/sci-misc/boinc/boinc-5.4.11.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.4.11.ebuild,v 1.6 2007/07/29 17:09:48 phreak Exp $ - -inherit eutils wxwidgets - -DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" -HOMEPAGE="http://boinc.ssl.berkeley.edu/" -SRC_URI="mirror://gentoo//${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="server X unicode" - -RDEPEND="sys-libs/zlib - >=net-misc/curl-7.15.0 - >=dev-libs/openssl-0.9.7 - X? ( =x11-libs/wxGTK-2.6* ) - server? ( www-servers/apache - >=virtual/mysql-4.0 - virtual/php - >=dev-lang/python-2.2.3 - >=dev-python/mysql-python-0.9.2 )" -DEPEND=">=sys-devel/gcc-3.0.4 - >=sys-devel/autoconf-2.58 - >=sys-devel/automake-1.8 - >=dev-util/pkgconfig-0.15 - >=sys-devel/m4-1.4 - X? ( x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11 - x11-proto/xproto - virtual/glut - virtual/glu - media-libs/jpeg ) - server? ( virtual/imap-c-client ) - ${RDEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - - # point to a proper mouse device - sed -e "s:/dev/mouse:/dev/input/mice:g" -i client/hostinfo_unix.C || die -} - -src_compile() { - if use X; then - WX_GTK_VER=2.6 - if use unicode; then - need-wxwidgets unicode - else - need-wxwidgets gtk2 - fi - wxconf="--with-wx-config=${WX_CONFIG}" - fi - - econf \ - --enable-client \ - --disable-static-client \ - ${wxconf} \ - $(use_enable unicode) \ - $(use_enable server) \ - $(use_with X x) || die "econf failed" - # Make it link to the compiled libs, not the installed ones - sed -e "s|LDFLAGS = |LDFLAGS = -L../lib |g" -i */Makefile || \ - die "sed failed" - # Force -j1 - bug 136374. - emake -j1 || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "make install failed" - - newinitd ${FILESDIR}/boinc.init boinc - newconfd ${FILESDIR}/boinc.conf boinc - - make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc -} - -pkg_preinst() { - enewgroup boinc - enewuser boinc -1 -1 /var/lib/boinc boinc -} - -pkg_postinst() { - echo - einfo "You need to attach to a project to do anything useful with boinc." - einfo "You can do this by running /etc/init.d/boinc attach" - einfo "BOINC The howto for configuration is located at:" - einfo "http://boinc.berkeley.edu/anonymous_platform.php" - if use server;then - echo - einfo "You have chosen to enable server mode. this ebuild has installed" - einfo "the necessary packages to be a server. You will need to have a" - einfo "project. Contact BOINC directly for further information." - fi - echo - # Add warning about the new password for the client, bug 121896. - einfo "If you need to use the graphical client the password is in " - einfo "/var/lib/boinc/gui_rpc_auth.cfg which is randomly generated " - einfo "by BOINC. You can change this to something more memorable." - echo -} diff --git a/sci-misc/boinc/boinc-5.8.15.ebuild b/sci-misc/boinc/boinc-5.8.15.ebuild index 07fd8719ccac..faf4ca4ec35b 100644 --- a/sci-misc/boinc/boinc-5.8.15.ebuild +++ b/sci-misc/boinc/boinc-5.8.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.8.15.ebuild,v 1.4 2007/07/29 17:09:48 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.8.15.ebuild,v 1.5 2008/01/17 03:21:39 tsunam Exp $ inherit flag-o-matic wxwidgets @@ -39,7 +39,7 @@ DEPEND=">=sys-devel/gcc-3.0.4 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" } src_compile() { @@ -77,12 +77,12 @@ src_compile() { } src_install() { - make install DESTDIR=${D} || die "make install failed" - mkdir ${D}/var ${D}/var/lib ${D}/var/lib/boinc/ - cp ${S}/ca-bundle.crt ${D}/var/lib/boinc - chown boinc:boinc ${D}/var/lib/boinc - newinitd ${FILESDIR}/boinc.init boinc - newconfd ${FILESDIR}/boinc.conf boinc + make install DESTDIR="${D}" || die "make install failed" + mkdir "${D}"/var "${D}"/var/lib "${D}"/var/lib/boinc/ + cp "${S}"/ca-bundle.crt "${D}"/var/lib/boinc + chown boinc:boinc "${D}"/var/lib/boinc + newinitd "${FILESDIR}"/boinc.init boinc + newconfd "${FILESDIR}"/boinc.conf boinc make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc } diff --git a/sci-misc/boinc/files/digest-boinc-5.10.28 b/sci-misc/boinc/files/digest-boinc-5.10.28 new file mode 100644 index 000000000000..9807bd79e9e7 --- /dev/null +++ b/sci-misc/boinc/files/digest-boinc-5.10.28 @@ -0,0 +1,3 @@ +MD5 4ef4677f208fe43c258ddde69c37f436 boinc-5.10.28.tar.bz2 17176403 +RMD160 9165a68836384f13e29f82c120fb43eaafd5825e boinc-5.10.28.tar.bz2 17176403 +SHA256 7a9c1d02b7216e7c031e88bf4feec4fc399909cfb965be2de170489b232ace42 boinc-5.10.28.tar.bz2 17176403 |