Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/, profiles/
Date: Wed, 30 Jan 2019 22:31:47
Message-Id: 1548887364.2a8c2fd107a31d0cb58c8f2bd7c1dca9316add74.asturm@gentoo
1 commit: 2a8c2fd107a31d0cb58c8f2bd7c1dca9316add74
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 30 20:22:58 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 30 22:29:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8c2fd1
7
8 net-misc/hotot: Remove last-rited
9
10 Closes: https://bugs.gentoo.org/463928
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-misc/hotot/Manifest | 1 -
14 net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild | 56 -----------------------
15 net-misc/hotot/hotot-9999.ebuild | 56 -----------------------
16 net-misc/hotot/metadata.xml | 11 -----
17 profiles/package.mask | 5 --
18 5 files changed, 129 deletions(-)
19
20 diff --git a/net-misc/hotot/Manifest b/net-misc/hotot/Manifest
21 deleted file mode 100644
22 index 21b1bcccf8f..00000000000
23 --- a/net-misc/hotot/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST hotot-0.9.8.15_p20150812.tar.gz 1234481 BLAKE2B e0e3a29b476b0de8c23586193578bf597a96b5ec3f203da61ca5e0f89d0c8bc0d020d262ccbb622a9f0e01b5c10e7ae432e9907c83c0aaaa5beb1b7ff7845fb5 SHA512 8faffd583bc7bc2888acac5b33cf7ede285a5732c7349e9f84acf63788a9a96d6c0de0759605afcacb618d904f1a54e50581684d49bd637acd6036046f28bc7e
27
28 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
29 deleted file mode 100644
30 index a15fe974e0d..00000000000
31 --- a/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
32 +++ /dev/null
33 @@ -1,56 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit cmake-utils python-single-r1 vcs-snapshot
42 -
43 -DESCRIPTION="lightweight & open source microblogging client"
44 -HOMEPAGE="http://hotot.org"
45 -SRC_URI="https://github.com/lyricat/Hotot/tarball/452fc0924a98923b -> ${P}.tar.gz"
46 -
47 -LICENSE="LGPL-3"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="chrome kde qt5"
51 -
52 -REQUIRED_USE="|| ( chrome qt5 ) ${PYTHON_REQUIRED_USE}"
53 -
54 -RDEPEND="${PYTHON_DEPS}
55 - dev-python/dbus-python[${PYTHON_USEDEP}]
56 - qt5? (
57 - dev-qt/qtcore:5
58 - dev-qt/qtgui:5
59 - dev-qt/qtnetwork:5
60 - dev-qt/qtwebkit:5
61 - dev-qt/qtwidgets:5
62 - )"
63 -DEPEND="${RDEPEND}
64 - sys-devel/gettext"
65 -
66 -src_configure() {
67 - mycmakeargs=(
68 - ${mycmakeargs}
69 - -DWITH_CHROME=$(usex chrome)
70 - -DWITH_KDE=$(usex kde)
71 - -DWITH_QT5=$(usex qt5)
72 - -DPYTHON_EXECUTABLE=${PYTHON} )
73 -
74 - cmake-utils_src_configure
75 -}
76 -
77 -src_install() {
78 - cmake-utils_src_install
79 -
80 - find "${D}" -name "*.pyc" -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 -}
90
91 diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-9999.ebuild
92 deleted file mode 100644
93 index 777e7d1e2bc..00000000000
94 --- a/net-misc/hotot/hotot-9999.ebuild
95 +++ /dev/null
96 @@ -1,56 +0,0 @@
97 -# Copyright 1999-2017 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=5
101 -
102 -PYTHON_COMPAT=( python2_7 )
103 -
104 -inherit cmake-utils git-r3 python-single-r1 vcs-snapshot
105 -
106 -DESCRIPTION="lightweight & open source microblogging client"
107 -HOMEPAGE="http://hotot.org"
108 -EGIT_REPO_URI="https://github.com/lyricat/Hotot.git"
109 -
110 -LICENSE="LGPL-3"
111 -SLOT="0"
112 -KEYWORDS=""
113 -IUSE="chrome kde qt5"
114 -
115 -REQUIRED_USE="|| ( chrome qt5 ) ${PYTHON_REQUIRED_USE}"
116 -
117 -RDEPEND="${PYTHON_DEPS}
118 - dev-python/dbus-python[${PYTHON_USEDEP}]
119 - qt5? (
120 - dev-qt/qtcore:5
121 - dev-qt/qtgui:5
122 - dev-qt/qtnetwork:5
123 - dev-qt/qtwebkit:5
124 - dev-qt/qtwidgets:5
125 - )"
126 -DEPEND="${RDEPEND}
127 - sys-devel/gettext"
128 -
129 -src_configure() {
130 - mycmakeargs=(
131 - ${mycmakeargs}
132 - -DWITH_CHROME=$(usex chrome)
133 - -DWITH_KDE=$(usex kde)
134 - -DWITH_QT5=$(usex qt5)
135 - -DPYTHON_EXECUTABLE=${PYTHON} )
136 -
137 - cmake-utils_src_configure
138 -}
139 -
140 -src_install() {
141 - cmake-utils_src_install
142 -
143 - find "${D}" -name "*.pyc" -delete
144 -}
145 -
146 -pkg_postinst() {
147 - if use chrome; then
148 - elog "TO install hotot for chrome, open chromium/google-chrome,"
149 - elog "vist chrome://chrome/extensions/ and load /usr/share/hotot"
150 - elog "as unpacked extension."
151 - fi
152 -}
153
154 diff --git a/net-misc/hotot/metadata.xml b/net-misc/hotot/metadata.xml
155 deleted file mode 100644
156 index c93b1aebf69..00000000000
157 --- a/net-misc/hotot/metadata.xml
158 +++ /dev/null
159 @@ -1,11 +0,0 @@
160 -<?xml version="1.0" encoding="UTF-8"?>
161 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
162 -<pkgmetadata>
163 - <!-- maintainer-needed -->
164 - <use>
165 - <flag name="chrome">Build chrome browser extension</flag>
166 - </use>
167 - <upstream>
168 - <remote-id type="github">lyricat/Hotot</remote-id>
169 - </upstream>
170 -</pkgmetadata>
171
172 diff --git a/profiles/package.mask b/profiles/package.mask
173 index 556e390f4e1..346f18b055f 100644
174 --- a/profiles/package.mask
175 +++ b/profiles/package.mask
176 @@ -102,11 +102,6 @@ www-client/qupzilla
177 # Bugs 544800, 592946, 610736. Masked for removal in 30 days.
178 app-office/QtBitcoinTrader
179
180 -# Andreas Sturmlechner <asturm@g.o> (31 Dec 2018)
181 -# Dead upstream since 2014-02-09, does not build.
182 -# Bugs 463928, 476890, 623172, 662270. Masked for removal in 30 days.
183 -net-misc/hotot
184 -
185 # Lars Wendler <polynomial-c@g.o> (28 Dec 2018)
186 # Masked while being tested and reverse deps aren't fully compatible
187 =dev-libs/openssl-1.1.1*