Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: app-cdr/xorriso/
Date: Sun, 19 May 2013 17:41:49
Message-Id: 1368985308.1efa3588514c2822f78dddf391e61f2ffa3c814c.sping@gentoo
1 commit: 1efa3588514c2822f78dddf391e61f2ffa3c814c
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sun May 19 17:41:48 2013 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun May 19 17:41:48 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=1efa3588
7
8 app-cdr/xorriso: 1.3.0
9
10 ---
11 app-cdr/xorriso/xorriso-1.3.0.ebuild | 38 ++++++++++++++++++++++++++++++++++
12 1 files changed, 38 insertions(+), 0 deletions(-)
13
14 diff --git a/app-cdr/xorriso/xorriso-1.3.0.ebuild b/app-cdr/xorriso/xorriso-1.3.0.ebuild
15 new file mode 100644
16 index 0000000..bc2befc
17 --- /dev/null
18 +++ b/app-cdr/xorriso/xorriso-1.3.0.ebuild
19 @@ -0,0 +1,38 @@
20 +# Copyright 1999-2013 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="4"
25 +
26 +inherit multilib
27 +
28 +DESCRIPTION="Shell tool to minipulate ISO 9660 images"
29 +HOMEPAGE="https://www.gnu.org/software/xorriso/"
30 +SRC_URI="https://www.gnu.org/software/${PN}/${P}.tar.gz"
31 +# NOT UP YET: SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
32 +
33 +LICENSE="GPL-3"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +
38 +DEPEND=""
39 +RDEPEND=""
40 +
41 +DOCS=( AUTHORS CONTRIBUTORS ChangeLog README )
42 +
43 +src_prepare() {
44 + : # TODO: rm -R lib{burn,isoburn,isofs,jte} || die
45 +}
46 +
47 +src_install() {
48 + default
49 +
50 + rmdir "${D}"/usr/$(get_libdir)
51 +
52 + # TODO depend on tcltk instead?
53 + rm "${D}"/usr/bin/xorriso-tcltk || die
54 +
55 + insinto /usr/share/doc/${PF}
56 + doins doc/*.txt || die
57 +}
58 \ No newline at end of file