public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/otter/
Date: Sun,  2 Sep 2018 19:18:25 +0000 (UTC)	[thread overview]
Message-ID: <1535915902.fbb48a6f54842aa39a48395f53d691b0ae679c77.jer@gentoo> (raw)

commit:     fbb48a6f54842aa39a48395f53d691b0ae679c77
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  2 19:11:08 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Sep  2 19:18:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb48a6f

www-client/otter: Old.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 www-client/otter/Manifest              |  1 -
 www-client/otter/otter-0.9.99.1.ebuild | 86 ----------------------------------
 2 files changed, 87 deletions(-)

diff --git a/www-client/otter/Manifest b/www-client/otter/Manifest
index 61b22f46e13..ff9a4d1449a 100644
--- a/www-client/otter/Manifest
+++ b/www-client/otter/Manifest
@@ -1,3 +1,2 @@
-DIST otter-0.9.99.1.tar.gz 4815838 BLAKE2B 466193891c13d1ac1837dbf4d845fe26fe1c2456afc20b31e75d5ae1d8579d0b80a87a5ac0cd8ae778a23db997dfcf438169634776da97d65a49e13d44a240d4 SHA512 333759ee0f846ce503d7a96ba7ce69fb7bfc4c08e8872b80f6230966d5d8f4c3d85b98b8e636500cc4e100f5c2d400ac7f622fbeb15ec1100614fe53fe73f88d
 DIST otter-0.9.99.2.tar.gz 4857916 BLAKE2B c6009c29c8740e9159dd874eb76db1245c3eae64f1f795a1dda0a6bb0f99f9d82595efa76ea1fdea0043e1131464718520d08b82d503c0ac07162f8631a499bf SHA512 5d30e826a011847be8f2df53efa3d389be350d139ed39abbd21fa7de2555769b5098a6f7849794463866be793365b3c91c527cfd3b17e06f32f61ec526756139
 DIST otter-0.9.99.3.tar.gz 4861110 BLAKE2B c5672bfbd5bdd39bf294516c4ec3dc9e14a469b999434423c1e938dea6eec2c611a8ae7fdb004f93f122bed14c1c7d64203b73e68f55cd59cea48c2901fd3288 SHA512 35a8f24e6c9daf8cdc7aac8467ac4e3e32ea8447df2ded4effe0f514da2d248fa783e5edec8db910c8374905dc7171c45f4ef2a5f1d1f8b430c459cf15fba6e2

diff --git a/www-client/otter/otter-0.9.99.1.ebuild b/www-client/otter/otter-0.9.99.1.ebuild
deleted file mode 100644
index a354d54d965..00000000000
--- a/www-client/otter/otter-0.9.99.1.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
-}


             reply	other threads:[~2018-09-02 19:18 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-02 19:18 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-05  2:28 [gentoo-commits] repo/gentoo:master commit in: www-client/otter/ 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-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-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=1535915902.fbb48a6f54842aa39a48395f53d691b0ae679c77.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