[or-cvs] r15165: Reverting to firegpg-0.4.8 due to some (probably) portage st (in incognito/trunk: . portage.overlay/x11-plugins/firegpg)

anonym at seul.org anonym at seul.org
Thu Jun 12 16:41:36 UTC 2008


Author: anonym
Date: 2008-06-12 12:41:36 -0400 (Thu, 12 Jun 2008)
New Revision: 15165

Added:
   incognito/trunk/portage.overlay/x11-plugins/firegpg/firegpg-0.4.8.ebuild
Removed:
   incognito/trunk/portage.overlay/x11-plugins/firegpg/firegpg-0.4.9.ebuild
Modified:
   incognito/trunk/ChangeLog
   incognito/trunk/portage.overlay/x11-plugins/firegpg/Manifest
Log:
Reverting to firegpg-0.4.8 due to some (probably) portage strangeness that installs 0.4.9 incorrectly.


Modified: incognito/trunk/ChangeLog
===================================================================
--- incognito/trunk/ChangeLog	2008-06-12 16:31:41 UTC (rev 15164)
+++ incognito/trunk/ChangeLog	2008-06-12 16:41:36 UTC (rev 15165)
@@ -5,7 +5,6 @@
 	  passwords safely on systems suspected of using a hardware keylogger.
 	- Firefox 2.0.0.14
 	- TorK 0.29
-	- FireGPG 0.4.9
 	- CS Lite 1.3.8
 	- NoScript 1.6.9
 	- ThunderPlunger 0.91

Modified: incognito/trunk/portage.overlay/x11-plugins/firegpg/Manifest
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/firegpg/Manifest	2008-06-12 16:31:41 UTC (rev 15164)
+++ incognito/trunk/portage.overlay/x11-plugins/firegpg/Manifest	2008-06-12 16:41:36 UTC (rev 15165)
@@ -1 +1 @@
-EBUILD firegpg-0.4.9.ebuild 1305 RMD160 7342893002e4b5b49ae32edf87922d92f364e5bc SHA1 f16fb5b1f0404cca404ce990dd239d0f0d7bf6a9 SHA256 17c8c9037f403842cf099838ee96431b29b5f427dd4801fcf2ae8c53269846c3
+EBUILD firegpg-0.4.8.ebuild 1305 RMD160 7342893002e4b5b49ae32edf87922d92f364e5bc SHA1 f16fb5b1f0404cca404ce990dd239d0f0d7bf6a9 SHA256 17c8c9037f403842cf099838ee96431b29b5f427dd4801fcf2ae8c53269846c3

Copied: incognito/trunk/portage.overlay/x11-plugins/firegpg/firegpg-0.4.8.ebuild (from rev 14941, incognito/trunk/portage.overlay/x11-plugins/firegpg/firegpg-0.4.9.ebuild)
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/firegpg/firegpg-0.4.8.ebuild	                        (rev 0)
+++ incognito/trunk/portage.overlay/x11-plugins/firegpg/firegpg-0.4.8.ebuild	2008-06-12 16:41:36 UTC (rev 15165)
@@ -0,0 +1,44 @@
+# Distributed under the terms of the GNU General Public License v2
+
+inherit subversion mozextension multilib
+
+DESCRIPTION="Firefox extension which brings an interface to encrypt, decrypt, sign or verify the signature of text in any web page using GnuPG."
+HOMEPAGE="http://firegpg.tuxfamily.org/"
+#SRC_URI="http://firegpg.tuxfamily.org/stable/${PN}.xpi"
+# We can get a specific release using SVN with a revision number since a version based .xpi is not available
+ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/firegpg/firegpg"
+ESVN_OPTIONS="-r 346"
+
+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
+)
+	app-crypt/gnupg"
+
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+	subversion_src_unpack
+	./build.sh
+	DISTDIR="${WORKDIR}/distdir"
+	mkdir -p "${DISTDIR}"
+	mv "${PN}.xpi" "${DISTDIR}/${P}-svn.xpi"
+	xpi_unpack "${P}-svn.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
+
+	DISTDIR="${WORKDIR}/distdir"
+	xpi_install "${WORKDIR}"/"${P}-svn"
+}

Deleted: incognito/trunk/portage.overlay/x11-plugins/firegpg/firegpg-0.4.9.ebuild
===================================================================
--- incognito/trunk/portage.overlay/x11-plugins/firegpg/firegpg-0.4.9.ebuild	2008-06-12 16:31:41 UTC (rev 15164)
+++ incognito/trunk/portage.overlay/x11-plugins/firegpg/firegpg-0.4.9.ebuild	2008-06-12 16:41:36 UTC (rev 15165)
@@ -1,44 +0,0 @@
-# Distributed under the terms of the GNU General Public License v2
-
-inherit subversion mozextension multilib
-
-DESCRIPTION="Firefox extension which brings an interface to encrypt, decrypt, sign or verify the signature of text in any web page using GnuPG."
-HOMEPAGE="http://firegpg.tuxfamily.org/"
-#SRC_URI="http://firegpg.tuxfamily.org/stable/${PN}.xpi"
-# We can get a specific release using SVN with a revision number since a version based .xpi is not available
-ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/firegpg/firegpg"
-ESVN_OPTIONS="-r 346"
-
-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
-)
-	app-crypt/gnupg"
-
-DEPEND="${RDEPEND}"
-
-src_unpack() {
-	subversion_src_unpack
-	./build.sh
-	DISTDIR="${WORKDIR}/distdir"
-	mkdir -p "${DISTDIR}"
-	mv "${PN}.xpi" "${DISTDIR}/${P}-svn.xpi"
-	xpi_unpack "${P}-svn.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
-
-	DISTDIR="${WORKDIR}/distdir"
-	xpi_install "${WORKDIR}"/"${P}-svn"
-}



More information about the tor-commits mailing list