public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/quiterss/
Date: Mon, 30 May 2016 18:36:44 +0000 (UTC)	[thread overview]
Message-ID: <1464633395.2aa0648a70fc2385b9e9845a950d9f2e6162a025.pesa@gentoo> (raw)

commit:     2aa0648a70fc2385b9e9845a950d9f2e6162a025
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 18:16:48 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon May 30 18:36:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa0648a

net-news/quiterss: remove old

Package-Manager: portage-2.3.0_rc1

 net-news/quiterss/Manifest               |  1 -
 net-news/quiterss/quiterss-0.18.3.ebuild | 83 --------------------------------
 2 files changed, 84 deletions(-)

diff --git a/net-news/quiterss/Manifest b/net-news/quiterss/Manifest
index 35f5fb5..b924a11 100644
--- a/net-news/quiterss/Manifest
+++ b/net-news/quiterss/Manifest
@@ -1,3 +1,2 @@
 DIST QuiteRSS-0.16.2-src.tar.bz2 3645410 SHA256 794d0290048b713fe24e2db6967ac3f902c7e8d01fc41f6cd5b30ce24d643f73 SHA512 18456254418fa9854c146cc987a125fdd96618bc2631dbe0bb10f2a899c7ae3fcf168a37920e3e98862cad88dadbc566952e543c77852e01fdb70b3325b4be0c WHIRLPOOL 62463125f20e5747382c24ee8b568479c0f5910b40c11486741d706d39c44e651ac041f05db0b831c30edeb3f9e5bf6604e57a26d288e762c01ebb932b17140c
-DIST quiterss-0.18.3.tar.gz 3331546 SHA256 12f80ae4fb3e4936a6c75ae4561168a17f0817fcd7c3629ec38533e839d89028 SHA512 6b2eadc5ad7beb085772d82fd1f4917e9c2206d44c573709c37e932934688dcdac4b2db7a4ce3f3b51afe8c27326676ecde4d3ee8173e68c2a4ed7bc02696fb5 WHIRLPOOL b725de0defe801bd33746c4f26a071571ba482476393d00ce9e223be7dca750d8420328141bbbd3a2a2421f33c74bfc8a8c8fc66d6958df266f8f1b89880a23f
 DIST quiterss-0.18.4.tar.gz 3341511 SHA256 df1de257561160f18ef5e86bd9eb6d28b2044814db16df061b9c881607481629 SHA512 345061e631b1e536fb17f8550ded185128f58ce51366fd0d0ad088dc6cfb61739e9b7edd1f6ebc4eb87a62b8902ea8d17bcf74fdcfd675092dd70cf2ccfaf13d WHIRLPOOL d6c5823c178250e0b5ed933940ea2a63acf69f8ae1625d59a8bf621b0e3e2b545aad5c4705d4b42ff64e1bee1d3153d3047cb382fa63c3e4ea1a9291f7a690e9

diff --git a/net-news/quiterss/quiterss-0.18.3.ebuild b/net-news/quiterss/quiterss-0.18.3.ebuild
deleted file mode 100644
index 3e82603..0000000
--- a/net-news/quiterss/quiterss-0.18.3.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PLOCALES="ar bg cs de el_GR es fa fi fr gl hi hu it ja ko lt nl pl pt_BR pt_PT ro_RO ru sk sr sv tg_TJ tr uk vi zh_CN zh_TW"
-inherit eutils l10n fdo-mime gnome2-utils qmake-utils
-
-DESCRIPTION="A Qt-based RSS/Atom feed reader"
-HOMEPAGE="https://quiterss.org"
-
-if [[ ${PV} == *9999* ]]; then
-	EGIT_REPO_URI="https://github.com/QuiteRSS/quiterss.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/QuiteRSS/quiterss/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="debug phonon +qt4 qt5"
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-RDEPEND=">=dev-db/sqlite-3.10.0:3
-	dev-qt/qtsingleapplication[X,qt4(+)?,qt5(-)?]
-	qt4? ( dev-qt/qtcore:4
-		dev-qt/qtgui:4
-		dev-qt/qtsql:4[sqlite]
-		dev-qt/qtwebkit:4
-		phonon? ( || ( media-libs/phonon[qt4] dev-qt/qtphonon:4 ) ) )
-	qt5? ( dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtprintsupport:5
-		dev-qt/qtsql:5[sqlite]
-		dev-qt/qtwebkit:5
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5 )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS CHANGELOG README.md )
-
-src_prepare() {
-	my_rm_loc() {
-		sed -i -e "s:lang/${PN}_${1}.ts::" lang/lang.pri || die
-	}
-
-	default
-
-	# dedicated english locale file is not installed at all
-	rm "lang/${PN}_en.ts" || die
-
-	l10n_find_plocales_changes "lang" "${PN}_" '.ts'
-	l10n_for_each_disabled_locale_do my_rm_loc
-}
-
-src_configure() {
-	use qt4 && eqmake4 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 \
-		$(usex phonon '' 'DISABLE_PHONON=1')
-	use qt5 && eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2016-05-30 18:36 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 18:36 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-13 10:01 [gentoo-commits] repo/gentoo:master commit in: net-news/quiterss/ Agostino Sarubbo
2020-08-09  8:32 Andreas Sturmlechner
2020-04-04  0:55 Andreas Sturmlechner
2020-04-03 12:19 Agostino Sarubbo
2020-04-03  9:02 Agostino Sarubbo
2020-02-26 12:34 Andreas Sturmlechner
2020-02-08 16:53 David Seifert
2019-04-18  9:05 Michael Palimaka
2019-02-15 23:07 Andreas Sturmlechner
2019-02-15 23:07 Andreas Sturmlechner
2018-11-08 12:29 Andreas Sturmlechner
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 10:21 Mikle Kolyada
2018-08-18  9:46 Andreas Sturmlechner
2018-04-26  3:32 Andreas Sturmlechner
2018-04-24 23:59 Aaron Bauman
2018-02-22 10:51 Andreas Sturmlechner
2017-12-22 10:31 Michael Palimaka
2017-12-22 10:31 Michael Palimaka
2017-12-22 10:31 Michael Palimaka
2017-12-22 10:31 Michael Palimaka
2017-09-30  7:22 Michael Palimaka
2017-07-29  3:49 Michael Palimaka
2017-06-18 12:52 Michael Palimaka
2017-06-18 12:52 Michael Palimaka
2017-06-04  7:38 Michael Palimaka
2017-03-26  9:49 Andreas Sturmlechner
2017-03-06  1:52 Göktürk Yüksek
2016-07-07 20:29 Davide Pesavento
2016-06-23 18:00 Michael Palimaka
2016-06-23 18:00 Michael Palimaka
2016-05-11 18:46 Davide Pesavento
2016-05-11 17:36 Davide Pesavento
2016-05-11 17:16 Davide Pesavento
2016-02-19  9:44 Michael Palimaka
2016-02-19  9:44 Michael Palimaka
2016-02-19  9:44 Michael Palimaka
2016-02-19  9:44 Michael Palimaka

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=1464633395.2aa0648a70fc2385b9e9845a950d9f2e6162a025.pesa@gentoo \
    --to=pesa@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