commit:     65fbd639fbf1659cb8080fd43825893eada4cd26
Author:     Yuri Konotopov <ykonotopov <AT> gnome <DOT> org>
AuthorDate: Mon Jan  6 07:07:16 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 14:04:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65fbd639

net-news/liferea: drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Yuri Konotopov <ykonotopov <AT> gnome.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/liferea/Manifest               |  2 --
 net-news/liferea/liferea-1.12.5a.ebuild | 44 ---------------------------------
 net-news/liferea/liferea-1.12.6b.ebuild | 44 ---------------------------------
 net-news/liferea/metadata.xml           | 14 -----------
 4 files changed, 104 deletions(-)

diff --git a/net-news/liferea/Manifest b/net-news/liferea/Manifest
index 5cd47b5e7f3..c038565a1be 100644
--- a/net-news/liferea/Manifest
+++ b/net-news/liferea/Manifest
@@ -1,4 +1,2 @@
 DIST liferea-1.12.3.tar.bz2 1467804 BLAKE2B 
3ef8039b7af136568e041309a384547543908e193cd384af819e24cd7ae213e4020e0ea099128295603ecf36d5d817b7529a2356191320ba80f4624128a72a36
 SHA512 
574dd13502fee81e81e88a0fa3a57028af2d2bfcfed5a132468a2be9257a886c7cbf958883c230deb6dbf952912ecc92631396ef6b5c353315833e0541db1208
-DIST liferea-1.12.5a.tar.bz2 1470744 BLAKE2B 
83f86b1f08efe32c236f7a4bcf8f18e4c6d568cd0d94ebdf6fb700f4d5e3afd433f55628272e46984c81932d7a7004cf09bc9efe93c90e841afe1cd9953baec1
 SHA512 
6ada3750d40310cc56577baff29796bd26d1da6d74958dbfd46d9477ac24c2f33f5a88cd82a143073dd2e34dcfb4d82fdeec8029307f7c6a4e16e587d2148b5c
-DIST liferea-1.12.6b.tar.bz2 1495311 BLAKE2B 
28af2ed3045aa63646df4dc45d3108984a4ad41c85536fe8143af2629d0df44622508722f91a4860ba94f751e4a581e182b3f12c80d7be6acce1a12976c5a2dc
 SHA512 
247d4cea97f890bf20b2d01394182d3020c2ccd056c6f0ff94d4c9055ae1c3d73e2e94609c66344260eb4ddece1df86cee8be745247735bd9b48f936f0ad74a8
 DIST liferea-1.12.7.tar.bz2 1495627 BLAKE2B 
36e95d270e3c3f68499073c7f2b1b6c987b67fc40517bfeb95c7ce02fc0c66daccb8e7d15709f1a047b36eea3d6d0cfe4af2e37f6809051f1be7613a36e0234f
 SHA512 
7628f089940cd285ae6269b8d788b230572a0f5cab8a81ea1e92010de98a3ecd21d39596be6c18c055469579468fe3df7fca4e917a6a1ef3644a5e24c8e55109

diff --git a/net-news/liferea/liferea-1.12.5a.ebuild 
b/net-news/liferea/liferea-1.12.5a.ebuild
deleted file mode 100644
index 68ff80f6438..00000000000
--- a/net-news/liferea/liferea-1.12.5a.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo feeds"
-HOMEPAGE="https://lzone.de/liferea/";
-SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v1.12.5/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="gnome-keyring mediaplayer networkmanager notification tray"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-CDEPEND="${PYTHON_DEPS}
-       >=dev-db/sqlite-3.7.0:3
-       >=dev-libs/glib-2.28.0:2
-       dev-libs/gobject-introspection
-       dev-libs/json-glib
-       >=dev-libs/libpeas-1.0.0[gtk,python,${PYTHON_USEDEP}]
-       >=dev-libs/libxml2-2.6.27:2
-       >=dev-libs/libxslt-1.1.19
-       gnome-base/gsettings-desktop-schemas
-       >=net-libs/libsoup-2.42:2.4
-       net-libs/webkit-gtk:4
-       x11-libs/gtk+:3
-       >=x11-libs/pango-1.4.0"
-RDEPEND="${CDEPEND}
-       gnome-keyring? ( app-crypt/libsecret[introspection] )
-       mediaplayer? ( media-libs/gstreamer[introspection] )
-       networkmanager? ( net-misc/networkmanager )
-       notification? ( x11-libs/libnotify[introspection] )
-       tray? (
-               dev-python/pycairo
-               x11-libs/gdk-pixbuf[introspection]
-       )"
-DEPEND="${CDEPEND}
-       dev-util/intltool
-       virtual/pkgconfig"

diff --git a/net-news/liferea/liferea-1.12.6b.ebuild 
b/net-news/liferea/liferea-1.12.6b.ebuild
deleted file mode 100644
index 2266ba545b8..00000000000
--- a/net-news/liferea/liferea-1.12.6b.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo feeds"
-HOMEPAGE="https://lzone.de/liferea/";
-SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v1.12.6/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="gnome-keyring mediaplayer networkmanager notification tray"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-CDEPEND="${PYTHON_DEPS}
-       >=dev-db/sqlite-3.7.0:3
-       >=dev-libs/glib-2.28.0:2
-       dev-libs/gobject-introspection
-       dev-libs/json-glib
-       >=dev-libs/libpeas-1.0.0[gtk,python,${PYTHON_USEDEP}]
-       >=dev-libs/libxml2-2.6.27:2
-       >=dev-libs/libxslt-1.1.19
-       gnome-base/gsettings-desktop-schemas
-       >=net-libs/libsoup-2.42:2.4
-       net-libs/webkit-gtk:4
-       x11-libs/gtk+:3
-       >=x11-libs/pango-1.4.0"
-RDEPEND="${CDEPEND}
-       gnome-keyring? ( app-crypt/libsecret[introspection] )
-       mediaplayer? ( media-libs/gstreamer[introspection] )
-       networkmanager? ( net-misc/networkmanager )
-       notification? ( x11-libs/libnotify[introspection] )
-       tray? (
-               dev-python/pycairo
-               x11-libs/gdk-pixbuf[introspection]
-       )"
-DEPEND="${CDEPEND}
-       dev-util/intltool
-       virtual/pkgconfig"

diff --git a/net-news/liferea/metadata.xml b/net-news/liferea/metadata.xml
index ed69629ab75..1e49cdec763 100644
--- a/net-news/liferea/metadata.xml
+++ b/net-news/liferea/metadata.xml
@@ -13,20 +13,6 @@
        Liferea is a news aggregator for RDF/RSS/CDF/Atom/Echo/etc feeds.  It's
        based on gnome and xulrunner/webkit.
        </longdescription>
-       <use>
-               <flag name="gnome-keyring">Enable support for Libsecret Support 
-                       plugin that allows Liferea to use 
<pkg>app-crypt/libsecret</pkg>
-                       as password store</flag>
-               <flag name="mediaplayer">Enable support for Media Player plugin 
-                       that allows to play music and videos directly from 
Liferea</flag>
-               <flag name="networkmanager">Use NetworkManager to monitor 
-                       nerwork status</flag>
-               <flag name="notification">Enable support for Popup 
Notifications 
-                       plugin that display popups informing about new 
updates</flag>
-               <flag name="tray">Enable support for Tray Icon (GNOME Classic) 
-                       plugin that display a small system tray icon to 
hide/unhide 
-                       Liferea</flag>
-       </use>
        <upstream>
                <remote-id type="github">lwindolf/liferea</remote-id>
        </upstream>

Reply via email to