public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/realbasic: realbasic-2007.3.ebuild ChangeLog
@ 2008-02-29 17:55 Carsten Lohrke (carlo)
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Lohrke (carlo) @ 2008-02-29 17:55 UTC (permalink / raw
  To: gentoo-commits

carlo       08/02/29 17:55:30

  Modified:             realbasic-2007.3.ebuild ChangeLog
  Log:
   Remove icon extension from desktop entry to match Icon Theme Specification.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  dev-lang/realbasic/realbasic-2007.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild?r1=1.1&r2=1.2

Index: realbasic-2007.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- realbasic-2007.3.ebuild	22 Aug 2007 16:10:10 -0000	1.1
+++ realbasic-2007.3.ebuild	29 Feb 2008 17:55:30 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild,v 1.1 2007/08/22 16:10:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild,v 1.2 2008/02/29 17:55:30 carlo Exp $
 
 inherit eutils portability
 
@@ -23,5 +23,5 @@
 	treecopy . "${D}"/opt/REALbasic || die
 	dosym /opt/REALbasic/REALbasic2007 /opt/bin/REALbasic
 	newicon RBCube.xpm REALbasic.xpm || die
-	make_desktop_entry REALbasic REALbasic REALbasic.xpm
+	make_desktop_entry REALbasic REALbasic REALbasic
 }



1.2                  dev-lang/realbasic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	22 Aug 2007 16:10:10 -0000	1.1
+++ ChangeLog	29 Feb 2008 17:55:30 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/realbasic
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v 1.1 2007/08/22 16:10:10 vapier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v 1.2 2008/02/29 17:55:30 carlo Exp $
+
+  29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> realbasic-2007.3.ebuild:
+  Remove icon extension from desktop entry to match Icon Theme Specification.
 
 *realbasic-2007.3 (22 Aug 2007)
 



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



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

* [gentoo-commits] gentoo-x86 commit in dev-lang/realbasic: realbasic-2007.3.ebuild ChangeLog
@ 2008-12-26  3:00 Stephanie J. Lockwood-Childs (wormo)
  0 siblings, 0 replies; 2+ messages in thread
From: Stephanie J. Lockwood-Childs (wormo) @ 2008-12-26  3:00 UTC (permalink / raw
  To: gentoo-commits

wormo       08/12/26 03:00:41

  Modified:             realbasic-2007.3.ebuild ChangeLog
  Log:
  Add missing runtime dependencies, reported by Jens Meissner (bug #251866)
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.3                  dev-lang/realbasic/realbasic-2007.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild?r1=1.2&r2=1.3

Index: realbasic-2007.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- realbasic-2007.3.ebuild	29 Feb 2008 17:55:30 -0000	1.2
+++ realbasic-2007.3.ebuild	26 Dec 2008 03:00:41 -0000	1.3
@@ -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/dev-lang/realbasic/realbasic-2007.3.ebuild,v 1.2 2008/02/29 17:55:30 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild,v 1.3 2008/12/26 03:00:41 wormo Exp $
 
 inherit eutils portability
 
@@ -15,6 +15,22 @@
 RESTRICT="mirror strip"
 
 DEPEND=""
+RDEPEND="x86? ( =virtual/libstdc++-3*
+		        =x11-libs/gtk+-2*
+		        =dev-libs/glib-2*
+		        net-print/cups
+		        x11-libs/libXi
+		        x11-libs/libXext
+		        x11-libs/libX11
+		        x11-libs/libXau
+		        x11-libs/libXdmcp
+	            x11-libs/pango
+		      )
+		 amd64? ( app-emulation/emul-linux-x86-baselibs
+		          app-emulation/emul-linux-x86-compat
+		          app-emulation/emul-linux-x86-gtklibs
+		          app-emulation/emul-linux-x86-xlibs
+		        )"
 
 S=${WORKDIR}/REALbasic2007Release3
 



1.3                  dev-lang/realbasic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	29 Feb 2008 17:55:30 -0000	1.2
+++ ChangeLog	26 Dec 2008 03:00:41 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/realbasic
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v 1.2 2008/02/29 17:55:30 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v 1.3 2008/12/26 03:00:41 wormo Exp $
+
+  26 Dec 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
+  realbasic-2007.3.ebuild:
+  Add missing runtime dependencies, reported by Jens Meissner (bug #251866)
 
   29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> realbasic-2007.3.ebuild:
   Remove icon extension from desktop entry to match Icon Theme Specification.






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

end of thread, other threads:[~2008-12-26  3:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29 17:55 [gentoo-commits] gentoo-x86 commit in dev-lang/realbasic: realbasic-2007.3.ebuild ChangeLog Carsten Lohrke (carlo)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-26  3:00 Stephanie J. Lockwood-Childs (wormo)

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