summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-16 22:00:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-16 22:00:19 +0000
commit05756b74a6a5ee923728f2b211a80969f7d075e2 (patch)
tree295907068b7a017c0b8e2b0b10bd975b6090d738 /kde-base/nsplugins
parentStable on amd64 per bug #161640 (diff)
downloadgentoo-2-05756b74a6a5ee923728f2b211a80969f7d075e2.tar.gz
gentoo-2-05756b74a6a5ee923728f2b211a80969f7d075e2.tar.bz2
gentoo-2-05756b74a6a5ee923728f2b211a80969f7d075e2.zip
Bump to 3.5.6 (prerelease).
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/nsplugins')
-rw-r--r--kde-base/nsplugins/ChangeLog10
-rw-r--r--kde-base/nsplugins/files/digest-nsplugins-3.5.66
-rw-r--r--kde-base/nsplugins/nsplugins-3.5.6.ebuild22
3 files changed, 36 insertions, 2 deletions
diff --git a/kde-base/nsplugins/ChangeLog b/kde-base/nsplugins/ChangeLog
index cdec03a5e949..e9520bc10585 100644
--- a/kde-base/nsplugins/ChangeLog
+++ b/kde-base/nsplugins/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/nsplugins
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/nsplugins/ChangeLog,v 1.67 2006/12/11 12:05:39 kloeri Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/nsplugins/ChangeLog,v 1.68 2007/01/16 22:00:19 flameeyes Exp $
+
+*nsplugins-3.5.6 (16 Jan 2007)
+
+ 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ +nsplugins-3.5.6.ebuild:
+ Bump to 3.5.6 (prerelease).
11 Dec 2006; <kloeri@gentoo.org> nsplugins-3.5.5.ebuild:
Stable on ia64.
diff --git a/kde-base/nsplugins/files/digest-nsplugins-3.5.6 b/kde-base/nsplugins/files/digest-nsplugins-3.5.6
new file mode 100644
index 000000000000..7f2b669fe56f
--- /dev/null
+++ b/kde-base/nsplugins/files/digest-nsplugins-3.5.6
@@ -0,0 +1,6 @@
+MD5 420445e2dbddfd83ebc25e85a9b9cdda kdebase-3.5-patchset-03.tar.bz2 21409
+RMD160 941b919097d03347b10bccb51db2fa5e89d7ba16 kdebase-3.5-patchset-03.tar.bz2 21409
+SHA256 59c691754627f78daf7693e82496d808cf1cc31e2d6f32af829ec4ccfd776574 kdebase-3.5-patchset-03.tar.bz2 21409
+MD5 a53f589f58012e655a52220a6a151019 kdebase-3.5.6.tar.bz2 24155599
+RMD160 d3cbdcd148ea4c08d254f48faa10fc693517394c kdebase-3.5.6.tar.bz2 24155599
+SHA256 245b35f8b2e1533f9ae92b3b07bee5339a716dfb8db363d0126d2e7409b7bd7e kdebase-3.5.6.tar.bz2 24155599
diff --git a/kde-base/nsplugins/nsplugins-3.5.6.ebuild b/kde-base/nsplugins/nsplugins-3.5.6.ebuild
new file mode 100644
index 000000000000..a604cac49e71
--- /dev/null
+++ b/kde-base/nsplugins/nsplugins-3.5.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/nsplugins/nsplugins-3.5.6.ebuild,v 1.1 2007/01/16 22:00:19 flameeyes Exp $
+
+KMNAME=kdebase
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+SRC_URI="${SRC_URI}
+ mirror://gentoo/kdebase-3.5-patchset-03.tar.bz2"
+
+DESCRIPTION="Netscape plugins support for Konqueror."
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="kdehiddenvisibility"
+
+PATCHES="${FILESDIR}/${P}-npapi-64bit.patch"
+
+src_unpack() {
+ kde-meta_src_unpack
+ sed -i -e "s:SUBDIRS = viewer test:SUBDIRS = viewer:" ${S}/nsplugins/Makefile.am || die "sed failed"
+} \ No newline at end of file