diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-30 22:58:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-30 22:58:37 +0000 |
commit | a870bc0502b832164df7cd04dbdec6f581d5d75b (patch) | |
tree | 18f053835bbbfa23a96c0c5ba9314a5750aabb64 /dev-libs | |
parent | old (diff) | |
download | gentoo-2-a870bc0502b832164df7cd04dbdec6f581d5d75b.tar.gz gentoo-2-a870bc0502b832164df7cd04dbdec6f581d5d75b.tar.bz2 gentoo-2-a870bc0502b832164df7cd04dbdec6f581d5d75b.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/d0_blind_id/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild | 37 |
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-libs/d0_blind_id/ChangeLog b/dev-libs/d0_blind_id/ChangeLog index 0a526c9fd1d2..d7654c2b280f 100644 --- a/dev-libs/d0_blind_id/ChangeLog +++ b/dev-libs/d0_blind_id/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/d0_blind_id -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.11 2012/05/04 18:35:54 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.12 2013/01/30 22:58:37 mr_bones_ Exp $ + + 30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -d0_blind_id-0.3.ebuild: + old 04 May 2012; Jeff Horelick <jdhore@gentoo.org> d0_blind_id-0.3.ebuild, d0_blind_id-0.5.ebuild: @@ -41,4 +44,3 @@ 16 Sep 2011; Michael Sterrett <mr_bones_@gentoo.org> +d0_blind_id-0.3.ebuild, +metadata.xml: initial commit; dep for games-fps/xonotic - diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild deleted file mode 100644 index 310d269ee6fe..000000000000 --- a/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 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.8 2012/05/04 18:35:54 jdhore Exp $ - -EAPI=4 -inherit autotools-utils - -DESCRIPTION="Blind-ID library for user identification using RSA blind signatures" -HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary" -SRC_URI="mirror://github/divVerent/d0_blind_id/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -RDEPEND="dev-libs/gmp" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( d0_blind_id.txt ) - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_configure() { - local myeconfargs=( - --enable-rijndael - --without-openssl - --without-tommath - $(use_enable static-libs static) - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install -} |