From: | "Greg Kroah-Hartman (gregkh)" <gregkh@g.o> |
---|---|
To: | gentoo-commits@l.g.o |
Subject: | [gentoo-commits] gentoo-x86 commit in app-crypt/pesign: metadata.xml pesign-0.108.ebuild ChangeLog |
Date: | Thu, 29 Aug 2013 23:19:04 |
Message-Id: | 20130829231856.04B202004C@flycatcher.gentoo.org |
1 | gregkh 13/08/29 23:18:55 |
2 | |
3 | Added: metadata.xml pesign-0.108.ebuild ChangeLog |
4 | Log: |
5 | 0.108 pesign added |
6 | |
7 | (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit) |
8 | |
9 | Revision Changes Path |
10 | 1.1 app-crypt/pesign/metadata.xml |
11 | |
12 | file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pesign/metadata.xml?rev=1.1&view=markup |
13 | plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pesign/metadata.xml?rev=1.1&content-type=text/plain |
14 | |
15 | Index: metadata.xml |
16 | =================================================================== |
17 | <?xml version="1.0" encoding="UTF-8"?> |
18 | <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
19 | <pkgmetadata> |
20 | <maintainer> |
21 | <email>vapier@g.o</email> |
22 | <description>do whatever</description> |
23 | </maintainer> |
24 | </pkgmetadata> |
25 | |
26 | |
27 | |
28 | 1.1 app-crypt/pesign/pesign-0.108.ebuild |
29 | |
30 | file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pesign/pesign-0.108.ebuild?rev=1.1&view=markup |
31 | plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pesign/pesign-0.108.ebuild?rev=1.1&content-type=text/plain |
32 | |
33 | Index: pesign-0.108.ebuild |
34 | =================================================================== |
35 | # Copyright 1999-2013 Gentoo Foundation |
36 | # Distributed under the terms of the GNU General Public License v2 |
37 | # $Header: /var/cvsroot/gentoo-x86/app-crypt/pesign/pesign-0.108.ebuild,v 1.1 2013/08/29 23:18:55 gregkh Exp $ |
38 | |
39 | EAPI="4" |
40 | inherit eutils multilib |
41 | |
42 | DESCRIPTION="Tools for manipulating signed PE-COFF binaries" |
43 | HOMEPAGE="https://github.com/vathpela/pesign" |
44 | SRC_URI="https://github.com/vathpela/${PN}/archive/${PV}.tar.gz" |
45 | |
46 | |
47 | LICENSE="GPL-2" |
48 | SLOT="0" |
49 | KEYWORDS="~amd64 ~x86" |
50 | IUSE="" |
51 | |
52 | RDEPEND="dev-libs/openssl |
53 | sys-apps/util-linux" |
54 | DEPEND="${RDEPEND} |
55 | sys-apps/help2man |
56 | sys-boot/gnu-efi |
57 | virtual/pkgconfig" |
58 | |
59 | src_prepare() { |
60 | epatch "${FILESDIR}"/destdir.patch |
61 | } |
62 | |
63 | src_install() { |
64 | emake DESTDIR="${D}" install || die "Install failed" |
65 | dodoc README COPYING TODO || die |
66 | |
67 | # remove some files that don't make sense for Gentoo installs |
68 | rm -rf ${D}/etc/ |
69 | rm -rf ${D}/usr/share/doc/pesign/ |
70 | |
71 | # create .so symlink |
72 | cd ${D}/usr/$(get_libdir)/ |
73 | #cd ${D}/lib64/ |
74 | ln -s libdpe.so libdpe.so.0 |
75 | } |
76 | # |
77 | #src_prepare() { |
78 | # local iarch |
79 | # case ${ARCH} in |
80 | # ia64) iarch=ia64 ;; |
81 | # x86) iarch=ia32 ;; |
82 | # amd64) iarch=x86_64 ;; |
83 | # *) die "unsupported architecture: ${ARCH}" ;; |
84 | # esac |
85 | # sed -i "/^EFI_ARCH=/s:=.*:=${iarch}:" configure || die |
86 | # sed -i 's/-m64$/& -march=x86-64/' tests/Makefile.in || die |
87 | #} |
88 | |
89 | |
90 | |
91 | 1.1 app-crypt/pesign/ChangeLog |
92 | |
93 | file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pesign/ChangeLog?rev=1.1&view=markup |
94 | plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pesign/ChangeLog?rev=1.1&content-type=text/plain |
95 | |
96 | Index: ChangeLog |
97 | =================================================================== |
98 | # ChangeLog for app-crypt/pesign |
99 | # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 |
100 | # $Header: /var/cvsroot/gentoo-x86/app-crypt/pesign/ChangeLog,v 1.1 2013/08/29 23:18:55 gregkh Exp $ |
101 | |
102 | *pesign-0.108 (29 Aug 2013) |
103 | |
104 | 29 Aug 2013; Greg Kroah-Hartman <gregkh@g.o> +files/destdir.patch, |
105 | +metadata.xml, +pesign-0.108.ebuild: |
106 | 0.108 pesign added |