[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/

2024-04-13 Thread Mart Raudsepp
commit: 4e9b11a9b2ec9284c2b69bd9d894903d01a7fd94
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 13 10:48:13 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 13 10:48:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9b11a9

net-libs/libgrss: fix automagic introspection handling, add missing dep for it

Closes: https://bugs.gentoo.org/913929
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/libgrss/{libgrss-0.7.0.ebuild => libgrss-0.7.0-r1.ebuild} | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-libs/libgrss/libgrss-0.7.0.ebuild 
b/net-libs/libgrss/libgrss-0.7.0-r1.ebuild
similarity index 83%
rename from net-libs/libgrss/libgrss-0.7.0.ebuild
rename to net-libs/libgrss/libgrss-0.7.0-r1.ebuild
index ac7138803a21..2720d499d99a 100644
--- a/net-libs/libgrss/libgrss-0.7.0.ebuild
+++ b/net-libs/libgrss/libgrss-0.7.0-r1.ebuild
@@ -16,7 +16,7 @@ IUSE="+introspection"
 RDEPEND="
>=dev-libs/glib-2.42.1:2
>=dev-libs/libxml2-2.9.2:2
-   >=net-libs/libsoup-2.48:2.4
+   >=net-libs/libsoup-2.48:2.4[introspection?]
introspection? ( >=dev-libs/gobject-introspection-1.42 )
 "
 DEPEND="${RDEPEND}"
@@ -24,3 +24,7 @@ BDEPEND="
>=dev-build/gtk-doc-am-1.10
virtual/pkgconfig
 "
+
+src_configure() {
+   gnome2_src_configure $(use_enable introspection)
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/

2022-10-31 Thread Matt Turner
commit: 34db03310087f65dcdadd639c7371b9037c8a0cc
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:32 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 31 14:27:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34db0331

net-libs/libgrss: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/libgrss/metadata.xml | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-libs/libgrss/metadata.xml b/net-libs/libgrss/metadata.xml
index 46a073fc40d3..e6787ed6b249 100644
--- a/net-libs/libgrss/metadata.xml
+++ b/net-libs/libgrss/metadata.xml
@@ -1,12 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-
-https://bugs.gnome.org
-https://git.gnome.org/browse/libgrss
-  
-
+  
 gn...@gentoo.org
 Gentoo GNOME Desktop
   
+  
+GNOME/libgrss
+  
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/, net-libs/libgrss/files/

2021-08-15 Thread Andreas Sturmlechner
commit: 651fb00caa5b5a653d1517096781ac626cddf55b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 14 17:39:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 14:46:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651fb00c

net-libs/libgrss: Drop 0.5.0-r1, EAPI5--

No revdeps of SLOT 0.5.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/libgrss/Manifest  |   1 -
 .../libgrss/files/libgrss-0.5.0-fix-slotting.patch | 124 -
 net-libs/libgrss/files/libgrss-0.5.0-headers.patch |  11 --
 net-libs/libgrss/libgrss-0.5.0-r1.ebuild   |  40 ---
 4 files changed, 176 deletions(-)

diff --git a/net-libs/libgrss/Manifest b/net-libs/libgrss/Manifest
index 268b307ee58..b0e34ea646e 100644
--- a/net-libs/libgrss/Manifest
+++ b/net-libs/libgrss/Manifest
@@ -1,2 +1 @@
-DIST libgrss-0.5.0.tar.gz 439634 BLAKE2B 
28fcdfc7026b53c83bf8f97194bb70c1d68721bd767a1d527713756eb4360bb1ae81a2512d4284032d590bc5143fe9dedf1251c161bc22f0d4a1320639d05aed
 SHA512 
189c49b7bdf029160e72d3d89c6779e193373e5a3af7f810041bf325d0b5543bb87b414d833a13e028a589b96a4d53bb223e88667d18d2c53f610d6086bb60ea
 DIST libgrss-0.7.0.tar.xz 362360 BLAKE2B 
d93337ab50edf9b5d0762a624fbf0db29faca556e5d13d51659c6199d9dcbf71bc8334b8a9c6a2830d9496b86d066949fc7b072439b63f3a528ef36b77c61bc0
 SHA512 
22a4f13ee979932575c6efd25bfd2fb184ea113aa34254d9e4bfb64cfbbd9b277dd235b8c9be037baf8c85bea7ba3bc1478ec3c7a3c87e63aeddb1774959c780

diff --git a/net-libs/libgrss/files/libgrss-0.5.0-fix-slotting.patch 
b/net-libs/libgrss/files/libgrss-0.5.0-fix-slotting.patch
deleted file mode 100644
index 01146aeb090..000
--- a/net-libs/libgrss/files/libgrss-0.5.0-fix-slotting.patch
+++ /dev/null
@@ -1,124 +0,0 @@
-From 4b93347fee20ea18196cab9f702be88ecd23f54e Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Mon, 1 Apr 2013 16:07:21 +0200
-Subject: [PATCH 1/2] Fix parallel installation for API version 0.5
-

- Makefile.am   |  5 +++--
- configure.ac  |  3 +++
- doc/reference/Makefile.am |  4 ++--
- libgrss.pc.in |  4 ++--
- src/Makefile.am   | 12 ++--
- 5 files changed, 16 insertions(+), 12 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 8547d3b..a13acf4 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -1,11 +1,12 @@
- ACLOCAL_AMFLAGS = -I m4
- SUBDIRS = src doc
- EXTRA_DIST = autogen.sh
-+CLEANFILES = libgrss-$(LIBGRSS_API_VERSION).pc
- 
- pcfiledir = $(libdir)/pkgconfig
--pcfile_DATA = libgrss-0.5.pc
-+pcfile_DATA = libgrss-$(LIBGRSS_API_VERSION).pc
- 
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
- 
--libgrss-0.5.pc: libgrss.pc
-+libgrss-$(LIBGRSS_API_VERSION).pc: libgrss.pc
-   @cp -f $< $@
-diff --git a/configure.ac b/configure.ac
-index 61effa3..443140b 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1,6 +1,7 @@
- m4_define([libgrss_major_version], [0])
- m4_define([libgrss_minor_version], [5])
- m4_define([libgrss_micro_version], [0])
-+m4_define([libgrss_api_version], [0.5])
- 
- m4_define([libgrss_version],
-   [libgrss_major_version.libgrss_minor_version.libgrss_micro_version])
-@@ -46,10 +47,12 @@ AC_CHECK_FUNCS([strptime localtime_r])
- LIBGRSS_MAJOR_VERSION=libgrss_major_version
- LIBGRSS_MINOR_VERSION=libgrss_minor_version
- LIBGRSS_MICRO_VERSION=libgrss_micro_version
-+LIBGRSS_API_VERSION=libgrss_api_version
- LIBGRSS_VERSION=libgrss_version
- AC_SUBST(LIBGRSS_MAJOR_VERSION)
- AC_SUBST(LIBGRSS_MICRO_VERSION)
- AC_SUBST(LIBGRSS_MINOR_VERSION)
-+AC_SUBST(LIBGRSS_API_VERSION)
- AC_SUBST(LIBGRSS_VERSION)
- 
- dnl libgrss checks
-diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
-index 644642d..eafbc65 100644
 a/doc/reference/Makefile.am
-+++ b/doc/reference/Makefile.am
-@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6
- # of using the various options.
- 
- # The name of the module, e.g. 'glib'.
--DOC_MODULE=libgrss
-+DOC_MODULE=libgrss-@LIBGRSS_API_VERSION@
- 
- # The top-level SGML file. You can change this if you want to.
- DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
-@@ -71,7 +71,7 @@ expand_content_files=
- # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
- 
- INCLUDES=-I$(top_srcdir) $(LIBGRSS_CFLAGS)
--GTKDOC_LIBS=$(top_builddir)/src/libgrss-1.0.la $(LIBGRSS_LIBS)
-+GTKDOC_LIBS=$(top_builddir)/src/libgrss-@LIBGRSS_API_VERSION@.la 
$(LIBGRSS_LIBS)
- 
- # This includes the standard gtk-doc make rules, copied by gtkdocize.
- include $(top_srcdir)/gtk-doc.make
-diff --git a/libgrss.pc.in b/libgrss.pc.in
-index cdd0f6f..3d75924 100644
 a/libgrss.pc.in
-+++ b/libgrss.pc.in
-@@ -6,6 +6,6 @@ includedir=@includedir@
- Name: libgrss
- Description: GObject RSS handling library
- Version: @VERSION@
--Libs: -L${libdir} -lgrss-1.0
--Cflags: -I${includedir}/libgrss
-+Libs: -L${libdir} -lgrss-@LIBGRSS_API_VERSION@
-+Cflags: -I${includedir}/libgrss-@LIBGRSS_API_VERSION@
- Requi

[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/

2021-08-15 Thread Andreas Sturmlechner
commit: 2d40db15fa6b72d30d7f2da2bdaa23a539ad0711
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 14 17:44:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 14:46:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d40db15

net-libs/libgrss: EAPI-7 bump, fix DESCRIPTION

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/libgrss/libgrss-0.7.0.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-libs/libgrss/libgrss-0.7.0.ebuild 
b/net-libs/libgrss/libgrss-0.7.0.ebuild
index 5cd89dff71d..6499b91ae43 100644
--- a/net-libs/libgrss/libgrss-0.7.0.ebuild
+++ b/net-libs/libgrss/libgrss-0.7.0.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=7
 
 inherit gnome2
 
-DESCRIPTION="LibGRSS is a library for easy management of RSS/Atom/Pie feeds"
+DESCRIPTION="Library for easy management of RSS/Atom/Pie feeds"
 HOMEPAGE="https://wiki.gnome.org/Projects/Libgrss";
 
 LICENSE="LGPL-3"
@@ -20,7 +19,8 @@ RDEPEND="
>=net-libs/libsoup-2.48:2.4
introspection? ( >=dev-libs/gobject-introspection-1.42 )
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
>=dev-util/gtk-doc-am-1.10
virtual/pkgconfig
 "



[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/

2019-05-22 Thread Aaron Bauman
commit: 1b2a9e79dad46749b6009b02947e6634916f4e26
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 22 21:07:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 22 21:20:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2a9e79

net-libs/libgrss: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 net-libs/libgrss/libgrss-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libgrss/libgrss-0.7.0.ebuild 
b/net-libs/libgrss/libgrss-0.7.0.ebuild
index 03098268a1b..379a157032d 100644
--- a/net-libs/libgrss/libgrss-0.7.0.ebuild
+++ b/net-libs/libgrss/libgrss-0.7.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Libgrss";
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/

2017-08-26 Thread Gilles Dartiguelongue
commit: d1cf3e9ed3d2ac2450cfc7bbf64177d192a2588b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 26 10:03:28 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 26 10:07:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cf3e9e

net-libs/libgrss: update homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/libgrss/libgrss-0.5.0-r1.ebuild | 4 ++--
 net-libs/libgrss/libgrss-0.7.0.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/libgrss/libgrss-0.5.0-r1.ebuild 
b/net-libs/libgrss/libgrss-0.5.0-r1.ebuild
index a285d76134a..fa23ad7e9b8 100644
--- a/net-libs/libgrss/libgrss-0.5.0-r1.ebuild
+++ b/net-libs/libgrss/libgrss-0.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -7,7 +7,7 @@ GCONF_DEBUG="yes"
 inherit autotools eutils gnome2
 
 DESCRIPTION="LibGRSS is a library for easy management of RSS/Atom/Pie feeds"
-HOMEPAGE="https://live.gnome.org/Libgrss";
+HOMEPAGE="https://wiki.gnome.org/Projects/Libgrss";
 SRC_URI="http://gtk.mplat.es/libgrss/tarballs/${P}.tar.gz";
 
 LICENSE="LGPL-3"

diff --git a/net-libs/libgrss/libgrss-0.7.0.ebuild 
b/net-libs/libgrss/libgrss-0.7.0.ebuild
index 7e06df58476..03098268a1b 100644
--- a/net-libs/libgrss/libgrss-0.7.0.ebuild
+++ b/net-libs/libgrss/libgrss-0.7.0.ebuild
@@ -7,7 +7,7 @@ GCONF_DEBUG="no"
 inherit gnome2
 
 DESCRIPTION="LibGRSS is a library for easy management of RSS/Atom/Pie feeds"
-HOMEPAGE="https://live.gnome.org/Libgrss";
+HOMEPAGE="https://wiki.gnome.org/Projects/Libgrss";
 
 LICENSE="LGPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/

2017-07-29 Thread Alexis Ballier
commit: 6ffd087acb1ac577fabf617c6b2e2cb513d4d5db
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul 29 12:33:41 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul 29 12:34:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffd087a

net-libs/libgrss: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-libs/libgrss/libgrss-0.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libgrss/libgrss-0.7.0.ebuild 
b/net-libs/libgrss/libgrss-0.7.0.ebuild
index fdb1d6683fd..7e06df58476 100644
--- a/net-libs/libgrss/libgrss-0.7.0.ebuild
+++ b/net-libs/libgrss/libgrss-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ HOMEPAGE="https://live.gnome.org/Libgrss";
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/files/

2017-02-08 Thread Patrice Clement
commit: f748406b2a9f3413af2c8dfc000722dab89689ec
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Feb  8 23:58:49 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Feb  9 00:00:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f748406b

net-libs/libgrss: remove unused patch.

Package-Manager: portage-2.3.3

 .../libgrss/files/libgrss-0.3.0-fix-slotting.patch | 125 -
 1 file changed, 125 deletions(-)

diff --git a/net-libs/libgrss/files/libgrss-0.3.0-fix-slotting.patch 
b/net-libs/libgrss/files/libgrss-0.3.0-fix-slotting.patch
deleted file mode 100644
index a63ebb393b..00
--- a/net-libs/libgrss/files/libgrss-0.3.0-fix-slotting.patch
+++ /dev/null
@@ -1,125 +0,0 @@
-From 3023bfdf7a8b6a1df13b8b937c60ee7c4bd1d9ae Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Mon, 1 Apr 2013 16:07:21 +0200
-Subject: [PATCH] Fix parallel installation for API version 0
-

- Makefile.am   |  6 --
- configure.ac  |  3 +++
- doc/reference/Makefile.am |  4 ++--
- libgrss.pc.in |  4 ++--
- src/Makefile.am   | 12 ++--
- 5 files changed, 17 insertions(+), 12 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index effacb1..b4a53e1 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -1,11 +1,13 @@
- ACLOCAL_AMFLAGS = -I m4
- SUBDIRS = src doc
- EXTRA_DIST = autogen.sh
-+CLEANFILES = libgrss-$(LIBGRSS_API_VERSION).pc
- 
- pcfiledir = $(libdir)/pkgconfig
--pcfile_DATA = libgrss-0.pc
-+
-+pcfile_DATA = libgrss-$(LIBGRSS_API_VERSION).pc
- 
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
- 
--libgrss-0.pc: libgrss.pc
-+libgrss-$(LIBGRSS_API_VERSION).pc: libgrss.pc
-   @cp -f $< $@
-diff --git a/configure.ac b/configure.ac
-index 64fe542..e036df6 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1,6 +1,7 @@
- m4_define([libgrss_major_version], [0])
- m4_define([libgrss_minor_version], [3])
- m4_define([libgrss_micro_version], [0])
-+m4_define([libgrss_api_version], [0])
- 
- m4_define([libgrss_version],
-   [libgrss_major_version.libgrss_minor_version.libgrss_micro_version])
-@@ -46,10 +47,12 @@ AC_CHECK_FUNCS([strptime localtime_r])
- LIBGRSS_MAJOR_VERSION=libgrss_major_version
- LIBGRSS_MINOR_VERSION=libgrss_minor_version
- LIBGRSS_MICRO_VERSION=libgrss_micro_version
-+LIBGRSS_API_VERSION=libgrss_api_version
- LIBGRSS_VERSION=libgrss_version
- AC_SUBST(LIBGRSS_MAJOR_VERSION)
- AC_SUBST(LIBGRSS_MICRO_VERSION)
- AC_SUBST(LIBGRSS_MINOR_VERSION)
-+AC_SUBST(LIBGRSS_API_VERSION)
- AC_SUBST(LIBGRSS_VERSION)
- 
- dnl libgrss checks
-diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
-index 644642d..eafbc65 100644
 a/doc/reference/Makefile.am
-+++ b/doc/reference/Makefile.am
-@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6
- # of using the various options.
- 
- # The name of the module, e.g. 'glib'.
--DOC_MODULE=libgrss
-+DOC_MODULE=libgrss-@LIBGRSS_API_VERSION@
- 
- # The top-level SGML file. You can change this if you want to.
- DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
-@@ -71,7 +71,7 @@ expand_content_files=
- # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
- 
- INCLUDES=-I$(top_srcdir) $(LIBGRSS_CFLAGS)
--GTKDOC_LIBS=$(top_builddir)/src/libgrss-1.0.la $(LIBGRSS_LIBS)
-+GTKDOC_LIBS=$(top_builddir)/src/libgrss-@LIBGRSS_API_VERSION@.la 
$(LIBGRSS_LIBS)
- 
- # This includes the standard gtk-doc make rules, copied by gtkdocize.
- include $(top_srcdir)/gtk-doc.make
-diff --git a/libgrss.pc.in b/libgrss.pc.in
-index 2ce65c9..5d4e1b0 100644
 a/libgrss.pc.in
-+++ b/libgrss.pc.in
-@@ -6,6 +6,6 @@ includedir=${exec_prefix}/include
- Name: libgrss
- Description: GObject RSS handling library
- Version: @VERSION@
--Libs: -L${libdir} -lgrss-1.0
--Cflags: -I${includedir}/libgrss
-+Libs: -L${libdir} -lgrss-@LIBGRSS_API_VERSION@
-+Cflags: -I${includedir}/libgrss-@LIBGRSS_API_VERSION@
- Requires: gobject-2.0 libxml-2.0 libsoup-2.4
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 93c9be7..ee48a16 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -56,18 +56,18 @@ feed-marshal.c: feed-marshal.list
-   echo "#include \"feed-marshal.h\"" > $@ &&\
-   $(GLIB_GENMARSHAL) $< --prefix=feed_marshal --body >> $@
- 
--lib_LTLIBRARIES = libgrss-1.0.la
-+lib_LTLIBRARIES = libgrss-0.la
- 
--libgrss_1_0_la_LIBADD = $(LIBGRSS_LIBS)
--libgrss_1_0_la_SOURCES = \
-+libgrss_0_la_LIBADD = $(LIBGRSS_LIBS)
-+libgrss_0_la_SOURCES = \
-   $(sources_public_h) \
-   $(sources_private_h) \
-   $(sources_c) \
-   $(NULL)
--libgrss_1_0_la_LDFLAGS = $(LDADD)
-+libgrss_0_la_LDFLAGS = $(LDADD)
- 
--libgrssincludedir = $(includedir)/libgrss
--libgrssinclude_DATA = $(sources_public_h)
-+libgrss_0_ladir = $(includedir)/libgrss-@LIBGRSS_API_VERSION@
-+libgrss_0_la_HEADERS = $(sources_public_h)
- 
- CLEANFILES = $(pcfile_DATA)
- 
--- 
-1.8.1.5
-



[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/

2016-05-29 Thread Pacho Ramos
commit: 4bb4567bd94f5942981fe1d230dc1d18123270a8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 13:19:00 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 13:24:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb4567b

net-libs/libgrss: Cleanup due to #269417

Package-Manager: portage-2.3.0_rc1

 net-libs/libgrss/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-libs/libgrss/metadata.xml b/net-libs/libgrss/metadata.xml
index 8d018a7..5636641 100644
--- a/net-libs/libgrss/metadata.xml
+++ b/net-libs/libgrss/metadata.xml
@@ -5,10 +5,6 @@
 https://bugs.gnome.org
 https://git.gnome.org/browse/libgrss
   
-  
-lx...@gentoo.org
-Fabio Erculiani
-  
 
 gn...@gentoo.org
 Gentoo GNOME Desktop



[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/

2015-09-07 Thread Mikle Kolyada
commit: ab0285b203379b2beb6ecc9356f06a6e76a2ee1a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep  7 21:35:16 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep  7 21:35:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0285b2

net-libs/libgrss: amd64 stable wrt bug #551826

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

 net-libs/libgrss/libgrss-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libgrss/libgrss-0.7.0.ebuild 
b/net-libs/libgrss/libgrss-0.7.0.ebuild
index f611ea2..bad60c8 100644
--- a/net-libs/libgrss/libgrss-0.7.0.ebuild
+++ b/net-libs/libgrss/libgrss-0.7.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://live.gnome.org/Libgrss";
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+introspection"
 
 RDEPEND="