diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-05-07 20:07:50 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-05-07 20:07:50 +0000 |
commit | 44a3f020a4b4a754351b24379d4b2c1f80093b46 (patch) | |
tree | b1b30f6e3a925c427e1d6a6fe4505d0e29ba4feb /app-crypt | |
parent | Add missing IUSE. (diff) | |
download | historical-44a3f020a4b4a754351b24379d4b2c1f80093b46.tar.gz historical-44a3f020a4b4a754351b24379d4b2c1f80093b46.tar.bz2 historical-44a3f020a4b4a754351b24379d4b2c1f80093b46.zip |
Change SRC_URI to use mirror://debian
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bsign/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/bsign/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/bsign/bsign-0.4.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/bsign/ChangeLog b/app-crypt/bsign/ChangeLog index 73142045ab44..e62499ffd76d 100644 --- a/app-crypt/bsign/ChangeLog +++ b/app-crypt/bsign/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/bsign # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/ChangeLog,v 1.2 2004/04/15 19:56:07 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/ChangeLog,v 1.3 2004/05/07 20:07:49 tseng Exp $ + + 07 May 2004; Brandon Hale <tseng@gentoo.org> bsign-0.4.5.ebuild: + Change SRC_URI to use mirror://debian 15 Apr 2004; David Holm <dholm@gentoo.org> bsign-0.4.5.ebuild: Added to ~ppc. diff --git a/app-crypt/bsign/Manifest b/app-crypt/bsign/Manifest index 8899227ecf6e..690d033a8555 100644 --- a/app-crypt/bsign/Manifest +++ b/app-crypt/bsign/Manifest @@ -1,4 +1,4 @@ -MD5 8c733ad5336883708100705d5ea8e9fd ChangeLog 410 -MD5 b3759a5d83788a0968368ba841cb35f2 bsign-0.4.5.ebuild 911 +MD5 5032d0fa9a43e1df5728d45d2307c621 ChangeLog 518 +MD5 0eb222f695ab5fef12e0e01757ad84c2 bsign-0.4.5.ebuild 898 MD5 74bd52a9c8ad28696ba15c912c5aaa48 metadata.xml 610 MD5 fba559d844e5d86a9345a7270fa8c367 files/digest-bsign-0.4.5 62 diff --git a/app-crypt/bsign/bsign-0.4.5.ebuild b/app-crypt/bsign/bsign-0.4.5.ebuild index f093b2a6e239..7fcd3e33c2c0 100644 --- a/app-crypt/bsign/bsign-0.4.5.ebuild +++ b/app-crypt/bsign/bsign-0.4.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.2 2004/04/15 19:56:07 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.3 2004/05/07 20:07:50 tseng Exp $ DESCRIPTION="This package embeds secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files for verification and authentication" HOMEPAGE="http://packages.debian.org/unstable/admin/bsign.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/b/bsign/${PN}_${PV}.tar.gz" +SRC_URI="mirror://debian/pool/main/b/bsign/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" |