summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-06-29 04:07:43 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-06-29 04:07:43 +0000
commitfb64a4dce4a1f71c24732ade3813847f49d1a2a5 (patch)
tree4d3f3e4d171fdff1aa1f07d7f69fc609e7a47366 /app-cdr
parentRemove old. (diff)
downloadgentoo-2-fb64a4dce4a1f71c24732ade3813847f49d1a2a5.tar.gz
gentoo-2-fb64a4dce4a1f71c24732ade3813847f49d1a2a5.tar.bz2
gentoo-2-fb64a4dce4a1f71c24732ade3813847f49d1a2a5.zip
Remove old.
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cdemu/ChangeLog6
-rw-r--r--app-cdr/cdemu/cdemu-1.5.0.ebuild41
-rw-r--r--app-cdr/cdemu/files/cdemu-1.5.0-man-paragraph.patch24
3 files changed, 5 insertions, 66 deletions
diff --git a/app-cdr/cdemu/ChangeLog b/app-cdr/cdemu/ChangeLog
index 46d6e861224f..7110f1927798 100644
--- a/app-cdr/cdemu/ChangeLog
+++ b/app-cdr/cdemu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-cdr/cdemu
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.40 2013/06/25 16:56:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.41 2013/06/29 04:07:43 tetromino Exp $
+
+ 29 Jun 2013; Alexandre Rostovtsev <tetromino@gentoo.org> -cdemu-1.5.0.ebuild,
+ -files/cdemu-1.5.0-man-paragraph.patch:
+ Remove old.
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> cdemu-2.0.0.ebuild:
Stable for amd64, wrt bug #473538
diff --git a/app-cdr/cdemu/cdemu-1.5.0.ebuild b/app-cdr/cdemu/cdemu-1.5.0.ebuild
deleted file mode 100644
index c7ab47357af5..000000000000
--- a/app-cdr/cdemu/cdemu-1.5.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.5.0.ebuild,v 1.6 2013/01/28 00:22:41 tetromino Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-
-inherit eutils python
-
-DESCRIPTION="Command-line tool for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org"
-SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
-IUSE="+cdemu-daemon"
-
-RDEPEND="dev-python/dbus-python
- cdemu-daemon? ( ~app-cdr/cdemu-daemon-${PV} )"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.21"
-
-S=${WORKDIR}/cdemu-client-${PV}
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs -r 2 src
- # https://sourceforge.net/tracker/?func=detail&aid=3477103&group_id=93175&atid=603423
- epatch "${FILESDIR}/${P}-man-paragraph.patch"
-}
-
-src_install() {
- # Don't install into /etc/bash_completion.d/
- MAKEOPTS="${MAKEOPTS} bashcompdir=/usr/share/bash-completion" default
- mv "${ED}"/usr/share/bash-completion/cdemu{-bashcomp,} || die
-}
diff --git a/app-cdr/cdemu/files/cdemu-1.5.0-man-paragraph.patch b/app-cdr/cdemu/files/cdemu-1.5.0-man-paragraph.patch
deleted file mode 100644
index 559fcb9e9be0..000000000000
--- a/app-cdr/cdemu/files/cdemu-1.5.0-man-paragraph.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From ead7336eac14a4dc8f8bce842a13d59b806aa934 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev <tetromino@gentoo.org>
-Date: Sat, 21 Jan 2012 17:02:42 -0500
-Subject: [PATCH] cdemu-client: missing paragraph break in man page
-
----
- cdemu-client/man/cdemu.1 | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/cdemu-client/man/cdemu.1 b/cdemu-client/man/cdemu.1
-index 1c5dfdf..31fcb5a 100644
---- a/cdemu-client/man/cdemu.1
-+++ b/cdemu-client/man/cdemu.1
-@@ -57,6 +57,7 @@ the client will prompt for it using standard input without echo.
- Allows an encoding for text-based image format (such as CUE) to be specified. This
- might be needed if the image descriptor file contains non-ASCII characters and does
- not use Unicode.
-+.TP
- .B --dvd-report-css <true/false>
- Mark the DVD image as CSS-encrypted. This influences the generation of fake
- Disc Structure 0x01, and as such works only with images of DVD videos that do
---
-1.7.8.4
-