george 08/01/24 21:30:06
Modified: asis-gpl-4.1.3.2007-r2.ebuild ChangeLog
asis-gpl-4.1.3.2007-r1.ebuild
asis-gpl-3.4.6.2006.ebuild
Removed: asis-gpl-4.1.3.2007.ebuild
Log:
fixed quotation issues, removed stale ebuild
(Portage version: 2.1.4)
Revision Changes Path
1.2 dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild?r1=1.1&r2=1.2
Index: asis-gpl-4.1.3.2007-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asis-gpl-4.1.3.2007-r2.ebuild 14 Sep 2007 13:23:24 -0000 1.1
+++ asis-gpl-4.1.3.2007-r2.ebuild 24 Jan 2008 21:30:06 -0000 1.2
@@ -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/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild,v 1.1 2007/09/14 13:23:24 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild,v 1.2 2008/01/24 21:30:06 george Exp $
inherit eutils flag-o-matic gnatbuild
@@ -53,7 +53,7 @@
# and change gcc to gnatgcc where appropriate
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
for fn in asis/a4g-gnat_int.adb gnat/snames.adb \
tools/tool_utils/asis_ul-common.adb \
tools/gnatmetric/metrics-compute.adb; do
@@ -84,13 +84,13 @@
src_install () {
# install the lib
- mkdir -p ${D}${LIBPATH}/adalib
+ mkdir -p "${D}${LIBPATH}"/adalib
chmod 0755 obj/libasis-${ACT_Ver}.so
- cp obj/libasis-${ACT_Ver}.so ${D}${LIBPATH}/adalib
+ cp obj/libasis-${ACT_Ver}.so "${D}${LIBPATH}"/adalib
insinto ${LIBPATH}/adalib
doins obj/*.ali lib/libasis.a
# make appropriate symlinks
- pushd ${D}${LIBPATH}/adalib
+ pushd "${D}${LIBPATH}"/adalib
ln -s libasis-${ACT_Ver}.so libasis.so
popd
# sources
@@ -99,9 +99,9 @@
doins asis/*.ad[sb]
# tools
- mkdir -p ${D}${BINPATH}
+ mkdir -p "${D}${BINPATH}"
for fn in tools/{asistant,gnat*}; do
- cp ${fn}/${fn:6} ${D}${BINPATH}
+ cp ${fn}/${fn:6} "${D}${BINPATH}"
done
# docs and examples
1.7 dev-ada/asis-gpl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 14 Sep 2007 13:23:24 -0000 1.6
+++ ChangeLog 24 Jan 2008 21:30:06 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for dev-ada/asis-gpl
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v 1.6 2007/09/14 13:23:24 george Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v 1.7 2008/01/24 21:30:06 george Exp $
+
+ 24 Jan 2008; George Shapovalov <george@g.o>
+ asis-gpl-3.4.6.2006.ebuild, -asis-gpl-4.1.3.2007.ebuild,
+ asis-gpl-4.1.3.2007-r1.ebuild, asis-gpl-4.1.3.2007-r2.ebuild:
+ fixed quotation issues, removed stale ebuild
*asis-gpl-4.1.3.2007-r2 (14 Sep 2007)
1.2 dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild?r1=1.1&r2=1.2
Index: asis-gpl-4.1.3.2007-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asis-gpl-4.1.3.2007-r1.ebuild 4 Sep 2007 14:06:48 -0000 1.1
+++ asis-gpl-4.1.3.2007-r1.ebuild 24 Jan 2008 21:30:06 -0000 1.2
@@ -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/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild,v 1.1 2007/09/04 14:06:48 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild,v 1.2 2008/01/24 21:30:06 george Exp $
inherit eutils flag-o-matic gnatbuild
@@ -53,7 +53,7 @@
# and change gcc to gnatgcc where appropriate
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
for fn in asis/a4g-gnat_int.adb gnat/snames.adb tools/tool_utils/asis_ul-common.adb; do
sed -i -e "s:\"gcc:\"gnatgcc:" ${fn}
done
@@ -82,13 +82,13 @@
src_install () {
# install the lib
- mkdir -p ${D}${LIBPATH}/adalib
+ mkdir -p "${D}${LIBPATH}"/adalib
chmod 0755 obj/libasis-${ACT_Ver}.so
- cp obj/libasis-${ACT_Ver}.so ${D}${LIBPATH}/adalib
+ cp obj/libasis-${ACT_Ver}.so "${D}${LIBPATH}"/adalib
insinto ${LIBPATH}/adalib
doins obj/*.ali lib/libasis.a
# make appropriate symlinks
- pushd ${D}${LIBPATH}/adalib
+ pushd "${D}${LIBPATH}"/adalib
ln -s libasis-${ACT_Ver}.so libasis.so
popd
# sources
@@ -97,9 +97,9 @@
doins asis/*.ad[sb]
# tools
- mkdir -p ${D}${BINPATH}
+ mkdir -p "${D}${BINPATH}"
for fn in tools/{asistant,gnat*}; do
- cp ${fn}/${fn:6} ${D}${BINPATH}
+ cp ${fn}/${fn:6} "${D}${BINPATH}"
done
# docs and examples
1.5 dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild?r1=1.4&r2=1.5
Index: asis-gpl-3.4.6.2006.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- asis-gpl-3.4.6.2006.ebuild 15 Jul 2007 04:21:59 -0000 1.4
+++ asis-gpl-3.4.6.2006.ebuild 24 Jan 2008 21:30:06 -0000 1.5
@@ -1,13 +1,13 @@
-# 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-gpl/asis-gpl-3.4.6.2006.ebuild,v 1.4 2007/07/15 04:21:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v 1.5 2008/01/24 21:30:06 george Exp $
inherit eutils flag-o-matic gnatbuild
ACT_Ver=$(get_version_component_range 4)
Gnat_Name="gnat-gpl"
-DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler)"
+DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler)"
SRC_URI="mirror://gentoo/${PN}-${ACT_Ver}.tar.bz2"
HOMEPAGE="https://libre.adacore.com/"
LICENSE="GPL-2"
@@ -74,13 +74,13 @@
DATAPATH=${DATAPATH/${PN}/${Gnat_Name}}
# install the lib
- mkdir -p ${D}${LIBPATH}/adalib
+ mkdir -p "${D}${LIBPATH}"/adalib
chmod 0755 obj/libasis-${ACT_Ver}.so
- cp obj/libasis-${ACT_Ver}.so ${D}${LIBPATH}/adalib
+ cp obj/libasis-${ACT_Ver}.so "${D}${LIBPATH}"/adalib
insinto ${LIBPATH}/adalib
doins obj/*.ali lib/libasis.a
# make appropriate symlinks
- pushd ${D}${LIBPATH}/adalib
+ pushd "${D}${LIBPATH}"/adalib
ln -s libasis-${ACT_Ver}.so libasis.so
popd
# sources
@@ -89,9 +89,9 @@
doins asis/*.ad[sb]
# tools
- mkdir -p ${D}${BINPATH}
+ mkdir -p "${D}${BINPATH}"
for fn in tools/{asistant,gnat*}; do
- cp ${fn}/${fn:6} ${D}${BINPATH}
+ cp ${fn}/${fn:6} "${D}${BINPATH}"
done
# docs and examples
--
gentoo-commits@g.o mailing list
|