diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-24 09:40:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-24 09:40:49 +0000 |
commit | a4f1cf91571cb54d5b866c139d3776f23966fa8e (patch) | |
tree | db5159892408701b3abf368416fb9c7cd8185876 /app-crypt | |
parent | Added patch enforcing build with GMime 2.4 only, because 2.6 is not supported (diff) | |
download | gentoo-2-a4f1cf91571cb54d5b866c139d3776f23966fa8e.tar.gz gentoo-2-a4f1cf91571cb54d5b866c139d3776f23966fa8e.tar.bz2 gentoo-2-a4f1cf91571cb54d5b866c139d3776f23966fa8e.zip |
Update to use mirror://.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/shishi/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/shishi/shishi-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/shishi/ChangeLog b/app-crypt/shishi/ChangeLog index fa32fe0e1555..95d7f0abae8b 100644 --- a/app-crypt/shishi/ChangeLog +++ b/app-crypt/shishi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/shishi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shishi/ChangeLog,v 1.2 2012/03/15 15:48:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shishi/ChangeLog,v 1.3 2012/04/24 09:40:49 mgorny Exp $ + + 24 Apr 2012; Michał Górny <mgorny@gentoo.org> shishi-1.0.1.ebuild: + Update to use mirror://. 15 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> shishi-1.0.1.ebuild: inherit goes near the top diff --git a/app-crypt/shishi/shishi-1.0.1.ebuild b/app-crypt/shishi/shishi-1.0.1.ebuild index 725bfcb77f39..f4d19289c1f8 100644 --- a/app-crypt/shishi/shishi-1.0.1.ebuild +++ b/app-crypt/shishi/shishi-1.0.1.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/app-crypt/shishi/shishi-1.0.1.ebuild,v 1.2 2012/03/15 15:48:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shishi/shishi-1.0.1.ebuild,v 1.3 2012/04/24 09:40:49 mgorny Exp $ EAPI=4 inherit multilib autotools eutils DESCRIPTION="A free implementation of the Kerberos 5 network security system" HOMEPAGE="https://www.gnu.org/software/shishi/" -SRC_URI="http://ftp.gnu.org/gnu/shishi/${P}.tar.gz" +SRC_URI="mirror://gnu/shishi/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |