* [gentoo-commits] gentoo-x86 commit in net-misc/hotot: hotot-0.9.8.8_pre.ebuild hotot-0.9.8.7.ebuild hotot-9999.ebuild ChangeLog hotot-0.9.8.7-r1.ebuild
@ 2012-08-29 22:22 Michael Weber (xmw)
0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2012-08-29 22:22 UTC (permalink / raw
To: gentoo-commits
xmw 12/08/29 22:22:13
Modified: hotot-0.9.8.7.ebuild hotot-9999.ebuild ChangeLog
Added: hotot-0.9.8.8_pre.ebuild
Removed: hotot-0.9.8.7-r1.ebuild
Log:
Version bump, mark qt-sql as build DEPEND.
(Portage version: 2.1.11.12/cvs/Linux x86_64)
Revision Changes Path
1.8 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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild?r1=1.7&r2=1.8
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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hotot-0.9.8.7.ebuild 29 Aug 2012 15:00:14 -0000 1.7
+++ hotot-0.9.8.7.ebuild 29 Aug 2012 22:22:13 -0000 1.8
@@ -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.7 2012/08/29 15:00:14 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild,v 1.8 2012/08/29 22:22:13 xmw Exp $
EAPI=4
@@ -18,14 +18,13 @@
KEYWORDS="amd64 x86"
IUSE="chrome gtk kde qt4"
-RDEPEND="dev-python/PyQt4[sql]
- dev-python/dbus-python
+RDEPEND="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"
+ sys-devel/gettext
+ qt4? ( x11-libs/qt-sql:4 )"
REQUIRED_USE="|| ( chrome gtk qt4 )"
1.5 net-misc/hotot/hotot-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-9999.ebuild?r1=1.4&r2=1.5
Index: hotot-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hotot-9999.ebuild 8 Jul 2012 08:54:50 -0000 1.4
+++ hotot-9999.ebuild 29 Aug 2012 22:22:13 -0000 1.5
@@ -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-9999.ebuild,v 1.4 2012/07/08 08:54:50 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v 1.5 2012/08/29 22:22:13 xmw Exp $
EAPI=4
@@ -18,12 +18,13 @@
KEYWORDS=""
IUSE="chrome gtk kde qt4"
-RDEPEND="
+RDEPEND="dev-python/dbus-python
gtk? ( dev-python/pywebkitgtk )
qt4? ( x11-libs/qt-webkit:4
kde? ( kde-base/kdelibs ) )"
DEPEND="${RDEPEND}
- sys-devel/gettext"
+ sys-devel/gettext
+ qt4? ( x11-libs/qt-sql:4 )"
REQUIRED_USE="|| ( chrome gtk qt4 )"
@@ -36,6 +37,10 @@
python_pkg_setup
}
+src_prepare() {
+ rm -v po/it_IT.po || die
+}
+
src_configure() {
mycmakeargs="${mycmakeargs} \
$(cmake-utils_use_with chrome CHROME) \
1.22 net-misc/hotot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 29 Aug 2012 15:00:14 -0000 1.21
+++ ChangeLog 29 Aug 2012 22:22:13 -0000 1.22
@@ -1,6 +1,13 @@
# 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.21 2012/08/29 15:00:14 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.22 2012/08/29 22:22:13 xmw Exp $
+
+*hotot-0.9.8.8_pre (29 Aug 2012)
+
+ 29 Aug 2012; Michael Weber <xmw@gentoo.org>
+ +files/hotot-0.9.8.8_pre-it_IT.patch, +hotot-0.9.8.8_pre.ebuild,
+ -hotot-0.9.8.7-r1.ebuild, hotot-0.9.8.7.ebuild, hotot-9999.ebuild:
+ Version bump, mark qt-sql as build DEPEND.
29 Aug 2012; Michael Weber <xmw@gentoo.org> hotot-0.9.8.7-r1.ebuild,
hotot-0.9.8.7.ebuild:
1.1 net-misc/hotot/hotot-0.9.8.8_pre.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.8_pre.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hotot/hotot-0.9.8.8_pre.ebuild?rev=1.1&content-type=text/plain
Index: hotot-0.9.8.8_pre.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.8_pre.ebuild,v 1.1 2012/08/29 22:22:13 xmw Exp $
EAPI=4
PYTHON_DEPEND="gtk? 2"
RESTRICT_PYTHON_ABIS="3.*"
inherit cmake-utils eutils python vcs-snapshot
DESCRIPTION="lightweight & open source microblogging client"
HOMEPAGE="http://hotot.org"
SRC_URI="https://github.com/shellex/Hotot/tarball/d1ad4f714 -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="chrome gtk kde qt4"
RDEPEND="dev-python/dbus-python
gtk? ( dev-python/pywebkitgtk )
qt4? ( x11-libs/qt-webkit:4
kde? ( kde-base/kdelibs ) )"
DEPEND="${RDEPEND}
sys-devel/gettext
qt4? ( x11-libs/qt-sql:4 )"
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_prepare() {
epatch "${FILESDIR}"/${P}-it_IT.patch
}
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] only message in thread
only message in thread, other threads:[~2012-08-29 22:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29 22:22 [gentoo-commits] gentoo-x86 commit in net-misc/hotot: hotot-0.9.8.8_pre.ebuild hotot-0.9.8.7.ebuild hotot-9999.ebuild ChangeLog hotot-0.9.8.7-r1.ebuild 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