remove openssl and tommath deps since they aren't needed by xonotic
authorMichael Sterrett <mr_bones_@gentoo.org>
Fri, 16 Sep 2011 20:02:58 +0000 (20:02 +0000)
committerMichael Sterrett <mr_bones_@gentoo.org>
Fri, 16 Sep 2011 20:02:58 +0000 (20:02 +0000)
Package-Manager: portage-2.1.10.11/cvs/Linux i686

dev-libs/d0_blind_id/ChangeLog
dev-libs/d0_blind_id/Manifest
dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild

index 7f71ae20f26f9106cceff5abf36576b05b7e8fd7..a6a3c2bf43a80e819711f6dd2e72be25e2997614 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/d0_blind_id
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.1 2011/09/16 18:37:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.2 2011/09/16 20:02:58 mr_bones_ Exp $
+
+  16 Sep 2011; Michael Sterrett <mr_bones_@gentoo.org> d0_blind_id-0.3.ebuild:
+  remove openssl and tommath deps since they aren't needed by xonotic
 
 *d0_blind_id-0.3 (16 Sep 2011)
 
index fba3fed61ba2dc50c09f00a216539282ad4befe0..6ac0e04837e19c7079f6dc3e09ac935591e899d9 100644 (file)
@@ -1,4 +1,4 @@
 DIST d0_blind_id-0.3.tar.gz 339418 RMD160 8c82b6de3a13a37031f87cb2152004a54bbd7c7c SHA1 00e8fd282b0677a793b27e36cd622752e76225d2 SHA256 fa2dfe9f09e6305e6ac16b340277086e4899c9db45e22987b3471e5739dbcab1
-EBUILD d0_blind_id-0.3.ebuild 993 RMD160 532042542dbda5636c1157f6952146fd63071bc4 SHA1 b92d00a1431c9918fb074ee4efdb068c57cf8ead SHA256 48b3b783a3892727680af56838a930ef996bb20a8f00037cacc576f69eae5c49
-MISC ChangeLog 390 RMD160 3b6d7ca217b25703156caab5fe57f4143b8099de SHA1 0a6d9c4f53a981d5893278feb99254c41e96023b SHA256 6412d3c79f1b544ba74b8fc428351d04e475ce70c194eaf6b28acc296d003444
+EBUILD d0_blind_id-0.3.ebuild 822 RMD160 c45ece6fc983561d10233a5ff1d723f8d6d395de SHA1 6ba42b8120e7bb19e42d8a06d57a3a9fab36a35a SHA256 e5ab50d33371ee9bb451a9cc9485623311cdb85c1ee2d70cdb13b4bd929be67a
+MISC ChangeLog 540 RMD160 b8d456877915e5ad93593e83bd91297d739005d0 SHA1 9ce81776cb65fa9fa43bbbeaebc60affe5a30eb4 SHA256 259c4e13dc6032b055bec9d570bf0edb588a351962548d6bba996a6a722fe645
 MISC metadata.xml 270 RMD160 5fd344b504d941ae99c6ff3ad07200052d917393 SHA1 4e7ce40565d028172936800b98c4172804b5e008 SHA256 90eb20890a4c207435a7983a710188aa109fd8d81a4972116050b20d74cd5765
index f878a83af51271c0a113dcbdbba179b4d365e040..e6757ecad77ea2d1f1790b0dae46b687d36da686 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.1 2011/09/16 18:37:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.2 2011/09/16 20:02:58 mr_bones_ Exp $
 
 EAPI=4
 inherit autotools-utils
@@ -12,12 +12,9 @@ SRC_URI="https://github.com/downloads/divVerent/d0_blind_id/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="ssl static-libs tommath"
-REQUIRED_USE="ssl? ( !tommath )"
+IUSE="static-libs"
 
-RDEPEND="ssl? ( !tommath? ( dev-libs/gmp ) )
-       ssl? ( dev-libs/openssl )
-       tommath? ( dev-libs/libtommath )"
+RDEPEND="dev-libs/gmp"
 DEPEND="${RDEPEND}
        dev-util/pkgconfig"
 
@@ -25,10 +22,9 @@ DOCS=( d0_blind_id.txt )
 
 src_configure() {
        econf \
-               --disable-dependency-tracking \
                --enable-rijndael \
-               $(use_with ssl openssl) \
-               $(use_with tommath) \
+               --without-openssl \
+               --without-tommath \
                $(use_enable static-libs static)
 }