[or-cvs] r15211: Updated to NoScript 1.6.9. (incognito/trunk/portage.overlay/x11-plugins/noscript-bin)

anonym at seul.org anonym at seul.org
Fri Jun 13 12:43:59 UTC 2008


Author: anonym
Date: 2008-06-13 08:43:59 -0400 (Fri, 13 Jun 2008)
New Revision: 15211

Added:
   incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.6.9.ebuild
Removed:
   incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.6.8.ebuild
Modified:
   incognito/trunk/portage.overlay/x11-plugins/noscript-bin/Manifest
Log:
Updated to NoScript 1.6.9.


Modified: incognito/trunk/portage.overlay/x11-plugins/noscript-bin/Manifest
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/noscript-bin/Manifest	2008-06-13 12:43:08 UTC (rev 15210)
+++ incognito/trunk/portage.overlay/x11-plugins/noscript-bin/Manifest	2008-06-13 12:43:59 UTC (rev 15211)
@@ -1,2 +1,2 @@
-DIST noscript-1.6.5.xpi 278337 RMD160 c944cc652ac6324a7eee422f9752cd183d1855a8 SHA1 eff4ce3bc720d9b393b6994b5735286d8825fcf3 SHA256 b565502fa25f5f43eae4dec7de840f22beccb6805daaeac4f41a46de6108a6bc
-EBUILD noscript-bin-1.6.5.ebuild 944 RMD160 b7dfac2fda047891351aec71da88b43d493164cb SHA1 b8055d1be3006b4bb86c4a7f78a17a42cc4f637e SHA256 b417dd5ef94f58da35eec448dd7cd39d5cd6b54a2b4157e4925e6c0c29ccc741
+DIST noscript-1.6.9-fx+mz+sm.xpi 280258 RMD160 55c6c86c1e151c4bd369b577acc386c4ba0384d7 SHA1 61acaa2023d719511fd64a0ae076372d40269e49 SHA256 71d6200beb9b1e3a455cb334075ab9047388f2151e3b94b6519f9c231526baef
+EBUILD noscript-bin-1.6.9.ebuild 961 RMD160 26853e2040da25379727dcf8fa4709db171aae46 SHA1 d38d9b70907c6b9130794947f1e86f9cdbd5dc90 SHA256 a16b9ff92c40eec48217f9170b4a5f0e4164b57b951ace04a02814cced3ddc13

Deleted: incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.6.8.ebuild
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.6.8.ebuild	2008-06-13 12:43:08 UTC (rev 15210)
+++ incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.6.8.ebuild	2008-06-13 12:43:59 UTC (rev 15211)
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit mozextension multilib
-
-PACKAGE="noscript-${PV}"
-DESCRIPTION="Firefox plugin to disable javascript"
-HOMEPAGE="http://noscript.net/"
-SRC_URI="http://software.informaction.com/data/releases/${PACKAGE}.xpi"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="|| (
-	>=www-client/mozilla-firefox-bin-1.5.0.7
-	>=www-client/mozilla-firefox-1.5.0.7
-)"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}
-
-src_unpack() {
-	xpi_unpack "${PACKAGE}".xpi
-}
-
-src_install() {
-	declare MOZILLA_FIVE_HOME
-	if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
-		MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
-		xpi_install "${S}"/"${PACKAGE}"
-	fi
-	if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
-		MOZILLA_FIVE_HOME="/opt/firefox"
-		xpi_install "${S}"/"${PACKAGE}"
-	fi
-}

Copied: incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.6.9.ebuild (from rev 14941, incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.6.8.ebuild)
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.6.9.ebuild	                        (rev 0)
+++ incognito/trunk/portage.overlay/x11-plugins/noscript-bin/noscript-bin-1.6.9.ebuild	2008-06-13 12:43:59 UTC (rev 15211)
@@ -0,0 +1,38 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit mozextension multilib
+
+PACKAGE="noscript-${PV}-fx+mz+sm"
+DESCRIPTION="Firefox plugin to disable javascript"
+HOMEPAGE="http://noscript.net/"
+SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/722/${PACKAGE}.xpi"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="|| (
+	>=www-client/mozilla-firefox-bin-1.5.0.7
+	>=www-client/mozilla-firefox-1.5.0.7
+)"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}
+
+src_unpack() {
+	xpi_unpack "${PACKAGE}".xpi
+}
+
+src_install() {
+	declare MOZILLA_FIVE_HOME
+	if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
+		MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
+		xpi_install "${S}"/"${PACKAGE}"
+	fi
+	if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
+		MOZILLA_FIVE_HOME="/opt/firefox"
+		xpi_install "${S}"/"${PACKAGE}"
+	fi
+}



More information about the tor-commits mailing list