public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild
@ 2007-10-27 21:51 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2007-10-27 21:51 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    07/10/27 21:51:39

  Modified:             mozilla-sunbird-0.7.ebuild
  Log:
  whitespace
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.2                  app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.1&r2=1.2

Index: mozilla-sunbird-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mozilla-sunbird-0.7.ebuild	26 Oct 2007 18:31:47 -0000	1.1
+++ mozilla-sunbird-0.7.ebuild	27 Oct 2007 21:51:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.1 2007/10/26 18:31:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.2 2007/10/27 21:51:38 mr_bones_ Exp $
 
 WANT_AUTOCONF="2.1"
 
@@ -183,7 +183,6 @@
 	touch "${D}${MOZILLA_FIVE_HOME}"/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
 	touch "${D}${MOZILLA_FIVE_HOME}"/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest
 
-
 	linguas
 	for X in ${linguas}; do
 		[[ ${X} != "en" ]] && xpi_install "${WORKDIR}"/"${P}-${X}"



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild
@ 2007-12-04 11:17 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-04 11:17 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/04 11:17:45

  Modified:             mozilla-sunbird-0.7.ebuild
  Log:
  cosmetics
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.6                  app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.5&r2=1.6

Index: mozilla-sunbird-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mozilla-sunbird-0.7.ebuild	4 Dec 2007 11:07:35 -0000	1.5
+++ mozilla-sunbird-0.7.ebuild	4 Dec 2007 11:17:44 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.5 2007/12/04 11:07:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.6 2007/12/04 11:17:44 armin76 Exp $
 
 WANT_AUTOCONF="2.1"
 
@@ -40,7 +40,7 @@
 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
 
 RDEPEND=">=www-client/mozilla-launcher-1.55
-	>=dev-libs/nss-3.11.5"
+	>=dev-libs/nss-3.11.7"
 
 S="${WORKDIR}/mozilla"
 
@@ -69,7 +69,7 @@
 				fi
 			done
 		fi
-		ewarn "Sorry, but mozilla-firefox does not support the ${LANG} LINGUA"
+		ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA"
 	done
 }
 
@@ -178,10 +178,10 @@
 	declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
 
 	# Most of the installation happens here
-	dodir "${MOZILLA_FIVE_HOME}"
-	cp -RL "${S}/dist/bin/"* "${D}${MOZILLA_FIVE_HOME}" || die "Copy of files failed"
-	touch "${D}${MOZILLA_FIVE_HOME}"/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
-	touch "${D}${MOZILLA_FIVE_HOME}"/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest
+	dodir ${MOZILLA_FIVE_HOME}
+	cp -RL "${S}"/dist/bin/* "${D}"${MOZILLA_FIVE_HOME} || die "Copy of files failed"
+	touch "${D}"${MOZILLA_FIVE_HOME}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
+	touch "${D}"${MOZILLA_FIVE_HOME}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest
 
 	linguas
 	for X in ${linguas}; do
@@ -192,13 +192,13 @@
 	if [[ -n ${LANG} && ${LANG} != "en" ]]; then
 		einfo "Setting default locale to ${LANG}"
 		dosed -e "s:general.useragent.locale\", \"en-US\":general.useragent.locale\", \"${LANG}\":" \
-			"${MOZILLA_FIVE_HOME}"/defaults/pref/sunbird.js \
-			"${MOZILLA_FIVE_HOME}"/defaults/pref/sunbird-l10n.js || \
+			${MOZILLA_FIVE_HOME}/defaults/pref/sunbird.js \
+			${MOZILLA_FIVE_HOME}/defaults/pref/sunbird-l10n.js || \
 			die "sed failed to change locale"
 	fi
 
 	# Create /usr/bin/sunbird
-	install_mozilla_launcher_stub sunbird "${MOZILLA_FIVE_HOME}"
+	install_mozilla_launcher_stub sunbird ${MOZILLA_FIVE_HOME}
 
 	# Install icon and .desktop for menu entry
 	if ! use bindist; then



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-04 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-27 21:51 [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-04 11:17 Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox