diff options
author | 2008-01-13 23:25:33 +0000 | |
---|---|---|
committer | 2008-01-13 23:25:33 +0000 | |
commit | 25d0494737ce4bc0bf543bad8d3572b064a610b3 (patch) | |
tree | 4c8b658c91439539090bcc10e7ab667e257b9d6e /dev-lang/gnu-smalltalk | |
parent | mask alsa USE flag for dev-java/ibm-{jdk,jre}-bin in base and unmask it on x86 (diff) | |
download | gentoo-2-25d0494737ce4bc0bf543bad8d3572b064a610b3.tar.gz gentoo-2-25d0494737ce4bc0bf543bad8d3572b064a610b3.tar.bz2 gentoo-2-25d0494737ce4bc0bf543bad8d3572b064a610b3.zip |
Fixing some quotes
(Portage version: 2.1.4)
Diffstat (limited to 'dev-lang/gnu-smalltalk')
-rw-r--r-- | dev-lang/gnu-smalltalk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild | 33 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.ebuild | 33 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild | 35 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.6.ebuild | 33 |
5 files changed, 75 insertions, 66 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog index 4906559d9e8f..0bbaa22beba1 100644 --- a/dev-lang/gnu-smalltalk/ChangeLog +++ b/dev-lang/gnu-smalltalk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/gnu-smalltalk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.33 2008/01/13 23:09:32 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.34 2008/01/13 23:25:33 araujo Exp $ + + 13 Jan 2008; Luis F. Araujo <araujo@gentoo.org> + gnu-smalltalk-2.3.1.ebuild, gnu-smalltalk-2.3.2.ebuild, + gnu-smalltalk-2.3.3.ebuild, gnu-smalltalk-2.3.6.ebuild: + Fixing some quotes 13 Jan 2008; Luis F. Araujo <araujo@gentoo.org> -gnu-smalltalk-2.1.12.ebuild, -gnu-smalltalk-2.2-r1.ebuild: diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild index e60a097ff5f0..55a8395b976b 100644 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild +++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.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-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild,v 1.4 2007/02/04 23:34:22 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild,v 1.5 2008/01/13 23:25:33 araujo Exp $ inherit multilib elisp-common flag-o-matic eutils toolchain-funcs @@ -20,17 +20,17 @@ DEPEND="sys-libs/gdbm gtk? ( =x11-libs/gtk+-2* ) gmp? ( dev-libs/gmp )" -S=${WORKDIR}/smalltalk-${PV} +S="${WORKDIR}/smalltalk-${PV}" SITEFILE=50gnu-smalltalk-gentoo.el src_unpack() { - unpack ${A} - epatch ${FILESDIR}/gst-stack-${PV}.patch - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a \"\$(DESTDIR)\" \$(MODULES): :" ${S}/Makefile.am - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a \"\$(DESTDIR)\" \$(MODULES): :" ${S}/Makefile.in + unpack "${A}" + epatch "${FILESDIR}/gst-stack-${PV}.patch" + sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.am" + sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS\-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.in" # Fix gst-{load, sunit, reload} script paths. - sed -i "s: @bindir@:/usr/bin:" ${S}/scripts/Reload.st ${S}/scripts/Load.st ${S}/scripts/Test.st + sed -i "s: @bindir@:/usr/bin:" "${S}/scripts/Reload.st" "${S}/scripts/Load.st" "${S}/scripts/Test.st" } src_compile() { @@ -48,17 +48,18 @@ src_compile() { } src_install() { - make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info \ - lispdir=${D}/usr/share/emacs/site-lisp/gnu-smalltalk install \ + make prefix="${D}/usr" mandir="${D}/usr/share/man" \ + infodir="${D}/usr/share/info" \ + lispdir="${D}/usr/share/emacs/site-lisp/gnu-smalltalk" install \ || die - rm -rf ${D}/usr/include/sigsegv.h \ - ${D}/usr/include/snprintfv \ - ${D}/usr/share/aclocal/snprintfv.m4 + rm -rf "${D}/usr/include/sigsegv.h" \ + "${D}/usr/include/snprintfv" \ + "${D}/usr/share/aclocal/snprintfv.m4" dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO - rm -rf ${D}/var + rm -rf "${D}/var" if use emacs; then - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} + elisp-install "${PN}" *.el *.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" fi fperms 0444 /usr/share/smalltalk/packages.xml } diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.ebuild index 3ec862bd78d8..cd15341bf375 100644 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.ebuild +++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.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-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.ebuild,v 1.1 2007/02/05 05:52:09 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.ebuild,v 1.2 2008/01/13 23:25:33 araujo Exp $ inherit multilib elisp-common flag-o-matic eutils toolchain-funcs @@ -21,17 +21,17 @@ DEPEND="sys-libs/gdbm gmp? ( dev-libs/gmp )" RDEPEND="" -S=${WORKDIR}/smalltalk-${PV} +S="${WORKDIR}/smalltalk-${PV}" SITEFILE=50gnu-smalltalk-gentoo.el src_unpack() { - unpack ${A} - epatch ${FILESDIR}/gst-stack-${PV}.patch - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a \"\$(DESTDIR)\" \$(MODULES): :" ${S}/Makefile.am - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a \"\$(DESTDIR)\" \$(MODULES): :" ${S}/Makefile.in + unpack "${A}" + epatch "${FILESDIR}/gst-stack-${PV}.patch" + sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.am" + sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.in" # Fix gst-{load, sunit, reload} script paths. - sed -i "s: @bindir@:/usr/bin:" ${S}/scripts/Reload.st ${S}/scripts/Load.st ${S}/scripts/Test.st + sed -i "s: @bindir@:/usr/bin:" "${S}/scripts/Reload.st" "${S}/scripts/Load.st" "${S}/scripts/Test.st" } src_compile() { @@ -49,17 +49,18 @@ src_compile() { } src_install() { - make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info \ - lispdir=${D}/usr/share/emacs/site-lisp/gnu-smalltalk install \ + make prefix="${D}/usr" mandir="${D}/usr/share/man" + infodir="${D}/usr/share/info" \ + lispdir="${D}/usr/share/emacs/site-lisp/gnu-smalltalk" install \ || die - rm -rf ${D}/usr/include/sigsegv.h \ - ${D}/usr/include/snprintfv \ - ${D}/usr/share/aclocal/snprintfv.m4 + rm -rf "${D}/usr/include/sigsegv.h" \ + "${D}/usr/include/snprintfv" \ + "${D}/usr/share/aclocal/snprintfv.m4" dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO - rm -rf ${D}/var + rm -rf "${D}/var" if use emacs; then - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} + elisp-install "${PN}" *.el *.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" fi fperms 0444 /usr/share/smalltalk/packages.xml } diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild index 1d1ca832a888..0ec8d355bb05 100644 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild +++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.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-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild,v 1.3 2007/04/12 20:44:48 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.3.ebuild,v 1.4 2008/01/13 23:25:33 araujo Exp $ inherit multilib elisp-common flag-o-matic eutils toolchain-funcs @@ -21,17 +21,17 @@ DEPEND="sys-libs/gdbm gmp? ( dev-libs/gmp )" RDEPEND="" -S=${WORKDIR}/smalltalk-${PV} +S="${WORKDIR}/smalltalk-${PV}" SITEFILE=50gnu-smalltalk-gentoo.el src_unpack() { - unpack ${A} - epatch ${FILESDIR}/gst-stack-${PV}.patch - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a \"\$(DESTDIR)\" \$(MODULES): :" ${S}/Makefile.am - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a \"\$(DESTDIR)\" \$(MODULES): :" ${S}/Makefile.in + unpack "${A}" + epatch "${FILESDIR}/gst-stack-${PV}.patch" + sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.am" + sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS\-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.in" # Fix gst-{load, sunit, reload} script paths. - sed -i "s: @bindir@:/usr/bin:" ${S}/scripts/Reload.st ${S}/scripts/Load.st ${S}/scripts/Test.st + sed -i "s: @bindir@:/usr/bin:" "${S}/scripts/Reload.st" "${S}/scripts/Load.st" "${S}/scripts/Test.st" } src_compile() { @@ -49,17 +49,18 @@ src_compile() { } src_install() { - make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info \ - lispdir=${D}/usr/share/emacs/site-lisp/gnu-smalltalk \ - libdir=${D}/usr/$(get_libdir) install || die - rm -rf ${D}/usr/include/sigsegv.h \ - ${D}/usr/include/snprintfv \ - ${D}/usr/share/aclocal/snprintfv.m4 + make prefix="${D}/usr" mandir="${D}/usr/share/man" \ + infodir="${D}/usr/share/info" \ + lispdir="${D}/usr/share/emacs/site-lisp/gnu-smalltalk" \ + libdir="${D}/usr/$(get_libdir)" install || die + rm -rf "${D}/usr/include/sigsegv.h" \ + "${D}/usr/include/snprintfv" \ + "${D}/usr/share/aclocal/snprintfv.m4" dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO - rm -rf ${D}/var + rm -rf "${D}/var" if use emacs; then - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} + elisp-install "${PN}" *.el *.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" fi fperms 0444 /usr/share/smalltalk/packages.xml } diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.6.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.6.ebuild index 2b8dbabde27b..33692823d15b 100644 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.6.ebuild +++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.6.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-lang/gnu-smalltalk/gnu-smalltalk-2.3.6.ebuild,v 1.1 2007/09/23 18:31:15 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.6.ebuild,v 1.2 2008/01/13 23:25:33 araujo Exp $ inherit multilib elisp-common flag-o-matic eutils toolchain-funcs @@ -21,16 +21,16 @@ DEPEND="sys-libs/gdbm gmp? ( dev-libs/gmp )" RDEPEND="" -S=${WORKDIR}/smalltalk-${PV} +S="${WORKDIR}/smalltalk-${PV}" SITEFILE=50gnu-smalltalk-gentoo.el src_unpack() { - unpack ${A} + unpack "${A}" # stack patch - epatch ${FILESDIR}/gst-stack-${PV}.patch - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a \"\$(DESTDIR)\" \$(MODULES): :" ${S}/Makefile.am - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a \"\$(DESTDIR)\" \$(MODULES): :" ${S}/Makefile.in + epatch "${FILESDIR}/gst-stack-${PV}.patch" + sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.am" + sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.in" } src_compile() { @@ -48,17 +48,18 @@ src_compile() { } src_install() { - make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info \ - lispdir=${D}/usr/share/emacs/site-lisp/gnu-smalltalk \ - libdir=${D}/usr/lib install || die - rm -rf ${D}/usr/include/sigsegv.h \ - ${D}/usr/include/snprintfv \ - ${D}/usr/share/aclocal/snprintfv.m4 + make prefix="${D}/usr mandir=${D}/usr/share/man" + infodir="${D}/usr/share/info" \ + lispdir="${D}/usr/share/emacs/site-lisp/gnu-smalltalk" \ + libdir="${D}/usr/lib" install || die + rm -rf "${D}/usr/include/sigsegv.h" \ + "${D}/usr/include/snprintfv" \ + "${D}/usr/share/aclocal/snprintfv.m4" dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO - rm -rf ${D}/var + rm -rf "${D}/var" if use emacs; then - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} + elisp-install "${PN}" *.el *.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" fi fperms 0444 /usr/share/smalltalk/packages.xml } |