diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-23 19:27:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-23 19:27:22 +0000 |
commit | ad94d25d30a0cd3be9bbd21dfd2fbd723833bff9 (patch) | |
tree | b703865ee3f568d0e247d846dcaf6132ed1cafed /dev-libs/d0_blind_id | |
parent | Use mirror://github. (diff) | |
download | gentoo-2-ad94d25d30a0cd3be9bbd21dfd2fbd723833bff9.tar.gz gentoo-2-ad94d25d30a0cd3be9bbd21dfd2fbd723833bff9.tar.bz2 gentoo-2-ad94d25d30a0cd3be9bbd21dfd2fbd723833bff9.zip |
Use mirror://github.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/d0_blind_id')
-rw-r--r-- | dev-libs/d0_blind_id/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-libs/d0_blind_id/ChangeLog b/dev-libs/d0_blind_id/ChangeLog index 2cff052e588f..d2c49e8ece30 100644 --- a/dev-libs/d0_blind_id/ChangeLog +++ b/dev-libs/d0_blind_id/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2012/04/14 20:50:00 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.10 2012/04/23 19:27:22 mgorny Exp $ + + 23 Apr 2012; Michał Górny <mgorny@gentoo.org> d0_blind_id-0.3.ebuild, + d0_blind_id-0.5.ebuild: + Use mirror://github. 14 Apr 2012; Jeff Horelick <jdhore@gentoo.org> d0_blind_id-0.5.ebuild: marked x86 per bug 411775 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 index eede1cf10176..03b57e0d14e1 100644 --- a/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild +++ b/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.6 2011/11/27 17:40:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.7 2012/04/23 19:27:22 mgorny 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="https://github.com/downloads/divVerent/d0_blind_id/${P}.tar.gz" +SRC_URI="mirror://github/divVerent/d0_blind_id/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild index 43222cee3d67..9c62e8db7f93 100644 --- a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild +++ b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild @@ -1,13 +1,13 @@ # 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.5.ebuild,v 1.3 2012/04/14 20:50:00 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild,v 1.4 2012/04/23 19:27:22 mgorny 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="https://github.com/downloads/divVerent/d0_blind_id/${P}.tar.gz" +SRC_URI="mirror://github/divVerent/d0_blind_id/${P}.tar.gz" LICENSE="BSD" SLOT="0" |