public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ada/glade: ChangeLog glade-2006.0.ebuild
@ 2009-03-26 10:05 George Shapovalov (george)
  0 siblings, 0 replies; 2+ messages in thread
From: George Shapovalov (george) @ 2009-03-26 10:05 UTC (permalink / raw
  To: gentoo-commits

george      09/03/26 10:05:49

  Modified:             ChangeLog glade-2006.0.ebuild
  Log:
  limited DEPEND to Ada-95 compilers (#250064)
  (Portage version: 2.2_rc27/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ada/glade/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/glade/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	27 Jan 2008 00:11:43 -0000	1.3
+++ ChangeLog	26 Mar 2009 10:05:49 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ada/glade
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/glade/ChangeLog,v 1.3 2008/01/27 00:11:43 george Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/glade/ChangeLog,v 1.4 2009/03/26 10:05:49 george Exp $
+
+  26 Mar 2009; George Shapovalov <george@gentoo.org> glade-2006.0.ebuild:
+  limited DEPEND to Ada-95 compilers (#250064)
 
   27 Jan 2008; George Shapovalov <george@gentoo.org> glade-2006.0.ebuild:
   adjusted DEPEND to use new virtual/ada, minor cleanups



1.5                  dev-ada/glade/glade-2006.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild?r1=1.4&r2=1.5

Index: glade-2006.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glade-2006.0.ebuild	27 Jan 2008 00:11:43 -0000	1.4
+++ glade-2006.0.ebuild	26 Mar 2009 10:05:49 -0000	1.5
@@ -1,6 +1,6 @@
-# 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/dev-ada/glade/glade-2006.0.ebuild,v 1.4 2008/01/27 00:11:43 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild,v 1.5 2009/03/26 10:05:49 george Exp $
 
 inherit gnat
 
@@ -14,7 +14,8 @@
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 
-DEPEND="virtual/ada"
+DEPEND="=virtual/ada-1995*"
+RDEPEND="${DEPEND}"
 
 # temporary install pool
 DN="${WORKDIR}/LocalD"






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

* [gentoo-commits] gentoo-x86 commit in dev-ada/glade: ChangeLog glade-2006.0.ebuild
@ 2009-03-26 11:55 George Shapovalov (george)
  0 siblings, 0 replies; 2+ messages in thread
From: George Shapovalov (george) @ 2009-03-26 11:55 UTC (permalink / raw
  To: gentoo-commits

george      09/03/26 11:55:54

  Modified:             ChangeLog glade-2006.0.ebuild
  Log:
  fixed collisions (#250064)
  (Portage version: 2.2_rc27/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ada/glade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/glade/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/glade/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/glade/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/glade/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	26 Mar 2009 10:05:49 -0000	1.4
+++ ChangeLog	26 Mar 2009 11:55:54 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ada/glade
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/glade/ChangeLog,v 1.4 2009/03/26 10:05:49 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/glade/ChangeLog,v 1.5 2009/03/26 11:55:54 george Exp $
+
+  26 Mar 2009; George Shapovalov <george@gentoo.org> glade-2006.0.ebuild:
+  fixed collisions (#250064)
 
   26 Mar 2009; George Shapovalov <george@gentoo.org> glade-2006.0.ebuild:
   limited DEPEND to Ada-95 compilers (#250064)



1.6                  dev-ada/glade/glade-2006.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild?r1=1.5&r2=1.6

Index: glade-2006.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glade-2006.0.ebuild	26 Mar 2009 10:05:49 -0000	1.5
+++ glade-2006.0.ebuild	26 Mar 2009 11:55:54 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild,v 1.5 2009/03/26 10:05:49 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild,v 1.6 2009/03/26 11:55:54 george Exp $
 
 inherit gnat
 
@@ -39,7 +39,7 @@
 # NOTE: we are using $1 - the passed gnat profile name
 lib_install()
 {
-	# This package expands the libs and sources rovided by compiler. Therefore
+	# This package expands the libs and sources provided by compiler. Therefore
 	# we install in yet another local location, to bypass gnat's automation.
 	# The compiler specific stuf is then moved to ${D} directly.  Not ideal, as
 	# this hook is called from within src_compile, but alternatives are more
@@ -58,6 +58,16 @@
 	mkdir -p "${DN}/${Gnat_Incdir}"
 	mv "${DN}/lib/garlic"/*.ad? "${DN}/${Gnat_Incdir}"
 	rm -rf "${DN}/lib"
+
+	# remove files already provided by compiler
+	pushd "${DN}"
+	for fn in "${Gnat_Libdir:1}"/*.ali "${Gnat_Incdir:1}"/*.ad?; do
+		#  Gnat_Lib/Incdir are global, need to remove leading /
+		if [[ -e /${fn} ]]; then
+			rm -f ${fn}
+		fi
+	done
+	popd
 }
 
 src_install ()






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

end of thread, other threads:[~2009-03-26 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 11:55 [gentoo-commits] gentoo-x86 commit in dev-ada/glade: ChangeLog glade-2006.0.ebuild George Shapovalov (george)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-26 10:05 George Shapovalov (george)

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