Skip to content

Commit

Permalink
boinc update to 7.2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Jul 29, 2014
1 parent 9182621 commit bba3f1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sci-misc/boinc/Manifest
@@ -1 +1 @@
DIST boinc-7.2.33.tar.xz 25383732 SHA256 4aa01a3c4f806bac4f9999eebae33ff004abebeb05336d4a3a2dc378314dd8ca
DIST boinc-7.2.42.tar.xz 29392648 SHA256 bb93b5374c1233c61597ce20f4c4da67611ef90c27dc7acc12617976c7b0a391 SHA512 694ce763ea9028ad65373a134561afcfcafb62bc4d482d6ddeb8553bfc79806d9019d640d9ef09ef7565b8d7995a582564ef98e903078f78d9668caefc3eeb1b WHIRLPOOL 881fe8bb2e5d6a07c524f2c5758205abea9b6e168efda0bd35a44e68288fc1ad4c29205cede48ab65b5a873f918b772f6c0f0e0e83471c5eed94de1f89ce970e
Expand Up @@ -8,11 +8,15 @@ EAPI=5

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils flag-o-matic eutils wxwidgets user
inherit autotools-utils flag-o-matic eutils wxwidgets user git-r3

DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
HOMEPAGE="http://boinc.ssl.berkeley.edu/"
SRC_URI="http://gentoo.org.cn/distfiles/${P}.tar.xz"

#SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"

EGIT_REPO_URI="git://boinc.berkeley.edu/boinc-v2.git"
EGIT_COMMIT="client_release/7.2/${PV}"

LICENSE="LGPL-2.1"
SLOT="0"
Expand All @@ -22,14 +26,13 @@ IUSE="X cuda static-libs"
RDEPEND="
!sci-misc/boinc-bin
!app-admin/quickswitch
>=app-misc/ca-certificates-20080809
>=app-misc/ca-certificates-20130906-r1
dev-libs/openssl
net-misc/curl[ssl,-gnutls(-),-nss(-),curl_ssl_openssl(+)]
sys-apps/util-linux
sys-libs/zlib
cuda? (
>=dev-util/nvidia-cuda-toolkit-2.1
>=x11-drivers/nvidia-drivers-180.22
>=dev-util/nvidia-cuda-toolkit-6.0
)
X? (
dev-db/sqlite:3
Expand All @@ -50,8 +53,6 @@ DEPEND="${RDEPEND}
AUTOTOOLS_IN_SOURCE_BUILD=1

src_prepare() {
epatch "${FILESDIR}/boinc-7.2.0-fix_subdirs.patch"

# prevent bad changes in compile flags, bug 286701
sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed"

Expand Down

0 comments on commit bba3f1d

Please sign in to comment.