diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 03:31:00 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 03:31:00 +0000 |
commit | 1f0d82e30a76e7b698e006c0b23ef4ba43d716db (patch) | |
tree | 71740acf58d3dc2cadad8ebbfe1669f80226a1ea /kde-base/dcoppython | |
parent | Spring Cleaning (diff) | |
download | historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.gz historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.bz2 historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.zip |
Spring cleaning.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/dcoppython')
-rw-r--r-- | kde-base/dcoppython/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/dcoppython/dcoppython-3.5.5-r1.ebuild | 26 | ||||
-rw-r--r-- | kde-base/dcoppython/dcoppython-3.5.5.ebuild | 27 | ||||
-rw-r--r-- | kde-base/dcoppython/dcoppython-3.5.6.ebuild | 27 | ||||
-rw-r--r-- | kde-base/dcoppython/dcoppython-3.5.7.ebuild | 26 | ||||
-rw-r--r-- | kde-base/dcoppython/files/dcoppython-3.5.5-python-2.5-compat.diff | 11 | ||||
-rw-r--r-- | kde-base/dcoppython/files/dcoppython-3.5.6-python-2.4.patch | 24 |
7 files changed, 8 insertions, 142 deletions
diff --git a/kde-base/dcoppython/ChangeLog b/kde-base/dcoppython/ChangeLog index 584a33dbaac0..99b444926253 100644 --- a/kde-base/dcoppython/ChangeLog +++ b/kde-base/dcoppython/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/dcoppython # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dcoppython/ChangeLog,v 1.65 2008/02/09 12:09:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dcoppython/ChangeLog,v 1.66 2008/02/17 02:44:51 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -files/dcoppython-3.5.5-python-2.5-compat.diff, + -files/dcoppython-3.5.6-python-2.4.patch, -dcoppython-3.5.5.ebuild, + -dcoppython-3.5.5-r1.ebuild, -dcoppython-3.5.6.ebuild, + -dcoppython-3.5.7.ebuild: + Spring cleaning 09 Feb 2008; Raúl Porcel <armin76@gentoo.org> dcoppython-3.5.8.ebuild: alpha/ia64/sparc stable wrt #208366 diff --git a/kde-base/dcoppython/dcoppython-3.5.5-r1.ebuild b/kde-base/dcoppython/dcoppython-3.5.5-r1.ebuild deleted file mode 100644 index c7c8eb04af08..000000000000 --- a/kde-base/dcoppython/dcoppython-3.5.5-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dcoppython/dcoppython-3.5.5-r1.ebuild,v 1.9 2007/07/11 01:08:47 mr_bones_ Exp $ - -KMNAME=kdebindings -KM_MAKEFILESREV=1 -MAXKDEVER=3.5.5 -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE: Python bindings for DCOP" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" -DEPEND="virtual/python" - -# Because this installs into /usr/lib/python2.3/..., it doesn't have SLOT=X.Y like the rest of KDE, -# and it installs into /usr entirely -SLOT="0" - -PATCHES="$FILESDIR/no-gtk-glib-check.diff" - -src_compile() { - kde_src_compile myconf - myconf="$myconf --prefix=/usr" - kde_src_compile configure make -} diff --git a/kde-base/dcoppython/dcoppython-3.5.5.ebuild b/kde-base/dcoppython/dcoppython-3.5.5.ebuild deleted file mode 100644 index 8790f1c1bbc1..000000000000 --- a/kde-base/dcoppython/dcoppython-3.5.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dcoppython/dcoppython-3.5.5.ebuild,v 1.9 2007/07/11 01:08:47 mr_bones_ Exp $ - -KMNAME=kdebindings -KM_MAKEFILESREV=1 -MAXKDEVER=3.5.5 -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE: Python bindings for DCOP" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" -DEPEND="virtual/python" - -# Because this installs into /usr/lib/python2.3/..., it doesn't have SLOT=X.Y like the rest of KDE, -# and it installs into /usr entirely -SLOT="0" - -PATCHES="$FILESDIR/no-gtk-glib-check.diff - ${FILESDIR}/dcoppython-3.5.5-python-2.5-compat.diff" - -src_compile() { - kde_src_compile myconf - myconf="$myconf --prefix=/usr" - kde_src_compile configure make -} diff --git a/kde-base/dcoppython/dcoppython-3.5.6.ebuild b/kde-base/dcoppython/dcoppython-3.5.6.ebuild deleted file mode 100644 index 7014104e96c2..000000000000 --- a/kde-base/dcoppython/dcoppython-3.5.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dcoppython/dcoppython-3.5.6.ebuild,v 1.3 2007/07/11 01:08:47 mr_bones_ Exp $ - -KMNAME=kdebindings -KM_MAKEFILESREV=1 -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE: Python bindings for DCOP" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" -DEPEND="virtual/python" - -# Because this installs into /usr/lib/python2.3/..., it doesn't have SLOT=X.Y like the rest of KDE, -# and it installs into /usr entirely -SLOT="0" - -PATCHES="$FILESDIR/no-gtk-glib-check.diff - ${FILESDIR}/dcoppython-3.5.6-python-2.4.patch" - -src_compile() { - kde_src_compile myconf - myconf="$myconf --prefix=/usr" - kde_src_compile configure make -} diff --git a/kde-base/dcoppython/dcoppython-3.5.7.ebuild b/kde-base/dcoppython/dcoppython-3.5.7.ebuild deleted file mode 100644 index cba71b09cf6c..000000000000 --- a/kde-base/dcoppython/dcoppython-3.5.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dcoppython/dcoppython-3.5.7.ebuild,v 1.8 2007/08/11 17:33:00 armin76 Exp $ - -KMNAME=kdebindings -KM_MAKEFILESREV=1 -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE: Python bindings for DCOP" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" -DEPEND="virtual/python" - -# Because this installs into /usr/lib/python2.3/..., it doesn't have SLOT=X.Y like the rest of KDE, -# and it installs into /usr entirely -SLOT="0" - -PATCHES="$FILESDIR/no-gtk-glib-check.diff" - -src_compile() { - kde_src_compile myconf - myconf="$myconf --prefix=/usr" - kde_src_compile configure make -} diff --git a/kde-base/dcoppython/files/dcoppython-3.5.5-python-2.5-compat.diff b/kde-base/dcoppython/files/dcoppython-3.5.5-python-2.5-compat.diff deleted file mode 100644 index 2b3060710719..000000000000 --- a/kde-base/dcoppython/files/dcoppython-3.5.5-python-2.5-compat.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- dcoppython/shell/marshaller.cpp 2005/07/26 18:54:59 438982 -+++ dcoppython/shell/marshaller.cpp 2006/10/03 15:28:22 592000 -@@ -124,7 +124,7 @@ - if (!PyDict_Check(obj)) return false; - - -- int c=0; -+ ssize_t c=0; - PyObject *key, *val; - while (PyDict_Next(obj, &c, &key, &val)==1) - if (!key_type.isMarshallable(key) || diff --git a/kde-base/dcoppython/files/dcoppython-3.5.6-python-2.4.patch b/kde-base/dcoppython/files/dcoppython-3.5.6-python-2.4.patch deleted file mode 100644 index e6ba4409b881..000000000000 --- a/kde-base/dcoppython/files/dcoppython-3.5.6-python-2.4.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: kdebindings/dcoppython/shell/marshaller.cpp -=================================================================== ---- kdebindings/dcoppython/shell/marshaller.cpp (revision 626831) -+++ kdebindings/dcoppython/shell/marshaller.cpp (revision 626832) -@@ -24,6 +24,10 @@ - - #include <kurl.h> - -+#if PY_VERSION_HEX < 0x02050000 -+typedef int Py_ssize_t; -+#endif -+ - namespace PythonDCOP { - - #include "marshal_funcs.h" -@@ -124,7 +128,7 @@ - if (!PyDict_Check(obj)) return false; - - -- ssize_t c=0; -+ Py_ssize_t c=0; - PyObject *key, *val; - while (PyDict_Next(obj, &c, &key, &val)==1) - if (!key_type.isMarshallable(key) || |