diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-07-22 10:41:11 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2015-07-22 10:43:26 +0100 |
commit | 89703271afae457312d2dba4697bf48134c63c13 (patch) | |
tree | 3d0bc6175fadff0ce66cef4541c0b7a34dc0bb4f /dev-util | |
parent | Merge branch 'master' of git://anongit.gentoo.org/proj/java (diff) | |
download | java-89703271afae457312d2dba4697bf48134c63c13.tar.gz java-89703271afae457312d2dba4697bf48134c63c13.tar.bz2 java-89703271afae457312d2dba4697bf48134c63c13.zip |
Remove super ancient IntelliJ IDEA that is binary-only on x86 and
requires Java 1.5. Apparently newer versions can be found in other
overlays.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/idea/ChangeLog | 12 | ||||
-rw-r--r-- | dev-util/idea/Manifest | 2 | ||||
-rw-r--r-- | dev-util/idea/idea-6.0.2.ebuild | 69 | ||||
-rw-r--r-- | dev-util/idea/idea-6.0.4.ebuild | 69 | ||||
-rw-r--r-- | dev-util/idea/metadata.xml | 9 |
5 files changed, 0 insertions, 161 deletions
diff --git a/dev-util/idea/ChangeLog b/dev-util/idea/ChangeLog deleted file mode 100644 index 1edf8269..00000000 --- a/dev-util/idea/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -# ChangeLog for dev-util/idea -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 23 Jan 2009; Alistair Bush <ali_bush@gentoo.org> idea-6.0.2.ebuild, - idea-6.0.4.ebuild: - QA Fix licenses. - - 22 Jan 2009; Alistair Bush <ali_bush@gentoo.org> metadata.xml, - idea-6.0.2.ebuild, idea-6.0.4.ebuild: - QA Fixes. - diff --git a/dev-util/idea/Manifest b/dev-util/idea/Manifest deleted file mode 100644 index 713a66a9..00000000 --- a/dev-util/idea/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST idea-6.0.2.tar.gz 62215430 SHA256 925f3631364e099e2432267a210d21530d82de954670cf99a1894409f938f889 -DIST idea-6.0.4.tar.gz 62299105 SHA256 0a177adbd91ddf50bc6bd64cb8e3cb4288b71d39d947a5142fd973199e36639f diff --git a/dev-util/idea/idea-6.0.2.ebuild b/dev-util/idea/idea-6.0.2.ebuild deleted file mode 100644 index 28f24710..00000000 --- a/dev-util/idea/idea-6.0.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -BUILD=6107 - -S="${WORKDIR}/${PN}-${BUILD}" -DESCRIPTION="An intelligent Java IDE intensely focused on developer productivity." -HOMEPAGE="http://www.jetbrains.com/idea/index.html" -SRC_URI="http://download.jetbrains.com/${PN}/${P}.tar.gz" -SLOT="0" -LICENSE="|| ( - IntelliJ-IDEA-academic - IntelliJ-IDEA-classroom - IntelliJ-IDEA-commercial - IntelliJ-IDEA-opensource )" -KEYWORDS="~x86" -RESTRICT="mirror strip" -IUSE="eclipse" - -DEPEND="" -RDEPEND="=virtual/jdk-1.5*" - -QA_TEXTRELS_x86="opt/${P}/bin/libbreakgen.so" - -src_install () { - dodir /usr/bin - dodir /opt/${P}/ - dodir /usr/share/pixmaps - - insinto /opt/${P}/bin - - # Install executables - insopts -m0755 - doins bin/idea.sh bin/inspect.sh - - # Install data files - insopts -m0644 - doins bin/appletviewer.policy bin/libbreakgen.so bin/log4j.dtd bin/log.xml - doins bin/libjniwrap.so bin/libp4api.so bin/libyjpagent.so - doins bin/idea.vmoptions bin/idea.properties - insinto /opt/${P} - doins -r help lib plugins redist license - use eclipse && doins -r eclipsePlugin - - # Install pixmaps - insinto /usr/share/pixmaps - doins bin/*.png - - # Install documentation - dodoc *.txt - - # Launchers are necessary as IDEA depends on the fact being called from its - # homedir. - for i in idea inspect; do - cat >"${D}/opt/${P}/bin/$i-run.sh" <<-EOF -#!/bin/sh -export IDEA_JDK=\`java-config -O\` -/opt/${P}/bin/$i.sh \$@ -EOF - fperms 755 /opt/${P}/bin/$i-run.sh - - ln -s "${D}/opt/${P}/bin/$i-run.sh" "${D}/usr/bin/$i" - done - - make_desktop_entry idea "Intellij IDEA" idea32.png "Development;IDE" -} diff --git a/dev-util/idea/idea-6.0.4.ebuild b/dev-util/idea/idea-6.0.4.ebuild deleted file mode 100644 index 1471088a..00000000 --- a/dev-util/idea/idea-6.0.4.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -BUILD=6148 - -S="${WORKDIR}/${PN}-${BUILD}" -DESCRIPTION="An intelligent Java IDE intensely focused on developer productivity." -HOMEPAGE="http://www.jetbrains.com/idea/index.html" -SRC_URI="http://download.jetbrains.com/${PN}/${P}.tar.gz" -SLOT="0" -LICENSE="|| ( - IntelliJ-IDEA-academic - IntelliJ-IDEA-classroom - IntelliJ-IDEA-commercial - IntelliJ-IDEA-opensource )" -KEYWORDS="~amd64 ~x86" -RESTRICT="mirror strip" -IUSE="eclipse" - -DEPEND="" -RDEPEND="=virtual/jdk-1.5*" - -QA_TEXTRELS_x86="opt/${P}/bin/libbreakgen.so" - -src_install () { - dodir /usr/bin - dodir /opt/${P}/ - dodir /usr/share/pixmaps - - insinto /opt/${P}/bin - - # Install executables - insopts -m0755 - doins bin/idea.sh bin/inspect.sh - - # Install data files - insopts -m0644 - doins bin/appletviewer.policy bin/libbreakgen.so bin/log4j.dtd bin/log.xml - doins bin/libjniwrap.so bin/libp4api.so bin/libyjpagent.so - doins bin/idea.vmoptions bin/idea.properties - insinto /opt/${P} - doins -r help lib plugins redist license - use eclipse && doins -r eclipsePlugin - - # Install pixmaps - insinto /usr/share/pixmaps - doins bin/*.png - - # Install documentation - dodoc *.txt - - # Launchers are necessary as IDEA depends on the fact being called from its - # homedir. - for i in idea inspect; do - cat >"${D}/opt/${P}/bin/$i-run.sh" <<-EOF -#!/bin/sh -export IDEA_JDK=\`java-config -O\` -exec /opt/${P}/bin/$i.sh \$@ -EOF - fperms 755 /opt/${P}/bin/$i-run.sh - - ln -s "${D}/opt/${P}/bin/$i-run.sh" "${D}/usr/bin/$i" - done - - make_desktop_entry idea "Intellij IDEA" idea32.png "Development;IDE" -} diff --git a/dev-util/idea/metadata.xml b/dev-util/idea/metadata.xml deleted file mode 100644 index 532cd87c..00000000 --- a/dev-util/idea/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>java</herd> - <use> - <flag name="eclipse">TODO: Add support for eclipse?</flag> - </use> -</pkgmetadata> - |