public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Timo Gurr (tgurr)" <tgurr@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/acroread: acroread-8.1.1.ebuild ChangeLog
Date: Mon, 14 Jan 2008 23:24:05 +0000	[thread overview]
Message-ID: <E1JEYez-00042N-Nj@stork.gentoo.org> (raw)

tgurr       08/01/14 23:24:05

  Modified:             acroread-8.1.1.ebuild ChangeLog
  Log:
  Enable more languages, fix some quoting. Still more work on it needed though.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.4                  app-text/acroread/acroread-8.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/acroread/acroread-8.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/acroread/acroread-8.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/acroread/acroread-8.1.1.ebuild?r1=1.3&r2=1.4

Index: acroread-8.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-8.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- acroread-8.1.1.ebuild	28 Sep 2007 18:05:43 -0000	1.3
+++ acroread-8.1.1.ebuild	14 Jan 2008 23:24:05 -0000	1.4
@@ -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/app-text/acroread/acroread-8.1.1.ebuild,v 1.3 2007/09/28 18:05:43 kevquinn Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-8.1.1.ebuild,v 1.4 2008/01/14 23:24:05 tgurr Exp $
 
 inherit eutils nsplugins
 
@@ -11,9 +11,7 @@
 SRC_HEAD="http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${PV}"
 SRC_FOOT="-${PV}-1.i486.tar.bz2"
 
-#LINGUA_LIST="en:enu de:deu fr:fra sv:sve es:esp pt:ptb nb:nor it:ita fi:suo nl:nld da:dan ja:jpn ko:kor zh_CN:chs zh_TW:cht"
-LINGUA_LIST="en:enu"
-SRC_URI=
+LINGUA_LIST="da:dan de:deu en:enu es:esp fi:suo fr:fra it:ita ja:jpn ko:kor nb:nor nl:nld pt:ptb sv:sve zh_CN:chs zh_TW:cht"
 DEFAULT_URI="${SRC_HEAD}/enu/AdobeReader_enu${SRC_FOOT}"
 for ll in ${LINGUA_LIST}; do
 	iuse_l="linguas_${ll/:*}"
@@ -56,7 +54,7 @@
 
 INSTALLDIR=/opt/Adobe
 
-S=${WORKDIR}/AdobeReader
+S="${WORKDIR}/AdobeReader"
 
 # Actually, ahv segfaults when run standalone so presumably
 # it isn't intended for direct use - so the only launcher is
@@ -91,9 +89,9 @@
 	# Unpack all into the same place; overwrite common files.
 	fl=""
 	for pkg in ${A}; do
-		cd ${WORKDIR}
+		cd "${WORKDIR}"
 		unpack ${pkg}
-		cd ${S}
+		cd "${S}"
 		if [[ ${pkg} =~ ^AdobeReader_ ]]; then
 			tar xf ILINXR.TAR ||
 				die "Failed to unpack ILINXR.TAR; is distfile corrupt?"
@@ -173,7 +171,7 @@
 
 	dodir /opt
 	chown -R --dereference -L root:0 Adobe
-	cp -dpR Adobe ${D}opt/
+	cp -dpR Adobe "${D}"opt/
 
 	# The Browser_Plugin_HowTo.txt is now in a subdirectory, which
 	# is named according to the language the user is using.
@@ -188,14 +186,14 @@
 	fi
 
 	if ! use ldap ; then
-		rm ${D}${INSTALLDIR}/Reader8/Reader/intellinux/plug_ins/PPKLite.api
+		rm "${D}"${INSTALLDIR}/Reader8/Reader/intellinux/plug_ins/PPKLite.api
 	fi
 
 	# libcups is needed for printing support (bug 118417)
 	if use x86 && ! use cups ; then
-		mv ${WORKDIR}/libcups.so-i386 ${WORKDIR}/libcups.so.2
+		mv "${WORKDIR}"/libcups.so-i386 "${WORKDIR}"/libcups.so.2
 		exeinto ${INSTALLDIR}/Reader8/Reader/intellinux/lib
-		doexe ${WORKDIR}/libcups.so.2
+		doexe "${WORKDIR}"/libcups.so.2
 		dosym libcups.so.2 ${INSTALLDIR}/Reader8/Reader/intellinux/lib/libcups.so
 	fi
 
@@ -218,8 +216,8 @@
 				cat > /etc/gre.d/gre.conf <<-EOF
 					GRE_PATH=${lib}
 				EOF
-				einfo "Acrobat Reader depends on libgtkembedmoz.so, which I've found"
-				einfo "on your system in ${lib}, and configured in /etc/gre.d/gre.conf"
+				elog "Acrobat Reader depends on libgtkembedmoz.so, which I've found"
+				elog "on your system in ${lib}, and configured in /etc/gre.d/gre.conf"
 				break # don't search any more libraries
 			fi
 		done



1.103                app-text/acroread/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/acroread/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/acroread/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/acroread/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	28 Sep 2007 18:05:43 -0000	1.102
+++ ChangeLog	14 Jan 2008 23:24:05 -0000	1.103
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/acroread
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.102 2007/09/28 18:05:43 kevquinn Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.103 2008/01/14 23:24:05 tgurr Exp $
+
+  14 Jan 2008; Timo Gurr <tgurr@gentoo.org> acroread-8.1.1.ebuild:
+  Enable more languages, fix some quoting. Still more work on it needed though.
 
   28 Sep 2007; Kevin F. Quinn <kevquinn@gentoo.org> acroread-8.1.1.ebuild:
   Use XULRunner if available; also set /etc/gre.d/gre.conf for mozilla-firefox



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-01-14 23:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-14 23:24 Timo Gurr (tgurr) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-28 18:05 [gentoo-commits] gentoo-x86 commit in app-text/acroread: acroread-8.1.1.ebuild ChangeLog Kevin F. Quinn (kevquinn)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JEYez-00042N-Nj@stork.gentoo.org \
    --to=tgurr@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox