diff options
author | George Shapovalov <george@gentoo.org> | 2008-01-24 21:24:23 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2008-01-24 21:24:23 +0000 |
commit | c387f5bc94dbb084a248a120f1e6f92e6cc16fa7 (patch) | |
tree | f66f2206352a48585f851d2b649a92dddb149f43 /dev-ada | |
parent | restore old ChangeLog entries (diff) | |
download | gentoo-2-c387f5bc94dbb084a248a120f1e6f92e6cc16fa7.tar.gz gentoo-2-c387f5bc94dbb084a248a120f1e6f92e6cc16fa7.tar.bz2 gentoo-2-c387f5bc94dbb084a248a120f1e6f92e6cc16fa7.zip |
cleaned up minor sins
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild | 16 | ||||
-rw-r--r-- | dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild | 16 | ||||
-rw-r--r-- | dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild | 16 | ||||
-rw-r--r-- | dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild | 18 |
4 files changed, 33 insertions, 33 deletions
diff --git a/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild b/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild index 22ad0136d5e8..f6820e8b05a9 100644 --- a/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild +++ b/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild @@ -1,10 +1,10 @@ -# 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/asis-gcc/asis-gcc-3.4.6.ebuild,v 1.6 2007/07/15 04:21:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v 1.7 2008/01/24 21:24:23 george Exp $ inherit eutils flag-o-matic gnatbuild -DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler). GnuAda version" +DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler). GnuAda version" HOMEPAGE="http://gnuada.sourceforge.net/" LICENSE="GMGPL" @@ -108,12 +108,12 @@ src_install () { # install the lib dodir ${My_LIBPATH}/adalib chmod 0755 lib_dyn/libasis.so - cp lib_dyn/libasis.so ${D}${My_LIBPATH}/adalib/libasis-${SLOT}.so + cp lib_dyn/libasis.so "${D}${My_LIBPATH}"/adalib/libasis-${SLOT}.so insinto ${My_LIBPATH}/adalib doins obj/*.ali doins lib/libasis.a # make appropriate symlinks - pushd ${D}${My_LIBPATH}/adalib + pushd "${D}${My_LIBPATH}"/adalib ln -s libasis-${SLOT}.so libasis.so popd # sources @@ -122,11 +122,11 @@ src_install () { doins asis/*.ad[sb] # tools - mkdir -p ${D}${My_BINPATH} + mkdir -p "${D}${My_BINPATH}" for fn in tools/{adabrowse,asistant,gnatelim,gnatstub}; do - cp ${fn}/${fn:6} ${D}${My_BINPATH} + cp ${fn}/${fn:6} "${D}${My_BINPATH}" done - cp tools/semtools/ada{dep,subst} ${D}${My_BINPATH} + cp tools/semtools/ada{dep,subst} "${D}${My_BINPATH}" if use doc; then # docs and examples diff --git a/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild b/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild index 47758c509368..0e02ee5d9b51 100644 --- a/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild +++ b/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild @@ -1,10 +1,10 @@ -# 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/asis-gcc/asis-gcc-4.1.1.ebuild,v 1.6 2007/07/15 04:21:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild,v 1.7 2008/01/24 21:24:23 george Exp $ inherit eutils flag-o-matic gnatbuild -DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler). GnuAda version" +DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler). GnuAda version" HOMEPAGE="http://gnuada.sourceforge.net/" LICENSE="GMGPL" @@ -115,12 +115,12 @@ src_install () { # install the lib dodir ${My_LIBPATH}/adalib chmod 0755 lib_dyn/libasis.so - cp lib_dyn/libasis.so ${D}${My_LIBPATH}/adalib/libasis-${SLOT}.so + cp lib_dyn/libasis.so "${D}${My_LIBPATH}"/adalib/libasis-${SLOT}.so insinto ${My_LIBPATH}/adalib doins obj/*.ali doins lib/libasis.a # make appropriate symlinks - pushd ${D}${My_LIBPATH}/adalib + pushd "${D}${My_LIBPATH}"/adalib ln -s libasis-${SLOT}.so libasis.so popd # sources @@ -129,11 +129,11 @@ src_install () { doins asis/*.ad[sb] # tools - mkdir -p ${D}${My_BINPATH} + mkdir -p "${D}${My_BINPATH}" for fn in tools/{adabrowse,gnatelim,gnatstub,gnatpp,gnatmetric}; do - cp ${fn}/${fn:6} ${D}${My_BINPATH} + cp ${fn}/${fn:6} "${D}${My_BINPATH}" done - cp tools/semtools/ada{dep,subst} ${D}${My_BINPATH} + cp tools/semtools/ada{dep,subst} "${D}${My_BINPATH}" # docs and examples if use doc ; then diff --git a/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild b/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild index 33b9420e30ab..277d68cb44d8 100644 --- a/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild +++ b/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild @@ -1,10 +1,10 @@ -# 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/asis-gcc/asis-gcc-4.1.2-r1.ebuild,v 1.4 2007/07/15 04:21:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild,v 1.5 2008/01/24 21:24:23 george Exp $ inherit eutils flag-o-matic gnatbuild -DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler). GnuAda version" +DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler). GnuAda version" HOMEPAGE="http://gnuada.sourceforge.net/" LICENSE="GMGPL" @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86" Gnat_Name="gnat-gcc" My_PN="asis" -SRC_URI="http://dev.gentoo.org/~george/src/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" IUSE="doc" RDEPEND="=dev-lang/gnat-gcc-${PV}*" @@ -116,18 +116,18 @@ src_install () { # install the lib dodir ${My_LIBPATH}/adalib # doins grossly screws permissions - cp -dpP lib/* ${D}${My_LIBPATH}/adalib + cp -dpP lib/* "${D}${My_LIBPATH}"/adalib # sources insinto ${My_LIBPATH}/adainclude doins gnat/*.ad[sb] doins asis/*.ad[sb] # tools - mkdir -p ${D}${My_BINPATH} + mkdir -p "${D}${My_BINPATH}" for fn in tools/{adabrowse,gnatelim,gnatstub,gnatpp,gnatmetric}; do - cp ${fn}/${fn:6} ${D}${My_BINPATH} + cp ${fn}/${fn:6} "${D}${My_BINPATH}" done - cp tools/semtools/ada{dep,subst} ${D}${My_BINPATH} + cp tools/semtools/ada{dep,subst} "${D}${My_BINPATH}" # docs and examples if use doc ; then diff --git a/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild b/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild index 90853495afe6..55d939a49308 100644 --- a/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild +++ b/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild @@ -1,10 +1,10 @@ -# 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/asis-gcc/asis-gcc-4.1.2.ebuild,v 1.3 2007/07/15 04:21:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild,v 1.4 2008/01/24 21:24:23 george Exp $ inherit eutils flag-o-matic gnatbuild -DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler). GnuAda version" +DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler). GnuAda version" HOMEPAGE="http://gnuada.sourceforge.net/" LICENSE="GMGPL" @@ -108,13 +108,13 @@ src_install () { # install the lib dodir ${LIBPATH}/adalib chmod 0755 lib_dyn/libasis.so - cp lib_dyn/libasis.so ${D}${LIBPATH}/adalib/libasis-${SLOT}.so + cp lib_dyn/libasis.so "${D}${LIBPATH}"/adalib/libasis-${SLOT}.so insinto ${LIBPATH}/adalib doins obj/*.ali - chmod 0444 ${D}${LIBPATH}/adalib/*.ali + chmod 0444 "${D}${LIBPATH}"/adalib/*.ali doins lib/libasis.a # make appropriate symlinks - pushd ${D}${LIBPATH}/adalib + pushd "${D}${LIBPATH}"/adalib ln -s libasis-${SLOT}.so libasis.so popd # sources @@ -123,11 +123,11 @@ src_install () { doins asis/*.ad[sb] # tools - mkdir -p ${D}${BINPATH} + mkdir -p "${D}${BINPATH}" for fn in tools/{adabrowse,gnatelim,gnatstub,gnatpp,gnatmetric}; do - cp ${fn}/${fn:6} ${D}${BINPATH} + cp ${fn}/${fn:6} "${D}${BINPATH}" done - cp tools/semtools/ada{dep,subst} ${D}${BINPATH} + cp tools/semtools/ada{dep,subst} "${D}${BINPATH}" # docs and examples if use doc ; then |