X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=dev-libs%2Fcore%2Fcore-2.1-r10975.ebuild;fp=dev-libs%2Fcore%2Fcore-2.1.ebuild;h=14a1c5760ab7573e0bbf08c0f6aa2e65ef544ae2;hp=e4083e0f4bc4b848d5d101ec6da2a2bc4ca6fbea;hb=aa25ad712d90d11ec1584738f4b819429bf6d34c;hpb=a70b9e26b6728750c90ad36874a1b8547b5802e1 diff --git a/dev-libs/core/core-2.1.ebuild b/dev-libs/core/core-2.1-r10975.ebuild similarity index 82% rename from dev-libs/core/core-2.1.ebuild rename to dev-libs/core/core-2.1-r10975.ebuild index e4083e0..14a1c57 100644 --- a/dev-libs/core/core-2.1.ebuild +++ b/dev-libs/core/core-2.1-r10975.ebuild @@ -4,9 +4,24 @@ EAPI=5 +inherit subversion + DESCRIPTION="Exact arithmetics library intended for exact geometric computations" HOMEPAGE="http://cs.nyu.edu/exact/core_pages/" -SRC_URI="http://cs.nyu.edu/exact/core/download/core/${P}.std.tgz -> ${P}.tgz" + +# The "old style downloads" are no longer maintained +ESVN_REPO_URI="https://subversive.cims.nyu.edu/exact/corelib2/trunk" +ESVN_USER="guest" +ESVN_PASSWORD="guest" +ESVN_OPTIONS="--depth immediates" + +case ${PV} in + 9999) + ;; + *) + ESVN_REVISION=${PR} + ;; +esac LICENSE="QPL" SLOT="0" @@ -57,7 +72,7 @@ src_compile() { src_install() { - + dolib.a lib/libcore*.a if use shared; then dolib.so lib/libcore*.so @@ -79,7 +94,7 @@ src_install() { docinto papers dodoc doc/papers/* - + docinto html dodoc doc/doxy/html/* fi