public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/opendylan-bin: opendylan-bin-2011.1.ebuild ChangeLog
@ 2012-08-20 14:26 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-08-20 14:26 UTC (permalink / raw
  To: gentoo-commits

patrick     12/08/20 14:26:22

  Modified:             opendylan-bin-2011.1.ebuild ChangeLog
  Log:
  Fixing quoting oopsie
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild

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

Index: opendylan-bin-2011.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opendylan-bin-2011.1.ebuild	20 Aug 2012 07:15:12 -0000	1.1
+++ opendylan-bin-2011.1.ebuild	20 Aug 2012 14:26:22 -0000	1.2
@@ -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/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild,v 1.1 2012/08/20 07:15:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild,v 1.2 2012/08/20 14:26:22 patrick Exp $
 EAPI=4
 
 DESCRIPTION="OpenDylan language runtime environment (prebuilt)"
@@ -27,7 +27,7 @@
 src_install() {
 	# this is a precompiled tarball
 	mkdir -p "${D}/opt/${MY_P}"
-	cp -ar "${S}/*" "${D}/opt/${MY_P}"
+	cp -ar "${S}"/* "${D}/opt/${MY_P}" || die "Failed to copy stuff"
 	mkdir -p "${D}/etc/env.d/opendylan"
 	echo "export PATH=/opt/opendylan-2011.1/bin:\$PATH" >> "${D}/etc/env.d/opendylan/99-opendylan" || die "Failed to add env settings"
 }



1.2                  dev-lang/opendylan-bin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Aug 2012 07:15:12 -0000	1.1
+++ ChangeLog	20 Aug 2012 14:26:22 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/opendylan-bin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v 1.1 2012/08/20 07:15:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v 1.2 2012/08/20 14:26:22 patrick Exp $
+
+  20 Aug 2012; Patrick Lauer <patrick@gentoo.org> opendylan-bin-2011.1.ebuild:
+  Fixing quoting oopsie
 
 *opendylan-bin-2011.1 (20 Aug 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/opendylan-bin: opendylan-bin-2011.1.ebuild ChangeLog
@ 2012-08-21  8:26 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-08-21  8:26 UTC (permalink / raw
  To: gentoo-commits

patrick     12/08/21 08:26:59

  Modified:             opendylan-bin-2011.1.ebuild ChangeLog
  Log:
  Minor cleanups
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild

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

Index: opendylan-bin-2011.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opendylan-bin-2011.1.ebuild	20 Aug 2012 14:26:22 -0000	1.2
+++ opendylan-bin-2011.1.ebuild	21 Aug 2012 08:26:59 -0000	1.3
@@ -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/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild,v 1.2 2012/08/20 14:26:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild,v 1.3 2012/08/21 08:26:59 patrick Exp $
 EAPI=4
 
 DESCRIPTION="OpenDylan language runtime environment (prebuilt)"
@@ -29,5 +29,5 @@
 	mkdir -p "${D}/opt/${MY_P}"
 	cp -ar "${S}"/* "${D}/opt/${MY_P}" || die "Failed to copy stuff"
 	mkdir -p "${D}/etc/env.d/opendylan"
-	echo "export PATH=/opt/opendylan-2011.1/bin:\$PATH" >> "${D}/etc/env.d/opendylan/99-opendylan" || die "Failed to add env settings"
+	echo "export PATH=/opt/opendylan-2011.1/bin:\$PATH" > "${D}/etc/env.d/opendylan/99-opendylan-bin" || die "Failed to add env settings"
 }



1.3                  dev-lang/opendylan-bin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	20 Aug 2012 14:26:22 -0000	1.2
+++ ChangeLog	21 Aug 2012 08:26:59 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/opendylan-bin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v 1.2 2012/08/20 14:26:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v 1.3 2012/08/21 08:26:59 patrick Exp $
+
+  21 Aug 2012; Patrick Lauer <patrick@gentoo.org> opendylan-bin-2011.1.ebuild:
+  Minor cleanups
 
   20 Aug 2012; Patrick Lauer <patrick@gentoo.org> opendylan-bin-2011.1.ebuild:
   Fixing quoting oopsie





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

end of thread, other threads:[~2012-08-21  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20 14:26 [gentoo-commits] gentoo-x86 commit in dev-lang/opendylan-bin: opendylan-bin-2011.1.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-21  8:26 Patrick Lauer (patrick)

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