Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unmakeself/
Date: Fri, 28 Aug 2015 00:32:22
Message-Id: 1440721918.e8dd50f7f23d79097d824b0841883ad3f7e387ef.mrueg@gentoo
1 commit: e8dd50f7f23d79097d824b0841883ad3f7e387ef
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 00:31:58 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 00:31:58 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8dd50f7
7
8 app-arch/unmakeself: Remove old
9
10 Package-Manager: portage-2.2.20.1
11
12 app-arch/unmakeself/Manifest | 1 -
13 app-arch/unmakeself/unmakeself-1.0.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/app-arch/unmakeself/Manifest b/app-arch/unmakeself/Manifest
17 index 8a8d294..25fee0b 100644
18 --- a/app-arch/unmakeself/Manifest
19 +++ b/app-arch/unmakeself/Manifest
20 @@ -1,2 +1 @@
21 -DIST unmakeself-1.0.tar.bz2 3015 SHA256 076be9222830d36b4ce32ec1b0349284380dd1c35297332db51d8d994cfeee7e SHA512 d9722c6de549d30a9901174515e100ab2dfeeed2900af52031adc8d8a265e62414aee7b005068e6d2c2d9b24766b5e220b84deee34f3e21abadcd977814b1c02 WHIRLPOOL e1a2e5b1b548ad65e84b6f91f8f456d5f6220d4ccb8818f223998db3d61ae633f54f8b01b8b7da6af64623e36e0058e80994b75d5e67947b3af0b7a2052a34ee
22 DIST unmakeself-1.1.tar.gz 3635 SHA256 b89e3f8406050050c04d2f4dced4e0bc6d5e2e7062ab5c640357a11e4a6ec48e SHA512 3e8a05a907b8807080208300f6c20577587a0e87000c6746ba457c276e4dff37c8d61227bd1db37e60ac20d9532290c4110a1204c8389a8a1e97a121b68c682b WHIRLPOOL 5cda3534bf5db9d3624d501d9a41cb67581a3c6911a8c44f70584cdfc8d4040d7195000efbdbdf5d0337b24d5082b0c1908820cfc26383c72cfa606a3c7ce209
23
24 diff --git a/app-arch/unmakeself/unmakeself-1.0.ebuild b/app-arch/unmakeself/unmakeself-1.0.ebuild
25 deleted file mode 100644
26 index cb7906b..0000000
27 --- a/app-arch/unmakeself/unmakeself-1.0.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2008 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -inherit toolchain-funcs
35 -
36 -DESCRIPTION="extracting Makeself archives without having to run the self-extracting shell script"
37 -HOMEPAGE="http://www.freshports.org/archivers/unmakeself"
38 -SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2"
39 -#http://cvsup.pt.freebsd.org/cgi-bin/cvsweb/cvsweb.cgi/~checkout~/root/ports/ports/archivers/unmakeself/files/unmakeself.c
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -DEPEND="app-arch/bzip2
47 - sys-libs/zlib
48 - app-arch/libarchive"
49 -RDEPEND="${DEPEND}"
50 -
51 -src_compile() {
52 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} unmakeself.c -larchive -lbz2 -lz -o unmakeself
53 -}
54 -
55 -src_install() {
56 - dobin unmakeself
57 -}