Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
philantrop 07/10/19 23:57:04
Modified: ChangeLog
Added: pykde-3.5.8.ebuild
Log:
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Revision Changes Path
1.32 kde-base/pykde/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 19 Aug 2007 16:38:44 -0000 1.31
+++ ChangeLog 19 Oct 2007 23:57:03 -0000 1.32
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/pykde
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.31 2007/08/19 16:38:44 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.32 2007/10/19 23:57:03 philantrop Exp $
+
+*pykde-3.5.8 (19 Oct 2007)
+
+ 19 Oct 2007; Wulf C. Krueger <philantrop@g.o> +pykde-3.5.8.ebuild:
+ Bump to KDE 3.5.8.
19 Aug 2007; nixnut <nixnut@g.o> pykde-3.5.7.ebuild:
Stable on ppc wrt bug 176297
1.1 kde-base/pykde/pykde-3.5.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?rev=1.1&content-type=text/plain
Index: pykde-3.5.8.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild,v 1.1 2007/10/19 23:57:03 philantrop Exp $
KMNAME=kdebindings
KMMODULE=python
KM_MAKEFILESREV=1
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta distutils
DESCRIPTION="PyKDE is a set of Python bindings for kdelibs."
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug doc examples"
DEPEND="~dev-python/sip-4.2.1
~dev-python/PyQt-3.14.1
kde-base/kdelibs
!dev-python/pykde"
src_unpack() {
kde-meta_src_unpack
cd "${S}/python/pykde"
epatch "${FILESDIR}/configure.py.diff"
}
src_compile() {
cd "${S}/python/pykde"
distutils_python_version
local myconf="-d /usr/$(get_libdir)/python${PYVER}/site-packages \
-v /usr/share/sip \
-k $(kde-config --prefix) \
-t ${S}/python/pykde"
use debug && myconf="${myconf} -u"
myconf="${myconf} -i"
python configure.py ${myconf} || die "configure failed"
emake || die
}
src_install() {
cd "${S}/python/pykde"
make DESTDIR="${D}" install || die
find "${D}/usr/share/sip" -not -type d -not -iname *.sip -exec rm '{}' \;
dodoc AUTHORS ChangeLog NEWS README THANKS
use doc && dohtml -r doc/*
if use examples ; then
cp -r examples "${D}/usr/share/doc/${PF}"
cp -r templates "${D}/usr/share/doc/${PF}"
fi
}
--
gentoo-commits@g.o mailing list
|
|