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, 12 Nov 2017 01:29:53 +0000 (UTC)	[thread overview]
Message-ID: <1510450170.0b365098239f154eaa8e730668e385d56270cba7.jer@gentoo> (raw)

commit:     0b365098239f154eaa8e730668e385d56270cba7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 01:29:30 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 01:29:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b365098

www-client/otter: Old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 www-client/otter/Manifest            |  1 -
 www-client/otter/otter-0.9.12.ebuild | 72 ------------------------------------
 2 files changed, 73 deletions(-)

diff --git a/www-client/otter/Manifest b/www-client/otter/Manifest
index 33d5bd90962..1b4133066e6 100644
--- a/www-client/otter/Manifest
+++ b/www-client/otter/Manifest
@@ -1,2 +1 @@
-DIST otter-0.9.12.tar.gz 4211473 SHA256 1a184561b9dbf3443cf1f83ad8604976b1b06cc00a93306331b364f237363e20 SHA512 65d6d89fbd632652bde00418954f46a5617548a189ab8863102dedb4fc1be62e41d2b187ad67eb5a6214c96d6b5957223ffbe24c1f641bb92295ac3e846d01d2 WHIRLPOOL df1034578b553a30fa79a8038f3b26e33c0570cfb52645c5bfe3a6a1f31a33a98f12b57f25ca2376a2f4eaaa9c4949579369f2f7c3fcd8f4b5792ccfa2449973
 DIST otter-0.9.91.tar.gz 4422341 SHA256 31ba7efc9359f553c600b190a8f4105a98818cf2022f32298238397912c5e13a SHA512 d7a98c5a9ef8dc2cd134ca20885c4332f96ef5ebb31bee968d132ca6cc6f30786e382be42decd10e4b0d85f7ddd67fb6dd008ac130d4ba4cf5cbb7423ce9f63d WHIRLPOOL f0e5dd25bae9f589a6c533d7c01665a3c8886e1398405412a8fc95f61c7d8f1bf7e75ffa20ffbb1a43b2539032ca672f0111b0b5de16f828b36f97acd1578f23

diff --git a/www-client/otter/otter-0.9.12.ebuild b/www-client/otter/otter-0.9.12.ebuild
deleted file mode 100644
index e4e330fb593..00000000000
--- a/www-client/otter/otter-0.9.12.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 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/Emdek/${PN}/archive/v${PV/_p/-dev}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="spell"
-
-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/qtwebkit:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxmlpatterns:5
-	spell? ( kde-frameworks/sonnet )
-"
-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_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:[~2017-11-12  1:29 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-12  1:29 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-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-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=1510450170.0b365098239f154eaa8e730668e385d56270cba7.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