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 D4A341381F3 for ; Sun, 9 Jun 2013 18:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62602E07F9; Sun, 9 Jun 2013 18:04:00 +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 E7099E07F9 for ; Sun, 9 Jun 2013 18:03:59 +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 D818433E33F for ; Sun, 9 Jun 2013 18:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7DBD2E468F for ; Sun, 9 Jun 2013 18:03:57 +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: <1370800955.87f39071d1bc7ebb915f7501e6aac9e852afa49f.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-cdr/xorriso/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-cdr/xorriso/metadata.xml app-cdr/xorriso/xorriso-1.2.6.ebuild app-cdr/xorriso/xorriso-1.2.8.ebuild 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: 87f39071d1bc7ebb915f7501e6aac9e852afa49f X-VCS-Branch: master Date: Sun, 9 Jun 2013 18:03:57 +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: d40ffdd2-f052-441a-8dcf-99b2300967cd X-Archives-Hash: 01d9fdb9861652292bab30182f315142 commit: 87f39071d1bc7ebb915f7501e6aac9e852afa49f Author: Sebastian Pipping pipping org> AuthorDate: Sun Jun 9 18:02:15 2013 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Jun 9 18:02:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=87f39071 app-cdr/xorriso: Remove, check dev-libs/libisoburn for xorriso, instead --- app-cdr/xorriso/metadata.xml | 7 ------- app-cdr/xorriso/xorriso-1.2.6.ebuild | 38 ------------------------------------ app-cdr/xorriso/xorriso-1.2.8.ebuild | 38 ------------------------------------ app-cdr/xorriso/xorriso-1.3.0.ebuild | 38 ------------------------------------ 4 files changed, 121 deletions(-) diff --git a/app-cdr/xorriso/metadata.xml b/app-cdr/xorriso/metadata.xml deleted file mode 100644 index cc3fe24..0000000 --- a/app-cdr/xorriso/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - maintainer-wanted@gentoo.org - - diff --git a/app-cdr/xorriso/xorriso-1.2.6.ebuild b/app-cdr/xorriso/xorriso-1.2.6.ebuild deleted file mode 100644 index bc2befc..0000000 --- a/app-cdr/xorriso/xorriso-1.2.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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 diff --git a/app-cdr/xorriso/xorriso-1.2.8.ebuild b/app-cdr/xorriso/xorriso-1.2.8.ebuild deleted file mode 100644 index bc2befc..0000000 --- a/app-cdr/xorriso/xorriso-1.2.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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 diff --git a/app-cdr/xorriso/xorriso-1.3.0.ebuild b/app-cdr/xorriso/xorriso-1.3.0.ebuild deleted file mode 100644 index bc2befc..0000000 --- a/app-cdr/xorriso/xorriso-1.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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