public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/hotot: hotot-0.9.8.7.ebuild hotot-0.9.8.7-r1.ebuild ChangeLog
@ 2012-08-27  8:29 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-08-27  8:29 UTC (permalink / raw
  To: gentoo-commits

patrick     12/08/27 08:29:44

  Modified:             hotot-0.9.8.7.ebuild ChangeLog
  Added:                hotot-0.9.8.7-r1.ebuild
  Log:
  Fix dependencies #427294 #432818
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-misc/hotot/hotot-0.9.8.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild?r1=1.5&r2=1.6

Index: hotot-0.9.8.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hotot-0.9.8.7.ebuild	9 Jul 2012 11:55:16 -0000	1.5
+++ hotot-0.9.8.7.ebuild	27 Aug 2012 08:29:44 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild,v 1.5 2012/07/09 11:55:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild,v 1.6 2012/08/27 08:29:44 patrick Exp $
 
 EAPI=4
 
@@ -18,7 +18,8 @@
 KEYWORDS="amd64 x86"
 IUSE="chrome gtk kde qt4"
 
-RDEPEND="
+RDEPEND="dev-python/PyQt4[sql]
+	dev-python/dbus-python
 	gtk? ( dev-python/pywebkitgtk )
 	qt4? ( x11-libs/qt-webkit:4
 		kde? ( kde-base/kdelibs ) )"



1.19                 net-misc/hotot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	9 Jul 2012 11:55:16 -0000	1.18
+++ ChangeLog	27 Aug 2012 08:29:44 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/hotot
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.18 2012/07/09 11:55:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.19 2012/08/27 08:29:44 patrick Exp $
+
+*hotot-0.9.8.7-r1 (27 Aug 2012)
+
+  27 Aug 2012; Patrick Lauer <patrick@gentoo.org> +hotot-0.9.8.7-r1.ebuild,
+  hotot-0.9.8.7.ebuild:
+  Fix dependencies #427294 #432818
 
   09 Jul 2012; Agostino Sarubbo <ago@gentoo.org> hotot-0.9.8.7.ebuild:
   Stable for amd64, wrt bug #425226
@@ -88,4 +94,3 @@
   +hotot-9999.ebuild, +metadata.xml:
   Initial import, thanks to Paweł Pogorzelski <pawelpogorzelski@gmail.com> on
   bug #346297.
-



1.1                  net-misc/hotot/hotot-0.9.8.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7-r1.ebuild?rev=1.1&content-type=text/plain

Index: hotot-0.9.8.7-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7-r1.ebuild,v 1.1 2012/08/27 08:29:44 patrick Exp $

EAPI=4

PYTHON_DEPEND="gtk? 2"
RESTRICT_PYTHON_ABIS="3.*"

inherit cmake-utils python vcs-snapshot

DESCRIPTION="lightweight & open source microblogging client"
HOMEPAGE="http://hotot.org"
SRC_URI="https://github.com/shellex/Hotot/tarball/${PV} -> ${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="chrome gtk kde qt4"

RDEPEND="dev-python/PyQt4[sql]
	dev-python/dbus-python
	gtk? ( dev-python/pywebkitgtk )
	qt4? ( x11-libs/qt-webkit:4
		kde? ( kde-base/kdelibs ) )"
DEPEND="${RDEPEND}
	sys-devel/gettext"

REQUIRED_USE="|| ( chrome gtk qt4 )"

pkg_setup() {
	if ! use gtk ; then
		if ! use qt4 ; then
			ewarn "neither gtk not qt4 binaries will be build"
		fi
	fi
	python_pkg_setup
}

src_configure() {
	mycmakeargs="${mycmakeargs} \
		$(cmake-utils_use_with chrome CHROME) \
		$(cmake-utils_use_with gtk GTK) \
		$(cmake-utils_use_with kde KDE) \
		$(cmake-utils_use_with qt4 QT) \
		-DPYTHON_EXECUTABLE=$(PYTHON -2 -a)"

	cmake-utils_src_configure
}

src_install() {
	cmake-utils_src_install

	find "${D}" -name "*.pyc" -delete
}

pkg_postinst() {
	if use chrome; then
		elog "TO install hotot for chrome, open chromium/google-chrome,"
		elog "vist chrome://chrome/extensions/ and load /usr/share/hotot"
		elog "as unpacked extension."
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in net-misc/hotot: hotot-0.9.8.7.ebuild hotot-0.9.8.7-r1.ebuild ChangeLog
@ 2012-08-29 15:00 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2012-08-29 15:00 UTC (permalink / raw
  To: gentoo-commits

xmw         12/08/29 15:00:14

  Modified:             hotot-0.9.8.7.ebuild hotot-0.9.8.7-r1.ebuild
                        ChangeLog
  Log:
  Temporary fix for bug 427294, revert previous unconditional addition of dev-python/PyQt4[sql]
  
  (Portage version: 2.1.11.12/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-misc/hotot/hotot-0.9.8.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild?r1=1.6&r2=1.7

Index: hotot-0.9.8.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hotot-0.9.8.7.ebuild	27 Aug 2012 08:29:44 -0000	1.6
+++ hotot-0.9.8.7.ebuild	29 Aug 2012 15:00:14 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild,v 1.6 2012/08/27 08:29:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild,v 1.7 2012/08/29 15:00:14 xmw Exp $
 
 EAPI=4
 
@@ -22,6 +22,7 @@
 	dev-python/dbus-python
 	gtk? ( dev-python/pywebkitgtk )
 	qt4? ( x11-libs/qt-webkit:4
+		x11-libs/qt-sql:4
 		kde? ( kde-base/kdelibs ) )"
 DEPEND="${RDEPEND}
 	sys-devel/gettext"



1.2                  net-misc/hotot/hotot-0.9.8.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7-r1.ebuild?r1=1.1&r2=1.2

Index: hotot-0.9.8.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hotot-0.9.8.7-r1.ebuild	27 Aug 2012 08:29:44 -0000	1.1
+++ hotot-0.9.8.7-r1.ebuild	29 Aug 2012 15:00:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7-r1.ebuild,v 1.1 2012/08/27 08:29:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7-r1.ebuild,v 1.2 2012/08/29 15:00:14 xmw Exp $
 
 EAPI=4
 
@@ -22,6 +22,7 @@
 	dev-python/dbus-python
 	gtk? ( dev-python/pywebkitgtk )
 	qt4? ( x11-libs/qt-webkit:4
+		x11-libs/qt-sql:4
 		kde? ( kde-base/kdelibs ) )"
 DEPEND="${RDEPEND}
 	sys-devel/gettext"



1.21                 net-misc/hotot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	29 Aug 2012 14:22:52 -0000	1.20
+++ ChangeLog	29 Aug 2012 15:00:14 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/hotot
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.20 2012/08/29 14:22:52 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.21 2012/08/29 15:00:14 xmw Exp $
+
+  29 Aug 2012; Michael Weber <xmw@gentoo.org> hotot-0.9.8.7-r1.ebuild,
+  hotot-0.9.8.7.ebuild:
+  Temporary fix for bug 427294, revert previous unconditional addition of dev-
+  python/PyQt4[sql]
 
   29 Aug 2012; Michael Weber <xmw@gentoo.org> -hotot-0.9.8.4.ebuild,
   -hotot-0.9.8.ebuild:





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

end of thread, other threads:[~2012-08-29 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-27  8:29 [gentoo-commits] gentoo-x86 commit in net-misc/hotot: hotot-0.9.8.7.ebuild hotot-0.9.8.7-r1.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-29 15:00 Michael Weber (xmw)

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