Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
Date: Sat, 01 Jul 2017 10:05:48
Message-Id: 1498903532.978fc4c3c13088911a09d94db9d12af271f6b79e.kensington@gentoo
1 commit: 978fc4c3c13088911a09d94db9d12af271f6b79e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 10:01:34 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 10:05:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978fc4c3
7
8 net-misc/hotot: remove 0.9.8.14_p20130514-r1
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-misc/hotot/Manifest | 1 -
13 net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild | 60 -----------------------
14 2 files changed, 61 deletions(-)
15
16 diff --git a/net-misc/hotot/Manifest b/net-misc/hotot/Manifest
17 index 14407c778a8..e322d1f3eaa 100644
18 --- a/net-misc/hotot/Manifest
19 +++ b/net-misc/hotot/Manifest
20 @@ -1,2 +1 @@
21 -DIST hotot-0.9.8.14_p20130514.tar.gz 1234379 SHA256 46198319c76516354b38fb6f02994e57ab39bf0707f533243c5c0753cde8d641 SHA512 3b4e041ebf48c7397c78139d2e8542178bf16a0bd73de8ea33781ba581b1ea3da9aefa3aa1d0bc91d32d46dd3f15902786982ef8ec64e548723cd4500386afae WHIRLPOOL e94e5eec52147fbf533858095dcc9924d381529a59c6e6d420fd06e1de50e62147660c5c0b9acf93a64efa4cdeea4c09a10303ac25e198f1709772bfcb417a0e
22 DIST hotot-0.9.8.15_p20150812.tar.gz 1234481 SHA256 e79de77c6176e7af045cecbd787ab8ee5da7a7d779d7b866b7fd5bd8e40b1407 SHA512 8faffd583bc7bc2888acac5b33cf7ede285a5732c7349e9f84acf63788a9a96d6c0de0759605afcacb618d904f1a54e50581684d49bd637acd6036046f28bc7e WHIRLPOOL 7f4f005e745228495f0c0248868d6720a6420eb5c211c84d89a1210ccc7316039f2fa219b1af28cd6ba7ca1d9b9111f1b7585290217c699ff94227aedef73f09
23
24 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
25 deleted file mode 100644
26 index ebc77accc1c..00000000000
27 --- a/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
28 +++ /dev/null
29 @@ -1,60 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit cmake-utils python-single-r1 vcs-snapshot
38 -
39 -DESCRIPTION="lightweight & open source microblogging client"
40 -HOMEPAGE="http://hotot.org"
41 -SRC_URI="https://github.com/lyricat/Hotot/tarball/ed2ff013 -> ${P}.tar.gz"
42 -
43 -LICENSE="LGPL-3"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="chrome kde qt4"
47 -
48 -REQUIRED_USE="|| ( chrome qt4 ) ${PYTHON_REQUIRED_USE}"
49 -
50 -RDEPEND="${PYTHON_DEPS}
51 - dev-python/dbus-python[${PYTHON_USEDEP}]
52 - qt4? ( dev-qt/qtwebkit:4
53 - kde? ( kde-frameworks/kdelibs:4 ) )
54 -"
55 -DEPEND="${RDEPEND}
56 - sys-devel/gettext
57 - qt4? ( dev-qt/qtsql:4 )
58 -"
59 -
60 -pkg_setup() {
61 - python-single-r1_pkg_setup
62 -}
63 -
64 -src_configure() {
65 - mycmakeargs=(
66 - ${mycmakeargs}
67 - $(cmake-utils_use_with chrome CHROME)
68 - -DWITH_GTK=OFF
69 - -DWITH_GTK2=OFF
70 - -DWITH_GTK3=OFF
71 - $(cmake-utils_use_with kde KDE)
72 - $(cmake-utils_use_with qt4 QT)
73 - -DPYTHON_EXECUTABLE=${PYTHON} )
74 -
75 - cmake-utils_src_configure
76 -}
77 -
78 -src_install() {
79 - cmake-utils_src_install
80 - find "${D}" -name "*.pyc" -print -delete
81 -}
82 -
83 -pkg_postinst() {
84 - if use chrome; then
85 - elog "TO install hotot for chrome, open chromium/google-chrome,"
86 - elog "vist chrome://chrome/extensions/ and load /usr/share/hotot"
87 - elog "as unpacked extension."
88 - fi
89 -}