[or-cvs] r15671: refcontrol 0.8.11 (incognito/trunk/portage.overlay/x11-plugins/refcontrol)
anonym at seul.org
anonym at seul.org
Sat Jul 5 15:06:52 UTC 2008
Author: anonym
Date: 2008-07-05 11:06:51 -0400 (Sat, 05 Jul 2008)
New Revision: 15671
Added:
incognito/trunk/portage.overlay/x11-plugins/refcontrol/refcontrol-0.8.11.ebuild
Removed:
incognito/trunk/portage.overlay/x11-plugins/refcontrol/refcontrol-0.8.10.ebuild
Modified:
incognito/trunk/portage.overlay/x11-plugins/refcontrol/Manifest
Log:
refcontrol 0.8.11
Modified: incognito/trunk/portage.overlay/x11-plugins/refcontrol/Manifest
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/refcontrol/Manifest 2008-07-05 15:05:55 UTC (rev 15670)
+++ incognito/trunk/portage.overlay/x11-plugins/refcontrol/Manifest 2008-07-05 15:06:51 UTC (rev 15671)
@@ -1,3 +1,3 @@
AUX chrome.manifest 1302 RMD160 bf669635a9cbeaa5ca94aad76ac393181bd32a14 SHA1 be59b36b0e5987a5bf069646d3be7a7229cb82b5 SHA256 01b2789b44b8c46917a2f94bdb2a492e3277c89fcd9862b9cd51b33b0dd598de
-DIST refcontrol-0.8.10-fx.xpi 31161 RMD160 d84bb9f33dc85ffb725a2c8062cec38c70574ef2 SHA1 5eab4f4ceafe51b2ce6127658faa8157ae946303 SHA256 18f29dfb9a1f7cf3ec9a8b21176c5f71bbd1a7c893d4c785f3d8607ffa5ec4b6
-EBUILD refcontrol-0.8.10.ebuild 1020 RMD160 2690c147df2d5d1ef7b5a7ff0a1588c8eb5559a5 SHA1 dd609c5f78c156f8afbfa23cd119113f02a7b7f0 SHA256 468606c4bc0e2ef1fa849d3a4b70bb68d714a529a27c18e6c371a46275368a90
+DIST refcontrol-0.8.11-fx.xpi 33443 RMD160 a1ca2985116c3cd1d267a4f208608b3b3e91a72a SHA1 50ad23b700e0b5b50b1a9b7ce6f2a0fb58e81e94 SHA256 b34552ddc5c8f731a4713b7d7b9f8b5d941309145ab2b41f03f84f9e025d80e4
+EBUILD refcontrol-0.8.11.ebuild 1020 RMD160 2690c147df2d5d1ef7b5a7ff0a1588c8eb5559a5 SHA1 dd609c5f78c156f8afbfa23cd119113f02a7b7f0 SHA256 468606c4bc0e2ef1fa849d3a4b70bb68d714a529a27c18e6c371a46275368a90
Deleted: incognito/trunk/portage.overlay/x11-plugins/refcontrol/refcontrol-0.8.10.ebuild
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/refcontrol/refcontrol-0.8.10.ebuild 2008-07-05 15:05:55 UTC (rev 15670)
+++ incognito/trunk/portage.overlay/x11-plugins/refcontrol/refcontrol-0.8.10.ebuild 2008-07-05 15:06:51 UTC (rev 15671)
@@ -1,38 +0,0 @@
-# Distributed under the terms of the GNU General Public License v2
-
-inherit mozextension multilib
-
-DESCRIPTION="Firefox extension to control what gets sent as the HTTP Referer on a per-site basis."
-HOMEPAGE="http://www.stardrifter.org/refcontrol/"
-SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/953/${P}-fx.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 "${P}-fx.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"
- elif has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
- MOZILLA_FIVE_HOME="/opt/firefox"
- fi
-
- xpi_install "${S}"/"${P}-fx"
- insinto "${MOZILLA_FIVE_HOME}/extensions/{455D905A-D37C-4643-A9E2-F6FEFAA0424A}"
- doins "${FILESDIR}/chrome.manifest"
-}
Copied: incognito/trunk/portage.overlay/x11-plugins/refcontrol/refcontrol-0.8.11.ebuild (from rev 14941, incognito/trunk/portage.overlay/x11-plugins/refcontrol/refcontrol-0.8.10.ebuild)
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/refcontrol/refcontrol-0.8.11.ebuild (rev 0)
+++ incognito/trunk/portage.overlay/x11-plugins/refcontrol/refcontrol-0.8.11.ebuild 2008-07-05 15:06:51 UTC (rev 15671)
@@ -0,0 +1,38 @@
+# Distributed under the terms of the GNU General Public License v2
+
+inherit mozextension multilib
+
+DESCRIPTION="Firefox extension to control what gets sent as the HTTP Referer on a per-site basis."
+HOMEPAGE="http://www.stardrifter.org/refcontrol/"
+SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/953/${P}-fx.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 "${P}-fx.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"
+ elif has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
+ MOZILLA_FIVE_HOME="/opt/firefox"
+ fi
+
+ xpi_install "${S}"/"${P}-fx"
+ insinto "${MOZILLA_FIVE_HOME}/extensions/{455D905A-D37C-4643-A9E2-F6FEFAA0424A}"
+ doins "${FILESDIR}/chrome.manifest"
+}
More information about the tor-commits
mailing list