Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
Date: Wed, 01 Feb 2017 10:02:41
Message-Id: 1485943339.3279c87a59dd9065df2b31015a6406c569f2bab8.xmw@gentoo
1 commit: 3279c87a59dd9065df2b31015a6406c569f2bab8
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 07:52:21 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 10:02:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3279c87a
7
8 net-misc/hotot: Remove old versions.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-misc/hotot/Manifest | 1 -
13 net-misc/hotot/hotot-0.9.8.14.ebuild | 66 -------------------------
14 net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild | 67 --------------------------
15 3 files changed, 134 deletions(-)
16
17 diff --git a/net-misc/hotot/Manifest b/net-misc/hotot/Manifest
18 index 64c0c5b..0b1d8a2 100644
19 --- a/net-misc/hotot/Manifest
20 +++ b/net-misc/hotot/Manifest
21 @@ -1,2 +1 @@
22 -DIST hotot-0.9.8.14.tar.gz 1234004 SHA256 1e67a8c39cfe250ed86633f9aedf366d25fe8133cca98fb0f28b9c1a0d7edd7b SHA512 96e110acfff50048d404e79e5345be16d85dde55f6ed952610e75cff248f78087f832dffba45302840d7fc737bb53e9642fbd44d93473713811cd402c0ca7456 WHIRLPOOL 50aa12a82f0c524d1e3dc76f74f30bcc5cd2879bef252aed6d81cf81f3cab70f4fcc09f4518f8c9c6566b6c7340b20bdeb264cbc81dcd1de915952e545510151
23 DIST hotot-0.9.8.14_p20130514.tar.gz 1234379 SHA256 46198319c76516354b38fb6f02994e57ab39bf0707f533243c5c0753cde8d641 SHA512 3b4e041ebf48c7397c78139d2e8542178bf16a0bd73de8ea33781ba581b1ea3da9aefa3aa1d0bc91d32d46dd3f15902786982ef8ec64e548723cd4500386afae WHIRLPOOL e94e5eec52147fbf533858095dcc9924d381529a59c6e6d420fd06e1de50e62147660c5c0b9acf93a64efa4cdeea4c09a10303ac25e198f1709772bfcb417a0e
24
25 diff --git a/net-misc/hotot/hotot-0.9.8.14.ebuild b/net-misc/hotot/hotot-0.9.8.14.ebuild
26 deleted file mode 100644
27 index 5a893d3..00000000
28 --- a/net-misc/hotot/hotot-0.9.8.14.ebuild
29 +++ /dev/null
30 @@ -1,66 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit cmake-utils python-single-r1 vcs-snapshot
40 -
41 -DESCRIPTION="lightweight & open source microblogging client"
42 -HOMEPAGE="http://hotot.org"
43 -SRC_URI="https://github.com/lyricat/Hotot/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="LGPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="chrome gtk kde qt4"
49 -
50 -REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
51 -
52 -RDEPEND="${PYTHON_DEPS}
53 - dev-python/dbus-python[${PYTHON_USEDEP}]
54 - gtk? ( dev-python/pywebkitgtk )
55 - qt4? ( dev-qt/qtwebkit:4
56 - kde? ( kde-frameworks/kdelibs:4 ) )"
57 -DEPEND="${RDEPEND}
58 - sys-devel/gettext
59 - qt4? ( dev-qt/qtsql:4 )"
60 -
61 -pkg_setup() {
62 - if ! use gtk ; then
63 - if ! use qt4 ; then
64 - ewarn "neither gtk not qt4 binaries will be build"
65 - fi
66 - fi
67 - python-single-r1_pkg_setup
68 -}
69 -
70 -src_configure() {
71 - mycmakeargs=(
72 - ${mycmakeargs}
73 - $(cmake-utils_use_with chrome CHROME)
74 - $(cmake-utils_use_with gtk GTK)
75 - $(cmake-utils_use_with gtk GTK2)
76 - -DWITH_GTK3=OFF
77 - $(cmake-utils_use_with kde KDE)
78 - $(cmake-utils_use_with qt4 QT)
79 - -DPYTHON_EXECUTABLE=${PYTHON} )
80 -
81 - cmake-utils_src_configure
82 -}
83 -
84 -src_install() {
85 - cmake-utils_src_install
86 -
87 - find "${D}" -name "*.pyc" -delete
88 -}
89 -
90 -pkg_postinst() {
91 - if use chrome; then
92 - elog "TO install hotot for chrome, open chromium/google-chrome,"
93 - elog "vist chrome://chrome/extensions/ and load /usr/share/hotot"
94 - elog "as unpacked extension."
95 - fi
96 -}
97
98 diff --git a/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild b/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild
99 deleted file mode 100644
100 index dc69219..00000000
101 --- a/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild
102 +++ /dev/null
103 @@ -1,67 +0,0 @@
104 -# Copyright 1999-2016 Gentoo Foundation
105 -# Distributed under the terms of the GNU General Public License v2
106 -# $Id$
107 -
108 -EAPI=5
109 -
110 -PYTHON_COMPAT=( python2_7 )
111 -
112 -inherit cmake-utils python-single-r1 vcs-snapshot
113 -
114 -DESCRIPTION="lightweight & open source microblogging client"
115 -HOMEPAGE="http://hotot.org"
116 -SRC_URI="https://github.com/lyricat/Hotot/tarball/ed2ff013 -> ${P}.tar.gz"
117 -
118 -LICENSE="LGPL-3"
119 -SLOT="0"
120 -KEYWORDS="~amd64 ~x86"
121 -IUSE="chrome gtk kde qt4"
122 -
123 -REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
124 -
125 -RDEPEND="${PYTHON_DEPS}
126 - dev-python/dbus-python[${PYTHON_USEDEP}]
127 - gtk? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
128 - qt4? ( dev-qt/qtwebkit:4
129 - kde? ( kde-frameworks/kdelibs:4 ) )"
130 -DEPEND="${RDEPEND}
131 - sys-devel/gettext
132 - qt4? ( dev-qt/qtsql:4 )"
133 -
134 -pkg_setup() {
135 - if ! use gtk ; then
136 - if ! use qt4 ; then
137 - ewarn "neither gtk not qt4 binaries will be build"
138 - fi
139 - fi
140 - python-single-r1_pkg_setup
141 -}
142 -
143 -src_configure() {
144 - mycmakeargs=(
145 - ${mycmakeargs}
146 - $(cmake-utils_use_with chrome CHROME)
147 - $(cmake-utils_use_with gtk GTK)
148 - $(cmake-utils_use_with gtk GTK2)
149 - -DWITH_GTK3=OFF
150 - $(cmake-utils_use_with kde KDE)
151 - $(cmake-utils_use_with qt4 QT)
152 - -DPYTHON_EXECUTABLE=${PYTHON} )
153 -
154 - cmake-utils_src_configure
155 -}
156 -
157 -src_install() {
158 - cmake-utils_src_install
159 - use gtk && dosym hotot-gtk2 /usr/bin/hotot
160 -
161 - find "${D}" -name "*.pyc" -print -delete
162 -}
163 -
164 -pkg_postinst() {
165 - if use chrome; then
166 - elog "TO install hotot for chrome, open chromium/google-chrome,"
167 - elog "vist chrome://chrome/extensions/ and load /usr/share/hotot"
168 - elog "as unpacked extension."
169 - fi
170 -}