public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/fstrm: ChangeLog fstrm-0.2.0-r1.ebuild
@ 2014-11-27 18:17 Tim Harder (radhermit)
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2014-11-27 18:17 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/11/27 18:17:41

  Modified:             ChangeLog fstrm-0.2.0-r1.ebuild
  Log:
  Fix multilib deps.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.3                  dev-libs/fstrm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	27 Nov 2014 17:26:05 -0000	1.2
+++ ChangeLog	27 Nov 2014 18:17:41 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/fstrm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v 1.2 2014/11/27 17:26:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v 1.3 2014/11/27 18:17:41 radhermit Exp $
+
+  27 Nov 2014; Tim Harder <radhermit@gentoo.org> fstrm-0.2.0-r1.ebuild:
+  Fix multilib deps.
 
 *fstrm-0.2.0-r1 (27 Nov 2014)
 



1.2                  dev-libs/fstrm/fstrm-0.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?r1=1.1&r2=1.2

Index: fstrm-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fstrm-0.2.0-r1.ebuild	27 Nov 2014 17:26:05 -0000	1.1
+++ fstrm-0.2.0-r1.ebuild	27 Nov 2014 18:17:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v 1.1 2014/11/27 17:26:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v 1.2 2014/11/27 18:17:41 radhermit Exp $
 
 EAPI=5
 inherit autotools-multilib
@@ -14,9 +14,9 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs utils"
 
-RDEPEND="utils? ( dev-libs/libevent )"
+RDEPEND="utils? ( dev-libs/libevent[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+	virtual/pkgconfig[${MULTILIB_USEDEP}]"
 
 src_configure() {
 	local myeconfargs=(





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/fstrm: ChangeLog fstrm-0.2.0-r1.ebuild
@ 2015-06-19 17:13 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2015-06-19 17:13 UTC (permalink / raw
  To: gentoo-commits

maekke      15/06/19 17:13:32

  Modified:             ChangeLog fstrm-0.2.0-r1.ebuild
  Log:
  add ~arm, bug #531068
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.7                  dev-libs/fstrm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	15 May 2015 11:28:29 -0000	1.6
+++ ChangeLog	19 Jun 2015 17:13:31 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/fstrm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v 1.6 2015/05/15 11:28:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v 1.7 2015/06/19 17:13:31 maekke Exp $
+
+  19 Jun 2015; Markus Meier <maekke@gentoo.org> fstrm-0.2.0-r1.ebuild:
+  add ~arm, bug #531068
 
   15 May 2015; Pacho Ramos <pacho@gentoo.org> fstrm-0.2.0-r1.ebuild:
   keyword and stable on ppc and ppc64 (#531068)



1.6                  dev-libs/fstrm/fstrm-0.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?r1=1.5&r2=1.6

Index: fstrm-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fstrm-0.2.0-r1.ebuild	15 May 2015 11:28:29 -0000	1.5
+++ fstrm-0.2.0-r1.ebuild	19 Jun 2015 17:13:31 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v 1.5 2015/05/15 11:28:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v 1.6 2015/06/19 17:13:31 maekke Exp $
 
 EAPI=5
 inherit autotools-multilib
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE="static-libs utils"
 
 RDEPEND="utils? ( dev-libs/libevent[${MULTILIB_USEDEP}] )"





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/fstrm: ChangeLog fstrm-0.2.0-r1.ebuild
@ 2015-07-16 16:42 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2015-07-16 16:42 UTC (permalink / raw
  To: gentoo-commits

jer         15/07/16 16:42:21

  Modified:             ChangeLog fstrm-0.2.0-r1.ebuild
  Log:
  Mark ~hppa (bug #531068).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.8                  dev-libs/fstrm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	19 Jun 2015 17:13:31 -0000	1.7
+++ ChangeLog	16 Jul 2015 16:42:21 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/fstrm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v 1.7 2015/06/19 17:13:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v 1.8 2015/07/16 16:42:21 jer Exp $
+
+  16 Jul 2015; Jeroen Roovers <jer@gentoo.org> fstrm-0.2.0-r1.ebuild:
+  Mark ~hppa (bug #531068).
 
   19 Jun 2015; Markus Meier <maekke@gentoo.org> fstrm-0.2.0-r1.ebuild:
   add ~arm, bug #531068



1.7                  dev-libs/fstrm/fstrm-0.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?r1=1.6&r2=1.7

Index: fstrm-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fstrm-0.2.0-r1.ebuild	19 Jun 2015 17:13:31 -0000	1.6
+++ fstrm-0.2.0-r1.ebuild	16 Jul 2015 16:42:21 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v 1.6 2015/06/19 17:13:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v 1.7 2015/07/16 16:42:21 jer Exp $
 
 EAPI=5
 inherit autotools-multilib
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
 IUSE="static-libs utils"
 
 RDEPEND="utils? ( dev-libs/libevent[${MULTILIB_USEDEP}] )"





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/fstrm: ChangeLog fstrm-0.2.0-r1.ebuild
@ 2015-07-29 15:02 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann (klausman) @ 2015-07-29 15:02 UTC (permalink / raw
  To: gentoo-commits

klausman    15/07/29 15:02:50

  Modified:             ChangeLog fstrm-0.2.0-r1.ebuild
  Log:
  Keyworded on alpha, bug 531068
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.9                  dev-libs/fstrm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	16 Jul 2015 16:42:21 -0000	1.8
+++ ChangeLog	29 Jul 2015 15:02:50 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/fstrm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v 1.8 2015/07/16 16:42:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v 1.9 2015/07/29 15:02:50 klausman Exp $
+
+  29 Jul 2015; Tobias Klausmann <klausman@gentoo.org> fstrm-0.2.0-r1.ebuild:
+  Keyworded on alpha, bug 531068
 
   16 Jul 2015; Jeroen Roovers <jer@gentoo.org> fstrm-0.2.0-r1.ebuild:
   Mark ~hppa (bug #531068).



1.8                  dev-libs/fstrm/fstrm-0.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild?r1=1.7&r2=1.8

Index: fstrm-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fstrm-0.2.0-r1.ebuild	16 Jul 2015 16:42:21 -0000	1.7
+++ fstrm-0.2.0-r1.ebuild	29 Jul 2015 15:02:50 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v 1.7 2015/07/16 16:42:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v 1.8 2015/07/29 15:02:50 klausman Exp $
 
 EAPI=5
 inherit autotools-multilib
@@ -11,7 +11,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86"
 IUSE="static-libs utils"
 
 RDEPEND="utils? ( dev-libs/libevent[${MULTILIB_USEDEP}] )"





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-29 15:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 15:02 [gentoo-commits] gentoo-x86 commit in dev-libs/fstrm: ChangeLog fstrm-0.2.0-r1.ebuild Tobias Klausmann (klausman)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-16 16:42 Jeroen Roovers (jer)
2015-06-19 17:13 Markus Meier (maekke)
2014-11-27 18:17 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox