public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/sip: ChangeLog sip-4.8.ebuild
@ 2009-06-09 18:50 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-06-09 18:50 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/06/09 18:50:14

  Modified:             ChangeLog
  Added:                sip-4.8.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.132                dev-python/sip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	18 Feb 2009 20:10:12 -0000	1.131
+++ ChangeLog	9 Jun 2009 18:50:14 -0000	1.132
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/sip
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.131 2009/02/18 20:10:12 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.132 2009/06/09 18:50:14 hwoarang Exp $
+
+*sip-4.8 (09 Jun 2009)
+
+  09 Jun 2009; Markos Chandras <hwoarang@gentoo.org> +sip-4.8.ebuild:
+  Version bump
 
   18 Feb 2009; Jeroen Roovers <jer@gentoo.org> sip-4.7.9.ebuild:
   Stable for HPPA (bug #248083).



1.1                  dev-python/sip/sip-4.8.ebuild

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

Index: sip-4.8.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.8.ebuild,v 1.1 2009/06/09 18:50:14 hwoarang Exp $

EAPI="2"
NEED_PYTHON="2.3"

inherit python toolchain-funcs

MY_P=${P/_pre/-snapshot-}

DESCRIPTION="A tool for generating bindings for C++ classes so that they can be used by Python"
HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro"
SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}${PV%%.*}/${MY_P}.tar.gz"

LICENSE="sip"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc"

S="${WORKDIR}/${MY_P}"

DEPEND=""
RDEPEND=""

src_configure() {
	python_version

	local myconf="${python} configure.py
			--bindir=/usr/bin
			--destdir=$(python_get_sitedir)
			--incdir=/usr/include/python${PYVER}
			--sipdir=/usr/share/sip
			$(use debug && echo '--debug')
			CC=$(tc-getCC) CXX=$(tc-getCXX)
			LINK=$(tc-getCXX) LINK_SHLIB=$(tc-getCXX)
			CFLAGS='${CFLAGS}' CXXFLAGS='${CXXFLAGS}'
			LFLAGS='${LDFLAGS}'
			STRIP=true"
	echo ${myconf}
	eval ${myconf} || die "configuration failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc ChangeLog NEWS || die

	if use doc; then
		dohtml -r doc/html/* || die
	fi
}

pkg_postinst() {
	python_need_rebuild
	python_mod_optimize "$(python_get_sitedir)"/sip*.py
}

pkg_postrm() {
	python_mod_cleanup
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/sip: ChangeLog sip-4.8.ebuild
@ 2009-06-28  0:45 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-06-28  0:45 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/06/28 00:45:08

  Modified:             ChangeLog
  Removed:              sip-4.8.ebuild
  Log:
  Remove old ebuild
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.134                dev-python/sip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	16 Jun 2009 15:07:22 -0000	1.133
+++ ChangeLog	28 Jun 2009 00:45:08 -0000	1.134
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.133 2009/06/16 15:07:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.134 2009/06/28 00:45:08 hwoarang Exp $
+
+  28 Jun 2009; Markos Chandras <hwoarang@gentoo.org> -sip-4.8.ebuild:
+  Remove old ebuild
 
 *sip-4.8.1 (16 Jun 2009)
 






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

end of thread, other threads:[~2009-06-28  0:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-28  0:45 [gentoo-commits] gentoo-x86 commit in dev-python/sip: ChangeLog sip-4.8.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-09 18:50 Markos Chandras (hwoarang)

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