public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "George Shapovalov (george)" <george@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ada/tash: tash-8.4.1a.ebuild ChangeLog
Date: Wed, 22 Apr 2009 14:16:31 +0000	[thread overview]
Message-ID: <E1LwdFX-0003TP-Li@stork.gentoo.org> (raw)

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






             reply	other threads:[~2009-04-22 14:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-22 14:16 George Shapovalov (george) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-01-27  0:20 [gentoo-commits] gentoo-x86 commit in dev-ada/tash: tash-8.4.1a.ebuild ChangeLog George Shapovalov (george)
2008-01-19 17:03 George Shapovalov (george)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LwdFX-0003TP-Li@stork.gentoo.org \
    --to=george@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox