Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 167412 Details for
Bug 239958
app-crypt/bsign: pre-stripped files found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for ebuild to make it use bsign-0.4.5-Makefile.in.patch
bsign-0.4.5.ebuild.patch (text/plain), 868 bytes, created by
Sebastian Luther (few)
on 2008-10-06 06:21:18 UTC
(
hide
)
Description:
patch for ebuild to make it use bsign-0.4.5-Makefile.in.patch
Filename:
MIME Type:
Creator:
Sebastian Luther (few)
Created:
2008-10-06 06:21:18 UTC
Size:
868 bytes
patch
obsolete
>--- bsign-0.4.5.ebuild.orig 2008-10-06 08:19:05.000000000 +0200 >+++ bsign-0.4.5.ebuild 2008-10-06 08:19:13.000000000 +0200 >@@ -1,7 +1,9 @@ >-# Copyright 1999-2007 Gentoo Foundation >+# Copyright 1999-2008 Gentoo Foundation > # 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.8 2007/10/13 17:51:36 phreak Exp $ > >+inherit eutils >+ > DESCRIPTION="embed secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files" > HOMEPAGE="http://packages.debian.org/sid/bsign" > SRC_URI="mirror://debian/pool/main/b/bsign/${PN}_${PV}.tar.gz" >@@ -14,6 +16,13 @@ > DEPEND="" > RDEPEND="" > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ >+ epatch "${FILESDIR}"/${P}-Makefile.in.patch >+} >+ > src_install() { > dobin bsign bsign_sign bsign_verify bsign_hash bsign_check || die > doman bsign.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239958
:
167411
| 167412