summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-news/liferea/Manifest3
-rw-r--r--net-news/liferea/files/liferea-1.12_rc3-signal.patch66
-rw-r--r--net-news/liferea/liferea-1.12.1.ebuild70
-rw-r--r--net-news/liferea/liferea-1.12.2.ebuild60
-rw-r--r--net-news/liferea/liferea-1.12_rc3-r1.ebuild74
-rw-r--r--net-news/liferea/liferea-1.12_rc3.ebuild70
6 files changed, 0 insertions, 343 deletions
diff --git a/net-news/liferea/Manifest b/net-news/liferea/Manifest
index 6956f231b79e..9f82f6ebe7ee 100644
--- a/net-news/liferea/Manifest
+++ b/net-news/liferea/Manifest
@@ -1,5 +1,2 @@
-DIST liferea-1.12-rc3.tar.bz2 1474948 BLAKE2B 2eff01f0494024d40f2a530ba52a29778ea3a90b2ad786c76658451140509e99c81d08a54e50a4688588e79a0638de72aed09fd6c8e856941094760d6498b07e SHA512 cc3b84444ec95c158311d5d2df7bec0c18f83fd4a7a6a38fdc67a613283288a90076892d0e632447b0523674c8182e70723f2fb865f479cd6fe7a22d4d29d8bb
-DIST liferea-1.12.1.tar.bz2 1490079 BLAKE2B 56963749537bfe7c1f57e95725756b6da43637c2f6a872482033bafbbbb04539d59f942dbb6e35ceda9426a7311b9ba70d37d0a91fb575287dbfe4f5bbc5b136 SHA512 d3e53127f62e91b23aa042ae6dc655eb174f2823320cc01c4cb2b9074f6547ae9a34f6daeb0c1dfb37dfb9f85890ab67223a863f2679ad15a5c7c7f3840d711a
-DIST liferea-1.12.2.tar.bz2 1466151 BLAKE2B cc627cb567c1b08f8ce109d24ee5021184f64129f2343ade87950027e728ee769a495f114ad41d8cffa1646ef32585521b018b5eb64bb25f59c1af6701bdf633 SHA512 185c9a29760b9ff053835be44b7530d069e52d11c58901c183bd634cb8d3f146e93170e6755a452f36f2d37c602313737dd6140313a1825297186c35b0222e77
DIST liferea-1.12.3.tar.bz2 1467804 BLAKE2B 3ef8039b7af136568e041309a384547543908e193cd384af819e24cd7ae213e4020e0ea099128295603ecf36d5d817b7529a2356191320ba80f4624128a72a36 SHA512 574dd13502fee81e81e88a0fa3a57028af2d2bfcfed5a132468a2be9257a886c7cbf958883c230deb6dbf952912ecc92631396ef6b5c353315833e0541db1208
DIST liferea-1.12.5a.tar.bz2 1470744 BLAKE2B 83f86b1f08efe32c236f7a4bcf8f18e4c6d568cd0d94ebdf6fb700f4d5e3afd433f55628272e46984c81932d7a7004cf09bc9efe93c90e841afe1cd9953baec1 SHA512 6ada3750d40310cc56577baff29796bd26d1da6d74958dbfd46d9477ac24c2f33f5a88cd82a143073dd2e34dcfb4d82fdeec8029307f7c6a4e16e587d2148b5c
diff --git a/net-news/liferea/files/liferea-1.12_rc3-signal.patch b/net-news/liferea/files/liferea-1.12_rc3-signal.patch
deleted file mode 100644
index 56fa5a8cce64..000000000000
--- a/net-news/liferea/files/liferea-1.12_rc3-signal.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-From b08641b21bdb590770e10bad873666aedf4ae306 Mon Sep 17 00:00:00 2001
-From: leiaz <leiaz@free.fr>
-Date: Sun, 14 May 2017 20:08:39 +0200
-Subject: [PATCH] Fixes #500 Connects browser entry to callback
-
-Glade copy/paste doesn't copy the signals/callbacks part. I missed that
-one when updating the ui file.
----
- glade/prefs.ui | 24 ++++++++++++++----------
- 1 file changed, 14 insertions(+), 10 deletions(-)
-
-diff --git a/glade/prefs.ui b/glade/prefs.ui
-index b5b97bac0..65d055986 100644
---- a/glade/prefs.ui
-+++ b/glade/prefs.ui
-@@ -736,16 +736,6 @@
- </packing>
- </child>
- <child>
-- <object class="GtkComboBox" id="browserpopup">
-- <property name="visible">True</property>
-- <property name="can_focus">False</property>
-- </object>
-- <packing>
-- <property name="left_attach">1</property>
-- <property name="top_attach">1</property>
-- </packing>
-- </child>
-- <child>
- <object class="GtkLabel" id="manuallabel">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
-@@ -765,6 +755,7 @@
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="activates_default">True</property>
-+ <signal name="changed" handler="on_browsercmd_changed" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">1</property>
-@@ -787,6 +778,16 @@
- </packing>
- </child>
- <child>
-+ <object class="GtkComboBox" id="browserpopup">
-+ <property name="visible">True</property>
-+ <property name="can_focus">False</property>
-+ </object>
-+ <packing>
-+ <property name="left_attach">1</property>
-+ <property name="top_attach">1</property>
-+ </packing>
-+ </child>
-+ <child>
- <placeholder/>
- </child>
- </object>
-@@ -1422,5 +1423,8 @@
- <action-widgets>
- <action-widget response="-7">prefclosebtn</action-widget>
- </action-widgets>
-+ <child>
-+ <placeholder/>
-+ </child>
- </object>
- </interface>
diff --git a/net-news/liferea/liferea-1.12.1.ebuild b/net-news/liferea/liferea-1.12.1.ebuild
deleted file mode 100644
index daae977aa595..000000000000
--- a/net-news/liferea/liferea-1.12.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit autotools gnome2 pax-utils python-single-r1
-
-MY_P=${P/_/-}
-MY_PV=${PV/_/-}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo feeds"
-HOMEPAGE="https://lzone.de/liferea/"
-SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${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"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- gnome2_src_prepare
-
- # gnome2_src_prepare calls elibtoolize
- if [ -f "${S}"/.elibtoolized ]; then
- local AT_NOELIBTOOLIZE="yes"
- fi
- eautoreconf
-}
-
-src_configure() {
- gnome2_src_configure --disable-schemas-compile
-}
-
-src_install() {
- gnome2_src_install
-
- # bug #338213
- # Uses webkit's JIT. Needs mmap('rwx') to generate code in runtime.
- # MPROTECT policy violation. Will sit here until webkit will
- # get optional JIT.
- pax-mark m "${D%/}"/usr/bin/liferea
-
- einfo "If you want to enhance the functionality of this package,"
- einfo "you should consider installing:"
- einfo " net-misc/networkmanager"
-}
diff --git a/net-news/liferea/liferea-1.12.2.ebuild b/net-news/liferea/liferea-1.12.2.ebuild
deleted file mode 100644
index 8df197e80aae..000000000000
--- a/net-news/liferea/liferea-1.12.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_EAUTORECONF="yes"
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit gnome2 pax-utils python-single-r1
-
-MY_P=${P/_/-}
-
-DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo feeds"
-HOMEPAGE="https://lzone.de/liferea/"
-SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${PV/_/-}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${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"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-S="${WORKDIR}"/${MY_P}
-
-src_configure() {
- gnome2_src_configure --disable-schemas-compile
-}
-
-src_install() {
- gnome2_src_install
-
- # bug #338213
- # Uses webkit's JIT. Needs mmap('rwx') to generate code in runtime.
- # MPROTECT policy violation. Will sit here until webkit will
- # get optional JIT.
- pax-mark m "${ED%/}"/usr/bin/liferea
-}
-
-pkg_postinst() {
- elog "If you want to enhance the functionality of this package,"
- elog "you should consider installing:"
- elog " net-misc/networkmanager"
-}
diff --git a/net-news/liferea/liferea-1.12_rc3-r1.ebuild b/net-news/liferea/liferea-1.12_rc3-r1.ebuild
deleted file mode 100644
index 5e51ec580547..000000000000
--- a/net-news/liferea/liferea-1.12_rc3-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit autotools gnome2 pax-utils python-single-r1
-
-MY_P=${P/_/-}
-MY_PV=${PV/_/-}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo feeds"
-HOMEPAGE="https://lzone.de/liferea/"
-SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${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"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-S="${WORKDIR}"/${MY_P}
-
-PATCHES=(
- "${FILESDIR}/${P}-signal.patch"
-)
-
-src_prepare() {
- gnome2_src_prepare
-
- # gnome2_src_prepare calls elibtoolize
- if [ -f "${S}"/.elibtoolized ]; then
- local AT_NOELIBTOOLIZE="yes"
- fi
- eautoreconf
-}
-
-src_configure() {
- gnome2_src_configure --disable-schemas-compile
-}
-
-src_install() {
- gnome2_src_install
-
- # bug #338213
- # Uses webkit's JIT. Needs mmap('rwx') to generate code in runtime.
- # MPROTECT policy violation. Will sit here until webkit will
- # get optional JIT.
- pax-mark m "${D%/}"/usr/bin/liferea
-
- einfo "If you want to enhance the functionality of this package,"
- einfo "you should consider installing:"
- einfo " net-misc/networkmanager"
-}
diff --git a/net-news/liferea/liferea-1.12_rc3.ebuild b/net-news/liferea/liferea-1.12_rc3.ebuild
deleted file mode 100644
index 244e16b4e418..000000000000
--- a/net-news/liferea/liferea-1.12_rc3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit autotools gnome2 pax-utils python-single-r1
-
-MY_P=${P/_/-}
-MY_PV=${PV/_/-}
-
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo feeds"
-HOMEPAGE="https://lzone.de/liferea/"
-SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${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"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- gnome2_src_prepare
-
- # gnome2_src_prepare calls elibtoolize
- if [ -f "${S}"/.elibtoolized ]; then
- local AT_NOELIBTOOLIZE="yes"
- fi
- eautoreconf
-}
-
-src_configure() {
- gnome2_src_configure --disable-schemas-compile
-}
-
-src_install() {
- gnome2_src_install
-
- # bug #338213
- # Uses webkit's JIT. Needs mmap('rwx') to generate code in runtime.
- # MPROTECT policy violation. Will sit here until webkit will
- # get optional JIT.
- pax-mark m "${D%/}"/usr/bin/liferea
-
- einfo "If you want to enhance the functionality of this package,"
- einfo "you should consider installing:"
- einfo " net-misc/networkmanager"
-}