summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-08-15 04:10:20 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-08-15 04:10:20 +0000
commitea52a4451d427f71fb67a014d84708066304993a (patch)
tree668a0571b0d4aabeccd61423ed6f9100c0756ca6 /dev-python
parentadd app-misc/gourmet:rtf,print (diff)
downloadgentoo-2-ea52a4451d427f71fb67a014d84708066304993a.tar.gz
gentoo-2-ea52a4451d427f71fb67a014d84708066304993a.tar.bz2
gentoo-2-ea52a4451d427f71fb67a014d84708066304993a.zip
remove old versions. add new version. http://lists.freedesktop.org/archives/dbus/2008-July/010162.html
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dbus-python/ChangeLog10
-rw-r--r--dev-python/dbus-python/dbus-python-0.81.0.ebuild52
-rw-r--r--dev-python/dbus-python/dbus-python-0.82.3.ebuild52
-rw-r--r--dev-python/dbus-python/dbus-python-0.83.0.ebuild (renamed from dev-python/dbus-python/dbus-python-0.82.2.ebuild)8
4 files changed, 13 insertions, 109 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog
index d6964781f6f6..ba03d8f3a0cf 100644
--- a/dev-python/dbus-python/ChangeLog
+++ b/dev-python/dbus-python/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-python/dbus-python
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.37 2008/08/01 17:54:40 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.38 2008/08/15 04:10:20 cardoe Exp $
+
+*dbus-python-0.83.0 (15 Aug 2008)
+
+ 15 Aug 2008; Doug Goldstein <cardoe@gentoo.org>
+ -dbus-python-0.81.0.ebuild, -dbus-python-0.82.2.ebuild,
+ -dbus-python-0.82.3.ebuild, +dbus-python-0.83.0.ebuild:
+ remove old versions. add new version.
+ http://lists.freedesktop.org/archives/dbus/2008-July/010162.html
01 Aug 2008; nixnut <nixnut@gentoo.org> dbus-python-0.82.4.ebuild:
Stable on ppc wrt bug 212244
diff --git a/dev-python/dbus-python/dbus-python-0.81.0.ebuild b/dev-python/dbus-python/dbus-python-0.81.0.ebuild
deleted file mode 100644
index 5debb3ab87a0..000000000000
--- a/dev-python/dbus-python/dbus-python-0.81.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.81.0.ebuild,v 1.5 2008/05/29 16:09:46 hawking Exp $
-
-inherit python multilib
-
-DESCRIPTION="Python bindings for the D-Bus messagebus."
-HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings \
-http://dbus.freedesktop.org/doc/dbus-python/"
-SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="|| ( GPL-2 AFL-2.1 )"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="test"
-
-RDEPEND=">=dev-lang/python-2.4
- >=dev-python/pyrex-0.9.3-r2
- >=dev-libs/dbus-glib-0.71
- >=sys-apps/dbus-0.91"
-
-DEPEND="${RDEPEND}
- test? ( dev-python/pygobject )
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # don't run py-compile
- sed -i \
- -e '/if test -n "$$dlist"; then/,/else :; fi/d' \
- dbus/Makefile.in Makefile.in || die "sed in Makefile.in failed"
-}
-
-src_compile() {
- econf --docdir=/usr/share/doc/dbus-python-${PV} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-}
-
-pkg_postinst() {
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/dbus
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}
diff --git a/dev-python/dbus-python/dbus-python-0.82.3.ebuild b/dev-python/dbus-python/dbus-python-0.82.3.ebuild
deleted file mode 100644
index fe79410e01c0..000000000000
--- a/dev-python/dbus-python/dbus-python-0.82.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.82.3.ebuild,v 1.2 2008/05/29 16:09:46 hawking Exp $
-
-inherit python multilib
-
-DESCRIPTION="Python bindings for the D-Bus messagebus."
-HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings \
-http://dbus.freedesktop.org/doc/dbus-python/"
-SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="|| ( GPL-2 AFL-2.1 )"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="test"
-
-RDEPEND=">=dev-lang/python-2.4.4-r5
- >=dev-python/pyrex-0.9.3-r2
- >=dev-libs/dbus-glib-0.71
- >=sys-apps/dbus-0.91"
-
-DEPEND="${RDEPEND}
- test? ( dev-python/pygobject )
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # don't run py-compile
- sed -i \
- -e '/if test -n "$$dlist"; then/,/else :; fi/d' \
- dbus/Makefile.in Makefile.in || die "sed in Makefile.in failed"
-}
-
-src_compile() {
- econf --docdir=/usr/share/doc/dbus-python-${PV} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-}
-
-pkg_postinst() {
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/dbus
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}
diff --git a/dev-python/dbus-python/dbus-python-0.82.2.ebuild b/dev-python/dbus-python/dbus-python-0.83.0.ebuild
index aec4aa2e57a5..2339b1392fc5 100644
--- a/dev-python/dbus-python/dbus-python-0.82.2.ebuild
+++ b/dev-python/dbus-python/dbus-python-0.83.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.82.2.ebuild,v 1.3 2008/05/29 16:09:46 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0.ebuild,v 1.1 2008/08/15 04:10:20 cardoe Exp $
inherit python multilib
@@ -10,14 +10,14 @@ http://dbus.freedesktop.org/doc/dbus-python/"
SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
SLOT="0"
-LICENSE="|| ( GPL-2 AFL-2.1 )"
+LICENSE="MIT"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND=">=dev-lang/python-2.4.4-r5
>=dev-python/pyrex-0.9.3-r2
>=dev-libs/dbus-glib-0.71
- >=sys-apps/dbus-0.91"
+ >=sys-apps/dbus-1.0.0"
DEPEND="${RDEPEND}
test? ( dev-python/pygobject )
@@ -30,7 +30,7 @@ src_unpack() {
# don't run py-compile
sed -i \
-e '/if test -n "$$dlist"; then/,/else :; fi/d' \
- dbus/Makefile.in Makefile.in || die "sed in Makefile.in failed"
+ Makefile.in || die "sed in Makefile.in failed"
}
src_compile() {