public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xse: xse-2.1.ebuild ChangeLog
@ 2008-06-17  3:19 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Olexa (darkside) @ 2008-06-17  3:19 UTC (permalink / raw
  To: gentoo-commits

darkside    08/06/17 03:19:27

  Modified:             xse-2.1.ebuild ChangeLog
  Log:
  Add missing dep. Thanks Patrick, bug #227659
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.10                 x11-misc/xse/xse-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?r1=1.9&r2=1.10

Index: xse-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xse-2.1.ebuild	9 Jan 2008 15:27:10 -0000	1.9
+++ xse-2.1.ebuild	17 Jun 2008 03:19:26 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.9 2008/01/09 15:27:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.10 2008/06/17 03:19:26 darkside Exp $
 
 inherit eutils
 
@@ -15,7 +15,8 @@
 	x11-libs/libXt
 	x11-misc/gccmakedep
 	app-text/rman
-	x11-libs/libXaw"
+	x11-libs/libXaw
+	x11-libs/libXp"
 
 src_compile() {
 	xmkmf -a &> /dev/null || die



1.15                 x11-misc/xse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	9 Jan 2008 15:27:10 -0000	1.14
+++ ChangeLog	17 Jun 2008 03:19:26 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.14 2008/01/09 15:27:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.15 2008/06/17 03:19:26 darkside Exp $
+
+  17 Jun 2008; Jeremy Olexa <darkside@gentoo.org> xse-2.1.ebuild:
+  Add missing dep. Thanks Patrick, bug #227659
 
   09 Jan 2008; Raúl Porcel <armin76@gentoo.org> -xse-2.0.ebuild,
   xse-2.1.ebuild:



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



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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xse: xse-2.1.ebuild ChangeLog
@ 2008-10-14  1:39 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Olexa (darkside) @ 2008-10-14  1:39 UTC (permalink / raw
  To: gentoo-commits

darkside    08/10/14 01:39:40

  Modified:             xse-2.1.ebuild ChangeLog
  Log:
  (non maintainer commit) pull imake out of RDEPEND, bug #221437
  (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.11                 x11-misc/xse/xse-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?r1=1.10&r2=1.11

Index: xse-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xse-2.1.ebuild	17 Jun 2008 03:19:26 -0000	1.10
+++ xse-2.1.ebuild	14 Oct 2008 01:39:40 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.10 2008/06/17 03:19:26 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.11 2008/10/14 01:39:40 darkside Exp $
 
 inherit eutils
 
@@ -11,12 +11,14 @@
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
-DEPEND="x11-misc/imake
-	x11-libs/libXt
+
+RDEPEND="x11-libs/libXt
 	x11-misc/gccmakedep
 	app-text/rman
 	x11-libs/libXaw
 	x11-libs/libXp"
+DEPEND="${RDEPEND}
+	x11-misc/imake"
 
 src_compile() {
 	xmkmf -a &> /dev/null || die



1.16                 x11-misc/xse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	17 Jun 2008 03:19:26 -0000	1.15
+++ ChangeLog	14 Oct 2008 01:39:40 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.15 2008/06/17 03:19:26 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.16 2008/10/14 01:39:40 darkside Exp $
+
+  14 Oct 2008; Jeremy Olexa <darkside@gentoo.org> xse-2.1.ebuild:
+  (non maintainer commit) pull imake out of RDEPEND, bug #221437
 
   17 Jun 2008; Jeremy Olexa <darkside@gentoo.org> xse-2.1.ebuild:
   Add missing dep. Thanks Patrick, bug #227659






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xse: xse-2.1.ebuild ChangeLog
@ 2009-12-14 11:36 Remi Cardona (remi)
  0 siblings, 0 replies; 3+ messages in thread
From: Remi Cardona (remi) @ 2009-12-14 11:36 UTC (permalink / raw
  To: gentoo-commits

remi        09/12/14 11:36:32

  Modified:             xse-2.1.ebuild ChangeLog
  Log:
  x11-misc/xse: change LICENSE to MIT
  (Portage version: 2.2_rc59/cvs/Linux i686)

Revision  Changes    Path
1.12                 x11-misc/xse/xse-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/xse-2.1.ebuild?r1=1.11&r2=1.12

Index: xse-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xse-2.1.ebuild	14 Oct 2008 01:39:40 -0000	1.11
+++ xse-2.1.ebuild	14 Dec 2009 11:36:32 -0000	1.12
@@ -1,13 +1,13 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.11 2008/10/14 01:39:40 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.12 2009/12/14 11:36:32 remi Exp $
 
 inherit eutils
 
 DESCRIPTION="Command Line Interface to XSendEvent()"
 HOMEPAGE="ftp://ftp.x.org/R5contrib/"
 SRC_URI="ftp://ftp.x.org/R5contrib/xsendevent-${PV}.tar.Z"
-LICENSE="X11"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""



1.17                 x11-misc/xse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xse/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	14 Oct 2008 01:39:40 -0000	1.16
+++ ChangeLog	14 Dec 2009 11:36:32 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xse
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.16 2008/10/14 01:39:40 darkside Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.17 2009/12/14 11:36:32 remi Exp $
+
+  14 Dec 2009; Rémi Cardona <remi@gentoo.org> xse-2.1.ebuild:
+  change LICENSE to MIT
 
   14 Oct 2008; Jeremy Olexa <darkside@gentoo.org> xse-2.1.ebuild:
   (non maintainer commit) pull imake out of RDEPEND, bug #221437






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

end of thread, other threads:[~2009-12-14 11:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-17  3:19 [gentoo-commits] gentoo-x86 commit in x11-misc/xse: xse-2.1.ebuild ChangeLog Jeremy Olexa (darkside)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-14  1:39 Jeremy Olexa (darkside)
2009-12-14 11:36 Remi Cardona (remi)

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