summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-05-17 22:09:39 +0100
committerJames Le Cuirot <chewi@gentoo.org>2016-05-17 22:36:53 +0100
commite839e9cfd9750a50fd522374d3e40d032607ae19 (patch)
treeb246e57687f804eb4bba81a8a14fa8aa0b7c8032 /dev-java/icedtea-web/files
parentvirtual/jre: 1.8.0-r1 stable on amd64 and x86 (#581876) (diff)
downloadgentoo-e839e9cfd9750a50fd522374d3e40d032607ae19.tar.gz
gentoo-e839e9cfd9750a50fd522374d3e40d032607ae19.tar.bz2
gentoo-e839e9cfd9750a50fd522374d3e40d032607ae19.zip
dev-java/icedtea-web: Remove old 1.5.1-r1
Closes bugs #569784, #581628. Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-java/icedtea-web/files')
-rw-r--r--dev-java/icedtea-web/files/README.gentoo21
-rw-r--r--dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch11
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-java/icedtea-web/files/README.gentoo b/dev-java/icedtea-web/files/README.gentoo
deleted file mode 100644
index 0b4b644d035d..000000000000
--- a/dev-java/icedtea-web/files/README.gentoo
+++ /dev/null
@@ -1,21 +0,0 @@
-Manage Plugin
--------------
-The IcedTea browser plugin (NPPlugin) can be enabled using
-eselect java-nsplugin.
-
-Select JVM
-----------
-IcedTea-Web (>=1.4) supports selecting the JVM to use for the plugin. Currently
-works for all IcedTea releases. The eselect module java-nsplugin in
->=eselect-java-0.1.0 added support for this.
-
-Per user configuration
-----------------------
-IcedTea-Web also supports per user configuration which takes precedence over the
-global choice of JVM managed by the java-nsplugin module. If you made use of
-itweb-settings as user to set a JVM for instance and want to give control back
-to java-nsplugin to manage the JVM to use run as your user:
-'sed -i -e "/^deployment.jre.dir=/d" ~/.icedtea/deployment.properties'
-
-Per user plugin selection via eselect java-nsplugin is a longstanding feature
-request. Bug 148632
diff --git a/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch b/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch
deleted file mode 100644
index 72ee9ebad585..000000000000
--- a/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am.orig 2014-08-14 12:15:46.000000000 +0200
-+++ Makefile.am 2014-11-01 23:09:49.543555638 +0100
-@@ -322,7 +322,7 @@
-
- $(PLUGIN_DIR)/$(BUILT_PLUGIN_LIBRARY): $(addprefix $(PLUGIN_DIR)/,$(PLUGIN_OBJECTS))
- cd $(PLUGIN_DIR) && \
-- $(CXX) $(CXXFLAGS) \
-+ $(CXX) $(CXXFLAGS) $(LDFLAGS) \
- $(PLUGIN_OBJECTS) \
- $(GLIB_LIBS) \
- $(MOZILLA_LIBS) \