public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libev: ChangeLog libev-3.90-r2.ebuild
@ 2010-07-03 16:55 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; 4+ messages in thread
From: Matsuu Takuto (matsuu) @ 2010-07-03 16:55 UTC (permalink / raw
  To: gentoo-commits

matsuu      10/07/03 16:55:04

  Modified:             ChangeLog
  Added:                libev-3.90-r2.ebuild
  Log:
  Fixed compilation error in ev++.h, bug #325391.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 dev-libs/libev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	31 May 2010 18:27:32 -0000	1.25
+++ ChangeLog	3 Jul 2010 16:55:04 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libev
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.25 2010/05/31 18:27:32 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.26 2010/07/03 16:55:04 matsuu Exp $
+
+*libev-3.90-r2 (03 Jul 2010)
+
+  03 Jul 2010; MATSUU Takuto <matsuu@gentoo.org> +libev-3.90-r2.ebuild,
+  +files/libev-3.90-ev++.patch:
+  Fixed compilation error in ev++.h, bug #325391.
 
   31 May 2010; Guy Martin <gmsoft@gentoo.org> libev-3.90-r1.ebuild:
   Added ~hppa to KEYWORDS



1.1                  dev-libs/libev/libev-3.90-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild?rev=1.1&content-type=text/plain

Index: libev-3.90-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild,v 1.1 2010/07/03 16:55:04 matsuu Exp $

EAPI="3"

inherit autotools eutils

MY_P="${P/0}"
DESCRIPTION="A high-performance event loop/event model with lots of feature"
HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
SRC_URI="http://dist.schmorp.de/libev/${MY_P}.tar.gz
	http://dist.schmorp.de/libev/Attic/${MY_P}.tar.gz"

LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="elibc_glibc"

# Bug #283558
DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

src_prepare() {
	epatch "${FILESDIR}/${PN}-3.42-gentoo.patch" \
		"${FILESDIR}/${P}-ev++.patch"

	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die

	dodoc Changes README || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libev: ChangeLog libev-3.90-r2.ebuild
@ 2010-11-18 11:14 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2010-11-18 11:14 UTC (permalink / raw
  To: gentoo-commits

maekke      10/11/18 11:14:53

  Modified:             ChangeLog libev-3.90-r2.ebuild
  Log:
  add ~arm, bug #345611
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.27                 dev-libs/libev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	3 Jul 2010 16:55:04 -0000	1.26
+++ ChangeLog	18 Nov 2010 11:14:53 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libev
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.26 2010/07/03 16:55:04 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.27 2010/11/18 11:14:53 maekke Exp $
+
+  18 Nov 2010; Markus Meier <maekke@gentoo.org> libev-3.90-r2.ebuild:
+  add ~arm, bug #345611
 
 *libev-3.90-r2 (03 Jul 2010)
 



1.2                  dev-libs/libev/libev-3.90-r2.ebuild

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

Index: libev-3.90-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libev-3.90-r2.ebuild	3 Jul 2010 16:55:04 -0000	1.1
+++ libev-3.90-r2.ebuild	18 Nov 2010 11:14:53 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild,v 1.1 2010/07/03 16:55:04 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild,v 1.2 2010/11/18 11:14:53 maekke Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc"
 
 # Bug #283558






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libev: ChangeLog libev-3.90-r2.ebuild
@ 2010-12-27 12:59 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2010-12-27 12:59 UTC (permalink / raw
  To: gentoo-commits

maekke      10/12/27 12:59:17

  Modified:             ChangeLog libev-3.90-r2.ebuild
  Log:
  arm stable, bug #349213
  
  (Portage version: 2.1.9.26/cvs/Linux i686)

Revision  Changes    Path
1.30                 dev-libs/libev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	5 Dec 2010 17:12:08 -0000	1.29
+++ ChangeLog	27 Dec 2010 12:59:17 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libev
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.29 2010/12/05 17:12:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.30 2010/12/27 12:59:17 maekke Exp $
+
+  27 Dec 2010; Markus Meier <maekke@gentoo.org> libev-3.90-r2.ebuild:
+  arm stable, bug #349213
 
   05 Dec 2010; Raúl Porcel <armin76@gentoo.org> libev-4.01.ebuild:
   Add ~alpha/~ia64/~sh/~sparc



1.3                  dev-libs/libev/libev-3.90-r2.ebuild

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

Index: libev-3.90-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libev-3.90-r2.ebuild	18 Nov 2010 11:14:53 -0000	1.2
+++ libev-3.90-r2.ebuild	27 Dec 2010 12:59:17 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild,v 1.2 2010/11/18 11:14:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild,v 1.3 2010/12/27 12:59:17 maekke Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc"
 
 # Bug #283558






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libev: ChangeLog libev-3.90-r2.ebuild
@ 2011-01-26  1:06 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-26  1:06 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/26 01:06:50

  Modified:             ChangeLog libev-3.90-r2.ebuild
  Log:
  Stable for HPPA (bug #349213).
  
  (Portage version: 2.2.0_alpha19/cvs/Linux i686)

Revision  Changes    Path
1.31                 dev-libs/libev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	27 Dec 2010 12:59:17 -0000	1.30
+++ ChangeLog	26 Jan 2011 01:06:50 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libev
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.30 2010/12/27 12:59:17 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.31 2011/01/26 01:06:50 jer Exp $
+
+  26 Jan 2011; Jeroen Roovers <jer@gentoo.org> libev-3.90-r2.ebuild:
+  Stable for HPPA (bug #349213).
 
   27 Dec 2010; Markus Meier <maekke@gentoo.org> libev-3.90-r2.ebuild:
   arm stable, bug #349213



1.4                  dev-libs/libev/libev-3.90-r2.ebuild

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

Index: libev-3.90-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libev-3.90-r2.ebuild	27 Dec 2010 12:59:17 -0000	1.3
+++ libev-3.90-r2.ebuild	26 Jan 2011 01:06:50 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild,v 1.3 2010/12/27 12:59:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r2.ebuild,v 1.4 2011/01/26 01:06:50 jer Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc"
 
 # Bug #283558






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

end of thread, other threads:[~2011-01-26  1:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 11:14 [gentoo-commits] gentoo-x86 commit in dev-libs/libev: ChangeLog libev-3.90-r2.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-26  1:06 Jeroen Roovers (jer)
2010-12-27 12:59 Markus Meier (maekke)
2010-07-03 16:55 Matsuu Takuto (matsuu)

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