From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2FF101381F3 for ; Sun, 19 May 2013 17:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF2C0E0959; Sun, 19 May 2013 17:41:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73F77E0959 for ; Sun, 19 May 2013 17:41:45 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29D7233E11A for ; Sun, 19 May 2013 17:41:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C1353E4404 for ; Sun, 19 May 2013 17:41:42 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1368985308.1efa3588514c2822f78dddf391e61f2ffa3c814c.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-cdr/xorriso/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-cdr/xorriso/xorriso-1.3.0.ebuild X-VCS-Directories: app-cdr/xorriso/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 1efa3588514c2822f78dddf391e61f2ffa3c814c X-VCS-Branch: master Date: Sun, 19 May 2013 17:41:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 38c729c3-499b-4726-a7bc-fa464e099163 X-Archives-Hash: a861f72017c440a2065d4d81ba33f541 commit: 1efa3588514c2822f78dddf391e61f2ffa3c814c Author: Sebastian Pipping pipping org> AuthorDate: Sun May 19 17:41:48 2013 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun May 19 17:41:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=1efa3588 app-cdr/xorriso: 1.3.0 --- app-cdr/xorriso/xorriso-1.3.0.ebuild | 38 ++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/app-cdr/xorriso/xorriso-1.3.0.ebuild b/app-cdr/xorriso/xorriso-1.3.0.ebuild new file mode 100644 index 0000000..bc2befc --- /dev/null +++ b/app-cdr/xorriso/xorriso-1.3.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" + +inherit multilib + +DESCRIPTION="Shell tool to minipulate ISO 9660 images" +HOMEPAGE="https://www.gnu.org/software/xorriso/" +SRC_URI="https://www.gnu.org/software/${PN}/${P}.tar.gz" +# NOT UP YET: SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +DOCS=( AUTHORS CONTRIBUTORS ChangeLog README ) + +src_prepare() { + : # TODO: rm -R lib{burn,isoburn,isofs,jte} || die +} + +src_install() { + default + + rmdir "${D}"/usr/$(get_libdir) + + # TODO depend on tcltk instead? + rm "${D}"/usr/bin/xorriso-tcltk || die + + insinto /usr/share/doc/${PF} + doins doc/*.txt || die +} \ No newline at end of file