diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-05-07 20:22:11 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-05-07 20:22:11 +0000 |
commit | 3872c827c41b733f1436c0afd8cf251d2ac3aa16 (patch) | |
tree | 2b52e20a07b990fb28ea415f6de20678c8e3e7b8 /app-crypt | |
parent | Remove S= (Manifest recommit) (diff) | |
download | gentoo-2-3872c827c41b733f1436c0afd8cf251d2ac3aa16.tar.gz gentoo-2-3872c827c41b733f1436c0afd8cf251d2ac3aa16.tar.bz2 gentoo-2-3872c827c41b733f1436c0afd8cf251d2ac3aa16.zip |
Removed S=
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bsign/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/bsign/bsign-0.4.5.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-crypt/bsign/ChangeLog b/app-crypt/bsign/ChangeLog index e62499ffd76d..f26e541223ac 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.3 2004/05/07 20:07:49 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/ChangeLog,v 1.4 2004/05/07 20:22:11 tseng Exp $ + + 07 May 2004; Brandon Hale <tseng@gentoo.org> bsign-0.4.5.ebuild: + Removed S= 07 May 2004; Brandon Hale <tseng@gentoo.org> bsign-0.4.5.ebuild: Change SRC_URI to use mirror://debian diff --git a/app-crypt/bsign/bsign-0.4.5.ebuild b/app-crypt/bsign/bsign-0.4.5.ebuild index 7fcd3e33c2c0..b68666fef296 100644 --- a/app-crypt/bsign/bsign-0.4.5.ebuild +++ b/app-crypt/bsign/bsign-0.4.5.ebuild @@ -1,6 +1,6 @@ # 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.3 2004/05/07 20:07:50 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.4 2004/05/07 20:22:11 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" @@ -12,8 +12,6 @@ IUSE="" DEPEND="" RDEPEND="" -S=${WORKDIR}/${P} - src_compile() { ./configure \ --host=${CHOST} \ |