public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/tslib: tslib-1.0.ebuild ChangeLog
@ 2008-06-04 18:25 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-06-04 18:25 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/06/04 18:25:09

  Modified:             tslib-1.0.ebuild ChangeLog
  Log:
  Use eautoreconf, not the bootstrap script.
  (Portage version: 2.1.5.3)

Revision  Changes    Path
1.2                  x11-libs/tslib/tslib-1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild?r1=1.1&r2=1.2

Index: tslib-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tslib-1.0.ebuild	11 May 2008 05:58:26 -0000	1.1
+++ tslib-1.0.ebuild	4 Jun 2008 18:25:09 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 2008 Gentoo Foundation
+# Copyright 2008-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.1 2008/05/11 05:58:26 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.2 2008/06/04 18:25:09 flameeyes Exp $
 
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs autotools
 
 DESCRIPTION="Touchscreen Access Library"
 KEYWORDS="~arm ~amd64 ~x86"
@@ -20,8 +20,7 @@
 	cd "${S}"
 	# patches come from buildroot + openembedded + suse
 	epatch "${WORKDIR}"/patches/*.patch
-	einfo "Running autogen"
-	./autogen.sh
+	eautoreconf
 }
 
 src_compile() {



1.2                  x11-libs/tslib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	11 May 2008 05:58:26 -0000	1.1
+++ ChangeLog	4 Jun 2008 18:25:09 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/tslib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.1 2008/05/11 05:58:26 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.2 2008/06/04 18:25:09 flameeyes Exp $
+
+  04 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> tslib-1.0.ebuild:
+  Use eautoreconf, not the bootstrap script.
 
 *tslib-1.0 (11 May 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/tslib: tslib-1.0.ebuild ChangeLog
@ 2008-10-26 17:31 Ned Ludd (solar)
  0 siblings, 0 replies; 2+ messages in thread
From: Ned Ludd (solar) @ 2008-10-26 17:31 UTC (permalink / raw
  To: gentoo-commits

solar       08/10/26 17:31:58

  Modified:             tslib-1.0.ebuild ChangeLog
  Log:
  - open tslib to all remaining ~arches
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.3                  x11-libs/tslib/tslib-1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild?r1=1.2&r2=1.3

Index: tslib-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tslib-1.0.ebuild	4 Jun 2008 18:25:09 -0000	1.2
+++ tslib-1.0.ebuild	26 Oct 2008 17:31:57 -0000	1.3
@@ -1,11 +1,11 @@
 # Copyright 2008-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.2 2008/06/04 18:25:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.3 2008/10/26 17:31:57 solar Exp $
 
 inherit eutils toolchain-funcs autotools
 
 DESCRIPTION="Touchscreen Access Library"
-KEYWORDS="~arm ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 #extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00"
 DEPEND=""



1.3                  x11-libs/tslib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/tslib/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	4 Jun 2008 18:25:09 -0000	1.2
+++ ChangeLog	26 Oct 2008 17:31:57 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/tslib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.2 2008/06/04 18:25:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.3 2008/10/26 17:31:57 solar Exp $
+
+  26 Oct 2008; <solar@gentoo.org> tslib-1.0.ebuild:
+  - open tslib to all remaining ~arches
 
   04 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> tslib-1.0.ebuild:
   Use eautoreconf, not the bootstrap script.






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

end of thread, other threads:[~2008-10-26 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 17:31 [gentoo-commits] gentoo-x86 commit in x11-libs/tslib: tslib-1.0.ebuild ChangeLog Ned Ludd (solar)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-04 18:25 Diego Petteno (flameeyes)

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