public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ada/tash: tash-8.4.1a.ebuild ChangeLog
@ 2008-01-19 17:03 George Shapovalov (george)
  0 siblings, 0 replies; 3+ messages in thread
From: George Shapovalov (george) @ 2008-01-19 17:03 UTC (permalink / raw
  To: gentoo-commits

george      08/01/19 17:03:07

  Modified:             tash-8.4.1a.ebuild ChangeLog
  Log:
  updated HOMEPAGE, now it seems there is a site to which it can be set
  (Portage version: 2.1.4)

Revision  Changes    Path
1.5                  dev-ada/tash/tash-8.4.1a.ebuild

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

Index: tash-8.4.1a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tash-8.4.1a.ebuild	7 Apr 2007 04:02:54 -0000	1.4
+++ tash-8.4.1a.ebuild	19 Jan 2008 17:03:07 -0000	1.5
@@ -1,11 +1,11 @@
-# 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-ada/tash/tash-8.4.1a.ebuild,v 1.4 2007/04/07 04:02:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild,v 1.5 2008/01/19 17:03:07 george Exp $
 
 inherit versionator gnat
 
 DESCRIPTION="Tash provides tcl Ada bindings"
-HOMEPAGE="http://www.tupone.it"
+HOMEPAGE="http://tcladashell.sourceforge.net/index.htm"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"



1.3                  dev-ada/tash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Apr 2007 04:02:54 -0000	1.2
+++ ChangeLog	19 Jan 2008 17:03:07 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ada/tash
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v 1.2 2007/04/07 04:02:54 vapier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v 1.3 2008/01/19 17:03:07 george Exp $
+
+  19 Jan 2008; George Shapovalov <george@gentoo.org> tash-8.4.1a.ebuild:
+  updated HOMEPAGE, now it seems there is a site to which it can be set
 
   07 Apr 2007; Mike Frysinger <vapier@gentoo.org> tash-8.4.1a.ebuild:
   Remove DOCDESTTREE reference since it isnt set anywhere and it defaults to "".



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



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

* [gentoo-commits] gentoo-x86 commit in dev-ada/tash: tash-8.4.1a.ebuild ChangeLog
@ 2008-01-27  0:20 George Shapovalov (george)
  0 siblings, 0 replies; 3+ messages in thread
From: George Shapovalov (george) @ 2008-01-27  0:20 UTC (permalink / raw
  To: gentoo-commits

george      08/01/27 00:20:34

  Modified:             tash-8.4.1a.ebuild ChangeLog
  Log:
  adjusted DEPEND to use new virtual/ada, fixed quoting
  (Portage version: 2.1.4)

Revision  Changes    Path
1.6                  dev-ada/tash/tash-8.4.1a.ebuild

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

Index: tash-8.4.1a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tash-8.4.1a.ebuild	19 Jan 2008 17:03:07 -0000	1.5
+++ tash-8.4.1a.ebuild	27 Jan 2008 00:20:34 -0000	1.6
@@ -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-ada/tash/tash-8.4.1a.ebuild,v 1.5 2008/01/19 17:03:07 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild,v 1.6 2008/01/27 00:20:34 george Exp $
 
 inherit versionator gnat
 
@@ -13,7 +13,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="virtual/gnat
+DEPEND="virtual/ada
 	=dev-lang/tcl-8.4*
 	=dev-lang/tk-8.4*"
 
@@ -28,8 +28,8 @@
 }
 
 lib_install() {
-	mv ${SL}/lib/*.{ali,a,so*} ${DL}
-	chmod a-w ${DL}/*.ali
+	mv "${SL}"/lib/*.{ali,a,so*} "${DL}"
+	chmod a-w "${DL}"/*.ali
 }
 
 src_install() {



1.4                  dev-ada/tash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	19 Jan 2008 17:03:07 -0000	1.3
+++ ChangeLog	27 Jan 2008 00:20:34 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ada/tash
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v 1.3 2008/01/19 17:03:07 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v 1.4 2008/01/27 00:20:34 george Exp $
+
+  27 Jan 2008; George Shapovalov <george@gentoo.org> tash-8.4.1a.ebuild:
+  adjusted DEPEND to use new virtual/ada, fixed quoting
 
   19 Jan 2008; George Shapovalov <george@gentoo.org> tash-8.4.1a.ebuild:
   updated HOMEPAGE, now it seems there is a site to which it can be set



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



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

* [gentoo-commits] gentoo-x86 commit in dev-ada/tash: tash-8.4.1a.ebuild ChangeLog
@ 2009-04-22 14:16 George Shapovalov (george)
  0 siblings, 0 replies; 3+ messages in thread
From: George Shapovalov (george) @ 2009-04-22 14:16 UTC (permalink / raw
  To: gentoo-commits

george      09/04/22 14:16:31

  Modified:             tash-8.4.1a.ebuild ChangeLog
  Log:
  fixed .so synlink poiting to  (#241738)
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-ada/tash/tash-8.4.1a.ebuild

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

Index: tash-8.4.1a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tash-8.4.1a.ebuild	27 Jan 2008 00:20:34 -0000	1.6
+++ tash-8.4.1a.ebuild	22 Apr 2009 14:16:31 -0000	1.7
@@ -1,8 +1,8 @@
-# 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/tash/tash-8.4.1a.ebuild,v 1.6 2008/01/27 00:20:34 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/tash-8.4.1a.ebuild,v 1.7 2009/04/22 14:16:31 george Exp $
 
-inherit versionator gnat
+inherit gnat
 
 DESCRIPTION="Tash provides tcl Ada bindings"
 HOMEPAGE="http://tcladashell.sourceforge.net/index.htm"
@@ -17,6 +17,8 @@
 	=dev-lang/tcl-8.4*
 	=dev-lang/tk-8.4*"
 
+RDEPEND=${DEPEND}
+
 lib_compile() {
 	gcc -c -O2 -o obj/tclmacro.o  src/tclmacro.c && \
 	gcc -c -O2 -o obj/tkmacro.o  src/tkmacro.c && \
@@ -30,6 +32,13 @@
 lib_install() {
 	mv "${SL}"/lib/*.{ali,a,so*} "${DL}"
 	chmod a-w "${DL}"/*.ali
+
+	# tash build creates an absolute symlink. The easiest way to just
+	# relink it here
+	pushd "${DL}"
+	rm libtash.so
+	ln -s libtash.so.* libtash.so
+	popd
 }
 
 src_install() {



1.5                  dev-ada/tash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Jan 2008 00:20:34 -0000	1.4
+++ ChangeLog	22 Apr 2009 14:16:31 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ada/tash
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v 1.4 2008/01/27 00:20:34 george Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/tash/ChangeLog,v 1.5 2009/04/22 14:16:31 george Exp $
+
+  22 Apr 2009; George Shapovalov <george@gentoo.org> tash-8.4.1a:
+  fixed .so synlink poiting to (#241738)
 
   27 Jan 2008; George Shapovalov <george@gentoo.org> tash-8.4.1a.ebuild:
   adjusted DEPEND to use new virtual/ada, fixed quoting






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

end of thread, other threads:[~2009-04-22 14:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-19 17:03 [gentoo-commits] gentoo-x86 commit in dev-ada/tash: tash-8.4.1a.ebuild ChangeLog George Shapovalov (george)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-27  0:20 George Shapovalov (george)
2009-04-22 14:16 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