armin76 08/01/28 19:44:58
Modified: ChangeLog noscript-1.2.ebuild
Added: noscript-1.3.1.ebuild
Removed: noscript-1.1.8.3.ebuild noscript-1.1.9.ebuild
noscript-1.1.9.6.ebuild
Log:
alpha/ia64/sparc/x86 stable, version bump, remove old
(Portage version: 2.1.3.19)
Revision Changes Path
1.84 x11-plugins/noscript/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 15 Jan 2008 19:34:49 -0000 1.83
+++ ChangeLog 28 Jan 2008 19:44:57 -0000 1.84
@@ -1,6 +1,13 @@
# 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.83 2008/01/15 19:34:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.84 2008/01/28 19:44:57 armin76 Exp $
+
+*noscript-1.3.1 (28 Jan 2008)
+
+ 28 Jan 2008; Raúl Porcel <armin76@g.o> -noscript-1.1.8.3.ebuild,
+ -noscript-1.1.9.ebuild, -noscript-1.1.9.6.ebuild, noscript-1.2.ebuild,
+ +noscript-1.3.1.ebuild:
+ alpha/ia64/sparc/x86 stable, version bump, remove old
*noscript-1.2.9 (15 Jan 2008)
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild?r1=1.1&r2=1.2
Index: noscript-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- noscript-1.2.ebuild 31 Dec 2007 18:34:54 -0000 1.1
+++ noscript-1.2.ebuild 28 Jan 2008 19:44:57 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.1 2007/12/31 18:34:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.2.ebuild,v 1.2 2008/01/28 19:44:57 armin76 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="|| (
1.1 x11-plugins/noscript/noscript-1.3.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.3.1.ebuild?rev=1.1&content-type=text/plain
Index: noscript-1.3.1.ebuild
===================================================================
# 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.3.1.ebuild,v 1.1 2008/01/28 19:44:57 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@g.o mailing list
|