diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-23 10:14:26 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-23 10:14:26 +0000 |
commit | adc0305d8981106f39d9c7596f744db37071371d (patch) | |
tree | 3f2091f17535e0b6744c2ca74020d6187f390641 /app-cdr | |
parent | Bump, port to EAPI4, update description. Cdemud is now dbus-activated on use,... (diff) | |
download | gentoo-2-adc0305d8981106f39d9c7596f744db37071371d.tar.gz gentoo-2-adc0305d8981106f39d9c7596f744db37071371d.tar.bz2 gentoo-2-adc0305d8981106f39d9c7596f744db37071371d.zip |
Bump, port to EAPI4, update description. The cdemu client is now a one-file script, simplifying the ebuild considerably. (bug #384335)
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdemu/ChangeLog | 9 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-1.2.0.ebuild | 6 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-1.3.0.ebuild | 6 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-1.4.0.ebuild | 33 |
4 files changed, 47 insertions, 7 deletions
diff --git a/app-cdr/cdemu/ChangeLog b/app-cdr/cdemu/ChangeLog index 7f92640da416..46c6f2da6ca4 100644 --- a/app-cdr/cdemu/ChangeLog +++ b/app-cdr/cdemu/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-cdr/cdemu # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.27 2011/11/22 20:32:36 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.28 2011/11/23 10:14:26 tetromino Exp $ + +*cdemu-1.4.0 (23 Nov 2011) + + 23 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> cdemu-1.2.0.ebuild, + cdemu-1.3.0.ebuild, +cdemu-1.4.0.ebuild: + Bump, port to EAPI4, update description. The cdemu client is now a one-file + script, simplifying the ebuild considerably. (bug #384335) 22 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> metadata.xml: Add myself as maintainer. diff --git a/app-cdr/cdemu/cdemu-1.2.0.ebuild b/app-cdr/cdemu/cdemu-1.2.0.ebuild index 5adbc03e82e0..875061c28b42 100644 --- a/app-cdr/cdemu/cdemu-1.2.0.ebuild +++ b/app-cdr/cdemu/cdemu-1.2.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.4 2010/07/06 16:55:16 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v 1.5 2011/11/23 10:14:26 tetromino Exp $ EAPI="3" PYTHON_DEPEND="2" inherit python -DESCRIPTION="Client of cdemu suite, which mounts all kinds of cd images" +DESCRIPTION="Command-line tool for controlling the CDEmu daemon (cdemud)" HOMEPAGE="http://cdemu.org" SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2" diff --git a/app-cdr/cdemu/cdemu-1.3.0.ebuild b/app-cdr/cdemu/cdemu-1.3.0.ebuild index 58ce2ca00544..991d1658f409 100644 --- a/app-cdr/cdemu/cdemu-1.3.0.ebuild +++ b/app-cdr/cdemu/cdemu-1.3.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.3.0.ebuild,v 1.2 2010/10/25 14:23:35 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild,v 1.3 2011/11/23 10:14:26 tetromino Exp $ EAPI="3" PYTHON_DEPEND="2" inherit python -DESCRIPTION="Client of cdemu suite, which mounts all kinds of cd images" +DESCRIPTION="Command-line tool for controlling the CDEmu daemon (cdemud)" HOMEPAGE="http://cdemu.org" SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.gz" diff --git a/app-cdr/cdemu/cdemu-1.4.0.ebuild b/app-cdr/cdemu/cdemu-1.4.0.ebuild new file mode 100644 index 000000000000..012cc205d2b4 --- /dev/null +++ b/app-cdr/cdemu/cdemu-1.4.0.ebuild @@ -0,0 +1,33 @@ +# 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.4.0.ebuild,v 1.1 2011/11/23 10:14:26 tetromino Exp $ + +EAPI="4" +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.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+cdemud" + +RDEPEND="dev-python/dbus-python + cdemud? ( >=app-cdr/cdemud-1.4.0 )" +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 +} |