public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/mtdev: mtdev-1.1.2.ebuild ChangeLog
@ 2012-03-09  9:27 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-03-09  9:27 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/03/09 09:27:23

  Modified:             ChangeLog
  Added:                mtdev-1.1.2.ebuild
  Log:
  Version bump to latest.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-libs/mtdev/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	15 Jan 2012 19:31:08 -0000	1.4
+++ ChangeLog	9 Mar 2012 09:27:23 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/mtdev
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.4 2012/01/15 19:31:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.5 2012/03/09 09:27:23 scarabeus Exp $
+
+*mtdev-1.1.2 (09 Mar 2012)
+
+  09 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> +mtdev-1.1.2.ebuild:
+  Version bump to latest.
 
   15 Jan 2012; Raúl Porcel <armin76@gentoo.org> mtdev-1.1.0.ebuild:
   Add ~alpha/~ia64/~sh/~sparc wrt #396669



1.1                  sys-libs/mtdev/mtdev-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild?rev=1.1&content-type=text/plain

Index: mtdev-1.1.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild,v 1.1 2012/03/09 09:27:23 scarabeus Exp $

EAPI=4

DESCRIPTION="Multitouch Protocol Translation Library"
HOMEPAGE="http://bitmath.org/code/mtdev/"
SRC_URI="http://bitmath.org/code/mtdev/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86"
IUSE="static-libs"

RDEPEND=">=sys-kernel/linux-headers-2.6"

src_configure() {
	econf $(use_enable static-libs static)
}

src_install() {
	default
	find "${ED}" -name '*.la' -exec rm -f {} +
}






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/mtdev: mtdev-1.1.2.ebuild ChangeLog
@ 2012-06-28 15:53 Naohiro Aota (naota)
  0 siblings, 0 replies; 3+ messages in thread
From: Naohiro Aota (naota) @ 2012-06-28 15:53 UTC (permalink / raw
  To: gentoo-commits

naota       12/06/28 15:53:53

  Modified:             mtdev-1.1.2.ebuild ChangeLog
  Log:
  Move sys-kernel/linux-headers from RDEPEND to DEPEND. #423495
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sys-libs/mtdev/mtdev-1.1.2.ebuild

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

Index: mtdev-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mtdev-1.1.2.ebuild	28 Jun 2012 14:11:04 -0000	1.7
+++ mtdev-1.1.2.ebuild	28 Jun 2012 15:53:53 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild,v 1.7 2012/06/28 14:11:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild,v 1.8 2012/06/28 15:53:53 naota Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="static-libs"
 
-RDEPEND=">=sys-kernel/linux-headers-2.6"
+DEPEND=">=sys-kernel/linux-headers-2.6"
 
 src_configure() {
 	econf $(use_enable static-libs static)



1.12                 sys-libs/mtdev/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	28 Jun 2012 14:11:04 -0000	1.11
+++ ChangeLog	28 Jun 2012 15:53:53 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/mtdev
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.11 2012/06/28 14:11:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.12 2012/06/28 15:53:53 naota Exp $
+
+  28 Jun 2012; Naohiro Aota <naota@gentoo.org> mtdev-1.1.2.ebuild:
+  Move sys-kernel/linux-headers from RDEPEND to DEPEND. #423495
 
   28 Jun 2012; Jeroen Roovers <jer@gentoo.org> mtdev-1.1.2.ebuild:
   Stable for HPPA (bug #419473).






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/mtdev: mtdev-1.1.2.ebuild ChangeLog
@ 2012-07-12 14:02 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 3+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-07-12 14:02 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/07/12 14:02:40

  Modified:             mtdev-1.1.2.ebuild ChangeLog
  Log:
  Depend on >=linux-headers-2.6.31, bug #426308.
  
  (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sys-libs/mtdev/mtdev-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild?r1=1.9&r2=1.10

Index: mtdev-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mtdev-1.1.2.ebuild	11 Jul 2012 19:17:10 -0000	1.9
+++ mtdev-1.1.2.ebuild	12 Jul 2012 14:02:40 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild,v 1.9 2012/07/11 19:17:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild,v 1.10 2012/07/12 14:02:40 chithanh Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
 IUSE="static-libs"
 
-DEPEND=">=sys-kernel/linux-headers-2.6"
+DEPEND=">=sys-kernel/linux-headers-2.6.31"
 
 src_configure() {
 	econf $(use_enable static-libs static)



1.14                 sys-libs/mtdev/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	11 Jul 2012 19:17:10 -0000	1.13
+++ ChangeLog	12 Jul 2012 14:02:40 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/mtdev
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.13 2012/07/11 19:17:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.14 2012/07/12 14:02:40 chithanh Exp $
+
+  12 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  mtdev-1.1.2.ebuild:
+  Depend on >=linux-headers-2.6.31, bug #426308.
 
   11 Jul 2012; Brent Baude <ranger@gentoo.org> mtdev-1.1.2.ebuild:
   Marking mtdev-1.1.2 ppc64 stable for bug 419473
@@ -47,4 +51,3 @@
   +metadata.xml:
   New ebuild sys-libs/mtdev written by me. Multitouch Protocol Translation
   Library. Dependency for bug #364033
-






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

end of thread, other threads:[~2012-07-12 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09  9:27 [gentoo-commits] gentoo-x86 commit in sys-libs/mtdev: mtdev-1.1.2.ebuild ChangeLog Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-28 15:53 Naohiro Aota (naota)
2012-07-12 14:02 Chi-Thanh Christopher Nguyen (chithanh)

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