From e396b55fb42570846a4ddf74b87a022f6f0411db Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 12 Jun 2014 19:26:54 +0000 Subject: [PATCH] gmp: Drop some old / broken recipes --- dev-libs/gmp/gmp-4.3.1.recipe | 33 ---------------- dev-libs/gmp/gmp-5.0.1.recipe | 33 ---------------- dev-libs/gmp/gmp-5.0.5.recipe | 33 ---------------- dev-libs/gmp/gmp-5.1.1.recipe | 74 ----------------------------------- 4 files changed, 173 deletions(-) delete mode 100644 dev-libs/gmp/gmp-4.3.1.recipe delete mode 100644 dev-libs/gmp/gmp-5.0.1.recipe delete mode 100644 dev-libs/gmp/gmp-5.0.5.recipe delete mode 100644 dev-libs/gmp/gmp-5.1.1.recipe diff --git a/dev-libs/gmp/gmp-4.3.1.recipe b/dev-libs/gmp/gmp-4.3.1.recipe deleted file mode 100644 index 811275dc9..000000000 --- a/dev-libs/gmp/gmp-4.3.1.recipe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION="GMP - GNU Multiple Precision Arithmetic Library" -HOMEPAGE="http://gmplib.org/" -SRC_URI="ftp://ftp.gmplib.org/pub/gmp-4.3.1/gmp-4.3.1.tar.bz2" -CHECKSUM_MD5="26cec15a90885042dd4a15c4003b08ae" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -BUILD() -{ - cd gmp-4.3.1 - libtoolize --force --copy --install - aclocal - autoconf - automake --add-missing - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd gmp-4.3.1 - make install -} - -TEST() -{ - cd gmp-4.3.1 - make check -} - -LICENSE="GNU GPL v3 - GNU LGPL v3" -COPYRIGHT="1991-2009 Free Software Foundation, Inc." diff --git a/dev-libs/gmp/gmp-5.0.1.recipe b/dev-libs/gmp/gmp-5.0.1.recipe deleted file mode 100644 index 5b7af9fa7..000000000 --- a/dev-libs/gmp/gmp-5.0.1.recipe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION="GMP - GNU Multiple Precision Arithmetic Library" -HOMEPAGE="http://gmplib.org/" -SRC_URI="ftp://ftp.gmplib.org/pub/gmp-5.0.1/gmp-5.0.1.tar.bz2" -CHECKSUM_MD5="6bac6df75c192a13419dfd71d19240a7" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -BUILD() -{ - cd gmp-5.0.1 - libtoolize --force --copy --install - aclocal - autoconf - automake --add-missing - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd gmp-5.0.1 - make install -} - -TEST() -{ - cd gmp-5.0.1 - make check -} - -LICENSE="GNU GPL v3 - GNU LGPL v3" -COPYRIGHT="1991-2010 Free Software Foundation, Inc." diff --git a/dev-libs/gmp/gmp-5.0.5.recipe b/dev-libs/gmp/gmp-5.0.5.recipe deleted file mode 100644 index b9daccb9c..000000000 --- a/dev-libs/gmp/gmp-5.0.5.recipe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION="GMP - GNU Multiple Precision Arithmetic Library" -HOMEPAGE="http://gmplib.org/" -SRC_URI="ftp://ftp.gmplib.org/pub/gmp-5.0.5/gmp-5.0.5.tar.xz" -CHECKSUM_MD5="8aef50959acec2a1ad41d144ffe0f3b5" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -BUILD() -{ - cd gmp-5.0.5 - libtoolize --force --copy --install - aclocal - autoconf - automake --add-missing - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd gmp-5.0.5 - make install -} - -TEST() -{ - cd gmp-5.0.5 - make check -} - -LICENSE="GNU GPL v3 - GNU LGPL v3" -COPYRIGHT="1991-2012 Free Software Foundation, Inc." diff --git a/dev-libs/gmp/gmp-5.1.1.recipe b/dev-libs/gmp/gmp-5.1.1.recipe deleted file mode 100644 index 8f9f53dd8..000000000 --- a/dev-libs/gmp/gmp-5.1.1.recipe +++ /dev/null @@ -1,74 +0,0 @@ -SUMMARY="GMP - GNU Multiple Precision Arithmetic Library" -DESCRIPTION=" -The GNU Multiple Precision Arithmetic Library (GMP) is a free library for \ -arbitrary-precision arithmetic, operating on signed integers, rational numbers, \ -and floating point numbers. There are no practical limits to the precision \ -except the ones implied by the available memory in the machine GMP runs on \ -(operand dimension limit is 2^(32)-1 bits on 32-bit machines and 2^37 bits on \ -64-bit machines). GMP has a rich set of functions, and the functions have a \ -regular interface. The basic interface is for C but wrappers exist for other \ -languages including Ada, C++, C#, OCaml, Perl, PHP, and Python. -" -HOMEPAGE="http://gmplib.org/" -SRC_URI="ftp://ftp.gmplib.org/pub/gmp-5.1.1/gmp-5.1.1.tar.xz" -CHECKSUM_SHA256="4bd64d782fdeb61aeed45b434fca5246d66baa9de76f87cba30c38460d8834c2" -LICENSE="GNU GPL v3 - GNU LGPL v3" -COPYRIGHT="1991-2013 Free Software Foundation, Inc." -REVISION="1" -ARCHITECTURES="x86 x86_gcc2" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" -PROVIDES="gmp$secondaryArchSuffix = $portVersion compat >= 5.1 - lib:libgmp$secondaryArchSuffix = 10.1.1 compat >= 10 - " -REQUIRES=" - haiku$secondaryArchSuffix >= $haikuVersion - " -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel >= $haikuVersion - " -BUILD_PREREQUIRES=" - cmd:gcc$secondaryArchSuffix - cmd:libtool - cmd:autoconf - cmd:automake - cmd:make - " - -BUILD() -{ - libtoolize --force --copy --install - aclocal - autoconf - automake --add-missing - runConfigure ./configure - make $jobArgs -} - -INSTALL() -{ - make install includedir=$includeDir includeexecdir=$includeDir - - # prepare devel/lib - prepareInstalledDevelLibs libgmp - - # devel package - packageEntries devel \ - $developDir -} - -TEST() -{ - make check -} - -# ----- devel package - -PROVIDES_devel=" - gmp${secondaryArchSuffix}_devel = $portVersion - devel:libgmp$secondaryArchSuffix = 10.1.1 compat >= 0 - " -REQUIRES_devel=" - gmp$secondaryArchSuffix == $portVersion base - " -