Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 239958 | Differences between
and this patch

Collapse All | Expand All

(-)bsign-0.4.5.ebuild.orig (-1 / +10 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.8 2007/10/13 17:51:36 phreak Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.8 2007/10/13 17:51:36 phreak Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="embed secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files"
7
DESCRIPTION="embed secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files"
6
HOMEPAGE="http://packages.debian.org/sid/bsign"
8
HOMEPAGE="http://packages.debian.org/sid/bsign"
7
SRC_URI="mirror://debian/pool/main/b/bsign/${PN}_${PV}.tar.gz"
9
SRC_URI="mirror://debian/pool/main/b/bsign/${PN}_${PV}.tar.gz"
Lines 14-19 Link Here
14
DEPEND=""
16
DEPEND=""
15
RDEPEND=""
17
RDEPEND=""
16
18
19
src_unpack() {
20
	unpack ${A}
21
	cd "${S}"
22
23
	epatch "${FILESDIR}"/${P}-Makefile.in.patch
24
}
25
17
src_install() {
26
src_install() {
18
	dobin bsign bsign_sign bsign_verify bsign_hash bsign_check || die
27
	dobin bsign bsign_sign bsign_verify bsign_hash bsign_check || die
19
	doman bsign.1
28
	doman bsign.1

Return to bug 239958