* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2016-10-16 10:22 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2016-10-16 10:22 UTC (permalink / raw
To: gentoo-commits
commit: a976fa42d8eb304faa88ebaa5b96847d94a50ff3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 10:20:46 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 10:22:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a976fa42
net-misc/hotot: Disable webkit-gtk support (#584162)
Package-Manager: portage-2.3.1
net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild | 61 +++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild b/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
new file mode 100644
index 00000000..5b670b9
--- /dev/null
+++ b/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils python-single-r1 vcs-snapshot
+
+DESCRIPTION="lightweight & open source microblogging client"
+HOMEPAGE="http://hotot.org"
+SRC_URI="https://github.com/lyricat/Hotot/tarball/ed2ff013 -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chrome kde qt4"
+
+REQUIRED_USE="|| ( chrome qt4 ) ${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ qt4? ( dev-qt/qtwebkit:4
+ kde? ( kde-base/kdelibs ) )
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ qt4? ( dev-qt/qtsql:4 )
+"
+
+pkg_setup() {
+ python-single-r1_pkg_setup
+}
+
+src_configure() {
+ mycmakeargs=(
+ ${mycmakeargs}
+ $(cmake-utils_use_with chrome CHROME)
+ -DWITH_GTK=OFF
+ -DWITH_GTK2=OFF
+ -DWITH_GTK3=OFF
+ $(cmake-utils_use_with kde KDE)
+ $(cmake-utils_use_with qt4 QT)
+ -DPYTHON_EXECUTABLE=${PYTHON} )
+
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ find "${D}" -name "*.pyc" -print -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 related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2016-12-19 19:31 Tobias Klausmann
0 siblings, 0 replies; 12+ messages in thread
From: Tobias Klausmann @ 2016-12-19 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 33b09c57b59a17118bb73d62452a24547d02949c
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 19:31:32 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 19:31:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b09c57
net-misc/hotot-0.9.8.14_p20130514-r1: stable on amd64
Gentoo-Bug: 584162
net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild b/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
index 5b670b9..4657908 100644
--- a/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
+++ b/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/lyricat/Hotot/tarball/ed2ff013 -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="chrome kde qt4"
REQUIRED_USE="|| ( chrome qt4 ) ${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2017-01-02 9:54 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2017-01-02 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 0a76f53c24d97ea38105fa8e3b047ee486f03cd9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 09:52:05 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 09:54:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a76f53c
net-misc/hotot: x86 stable wrt bug #584162
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild b/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
index f5115f9..2248c1c 100644
--- a/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
+++ b/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/lyricat/Hotot/tarball/ed2ff013 -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="chrome kde qt4"
REQUIRED_USE="|| ( chrome qt4 ) ${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2017-02-01 10:02 Michael Weber
0 siblings, 0 replies; 12+ messages in thread
From: Michael Weber @ 2017-02-01 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 3279c87a59dd9065df2b31015a6406c569f2bab8
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 07:52:21 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 10:02:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3279c87a
net-misc/hotot: Remove old versions.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-misc/hotot/Manifest | 1 -
net-misc/hotot/hotot-0.9.8.14.ebuild | 66 -------------------------
net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild | 67 --------------------------
3 files changed, 134 deletions(-)
diff --git a/net-misc/hotot/Manifest b/net-misc/hotot/Manifest
index 64c0c5b..0b1d8a2 100644
--- a/net-misc/hotot/Manifest
+++ b/net-misc/hotot/Manifest
@@ -1,2 +1 @@
-DIST hotot-0.9.8.14.tar.gz 1234004 SHA256 1e67a8c39cfe250ed86633f9aedf366d25fe8133cca98fb0f28b9c1a0d7edd7b SHA512 96e110acfff50048d404e79e5345be16d85dde55f6ed952610e75cff248f78087f832dffba45302840d7fc737bb53e9642fbd44d93473713811cd402c0ca7456 WHIRLPOOL 50aa12a82f0c524d1e3dc76f74f30bcc5cd2879bef252aed6d81cf81f3cab70f4fcc09f4518f8c9c6566b6c7340b20bdeb264cbc81dcd1de915952e545510151
DIST hotot-0.9.8.14_p20130514.tar.gz 1234379 SHA256 46198319c76516354b38fb6f02994e57ab39bf0707f533243c5c0753cde8d641 SHA512 3b4e041ebf48c7397c78139d2e8542178bf16a0bd73de8ea33781ba581b1ea3da9aefa3aa1d0bc91d32d46dd3f15902786982ef8ec64e548723cd4500386afae WHIRLPOOL e94e5eec52147fbf533858095dcc9924d381529a59c6e6d420fd06e1de50e62147660c5c0b9acf93a64efa4cdeea4c09a10303ac25e198f1709772bfcb417a0e
diff --git a/net-misc/hotot/hotot-0.9.8.14.ebuild b/net-misc/hotot/hotot-0.9.8.14.ebuild
deleted file mode 100644
index 5a893d3..00000000
--- a/net-misc/hotot/hotot-0.9.8.14.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1 vcs-snapshot
-
-DESCRIPTION="lightweight & open source microblogging client"
-HOMEPAGE="http://hotot.org"
-SRC_URI="https://github.com/lyricat/Hotot/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chrome gtk kde qt4"
-
-REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/dbus-python[${PYTHON_USEDEP}]
- gtk? ( dev-python/pywebkitgtk )
- qt4? ( dev-qt/qtwebkit:4
- kde? ( kde-frameworks/kdelibs:4 ) )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- qt4? ( dev-qt/qtsql:4 )"
-
-pkg_setup() {
- if ! use gtk ; then
- if ! use qt4 ; then
- ewarn "neither gtk not qt4 binaries will be build"
- fi
- fi
- python-single-r1_pkg_setup
-}
-
-src_configure() {
- mycmakeargs=(
- ${mycmakeargs}
- $(cmake-utils_use_with chrome CHROME)
- $(cmake-utils_use_with gtk GTK)
- $(cmake-utils_use_with gtk GTK2)
- -DWITH_GTK3=OFF
- $(cmake-utils_use_with kde KDE)
- $(cmake-utils_use_with qt4 QT)
- -DPYTHON_EXECUTABLE=${PYTHON} )
-
- 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
-}
diff --git a/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild b/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild
deleted file mode 100644
index dc69219..00000000
--- a/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1 vcs-snapshot
-
-DESCRIPTION="lightweight & open source microblogging client"
-HOMEPAGE="http://hotot.org"
-SRC_URI="https://github.com/lyricat/Hotot/tarball/ed2ff013 -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="chrome gtk kde qt4"
-
-REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/dbus-python[${PYTHON_USEDEP}]
- gtk? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
- qt4? ( dev-qt/qtwebkit:4
- kde? ( kde-frameworks/kdelibs:4 ) )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- qt4? ( dev-qt/qtsql:4 )"
-
-pkg_setup() {
- if ! use gtk ; then
- if ! use qt4 ; then
- ewarn "neither gtk not qt4 binaries will be build"
- fi
- fi
- python-single-r1_pkg_setup
-}
-
-src_configure() {
- mycmakeargs=(
- ${mycmakeargs}
- $(cmake-utils_use_with chrome CHROME)
- $(cmake-utils_use_with gtk GTK)
- $(cmake-utils_use_with gtk GTK2)
- -DWITH_GTK3=OFF
- $(cmake-utils_use_with kde KDE)
- $(cmake-utils_use_with qt4 QT)
- -DPYTHON_EXECUTABLE=${PYTHON} )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- use gtk && dosym hotot-gtk2 /usr/bin/hotot
-
- find "${D}" -name "*.pyc" -print -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 related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2017-02-01 16:46 Michael Weber
0 siblings, 0 replies; 12+ messages in thread
From: Michael Weber @ 2017-02-01 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 07a90a4b982ed644b6135c295c009a6ad7a35339
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 16:27:56 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 16:46:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a90a4b
net-misc/hotot: Update live ebuild to enable building qt5 and gtk3 versions.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-misc/hotot/hotot-9999.ebuild | 45 ++++++++++++++++++++++------------------
net-misc/hotot/metadata.xml | 2 ++
2 files changed, 27 insertions(+), 20 deletions(-)
diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-9999.ebuild
index 652b40a..ef84a2d 100644
--- a/net-misc/hotot/hotot-9999.ebuild
+++ b/net-misc/hotot/hotot-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils git-2 python-single-r1
+inherit cmake-utils git-r3 python-single-r1
DESCRIPTION="lightweight & open source microblogging client"
HOMEPAGE="http://hotot.org"
@@ -15,37 +15,42 @@ EGIT_REPO_URI="git://github.com/lyricat/Hotot.git"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="chrome gtk kde qt4"
+IUSE="chrome gtk2 gtk3 kde qt4 qt5"
-REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="|| ( chrome gtk2 gtk3 qt4 qt5 ) ${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
- gtk? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
- qt4? ( dev-qt/qtwebkit:4
- kde? ( kde-frameworks/kdelibs:4 ) )"
+ gtk2? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
+ gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}]
+ x11-libs/gtk+:3[introspection]
+ net-libs/webkit-gtk:3[introspection] )
+ qt4? (
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtwebkit:4
+ kde? ( kde-frameworks/kdelibs:4 ) )
+ qt5? (
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwebkit:5
+ dev-qt/qtwidgets:5
+ )"
DEPEND="${RDEPEND}
sys-devel/gettext
qt4? ( dev-qt/qtsql:4 )"
-pkg_setup() {
- if ! use gtk ; then
- if ! use qt4 ; then
- ewarn "neither gtk not qt4 binaries will be build"
- fi
- fi
- python-single-r1_pkg_setup
-}
-
src_configure() {
mycmakeargs=(
${mycmakeargs}
$(cmake-utils_use_with chrome CHROME)
- $(cmake-utils_use_with gtk GTK)
- $(cmake-utils_use_with gtk GTK2)
- -DWITH_GTK3=OFF
+ $(cmake-utils_use_with gtk2 GTK)
+ $(cmake-utils_use_with gtk2 GTK2)
+ $(cmake-utils_use_with gtk3 GTK3)
$(cmake-utils_use_with kde KDE)
$(cmake-utils_use_with qt4 QT)
+ $(cmake-utils_use_with qt5 QT5)
-DPYTHON_EXECUTABLE=${PYTHON} )
cmake-utils_src_configure
diff --git a/net-misc/hotot/metadata.xml b/net-misc/hotot/metadata.xml
index 9fcc5c6..2c3b2c4 100644
--- a/net-misc/hotot/metadata.xml
+++ b/net-misc/hotot/metadata.xml
@@ -7,6 +7,8 @@
</maintainer>
<use>
<flag name="chrome">Build chrome browser extension</flag>
+ <flag name="gtk2">Build gtk2 gui</flag>
+ <flag name="gtk3">Build gtk3 gui</flag>
</use>
<upstream>
<remote-id type="github">lyricat/Hotot</remote-id>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2017-02-01 16:46 Michael Weber
0 siblings, 0 replies; 12+ messages in thread
From: Michael Weber @ 2017-02-01 16:46 UTC (permalink / raw
To: gentoo-commits
commit: baf04de9ddb3f88c264b88978c3249e501d7d44a
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 16:45:52 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 16:46:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf04de9
net-misc/hotot: Version bump to the last commit.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-misc/hotot/Manifest | 1 +
...9999.ebuild => hotot-0.9.8.15_p20150812.ebuild} | 22 +++++++++++-----------
net-misc/hotot/hotot-9999.ebuild | 16 ++++++++--------
3 files changed, 20 insertions(+), 19 deletions(-)
diff --git a/net-misc/hotot/Manifest b/net-misc/hotot/Manifest
index 0b1d8a2..14407c7 100644
--- a/net-misc/hotot/Manifest
+++ b/net-misc/hotot/Manifest
@@ -1 +1,2 @@
DIST hotot-0.9.8.14_p20130514.tar.gz 1234379 SHA256 46198319c76516354b38fb6f02994e57ab39bf0707f533243c5c0753cde8d641 SHA512 3b4e041ebf48c7397c78139d2e8542178bf16a0bd73de8ea33781ba581b1ea3da9aefa3aa1d0bc91d32d46dd3f15902786982ef8ec64e548723cd4500386afae WHIRLPOOL e94e5eec52147fbf533858095dcc9924d381529a59c6e6d420fd06e1de50e62147660c5c0b9acf93a64efa4cdeea4c09a10303ac25e198f1709772bfcb417a0e
+DIST hotot-0.9.8.15_p20150812.tar.gz 1234481 SHA256 e79de77c6176e7af045cecbd787ab8ee5da7a7d779d7b866b7fd5bd8e40b1407 SHA512 8faffd583bc7bc2888acac5b33cf7ede285a5732c7349e9f84acf63788a9a96d6c0de0759605afcacb618d904f1a54e50581684d49bd637acd6036046f28bc7e WHIRLPOOL 7f4f005e745228495f0c0248868d6720a6420eb5c211c84d89a1210ccc7316039f2fa219b1af28cd6ba7ca1d9b9111f1b7585290217c699ff94227aedef73f09
diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-0.9.8.15_p20150812.ebuild
similarity index 78%
copy from net-misc/hotot/hotot-9999.ebuild
copy to net-misc/hotot/hotot-0.9.8.15_p20150812.ebuild
index ef84a2d..193436d 100644
--- a/net-misc/hotot/hotot-9999.ebuild
+++ b/net-misc/hotot/hotot-0.9.8.15_p20150812.ebuild
@@ -2,19 +2,19 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=6
+EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils git-r3 python-single-r1
+inherit cmake-utils python-single-r1 vcs-snapshot
DESCRIPTION="lightweight & open source microblogging client"
HOMEPAGE="http://hotot.org"
-EGIT_REPO_URI="git://github.com/lyricat/Hotot.git"
+SRC_URI="https://github.com/lyricat/Hotot/tarball/452fc0924a98923b -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
IUSE="chrome gtk2 gtk3 kde qt4 qt5"
REQUIRED_USE="|| ( chrome gtk2 gtk3 qt4 qt5 ) ${PYTHON_REQUIRED_USE}"
@@ -44,13 +44,13 @@ DEPEND="${RDEPEND}
src_configure() {
mycmakeargs=(
${mycmakeargs}
- $(cmake-utils_use_with chrome CHROME)
- $(cmake-utils_use_with gtk2 GTK)
- $(cmake-utils_use_with gtk2 GTK2)
- $(cmake-utils_use_with gtk3 GTK3)
- $(cmake-utils_use_with kde KDE)
- $(cmake-utils_use_with qt4 QT)
- $(cmake-utils_use_with qt5 QT5)
+ -DWITH_CHROME=$(usex chrome)
+ -DWITH_GTK=$(usex gtk2)
+ -DWITH_GTK2=$(usex gtk2)
+ -DWITH_GTK3=$(usex gtk3)
+ -DWITH_KDE=$(usex kde)
+ -DWITH_QT=$(usex qt4)
+ -DWITH_QT5=$(usex qt5)
-DPYTHON_EXECUTABLE=${PYTHON} )
cmake-utils_src_configure
diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-9999.ebuild
index ef84a2d..c6a5b46 100644
--- a/net-misc/hotot/hotot-9999.ebuild
+++ b/net-misc/hotot/hotot-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=6
+EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -44,13 +44,13 @@ DEPEND="${RDEPEND}
src_configure() {
mycmakeargs=(
${mycmakeargs}
- $(cmake-utils_use_with chrome CHROME)
- $(cmake-utils_use_with gtk2 GTK)
- $(cmake-utils_use_with gtk2 GTK2)
- $(cmake-utils_use_with gtk3 GTK3)
- $(cmake-utils_use_with kde KDE)
- $(cmake-utils_use_with qt4 QT)
- $(cmake-utils_use_with qt5 QT5)
+ -DWITH_CHROME=$(usex chrome)
+ -DWITH_GTK=$(usex gtk2)
+ -DWITH_GTK2=$(usex gtk2)
+ -DWITH_GTK3=$(usex gtk3)
+ -DWITH_KDE=$(usex kde)
+ -DWITH_QT=$(usex qt4)
+ -DWITH_QT5=$(usex qt5)
-DPYTHON_EXECUTABLE=${PYTHON} )
cmake-utils_src_configure
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2017-06-22 22:14 Michael Weber
0 siblings, 0 replies; 12+ messages in thread
From: Michael Weber @ 2017-06-22 22:14 UTC (permalink / raw
To: gentoo-commits
commit: b36da72f37b5764c8d1796b042d0cefb04725ccf
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 22:14:22 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 22:14:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36da72f
net-misc/hotot: revbump dropping USE="gtk2 gtk3 qt4" (bug 608606).
Package-Manager: Portage-2.3.6, Repoman-2.3.2
...812.ebuild => hotot-0.9.8.15_p20150812-r2.ebuild} | 20 +++-----------------
1 file changed, 3 insertions(+), 17 deletions(-)
diff --git a/net-misc/hotot/hotot-0.9.8.15_p20150812.ebuild b/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
similarity index 67%
rename from net-misc/hotot/hotot-0.9.8.15_p20150812.ebuild
rename to net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
index 9c7adee05bb..3b3bda77c0f 100644
--- a/net-misc/hotot/hotot-0.9.8.15_p20150812.ebuild
+++ b/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
@@ -14,21 +14,12 @@ SRC_URI="https://github.com/lyricat/Hotot/tarball/452fc0924a98923b -> ${P}.tar.g
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="chrome gtk2 gtk3 kde qt4 qt5"
+IUSE="chrome kde qt5"
-REQUIRED_USE="|| ( chrome gtk2 gtk3 qt4 qt5 ) ${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="|| ( chrome qt5 ) ${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
- gtk2? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
- gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}]
- x11-libs/gtk+:3[introspection]
- net-libs/webkit-gtk:3[introspection] )
- qt4? (
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtwebkit:4
- kde? ( kde-frameworks/kdelibs:4 ) )
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -37,18 +28,13 @@ RDEPEND="${PYTHON_DEPS}
dev-qt/qtwidgets:5
)"
DEPEND="${RDEPEND}
- sys-devel/gettext
- qt4? ( dev-qt/qtsql:4 )"
+ sys-devel/gettext"
src_configure() {
mycmakeargs=(
${mycmakeargs}
-DWITH_CHROME=$(usex chrome)
- -DWITH_GTK=$(usex gtk2)
- -DWITH_GTK2=$(usex gtk2)
- -DWITH_GTK3=$(usex gtk3)
-DWITH_KDE=$(usex kde)
- -DWITH_QT=$(usex qt4)
-DWITH_QT5=$(usex qt5)
-DPYTHON_EXECUTABLE=${PYTHON} )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2017-06-23 8:33 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2017-06-23 8:33 UTC (permalink / raw
To: gentoo-commits
commit: ccfc249674f35ecafca650e12769bfcaace7730c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 08:33:33 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 08:33:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfc2496
net-misc/hotot: amd64 stable wrt bug #608606
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild b/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
index 3b3bda77c0f..d371ea05371 100644
--- a/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
+++ b/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/lyricat/Hotot/tarball/452fc0924a98923b -> ${P}.tar.g
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="chrome kde qt5"
REQUIRED_USE="|| ( chrome qt5 ) ${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2017-06-30 11:10 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2017-06-30 11:10 UTC (permalink / raw
To: gentoo-commits
commit: c5e5e0dbf5120c5d902b8add4054d1ae1ac816ad
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 11:07:54 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 11:07:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e5e0db
net-misc/hotot: x86 stable wrt bug #608606
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild b/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
index d371ea05371..a15fe974e0d 100644
--- a/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
+++ b/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/lyricat/Hotot/tarball/452fc0924a98923b -> ${P}.tar.g
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="chrome kde qt5"
REQUIRED_USE="|| ( chrome qt5 ) ${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2017-07-01 10:05 Michael Palimaka
0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2017-07-01 10:05 UTC (permalink / raw
To: gentoo-commits
commit: c9de75db2f81de6d3b32f2d43b8ea16a26420449
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 1 10:02:57 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 10:05:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9de75db
net-misc/hotot: sync live with latest release
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-misc/hotot/hotot-9999.ebuild | 22 ++++------------------
net-misc/hotot/metadata.xml | 2 --
2 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-9999.ebuild
index f7e0b47d459..8589e6d5da8 100644
--- a/net-misc/hotot/hotot-9999.ebuild
+++ b/net-misc/hotot/hotot-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils git-r3 python-single-r1
+inherit cmake-utils git-r3 python-single-r1 vcs-snapshot
DESCRIPTION="lightweight & open source microblogging client"
HOMEPAGE="http://hotot.org"
@@ -14,21 +14,12 @@ EGIT_REPO_URI="git://github.com/lyricat/Hotot.git"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="chrome gtk2 gtk3 kde qt4 qt5"
+IUSE="chrome kde qt5"
-REQUIRED_USE="|| ( chrome gtk2 gtk3 qt4 qt5 ) ${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="|| ( chrome qt5 ) ${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
- gtk2? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
- gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}]
- x11-libs/gtk+:3[introspection]
- net-libs/webkit-gtk:3[introspection] )
- qt4? (
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtwebkit:4
- kde? ( kde-frameworks/kdelibs:4 ) )
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -37,18 +28,13 @@ RDEPEND="${PYTHON_DEPS}
dev-qt/qtwidgets:5
)"
DEPEND="${RDEPEND}
- sys-devel/gettext
- qt4? ( dev-qt/qtsql:4 )"
+ sys-devel/gettext"
src_configure() {
mycmakeargs=(
${mycmakeargs}
-DWITH_CHROME=$(usex chrome)
- -DWITH_GTK=$(usex gtk2)
- -DWITH_GTK2=$(usex gtk2)
- -DWITH_GTK3=$(usex gtk3)
-DWITH_KDE=$(usex kde)
- -DWITH_QT=$(usex qt4)
-DWITH_QT5=$(usex qt5)
-DPYTHON_EXECUTABLE=${PYTHON} )
diff --git a/net-misc/hotot/metadata.xml b/net-misc/hotot/metadata.xml
index 2c3b2c444fb..9fcc5c61b40 100644
--- a/net-misc/hotot/metadata.xml
+++ b/net-misc/hotot/metadata.xml
@@ -7,8 +7,6 @@
</maintainer>
<use>
<flag name="chrome">Build chrome browser extension</flag>
- <flag name="gtk2">Build gtk2 gui</flag>
- <flag name="gtk3">Build gtk3 gui</flag>
</use>
<upstream>
<remote-id type="github">lyricat/Hotot</remote-id>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2017-07-01 10:05 Michael Palimaka
0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2017-07-01 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 978fc4c3c13088911a09d94db9d12af271f6b79e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 1 10:01:34 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 10:05:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978fc4c3
net-misc/hotot: remove 0.9.8.14_p20130514-r1
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-misc/hotot/Manifest | 1 -
net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild | 60 -----------------------
2 files changed, 61 deletions(-)
diff --git a/net-misc/hotot/Manifest b/net-misc/hotot/Manifest
index 14407c778a8..e322d1f3eaa 100644
--- a/net-misc/hotot/Manifest
+++ b/net-misc/hotot/Manifest
@@ -1,2 +1 @@
-DIST hotot-0.9.8.14_p20130514.tar.gz 1234379 SHA256 46198319c76516354b38fb6f02994e57ab39bf0707f533243c5c0753cde8d641 SHA512 3b4e041ebf48c7397c78139d2e8542178bf16a0bd73de8ea33781ba581b1ea3da9aefa3aa1d0bc91d32d46dd3f15902786982ef8ec64e548723cd4500386afae WHIRLPOOL e94e5eec52147fbf533858095dcc9924d381529a59c6e6d420fd06e1de50e62147660c5c0b9acf93a64efa4cdeea4c09a10303ac25e198f1709772bfcb417a0e
DIST hotot-0.9.8.15_p20150812.tar.gz 1234481 SHA256 e79de77c6176e7af045cecbd787ab8ee5da7a7d779d7b866b7fd5bd8e40b1407 SHA512 8faffd583bc7bc2888acac5b33cf7ede285a5732c7349e9f84acf63788a9a96d6c0de0759605afcacb618d904f1a54e50581684d49bd637acd6036046f28bc7e WHIRLPOOL 7f4f005e745228495f0c0248868d6720a6420eb5c211c84d89a1210ccc7316039f2fa219b1af28cd6ba7ca1d9b9111f1b7585290217c699ff94227aedef73f09
diff --git a/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild b/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
deleted file mode 100644
index ebc77accc1c..00000000000
--- a/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1 vcs-snapshot
-
-DESCRIPTION="lightweight & open source microblogging client"
-HOMEPAGE="http://hotot.org"
-SRC_URI="https://github.com/lyricat/Hotot/tarball/ed2ff013 -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chrome kde qt4"
-
-REQUIRED_USE="|| ( chrome qt4 ) ${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/dbus-python[${PYTHON_USEDEP}]
- qt4? ( dev-qt/qtwebkit:4
- kde? ( kde-frameworks/kdelibs:4 ) )
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- qt4? ( dev-qt/qtsql:4 )
-"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_configure() {
- mycmakeargs=(
- ${mycmakeargs}
- $(cmake-utils_use_with chrome CHROME)
- -DWITH_GTK=OFF
- -DWITH_GTK2=OFF
- -DWITH_GTK3=OFF
- $(cmake-utils_use_with kde KDE)
- $(cmake-utils_use_with qt4 QT)
- -DPYTHON_EXECUTABLE=${PYTHON} )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- find "${D}" -name "*.pyc" -print -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 related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
@ 2017-07-30 10:04 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2017-07-30 10:04 UTC (permalink / raw
To: gentoo-commits
commit: e718c1e6d3cb9bb5d8f386a5772b7801e9c69e1f
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 18:34:32 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 10:04:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e718c1e6
net-misc/hotot: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
net-misc/hotot/hotot-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-9999.ebuild
index 8589e6d5da8..777e7d1e2bc 100644
--- a/net-misc/hotot/hotot-9999.ebuild
+++ b/net-misc/hotot/hotot-9999.ebuild
@@ -9,7 +9,7 @@ inherit cmake-utils git-r3 python-single-r1 vcs-snapshot
DESCRIPTION="lightweight & open source microblogging client"
HOMEPAGE="http://hotot.org"
-EGIT_REPO_URI="git://github.com/lyricat/Hotot.git"
+EGIT_REPO_URI="https://github.com/lyricat/Hotot.git"
LICENSE="LGPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2017-07-30 10:04 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-01 10:05 [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2017-07-30 10:04 Michał Górny
2017-07-01 10:05 Michael Palimaka
2017-06-30 11:10 Agostino Sarubbo
2017-06-23 8:33 Agostino Sarubbo
2017-06-22 22:14 Michael Weber
2017-02-01 16:46 Michael Weber
2017-02-01 16:46 Michael Weber
2017-02-01 10:02 Michael Weber
2017-01-02 9:54 Agostino Sarubbo
2016-12-19 19:31 Tobias Klausmann
2016-10-16 10:22 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox