public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: app-cdr/xorriso/
Date: Sun,  9 Jun 2013 18:03:57 +0000 (UTC)	[thread overview]
Message-ID: <1370800955.87f39071d1bc7ebb915f7501e6aac9e852afa49f.sping@gentoo> (raw)

commit:     87f39071d1bc7ebb915f7501e6aac9e852afa49f
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Jun  9 18:02:15 2013 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer>
-		<email>maintainer-wanted@gentoo.org</email>
-	</maintainer>
-</pkgmetadata>

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


             reply	other threads:[~2013-06-09 18:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-09 18:03 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-19 17:41 [gentoo-commits] proj/betagarden:master commit in: app-cdr/xorriso/ Sebastian Pipping
2013-05-11 21:20 Sebastian Pipping
2013-03-09 23:29 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1370800955.87f39071d1bc7ebb915f7501e6aac9e852afa49f.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox