diff options
author | George Shapovalov <george@gentoo.org> | 2008-01-27 00:20:34 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2008-01-27 00:20:34 +0000 |
commit | f8e0e1060f651e1645c1616d4edc4ffc8755b234 (patch) | |
tree | 2907514a95f83fe6cadf7fa482c55b704f89e979 /dev-ada | |
parent | adjusted DEPEND to use new virtual/ada, minor cleanups (diff) | |
download | gentoo-2-f8e0e1060f651e1645c1616d4edc4ffc8755b234.tar.gz gentoo-2-f8e0e1060f651e1645c1616d4edc4ffc8755b234.tar.bz2 gentoo-2-f8e0e1060f651e1645c1616d4edc4ffc8755b234.zip |
adjusted DEPEND to use new virtual/ada, fixed quoting
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/tash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ada/tash/tash-8.4.1a.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ada/tash/ChangeLog b/dev-ada/tash/ChangeLog index 8af9925669af..6dd15e44d86e 100644 --- a/dev-ada/tash/ChangeLog +++ b/dev-ada/tash/ChangeLog @@ -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 diff --git a/dev-ada/tash/tash-8.4.1a.ebuild b/dev-ada/tash/tash-8.4.1a.ebuild index 79d34984e993..2bc23c2fb9fd 100644 --- a/dev-ada/tash/tash-8.4.1a.ebuild +++ b/dev-ada/tash/tash-8.4.1a.ebuild @@ -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 @@ SLOT="0" 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_compile() { } 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() { |