summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-20 19:48:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-20 19:48:02 +0000
commit6924ebd111700b46fd4dd993d66dc6c8144e838d (patch)
treeeb33bc01797c19157203a24be6e5a8dc5edca7e7 /app-cdr
parentdrop old, specially the ones still requiring obsolete sys-fs/sysfsutils (diff)
downloadgentoo-2-6924ebd111700b46fd4dd993d66dc6c8144e838d.tar.gz
gentoo-2-6924ebd111700b46fd4dd993d66dc6c8144e838d.tar.bz2
gentoo-2-6924ebd111700b46fd4dd993d66dc6c8144e838d.zip
old, matching cdemud was removed due to it's dependency on obsolete sysfsutils
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cdemu/ChangeLog5
-rw-r--r--app-cdr/cdemu/cdemu-1.2.0.ebuild48
2 files changed, 4 insertions, 49 deletions
diff --git a/app-cdr/cdemu/ChangeLog b/app-cdr/cdemu/ChangeLog
index 924d93e07e22..1ab281111cdf 100644
--- a/app-cdr/cdemu/ChangeLog
+++ b/app-cdr/cdemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-cdr/cdemu
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.35 2012/04/09 12:10:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.36 2012/04/20 19:48:02 ssuominen Exp $
+
+ 20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -cdemu-1.2.0.ebuild:
+ old
09 Apr 2012; Markus Meier <maekke@gentoo.org> cdemu-1.5.0.ebuild:
x86 stable, bug #406941
diff --git a/app-cdr/cdemu/cdemu-1.2.0.ebuild b/app-cdr/cdemu/cdemu-1.2.0.ebuild
deleted file mode 100644
index 0cd8ff1d3a57..000000000000
--- a/app-cdr/cdemu/cdemu-1.2.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v 1.6 2011/12/31 21:22:20 tetromino Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit python
-
-DESCRIPTION="Command-line tool for controlling the CDEmu daemon (cdemud)"
-HOMEPAGE="http://cdemu.org"
-SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/dbus-python
- ~app-cdr/cdemud-${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() {
- # disable compilation of python modules
- echo '#!/bin/sh' > py-compile || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "install failed"
- dodoc AUTHORS ChangeLog README
-}
-
-pkg_postinst() {
- python_mod_optimize cdemu
- python_need_rebuild
-}
-
-pkg_postrm() {
- python_mod_cleanup cdemu
-}