diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-01 20:24:42 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-01 20:24:42 +0000 |
commit | e7df0f7936bd040ac015c275063e3ee7bcbbd025 (patch) | |
tree | c91318da1cacf0c6cce0c7b12ccb7c03ffad278e /app-cdr/cdemu | |
parent | Version bump (diff) | |
download | historical-e7df0f7936bd040ac015c275063e3ee7bcbbd025.tar.gz historical-e7df0f7936bd040ac015c275063e3ee7bcbbd025.tar.bz2 historical-e7df0f7936bd040ac015c275063e3ee7bcbbd025.zip |
amd64 stable, bug #296868. Dropped old.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'app-cdr/cdemu')
-rw-r--r-- | app-cdr/cdemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-0.8.ebuild | 36 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-1.1.0-r1.ebuild | 44 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-1.1.0.ebuild | 25 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-1.2.0.ebuild | 4 |
5 files changed, 7 insertions, 108 deletions
diff --git a/app-cdr/cdemu/ChangeLog b/app-cdr/cdemu/ChangeLog index 6704f130f263..b151474c3802 100644 --- a/app-cdr/cdemu/ChangeLog +++ b/app-cdr/cdemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/cdemu # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.20 2010/01/16 17:39:14 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.21 2010/02/01 20:22:06 pva Exp $ + + 01 Feb 2010; Peter Volkov <pva@gentoo.org> -cdemu-0.8.ebuild, + -cdemu-1.1.0.ebuild, -cdemu-1.1.0-r1.ebuild, cdemu-1.2.0.ebuild: + amd64 stable, bug #296868. Dropped old. 16 Jan 2010; Christian Faulhammer <fauli@gentoo.org> cdemu-1.2.0.ebuild: stable x86, bug 296868 diff --git a/app-cdr/cdemu/cdemu-0.8.ebuild b/app-cdr/cdemu/cdemu-0.8.ebuild deleted file mode 100644 index 321f234bb145..000000000000 --- a/app-cdr/cdemu/cdemu-0.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-0.8.ebuild,v 1.3 2007/01/14 15:35:42 vapier Exp $ - -inherit linux-mod python - -DESCRIPTION="mount bin/cue cd images" -HOMEPAGE="http://cdemu.org/" -SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc x86" -IUSE="" -RESTRICT="test" #158556 - -DEPEND="virtual/linux-sources" -RDEPEND="dev-lang/python" - -MODULE_NAMES="cdemu(block:${S})" -BUILD_TARGETS="clean default" - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog README TODO -} - -pkg_postinst() { - python_mod_compile /usr/lib*/python*/site-packages/libcdemu.py - linux-mod_pkg_postinst -} - -pkg_postrm() { - python_mod_cleanup - linux-mod_pkg_postrm -} diff --git a/app-cdr/cdemu/cdemu-1.1.0-r1.ebuild b/app-cdr/cdemu/cdemu-1.1.0-r1.ebuild deleted file mode 100644 index c6b5e38ee242..000000000000 --- a/app-cdr/cdemu/cdemu-1.1.0-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.1.0-r1.ebuild,v 1.2 2009/03/12 08:08:46 dev-zero Exp $ - -EAPI="2" - -inherit multilib python - -DESCRIPTION="Client of cdemu suite, which mounts all kinds of cd images" -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-lang/python-2.4 - dev-python/dbus-python - ~app-cdr/cdemud-${PV}" -DEPEND="${RDEPEND} - dev-util/intltool" - -S="${WORKDIR}/cdemu-client-${PV}" - -src_prepare() { - # disable compilation of python modules - rm py-compile || die - ln -s "$(type -P true)" py-compile || die -} - -src_install() { - emake install DESTDIR="${D}" || die "install failed" - dodoc AUTHORS ChangeLog README -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/$(get_libdir)/${PYVER}/site-packages/cdemu - python_need_rebuild -} - -pkg_postrm() { - python_mod_cleanup -} diff --git a/app-cdr/cdemu/cdemu-1.1.0.ebuild b/app-cdr/cdemu/cdemu-1.1.0.ebuild deleted file mode 100644 index fd589dbf3d4c..000000000000 --- a/app-cdr/cdemu/cdemu-1.1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.1.0.ebuild,v 1.1 2008/08/03 21:12:20 vanquirius Exp $ - -DESCRIPTION="Client of cdemu suite, which mounts all kinds of cd images" -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-lang/python-2.4 - dev-python/dbus-python - app-cdr/cdemud" -DEPEND="${RDEPEND} - dev-util/intltool" - -S=${WORKDIR}/cdemu-client-${PV} - -src_install() { - emake install DESTDIR="${D}" || die "install failed" - dodoc AUTHORS ChangeLog README -} diff --git a/app-cdr/cdemu/cdemu-1.2.0.ebuild b/app-cdr/cdemu/cdemu-1.2.0.ebuild index 7d962c11b16f..fe1764e51436 100644 --- a/app-cdr/cdemu/cdemu-1.2.0.ebuild +++ b/app-cdr/cdemu/cdemu-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.2 2010/01/16 17:39:14 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v 1.3 2010/02/01 20:22:06 pva Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-python/dbus-python |