summaryrefslogtreecommitdiff
path: root/net-libs/libgrss/libgrss-0.5.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-17 11:36:49 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-17 11:36:49 +0100
commite2db47eaae00ec33f8971db44b68645c5d3b9590 (patch)
tree3ec0cf16ddb5854017e134fabebe14bf8cb94a34 /net-libs/libgrss/libgrss-0.5.0-r1.ebuild
parent616579b5d773c50af31ee56f00105d96ce641ca2 (diff)
gentoo resync : 17.08.2021
Diffstat (limited to 'net-libs/libgrss/libgrss-0.5.0-r1.ebuild')
-rw-r--r--net-libs/libgrss/libgrss-0.5.0-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-libs/libgrss/libgrss-0.5.0-r1.ebuild b/net-libs/libgrss/libgrss-0.5.0-r1.ebuild
deleted file mode 100644
index 97d1a4d42169..000000000000
--- a/net-libs/libgrss/libgrss-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit autotools epatch gnome2
-
-DESCRIPTION="LibGRSS is a library for easy management of RSS/Atom/Pie feeds"
-HOMEPAGE="https://wiki.gnome.org/Projects/Libgrss"
-SRC_URI="http://gtk.mplat.es/libgrss/tarballs/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0.5"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.30.2:2
- >=dev-libs/libxml2-2.7.8:2
- >=net-libs/libsoup-2.36.1:2.4
-"
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
- >=dev-util/gtk-doc-am-1.10
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- # Fix soname/.pc
- epatch "${FILESDIR}"/${P}-fix-slotting.patch
-
- # Fix build with newer glibc
- epatch "${FILESDIR}"/${P}-headers.patch
-
- eautoreconf
- gnome2_src_prepare
-}