diff options
author | 2008-01-27 00:15:45 +0000 | |
---|---|---|
committer | 2008-01-27 00:15:45 +0000 | |
commit | 6ba6fc6a46ef4b685ce260fdccd1a20ccd832829 (patch) | |
tree | 79e855bfb1e740e6ba3dc59a464ec2361f8acfe7 /dev-ada/polyorb | |
parent | Drop bogus .ChangeLog.swp Manifest entry. (diff) | |
download | gentoo-2-6ba6fc6a46ef4b685ce260fdccd1a20ccd832829.tar.gz gentoo-2-6ba6fc6a46ef4b685ce260fdccd1a20ccd832829.tar.bz2 gentoo-2-6ba6fc6a46ef4b685ce260fdccd1a20ccd832829.zip |
adjusted DEPEND to use new virtual/ada, minor cleanups
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ada/polyorb')
-rw-r--r-- | dev-ada/polyorb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ada/polyorb/polyorb-2.1.0.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-ada/polyorb/ChangeLog b/dev-ada/polyorb/ChangeLog index 571cdac7969a..926ff5794d34 100644 --- a/dev-ada/polyorb/ChangeLog +++ b/dev-ada/polyorb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ada/polyorb -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/polyorb/ChangeLog,v 1.1 2006/12/18 14:06:08 george Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/polyorb/ChangeLog,v 1.2 2008/01/27 00:15:45 george Exp $ + + 27 Jan 2008; George Shapovalov <george@gentoo.org> polyorb-2.1.0.ebuild: + adjusted DEPEND to use new virtual/ada, minor cleanups *polyorb-2.1.0 (18 Dec 2006) diff --git a/dev-ada/polyorb/polyorb-2.1.0.ebuild b/dev-ada/polyorb/polyorb-2.1.0.ebuild index 20e933214a49..aa0ce8c1c26b 100644 --- a/dev-ada/polyorb/polyorb-2.1.0.ebuild +++ b/dev-ada/polyorb/polyorb-2.1.0.ebuild @@ -1,6 +1,6 @@ -# 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/polyorb/polyorb-2.1.0.ebuild,v 1.5 2007/07/15 04:21:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/polyorb/polyorb-2.1.0.ebuild,v 1.6 2008/01/27 00:15:45 george Exp $ inherit gnat @@ -16,7 +16,7 @@ KEYWORDS="~x86 ~amd64" RDEPEND="ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} - virtual/gnat" + virtual/ada" #lib_compile() lib_compile() @@ -50,7 +50,7 @@ lib_install() src_install () { - cd ${S} + cd "${S}" # install sources dodir ${AdalibSpecsDir}/${PN} insinto ${AdalibSpecsDir}/${PN} @@ -64,7 +64,7 @@ src_install () gnat_src_install - dodoc CHANGE_10049 COPYING FEATURES MANIFEST NEWS README + dodoc CHANGE_10049 FEATURES MANIFEST NEWS README doinfo docs/*.info if use doc; then dohtml docs/polyorb_ug.html/*.html |