public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue (eva)" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
Date: Wed, 18 Feb 2009 23:30:29 +0000	[thread overview]
Message-ID: <E1LZvs5-00039c-4O@stork.gentoo.org> (raw)

eva         09/02/18 23:30:29

  Modified:             ChangeLog
  Added:                pyorbit-2.24.0.ebuild
  Log:
  Bump to 2.24. Bug fixes.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.59                 dev-python/pyorbit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	27 Oct 2008 10:29:01 -0000	1.58
+++ ChangeLog	18 Feb 2009 23:30:29 -0000	1.59
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyorbit
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.58 2008/10/27 10:29:01 hawking Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.59 2009/02/18 23:30:29 eva Exp $
+
+*pyorbit-2.24.0 (18 Feb 2009)
+
+  18 Feb 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  +pyorbit-2.24.0.ebuild:
+  Bump to 2.24. Bug fixes.
 
   27 Oct 2008; Ali Polatel <hawking@gentoo.org> pyorbit-2.14.3.ebuild:
   Use python_need_rebuild.



1.1                  dev-python/pyorbit/pyorbit-2.24.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.1&content-type=text/plain

Index: pyorbit-2.24.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.1 2009/02/18 23:30:29 eva Exp $

inherit python gnome2 multilib

DESCRIPTION="ORBit2 bindings for Python"
HOMEPAGE="http://www.pygtk.org/"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND=">=dev-lang/python-2.4
	>=gnome-base/orbit-2.12"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.12.0"

DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"

src_unpack() {
	unpack ${A}
	# disable pyc compiling
	mv "${S}"/py-compile "${S}"/py-compile.orig
	ln -s $(type -P true) "${S}"/py-compile
}

src_install() {
	gnome2_src_install

	python_version
	mv "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/CORBA.py \
		"${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/pyorbit_CORBA.py

	mv "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/PortableServer.py \
		"${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/pyorbit_PortableServer.py
}

pkg_postinst() {
	python_version
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
}

pkg_postrm() {
	python_mod_cleanup
}






             reply	other threads:[~2009-02-18 23:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-18 23:30 Gilles Dartiguelongue (eva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-05 21:46 [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog Brent Baude (ranger)
2009-03-06 15:56 Brent Baude (ranger)
2009-03-11  2:01 Daniel Gryniewicz (dang)
2009-03-15 21:05 Markus Meier (maekke)
2009-03-18 16:10 Raul Porcel (armin76)
2009-04-12 21:10 Friedrich Oslage (bluebird)
2009-04-27  9:52 Raul Porcel (armin76)
2009-04-28 11:11 Raul Porcel (armin76)
2009-10-11 10:51 Fabian Groffen (grobian)
2010-01-17 23:43 Jeroen Roovers (jer)
2010-12-21 22:49 Gilles Dartiguelongue (eva)
2012-02-10  3:35 Patrick Lauer (patrick)
2012-02-21  6:49 Patrick Lauer (patrick)
2012-05-04 15:12 Patrick Lauer (patrick)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LZvs5-00039c-4O@stork.gentoo.org \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox