public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-cdr/gcdemu: ChangeLog gcdemu-1.3.0.ebuild
@ 2010-10-19 14:36 Peter Volkov (pva)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2010-10-19 14:36 UTC (permalink / raw
  To: gentoo-commits

pva         10/10/19 14:36:52

  Modified:             ChangeLog
  Added:                gcdemu-1.3.0.ebuild
  Log:
  Version bump. Updated python related code, bug 308323, thank Arfrever Frehtes Taifersar Arahesis for report.
  
  (Portage version: 2.1.9.18/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-cdr/gcdemu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	1 Feb 2010 20:24:42 -0000	1.10
+++ ChangeLog	19 Oct 2010 14:36:51 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for app-cdr/gcdemu
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.10 2010/02/01 20:24:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.11 2010/10/19 14:36:51 pva Exp $
+
+*gcdemu-1.3.0 (19 Oct 2010)
+
+  19 Oct 2010; Peter Volkov <pva@gentoo.org> +gcdemu-1.3.0.ebuild:
+  Version bump. Updated python related code, bug 308323, thank Arfrever
+  Frehtes Taifersar Arahesis for report.
 
   01 Feb 2010; Peter Volkov <pva@gentoo.org> -gcdemu-1.1.0.ebuild,
   gcdemu-1.2.0.ebuild:



1.1                  app-cdr/gcdemu/gcdemu-1.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild?rev=1.1&content-type=text/plain

Index: gcdemu-1.3.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild,v 1.1 2010/10/19 14:36:51 pva Exp $

EAPI="3"

PYTHON_DEPEND="2"

inherit python gnome2

DESCRIPTION="gCDEmu is a GNOME applet for controlling CDEmu daemon"
HOMEPAGE="http://cdemu.org/"
SRC_URI="mirror://sourceforge/cdemu/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libnotify"

COMMON_DEPEND=">=dev-lang/python-2.4
	>=dev-python/pygtk-2.6
	>=dev-python/pygobject-2.6
	>=dev-python/gnome-python-2.6
	>=dev-python/libgnome-python-2.6
	>=dev-python/gnome-applets-python-2.6
	>=dev-python/dbus-python-0.71
	>=app-cdr/cdemud-1.0.0"
DEPEND="${COMMON_DEPEND}
	app-text/gnome-doc-utils
	dev-util/pkgconfig
	dev-util/intltool"
RDEPEND="${COMMON_DEPEND}
	libnotify? ( dev-python/notify-python )"

DOCS="AUTHORS ChangeLog README"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	# disable compilation of python modules
	rm py-compile && \
	ln -s "$(type -P true)" py-compile || die
	python_convert_shebangs 2 src/gcdemu
}

pkg_postinst() {
	python_mod_optimize ${PN}
	python_need_rebuild
}

pkg_postrm() {
	python_mod_cleanup ${PN}
}






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-cdr/gcdemu: ChangeLog gcdemu-1.3.0.ebuild
@ 2011-12-31 21:24 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-12-31 21:24 UTC (permalink / raw
  To: gentoo-commits

tetromino    11/12/31 21:24:32

  Modified:             ChangeLog gcdemu-1.3.0.ebuild
  Log:
  Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 app-cdr/gcdemu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	23 Nov 2011 10:14:58 -0000	1.16
+++ ChangeLog	31 Dec 2011 21:24:32 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for app-cdr/gcdemu
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.16 2011/11/23 10:14:58 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.17 2011/12/31 21:24:32 tetromino Exp $
+
+  31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gcdemu-1.3.0.ebuild:
+  Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
 
 *gcdemu-1.4.0 (23 Nov 2011)
 



1.6                  app-cdr/gcdemu/gcdemu-1.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild?r1=1.5&r2=1.6

Index: gcdemu-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gcdemu-1.3.0.ebuild	23 Nov 2011 10:14:58 -0000	1.5
+++ gcdemu-1.3.0.ebuild	31 Dec 2011 21:24:32 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild,v 1.5 2011/11/23 10:14:58 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild,v 1.6 2011/12/31 21:24:32 tetromino Exp $
 
 EAPI="3"
 
@@ -40,8 +40,7 @@
 
 src_prepare() {
 	# disable compilation of python modules
-	rm py-compile && \
-	ln -s "$(type -P true)" py-compile || die
+	echo '#!/bin/sh' > py-compile || die
 	python_convert_shebangs 2 src/gcdemu
 }
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-31 21:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 14:36 [gentoo-commits] gentoo-x86 commit in app-cdr/gcdemu: ChangeLog gcdemu-1.3.0.ebuild Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-31 21:24 Alexandre Rostovtsev (tetromino)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox