* [gentoo-commits] gentoo-x86 commit in x11-plugins/noscript: ChangeLog noscript-1.2.ebuild
@ 2007-12-31 18:34 Raul Porcel (armin76)
0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-31 18:34 UTC (permalink / raw
To: gentoo-commits
armin76 07/12/31 18:34:54
Modified: ChangeLog
Added: noscript-1.2.ebuild
Log:
Version bump
(Portage version: 2.1.3.19)
Revision Changes Path
1.81 x11-plugins/noscript/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 19 Dec 2007 12:56:06 -0000 1.80
+++ ChangeLog 31 Dec 2007 18:34:54 -0000 1.81
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/noscript
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.80 2007/12/19 12:56:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.81 2007/12/31 18:34:54 armin76 Exp $
+
+*noscript-1.2 (31 Dec 2007)
+
+ 31 Dec 2007; Raúl Porcel <armin76@gentoo.org> +noscript-1.2.ebuild:
+ Version bump
*noscript-1.1.9.6 (19 Dec 2007)
1.1 x11-plugins/noscript/noscript-1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?rev=1.1&content-type=text/plain
Index: noscript-1.2.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v 1.1 2007/12/31 18:34:54 armin76 Exp $
inherit mozextension multilib
DESCRIPTION="Firefox plugin to disable javascript"
HOMEPAGE="http://noscript.net/"
SRC_URI="http://software.informaction.com/data/releases/${P}.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}".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}"/"${P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}"/"${P}"
fi
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/noscript: ChangeLog noscript-1.2.ebuild
@ 2008-01-29 1:33 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2008-01-29 1:33 UTC (permalink / raw
To: gentoo-commits
ranger 08/01/29 01:33:06
Modified: ChangeLog noscript-1.2.ebuild
Log:
Marking noscript-1.2 ppc64 for bug 207948
(Portage version: 2.1.3.19)
Revision Changes Path
1.85 x11-plugins/noscript/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 28 Jan 2008 19:44:57 -0000 1.84
+++ ChangeLog 29 Jan 2008 01:33:06 -0000 1.85
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/noscript
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.84 2008/01/28 19:44:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.85 2008/01/29 01:33:06 ranger Exp $
+
+ 29 Jan 2008; Brent Baude <ranger@gentoo.org> noscript-1.2.ebuild:
+ Marking noscript-1.2 ppc64 for bug 207948
*noscript-1.3.1 (28 Jan 2008)
1.3 x11-plugins/noscript/noscript-1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?r1=1.2&r2=1.3
Index: noscript-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- noscript-1.2.ebuild 28 Jan 2008 19:44:57 -0000 1.2
+++ noscript-1.2.ebuild 29 Jan 2008 01:33:06 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v 1.2 2008/01/28 19:44:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v 1.3 2008/01/29 01:33:06 ranger Exp $
inherit mozextension multilib
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 sparc x86"
IUSE=""
RDEPEND="|| (
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/noscript: ChangeLog noscript-1.2.ebuild
@ 2008-01-29 2:53 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2008-01-29 2:53 UTC (permalink / raw
To: gentoo-commits
jer 08/01/29 02:53:48
Modified: ChangeLog noscript-1.2.ebuild
Log:
Stable for HPPA (bug #207948).
(Portage version: 2.1.4)
Revision Changes Path
1.86 x11-plugins/noscript/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 29 Jan 2008 01:33:06 -0000 1.85
+++ ChangeLog 29 Jan 2008 02:53:47 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/noscript
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.85 2008/01/29 01:33:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.86 2008/01/29 02:53:47 jer Exp $
+
+ 29 Jan 2008; Jeroen Roovers <jer@gentoo.org> noscript-1.2.ebuild:
+ Stable for HPPA (bug #207948).
29 Jan 2008; Brent Baude <ranger@gentoo.org> noscript-1.2.ebuild:
Marking noscript-1.2 ppc64 for bug 207948
1.4 x11-plugins/noscript/noscript-1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?r1=1.3&r2=1.4
Index: noscript-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- noscript-1.2.ebuild 29 Jan 2008 01:33:06 -0000 1.3
+++ noscript-1.2.ebuild 29 Jan 2008 02:53:47 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v 1.3 2008/01/29 01:33:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v 1.4 2008/01/29 02:53:47 jer Exp $
inherit mozextension multilib
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ppc64 sparc x86"
IUSE=""
RDEPEND="|| (
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/noscript: ChangeLog noscript-1.2.ebuild
@ 2008-01-29 16:56 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-01-29 16:56 UTC (permalink / raw
To: gentoo-commits
nixnut 08/01/29 16:56:39
Modified: ChangeLog noscript-1.2.ebuild
Log:
Stable on ppc wrt bug 207948
(Portage version: 2.1.4)
Revision Changes Path
1.87 x11-plugins/noscript/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 29 Jan 2008 02:53:47 -0000 1.86
+++ ChangeLog 29 Jan 2008 16:56:38 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/noscript
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.86 2008/01/29 02:53:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.87 2008/01/29 16:56:38 nixnut Exp $
+
+ 29 Jan 2008; nixnut <nixnut@gentoo.org> noscript-1.2.ebuild:
+ Stable on ppc wrt bug 207948
29 Jan 2008; Jeroen Roovers <jer@gentoo.org> noscript-1.2.ebuild:
Stable for HPPA (bug #207948).
1.5 x11-plugins/noscript/noscript-1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?r1=1.4&r2=1.5
Index: noscript-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- noscript-1.2.ebuild 29 Jan 2008 02:53:47 -0000 1.4
+++ noscript-1.2.ebuild 29 Jan 2008 16:56:38 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v 1.4 2008/01/29 02:53:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v 1.5 2008/01/29 16:56:38 nixnut Exp $
inherit mozextension multilib
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
RDEPEND="|| (
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-01-29 16:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 2:53 [gentoo-commits] gentoo-x86 commit in x11-plugins/noscript: ChangeLog noscript-1.2.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2008-01-29 16:56 Gysbert Wassenaar (nixnut)
2008-01-29 1:33 Brent Baude (ranger)
2007-12-31 18:34 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