From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/otter/
Date: Sat, 2 Jun 2018 08:52:36 +0000 (UTC) [thread overview]
Message-ID: <1527929554.9213346a05bc515cf81ac3fc6e111b18b04ffc13.jer@gentoo> (raw)
commit: 9213346a05bc515cf81ac3fc6e111b18b04ffc13
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 08:47:21 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 08:52:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9213346a
www-client/otter: Old.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
www-client/otter/Manifest | 1 -
www-client/otter/otter-0.9.97.ebuild | 86 ------------------------------------
2 files changed, 87 deletions(-)
diff --git a/www-client/otter/Manifest b/www-client/otter/Manifest
index 716af33b4da..2f9f2aa4929 100644
--- a/www-client/otter/Manifest
+++ b/www-client/otter/Manifest
@@ -1,3 +1,2 @@
-DIST otter-0.9.97.tar.gz 4656799 BLAKE2B 0ac51063f5ed87724db0a5072c463f2768810eeb394fd7c0d492bb67ed61520a7a9f5d94468630dbc87447f34f3041158dee9355af4359cce768ea8db29981af SHA512 2e11a20a5888632644b2bb99dcc550092c4132dfbfa72a1f75a9b22082676bf7cf7656d617e7d245763f07692778b0040404151eaf835b306945e92e1ac23efe
DIST otter-0.9.98.tar.gz 4678111 BLAKE2B c6e71b4e48ba47c4e86f60c6a7b04926052aad46bc03215ef7ff8588933b8a97d9a84973326d13d9bae8db73645112496b9e9f4d2e8a81a4a0ec5b58a0967691 SHA512 7b467db87ea512097a3d39fdf892917cb70e1575d1ca9bb1040e857313fa391a9faa51405f172e8ed8480bc088202b5f0881635a46d3bf98e9d627160b3250b8
DIST otter-0.9.99.tar.gz 4758228 BLAKE2B 503f94bb341e4a1701b8935cb14d7b972f0a212a1c626743a2758e95d864be534737d320daf142738a983a95512c1985aa035afdd33ac62ac2947a68403c49dd SHA512 7178dc9e7b7ecb9a1e9e4910616366f7e4186be592795cd6f9674238b1f94855cec2fa4065651491265f9d713ca8149aca225feff85fff62938580a050ca1afc
diff --git a/www-client/otter/otter-0.9.97.ebuild b/www-client/otter/otter-0.9.97.ebuild
deleted file mode 100644
index a354d54d965..00000000000
--- a/www-client/otter/otter-0.9.97.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"
-HOMEPAGE="http://otter-browser.org/"
-SRC_URI="https://github.com/OtterBrowser/${PN}-browser/archive/v${PV/_p/-dev}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="webengine +webkit spell"
-REQUIRED_USE="
- || ( webengine webkit )
-"
-
-DEPEND="
- dev-qt/qtconcurrent:5
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtnetwork:5[ssl]
- dev-qt/qtprintsupport:5
- dev-qt/qtscript:5
- dev-qt/qtsql:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtxmlpatterns:5
- spell? ( kde-frameworks/sonnet )
- webengine? ( >=dev-qt/qtwebengine-5.9:5[widgets] )
- webkit? ( dev-qt/qtwebkit:5 )
-"
-RDEPEND="
- ${DEPEND}
-"
-
-S=${WORKDIR}/${PN}-browser-${PV/_p/-dev}
-DOCS=( CHANGELOG CONTRIBUTING.md TODO )
-
-src_prepare() {
- cmake-utils_src_prepare
-
- if [[ -n ${LINGUAS} ]]; then
- local lingua
- for lingua in resources/translations/*.qm; do
- lingua=$(basename ${lingua})
- lingua=${lingua/otter-browser_/}
- lingua=${lingua/.qm/}
- if ! has ${lingua} ${LINGUAS}; then
- rm resources/translations/otter-browser_${lingua}.qm || die
- fi
- done
- fi
-
- if ! use spell; then
- sed -i -e '/find_package(KF5Sonnet)/d' CMakeLists.txt || die
- fi
-}
-
-src_configure() {
- mycmakeargs=(
- -DENABLE_QTWEBENGINE="$(usex webengine)"
- -DENABLE_QTWEBKIT="$(usex webkit)"
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- domenu ${PN}-browser.desktop
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
next reply other threads:[~2018-06-02 8:52 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-02 8:52 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 11:36 [gentoo-commits] repo/gentoo:master commit in: www-client/otter/ Andreas Sturmlechner
2024-04-05 2:28 Jimi Huotari
2024-03-17 5:34 Sam James
2024-03-17 5:34 Sam James
2022-04-17 19:17 Sam James
2022-04-08 18:58 Stephan Hartmann
2021-01-10 20:16 Stephan Hartmann
2021-01-10 20:16 Stephan Hartmann
2020-04-07 5:04 Jeroen Roovers
2019-06-07 20:53 Jeroen Roovers
2019-04-29 7:59 Jeroen Roovers
2019-04-29 7:59 Jeroen Roovers
2019-01-06 18:33 Jeroen Roovers
2019-01-06 18:33 Jeroen Roovers
2018-09-02 19:18 Jeroen Roovers
2018-09-02 19:18 Jeroen Roovers
2018-08-07 9:54 Jeroen Roovers
2018-08-07 9:54 Jeroen Roovers
2018-07-02 7:43 Jeroen Roovers
2018-07-02 7:43 Jeroen Roovers
2018-06-02 8:52 Jeroen Roovers
2018-05-01 23:35 Jeroen Roovers
2018-05-01 23:35 Jeroen Roovers
2018-04-02 14:07 Jeroen Roovers
2018-04-02 14:07 Jeroen Roovers
2018-03-27 7:52 Sergei Trofimovich
2018-03-03 3:57 Jeroen Roovers
2018-03-02 10:02 Jeroen Roovers
2018-02-02 14:30 Jeroen Roovers
2018-02-02 14:30 Jeroen Roovers
2018-01-21 10:45 Jeroen Roovers
2018-01-21 10:14 Jeroen Roovers
2018-01-16 11:42 Jeroen Roovers
2017-11-14 7:54 Jeroen Roovers
2017-11-12 1:29 Jeroen Roovers
2017-11-11 21:07 Sergei Trofimovich
2017-11-11 21:07 Sergei Trofimovich
2017-10-16 3:34 David Seifert
2017-10-15 10:37 Jeroen Roovers
2017-09-25 14:46 Jeroen Roovers
2017-09-25 9:32 Jeroen Roovers
2017-05-01 16:17 David Seifert
2017-03-27 6:41 Jeroen Roovers
2017-03-27 6:41 Jeroen Roovers
2017-01-09 12:21 Jeroen Roovers
2017-01-09 12:21 Jeroen Roovers
2017-01-09 12:21 Jeroen Roovers
2016-10-09 8:13 Jeroen Roovers
2016-10-09 8:13 Jeroen Roovers
2016-05-06 6:46 Jeroen Roovers
2016-05-05 9:16 Jeroen Roovers
2016-04-29 6:39 Jeroen Roovers
2016-01-12 6:01 Jeroen Roovers
2015-12-13 7:04 Jeroen Roovers
2015-12-13 7:04 Jeroen Roovers
2015-09-05 12:42 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1527929554.9213346a05bc515cf81ac3fc6e111b18b04ffc13.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox