summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-video/pyqtrailer/ChangeLog11
-rw-r--r--media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild (renamed from media-video/pyqtrailer/pyqtrailer-0.5.2.ebuild)10
2 files changed, 14 insertions, 7 deletions
diff --git a/media-video/pyqtrailer/ChangeLog b/media-video/pyqtrailer/ChangeLog
index eae734c607d7..53fdf255b647 100644
--- a/media-video/pyqtrailer/ChangeLog
+++ b/media-video/pyqtrailer/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-video/pyqtrailer
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/ChangeLog,v 1.9 2010/11/28 19:06:36 sochotnicky Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/ChangeLog,v 1.10 2011/01/26 22:00:48 sochotnicky Exp $
+
+*pyqtrailer-0.6.1 (26 Jan 2011)
+
+ 26 Jan 2011; Stanislav Ochotnicky <sochotnicky@gentoo.org>
+ -pyqtrailer-0.5.2.ebuild, +pyqtrailer-0.6.1.ebuild:
+ Update to latest upstream version. Make sure PyQt4 has X use flag
+ set. Disable python3 support (python-dateutil doesn't support this)
*pyqtrailer-0.6.0 (28 Nov 2010)
diff --git a/media-video/pyqtrailer/pyqtrailer-0.5.2.ebuild b/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild
index b007ad18db81..91e586927815 100644
--- a/media-video/pyqtrailer/pyqtrailer-0.5.2.ebuild
+++ b/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.5.2.ebuild,v 1.1 2010/11/10 20:00:45 sochotnicky Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild,v 1.1 2011/01/26 22:00:48 sochotnicky Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS=""
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
@@ -17,8 +17,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=dev-python/pytrailer-0.5
- dev-python/PyQt4
+DEPEND=">=dev-python/pytrailer-0.6.0
+ dev-python/PyQt4[X]
dev-python/python-dateutil"
RDEPEND="$DEPEND"