diff options
author | 2007-01-27 23:05:45 +0000 | |
---|---|---|
committer | 2007-01-27 23:05:45 +0000 | |
commit | e9b58e8bc32178fb2f593ab26a71691d2e678acd (patch) | |
tree | c5869abfb34813121a92931b0453f3590a3bb38b /dev-util/netbeans/files | |
parent | Version Bump. (diff) | |
download | historical-e9b58e8bc32178fb2f593ab26a71691d2e678acd.tar.gz historical-e9b58e8bc32178fb2f593ab26a71691d2e678acd.tar.bz2 historical-e9b58e8bc32178fb2f593ab26a71691d2e678acd.zip |
House cleaning, removed older versions
Package-Manager: portage-2.1.2-r1
Diffstat (limited to 'dev-util/netbeans/files')
12 files changed, 0 insertions, 252 deletions
diff --git a/dev-util/netbeans/files/4.0/startscript.sh b/dev-util/netbeans/files/4.0/startscript.sh deleted file mode 100644 index 8fe13cc00b01..000000000000 --- a/dev-util/netbeans/files/4.0/startscript.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -check_symlinks() { - for file in `find ${1} -type l` ; do - - if ! test -e ${file} ; then - echo "Broken symlink:" - echo "${file}" - fi - - done -} - -NBDIR="/usr/share/netbeans-4.0" - -check_symlinks ${NBDIR}/ide4/modules/ext -check_symlinks ${NBDIR}/ide4/modules/autoload/ext -check_symlinks ${NBDIR}/ide4/config/TagLibraries/JSTL11 -check_symlinks ${NBDIR}/platform4/modules/ext - -${NBDIR}/bin/netbeans diff --git a/dev-util/netbeans/files/5.5/deps-txt.patch b/dev-util/netbeans/files/5.5/deps-txt.patch deleted file mode 100644 index 0307ecf40c60..000000000000 --- a/dev-util/netbeans/files/5.5/deps-txt.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ide/golden/deps.txt 2006-10-03 02:31:07.000000000 +0200 -+++ deps.txt 2006-10-08 22:57:14.000000000 +0200 -@@ -2145,8 +2145,6 @@ - REQUIRES org.openide.text (platform) - REQUIRES org.openide.util (platform) - REQUIRES org.openide.windows (platform) --MODULE org.netbeans.modules.tomcat5.bundled/1 (j2ee) -- REQUIRES org.netbeans.modules.tomcat5/1 (j2ee) - MODULE org.netbeans.modules.updatecenters/1 (nb) - REQUIRES org.netbeans.modules.autoupdate/1 (platform) - REQUIRES org.openide.modules.ModuleFormat1 diff --git a/dev-util/netbeans/files/5.5/jdbcstorage-build.xml-comments.patch b/dev-util/netbeans/files/5.5/jdbcstorage-build.xml-comments.patch deleted file mode 100644 index 500173aeb3cc..000000000000 --- a/dev-util/netbeans/files/5.5/jdbcstorage-build.xml-comments.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -ur netbeans-src.old/mdr/extras/jdbcstorage/build.xml netbeans-src/mdr/extras/jdbcstorage/build.xml ---- netbeans-src.old/mdr/extras/jdbcstorage/build.xml 2006-12-06 23:46:13.000000000 +0200 -+++ netbeans-src/mdr/extras/jdbcstorage/build.xml 2006-12-06 23:53:28.000000000 +0200 -@@ -1,20 +1,22 @@ - <?xml version="1.0" encoding="UTF-8"?> - --<!-- The contents of this file are subject to the terms of the Common Development --<!-- and Distribution License (the License). You may not use this file except in --<!-- compliance with the License. -- --<!-- You can obtain a copy of the License at http://www.netbeans.org/cddl.html --<!-- or http://www.netbeans.org/cddl.txt. - <!-- --<!-- When distributing Covered Code, include this CDDL Header Notice in each file --<!-- and include the License file at http://www.netbeans.org/cddl.txt. --<!-- If applicable, add the following below the CDDL Header, with the fields --<!-- enclosed by brackets [] replaced by your own identifying information: --<!-- "Portions Copyrighted [year] [name of copyright owner]" -+ -+The contents of this file are subject to the terms of the Common Development -+and Distribution License (the License). You may not use this file except in -+compliance with the License. -+ -+You can obtain a copy of the License at http://www.netbeans.org/cddl.html -+or http://www.netbeans.org/cddl.txt. -+ -+When distributing Covered Code, include this CDDL Header Notice in each file -+and include the License file at http://www.netbeans.org/cddl.txt. -+If applicable, add the following below the CDDL Header, with the fields -+enclosed by brackets [] replaced by your own identifying information: -+"Portions Copyrighted [year] [name of copyright owner]" - - The Original Software is NetBeans. The Initial Developer of the Original --<!-- Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun -+Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun - Microsystems, Inc. All Rights Reserved. - --> - diff --git a/dev-util/netbeans/files/5.5/mdr_extras_jdbcstorage_build.xml.patch b/dev-util/netbeans/files/5.5/mdr_extras_jdbcstorage_build.xml.patch deleted file mode 100644 index 29de4607eeba..000000000000 --- a/dev-util/netbeans/files/5.5/mdr_extras_jdbcstorage_build.xml.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- netbeans-src/mdr/extras/jdbcstorage/build.xml 2006-10-05 16:58:43.000000000 +1300 -+++ netbeans-src/mdr/extras/jdbcstorage/build-new.xml 2006-10-05 17:09:48.000000000 +1300 -@@ -1,20 +1,20 @@ - <?xml version="1.0" encoding="UTF-8"?> - - <!-- The contents of this file are subject to the terms of the Common Development --<!-- and Distribution License (the License). You may not use this file except in --<!-- compliance with the License. -+ and Distribution License (the License). You may not use this file except in -+ compliance with the License. - --<!-- You can obtain a copy of the License at http://www.netbeans.org/cddl.html --<!-- or http://www.netbeans.org/cddl.txt. --<!-- --<!-- When distributing Covered Code, include this CDDL Header Notice in each file --<!-- and include the License file at http://www.netbeans.org/cddl.txt. --<!-- If applicable, add the following below the CDDL Header, with the fields --<!-- enclosed by brackets [] replaced by your own identifying information: --<!-- "Portions Copyrighted [year] [name of copyright owner]" -+ You can obtain a copy of the License at http://www.netbeans.org/cddl.html -+ or http://www.netbeans.org/cddl.txt. -+ -+ When distributing Covered Code, include this CDDL Header Notice in each file -+ and include the License file at http://www.netbeans.org/cddl.txt. -+ If applicable, add the following below the CDDL Header, with the fields -+ enclosed by brackets [] replaced by your own identifying information: -+ "Portions Copyrighted [year] [name of copyright owner]" - - The Original Software is NetBeans. The Initial Developer of the Original --<!-- Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun -+ Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun - Microsystems, Inc. All Rights Reserved. - --> - diff --git a/dev-util/netbeans/files/5.5/mdr_extras_mdrant_build.xml.patch b/dev-util/netbeans/files/5.5/mdr_extras_mdrant_build.xml.patch deleted file mode 100644 index 53c2e76ab3bc..000000000000 --- a/dev-util/netbeans/files/5.5/mdr_extras_mdrant_build.xml.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- build.ns-src/mdr/extras/mdrant/build.xml 2006-10-05 17:19:25.000000000 +1300 -+++ netbeans-src/mdr/extras/mdrant/build-new.xml 2006-10-05 17:43:31.000000000 +1300 -@@ -1,20 +1,20 @@ - <?xml version="1.0" encoding="UTF-8"?> - - <!-- The contents of this file are subject to the terms of the Common Development --<!-- and Distribution License (the License). You may not use this file except in --<!-- compliance with the License. -+ and Distribution License (the License). You may not use this file except in -+ compliance with the License. - --<!-- You can obtain a copy of the License at http://www.netbeans.org/cddl.html --<!-- or http://www.netbeans.org/cddl.txt. --<!-- --<!-- When distributing Covered Code, include this CDDL Header Notice in each file --<!-- and include the License file at http://www.netbeans.org/cddl.txt. --<!-- If applicable, add the following below the CDDL Header, with the fields --<!-- enclosed by brackets [] replaced by your own identifying information: --<!-- "Portions Copyrighted [year] [name of copyright owner]" -+ You can obtain a copy of the License at http://www.netbeans.org/cddl.html -+ or http://www.netbeans.org/cddl.txt. -+ -+ When distributing Covered Code, include this CDDL Header Notice in each file -+ and include the License file at http://www.netbeans.org/cddl.txt. -+ If applicable, add the following below the CDDL Header, with the fields -+ enclosed by brackets [] replaced by your own identifying information: -+ "Portions Copyrighted [year] [name of copyright owner]" - - The Original Software is NetBeans. The Initial Developer of the Original --<!-- Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun -+ Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun - Microsystems, Inc. All Rights Reserved. - --> - diff --git a/dev-util/netbeans/files/5.5/mdrant-build.xml-comments.patch b/dev-util/netbeans/files/5.5/mdrant-build.xml-comments.patch deleted file mode 100644 index 36e9ad19aa8a..000000000000 --- a/dev-util/netbeans/files/5.5/mdrant-build.xml-comments.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -ur netbeans-src.old/mdr/extras/mdrant/build.xml netbeans-src/mdr/extras/mdrant/build.xml ---- netbeans-src.old/mdr/extras/mdrant/build.xml 2006-12-07 00:14:08.000000000 +0200 -+++ netbeans-src/mdr/extras/mdrant/build.xml 2006-12-07 00:18:35.000000000 +0200 -@@ -1,20 +1,21 @@ - <?xml version="1.0" encoding="UTF-8"?> - --<!-- The contents of this file are subject to the terms of the Common Development --<!-- and Distribution License (the License). You may not use this file except in --<!-- compliance with the License. -- --<!-- You can obtain a copy of the License at http://www.netbeans.org/cddl.html --<!-- or http://www.netbeans.org/cddl.txt. - <!-- --<!-- When distributing Covered Code, include this CDDL Header Notice in each file --<!-- and include the License file at http://www.netbeans.org/cddl.txt. --<!-- If applicable, add the following below the CDDL Header, with the fields --<!-- enclosed by brackets [] replaced by your own identifying information: --<!-- "Portions Copyrighted [year] [name of copyright owner]" -+The contents of this file are subject to the terms of the Common Development -+and Distribution License (the License). You may not use this file except in -+compliance with the License. -+ -+You can obtain a copy of the License at http://www.netbeans.org/cddl.html -+or http://www.netbeans.org/cddl.txt. -+ -+When distributing Covered Code, include this CDDL Header Notice in each file -+and include the License file at http://www.netbeans.org/cddl.txt. -+If applicable, add the following below the CDDL Header, with the fields -+enclosed by brackets [] replaced by your own identifying information: -+"Portions Copyrighted [year] [name of copyright owner]" - - The Original Software is NetBeans. The Initial Developer of the Original --<!-- Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun -+Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun - Microsystems, Inc. All Rights Reserved. - --> - diff --git a/dev-util/netbeans/files/5.5/modules-txt.patch b/dev-util/netbeans/files/5.5/modules-txt.patch deleted file mode 100644 index 198e8155e369..000000000000 --- a/dev-util/netbeans/files/5.5/modules-txt.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ide/golden/modules.txt 2006-10-03 02:31:07.000000000 +0200 -+++ modules.txt 2006-10-08 22:35:13.000000000 +0200 -@@ -148,7 +148,6 @@ - MODULE org.netbeans.modules.tasklist.core/2 (ide) - MODULE org.netbeans.modules.tasklist.docscan/2 (ide) - MODULE org.netbeans.modules.tomcat5/1 (j2ee) --MODULE org.netbeans.modules.tomcat5.bundled/1 (j2ee) - MODULE org.netbeans.modules.updatecenters/1 (nb) - MODULE org.netbeans.modules.usersguide/1 (ide) - MODULE org.netbeans.modules.utilities/1 (ide) diff --git a/dev-util/netbeans/files/5.5/public-packages-txt.patch b/dev-util/netbeans/files/5.5/public-packages-txt.patch deleted file mode 100644 index b7e68f80ed09..000000000000 --- a/dev-util/netbeans/files/5.5/public-packages-txt.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- ide/golden/public-packages.txt 2006-05-09 04:48:57.000000000 -0400 -+++ netbeans-src/nbbuild/build/generated/public-packages.txt 2006-09-21 01:43:29.000000000 -0400 -@@ -77,6 +77,7 @@ - org.apache.xml.resolver.readers - org.apache.xml.resolver.tools - org.apache.xml.serialize -+org.apache.xmlcommons - org.jdesktop.layout - org.netbeans.api.db.explorer - org.netbeans.api.db.explorer.support -@@ -274,5 +275,14 @@ - org.openide.windows - org.openide.xml - org.openidex.search -+org.w3c.dom -+org.w3c.dom.css -+org.w3c.dom.events - org.w3c.dom.html - org.w3c.dom.ranges -+org.w3c.dom.stylesheets -+org.w3c.dom.traversal -+org.w3c.dom.views -+org.xml.sax -+org.xml.sax.ext -+org.xml.sax.helpers diff --git a/dev-util/netbeans/files/5.5/startscript.sh b/dev-util/netbeans/files/5.5/startscript.sh deleted file mode 100644 index 91d573a7c9d3..000000000000 --- a/dev-util/netbeans/files/5.5/startscript.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -check_symlinks() { - for file in `find ${1} -type l` ; do - - if ! test -e ${file} ; then - echo "Broken symlink:" - echo "${file}" - fi - - done -} - -NBDIR="/usr/share/netbeans-5.5" - -check_symlinks ${NBDIR}/ide7/modules/ext -check_symlinks ${NBDIR}/ide7/modules/autoload/ext -check_symlinks ${NBDIR}/enterprise3/config/TagLibraries/JSTL11 -check_symlinks ${NBDIR}/platform6/modules/ext - -${NBDIR}/bin/netbeans "$@" diff --git a/dev-util/netbeans/files/digest-netbeans-4.0-r2 b/dev-util/netbeans/files/digest-netbeans-4.0-r2 deleted file mode 100644 index 4600c47e6cfb..000000000000 --- a/dev-util/netbeans/files/digest-netbeans-4.0-r2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 c851459f64b3e8586b616463a1ad75e8 netbeans-4_0-docs-javadoc.tar.bz2 12728428 -RMD160 28ff8af7e3bfdd37c7bf8e51e380147e6ece539a netbeans-4_0-docs-javadoc.tar.bz2 12728428 -SHA256 8de56aafdd7943dde474b2f8e6cd3ac0442f1a7dd64632143b2c93e48cb23256 netbeans-4_0-docs-javadoc.tar.bz2 12728428 -MD5 a5488c563b93b3181cfeccbb67ee761c netbeans-4_0-src-ide_sources.tar.bz2 53877180 -RMD160 7720ef5d53869316437c35d3c54bd50fe2f58143 netbeans-4_0-src-ide_sources.tar.bz2 53877180 -SHA256 3d65584f74a43d4f4e3b41f85b1f719c4867488d91f31116ef3d5746dc4faf14 netbeans-4_0-src-ide_sources.tar.bz2 53877180 diff --git a/dev-util/netbeans/files/digest-netbeans-5.5 b/dev-util/netbeans/files/digest-netbeans-5.5 deleted file mode 100644 index 3851987fb154..000000000000 --- a/dev-util/netbeans/files/digest-netbeans-5.5 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 72c8b1462df3a642285e2b4c9b197e82 netbeans-5.5-files-layout-txt.patch.bz2 2543 -RMD160 7650d3ede210872779164d78c0624468e29da9e8 netbeans-5.5-files-layout-txt.patch.bz2 2543 -SHA256 311b21d53b5f27b9c12d9139157179d908ae3c1a57a6f2adb46cbd1f4ddfc81a netbeans-5.5-files-layout-txt.patch.bz2 2543 -MD5 de16a300f772af6b7d29a9d8ddf5a043 netbeans-5_5-ide_sources.tar.bz2 109745446 -RMD160 075f33dbbc666ee00dc8b25281a43dcf49d84247 netbeans-5_5-ide_sources.tar.bz2 109745446 -SHA256 ee521fa4a4807cc41b567ff6bff6d927a61415a4246fd4e6cc24f511b5827999 netbeans-5_5-ide_sources.tar.bz2 109745446 -MD5 4adaf6574008cc05bc04585bdbcc887e netbeans-5_5-javadoc.tar.bz2 11345846 -RMD160 745641defdb56f0e860e3c46f0275f3b44efe808 netbeans-5_5-javadoc.tar.bz2 11345846 -SHA256 50851849d0121e5ffa36cd5e3b9c366d40f9e2cdce4b58f030bb6716e3438c33 netbeans-5_5-javadoc.tar.bz2 11345846 diff --git a/dev-util/netbeans/files/digest-netbeans-5.5-r1 b/dev-util/netbeans/files/digest-netbeans-5.5-r1 deleted file mode 100644 index 219e4f0d5fa3..000000000000 --- a/dev-util/netbeans/files/digest-netbeans-5.5-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 de16a300f772af6b7d29a9d8ddf5a043 netbeans-5_5-ide_sources.tar.bz2 109745446 -RMD160 075f33dbbc666ee00dc8b25281a43dcf49d84247 netbeans-5_5-ide_sources.tar.bz2 109745446 -SHA256 ee521fa4a4807cc41b567ff6bff6d927a61415a4246fd4e6cc24f511b5827999 netbeans-5_5-ide_sources.tar.bz2 109745446 -MD5 4adaf6574008cc05bc04585bdbcc887e netbeans-5_5-javadoc.tar.bz2 11345846 -RMD160 745641defdb56f0e860e3c46f0275f3b44efe808 netbeans-5_5-javadoc.tar.bz2 11345846 -SHA256 50851849d0121e5ffa36cd5e3b9c366d40f9e2cdce4b58f030bb6716e3438c33 netbeans-5_5-javadoc.tar.bz2 11345846 |