diff options
Diffstat (limited to 'dev-util/eclipse')
| -rw-r--r-- | dev-util/eclipse/Manifest | 8 | ||||
| -rw-r--r-- | dev-util/eclipse/eclipse-4.14.ebuild | 63 | ||||
| -rw-r--r-- | dev-util/eclipse/eclipse-4.15.ebuild | 63 | ||||
| -rw-r--r-- | dev-util/eclipse/eclipse-4.16.ebuild | 63 | ||||
| -rw-r--r-- | dev-util/eclipse/eclipse-9999.ebuild | 63 | ||||
| -rw-r--r-- | dev-util/eclipse/files/eclipse.conf | 20 |
6 files changed, 0 insertions, 280 deletions
diff --git a/dev-util/eclipse/Manifest b/dev-util/eclipse/Manifest deleted file mode 100644 index 08f2a53f3487..000000000000 --- a/dev-util/eclipse/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -AUX eclipse.conf 861 BLAKE2B e131e7ae043910432d654da980681db54e59b07a708643874be4aba3e6a3acad35da9859c0e03fa7998f1ec25aad1dbcbd28419b559a2972fdb4ca88c34e418d SHA512 bdb9465bc15a1c5b16cae440a88201938e255e723977d623a87cdd876f4cb2624a2ae9c150b57adf33ac864715be26652f0d3d936e16f4a3ecb62ded4f520a9d -DIST eclipse-java-2019-12-R-linux-gtk-x86_64-4.14.tar.gz 206381762 BLAKE2B 4536ba7d2a6875420bbcbc2f66c5d7c8bedae9ec864e066bcdc27ba2c64f51fbf8c9187531373cacb83f7935f1209daac196646d0c3fe112f075651e4dfb9c92 SHA512 358d1c6c6900d3cfcf9d89a32228695206902297a7f74c440981660c7e4db810fae22e721e78b4d7df84b3bf951f91b1ba87dcd1fe9c7b00235b87f8633f4883 -DIST eclipse-java-2020-03-R-linux-gtk-x86_64-4.15.tar.gz 201754965 BLAKE2B aaf82de630bac3c0e0e097d0c78c4796a7913acf7824226c60d0c9dbc7c5f38fab874cbd30e059b3c87c10a605baa71423b6841ba5f99bf27e088e30fd507c88 SHA512 c9390723fe39e86c7c75fce130a2a46e75c43970e1d801b4025f969369dfe6ce75cb990f8208918a89c04f371300ec482ed8e4fd74ab28252219c64f0107e51c -DIST eclipse-java-2020-06-R-linux-gtk-x86_64-4.16.tar.gz 201754965 BLAKE2B aaf82de630bac3c0e0e097d0c78c4796a7913acf7824226c60d0c9dbc7c5f38fab874cbd30e059b3c87c10a605baa71423b6841ba5f99bf27e088e30fd507c88 SHA512 c9390723fe39e86c7c75fce130a2a46e75c43970e1d801b4025f969369dfe6ce75cb990f8208918a89c04f371300ec482ed8e4fd74ab28252219c64f0107e51c -EBUILD eclipse-4.14.ebuild 1535 BLAKE2B ba8021f4cc8daa48345195f4c61d0e9174f263d92f8ad17b30580843e874d8b8b47aefb05d8656f07925902665080aca2385daa5a864bed4103abea2c4f48716 SHA512 154e32febce92a2b6be74b7bbd1bd7278862c01a26dcf8690c0381b645893f1e83c3ffe2c7804b4a3d808f76f07ed633fa41e98b39d8389b8289bdce71851f74 -EBUILD eclipse-4.15.ebuild 1535 BLAKE2B ba8021f4cc8daa48345195f4c61d0e9174f263d92f8ad17b30580843e874d8b8b47aefb05d8656f07925902665080aca2385daa5a864bed4103abea2c4f48716 SHA512 154e32febce92a2b6be74b7bbd1bd7278862c01a26dcf8690c0381b645893f1e83c3ffe2c7804b4a3d808f76f07ed633fa41e98b39d8389b8289bdce71851f74 -EBUILD eclipse-4.16.ebuild 1535 BLAKE2B ba8021f4cc8daa48345195f4c61d0e9174f263d92f8ad17b30580843e874d8b8b47aefb05d8656f07925902665080aca2385daa5a864bed4103abea2c4f48716 SHA512 154e32febce92a2b6be74b7bbd1bd7278862c01a26dcf8690c0381b645893f1e83c3ffe2c7804b4a3d808f76f07ed633fa41e98b39d8389b8289bdce71851f74 -EBUILD eclipse-9999.ebuild 1535 BLAKE2B ba8021f4cc8daa48345195f4c61d0e9174f263d92f8ad17b30580843e874d8b8b47aefb05d8656f07925902665080aca2385daa5a864bed4103abea2c4f48716 SHA512 154e32febce92a2b6be74b7bbd1bd7278862c01a26dcf8690c0381b645893f1e83c3ffe2c7804b4a3d808f76f07ed633fa41e98b39d8389b8289bdce71851f74 diff --git a/dev-util/eclipse/eclipse-4.14.ebuild b/dev-util/eclipse/eclipse-4.14.ebuild deleted file mode 100644 index c3b3980afad9..000000000000 --- a/dev-util/eclipse/eclipse-4.14.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils xdg - -DESCRIPTION="Eclipse IDE" -HOMEPAGE="https://www.eclipse.org" -LICENSE="EPL-1.0" - -KEYWORDS="amd64" -SLOT="0" - -BDEPEND=" - app-arch/tar -" - -RDEPEND=" - !dev-util/eclipse-enterprise - virtual/jdk - x11-libs/gtk+:2 -" - -RESTRICT="strip" - -S=${WORKDIR}/eclipse - -SRC_URI_BASE="https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release" - -if [[ ${PV} == 4.16 ]]; then - SRC_URI="${SRC_URI_BASE}/2020-03/R/eclipse-java-2020-03-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2020-06-R-linux-gtk-x86_64-${PV}.tar.gz" -elif [[ ${PV} == 4.15 ]]; then - SRC_URI="${SRC_URI_BASE}/2020-03/R/eclipse-java-2020-03-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2020-03-R-linux-gtk-x86_64-${PV}.tar.gz" -elif [[ ${PV} == 4.14 ]]; then - SRC_URI="${SRC_URI_BASE}/2019-12/R/eclipse-java-2019-12-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2019-12-R-linux-gtk-x86_64-${PV}.tar.gz" -fi - -src_install() { - - insinto "/opt/${PN}" - doins -r * - - fperms 755 /opt/${PN}/${PN} - - dosym ../../opt/${PN}/${PN} /usr/bin/${PN} - - cp "${FILESDIR}/eclipse.conf" "${T}" - insinto "/etc" - newins "${T}/eclipse.conf" "eclipse.conf" - - newicon "icon.xpm" "${PN}.png" - make_desktop_entry "eclipse" "Eclipse" "${PN}" "Development;" -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_icon_cache_update -} diff --git a/dev-util/eclipse/eclipse-4.15.ebuild b/dev-util/eclipse/eclipse-4.15.ebuild deleted file mode 100644 index c3b3980afad9..000000000000 --- a/dev-util/eclipse/eclipse-4.15.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils xdg - -DESCRIPTION="Eclipse IDE" -HOMEPAGE="https://www.eclipse.org" -LICENSE="EPL-1.0" - -KEYWORDS="amd64" -SLOT="0" - -BDEPEND=" - app-arch/tar -" - -RDEPEND=" - !dev-util/eclipse-enterprise - virtual/jdk - x11-libs/gtk+:2 -" - -RESTRICT="strip" - -S=${WORKDIR}/eclipse - -SRC_URI_BASE="https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release" - -if [[ ${PV} == 4.16 ]]; then - SRC_URI="${SRC_URI_BASE}/2020-03/R/eclipse-java-2020-03-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2020-06-R-linux-gtk-x86_64-${PV}.tar.gz" -elif [[ ${PV} == 4.15 ]]; then - SRC_URI="${SRC_URI_BASE}/2020-03/R/eclipse-java-2020-03-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2020-03-R-linux-gtk-x86_64-${PV}.tar.gz" -elif [[ ${PV} == 4.14 ]]; then - SRC_URI="${SRC_URI_BASE}/2019-12/R/eclipse-java-2019-12-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2019-12-R-linux-gtk-x86_64-${PV}.tar.gz" -fi - -src_install() { - - insinto "/opt/${PN}" - doins -r * - - fperms 755 /opt/${PN}/${PN} - - dosym ../../opt/${PN}/${PN} /usr/bin/${PN} - - cp "${FILESDIR}/eclipse.conf" "${T}" - insinto "/etc" - newins "${T}/eclipse.conf" "eclipse.conf" - - newicon "icon.xpm" "${PN}.png" - make_desktop_entry "eclipse" "Eclipse" "${PN}" "Development;" -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_icon_cache_update -} diff --git a/dev-util/eclipse/eclipse-4.16.ebuild b/dev-util/eclipse/eclipse-4.16.ebuild deleted file mode 100644 index c3b3980afad9..000000000000 --- a/dev-util/eclipse/eclipse-4.16.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils xdg - -DESCRIPTION="Eclipse IDE" -HOMEPAGE="https://www.eclipse.org" -LICENSE="EPL-1.0" - -KEYWORDS="amd64" -SLOT="0" - -BDEPEND=" - app-arch/tar -" - -RDEPEND=" - !dev-util/eclipse-enterprise - virtual/jdk - x11-libs/gtk+:2 -" - -RESTRICT="strip" - -S=${WORKDIR}/eclipse - -SRC_URI_BASE="https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release" - -if [[ ${PV} == 4.16 ]]; then - SRC_URI="${SRC_URI_BASE}/2020-03/R/eclipse-java-2020-03-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2020-06-R-linux-gtk-x86_64-${PV}.tar.gz" -elif [[ ${PV} == 4.15 ]]; then - SRC_URI="${SRC_URI_BASE}/2020-03/R/eclipse-java-2020-03-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2020-03-R-linux-gtk-x86_64-${PV}.tar.gz" -elif [[ ${PV} == 4.14 ]]; then - SRC_URI="${SRC_URI_BASE}/2019-12/R/eclipse-java-2019-12-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2019-12-R-linux-gtk-x86_64-${PV}.tar.gz" -fi - -src_install() { - - insinto "/opt/${PN}" - doins -r * - - fperms 755 /opt/${PN}/${PN} - - dosym ../../opt/${PN}/${PN} /usr/bin/${PN} - - cp "${FILESDIR}/eclipse.conf" "${T}" - insinto "/etc" - newins "${T}/eclipse.conf" "eclipse.conf" - - newicon "icon.xpm" "${PN}.png" - make_desktop_entry "eclipse" "Eclipse" "${PN}" "Development;" -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_icon_cache_update -} diff --git a/dev-util/eclipse/eclipse-9999.ebuild b/dev-util/eclipse/eclipse-9999.ebuild deleted file mode 100644 index c3b3980afad9..000000000000 --- a/dev-util/eclipse/eclipse-9999.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils xdg - -DESCRIPTION="Eclipse IDE" -HOMEPAGE="https://www.eclipse.org" -LICENSE="EPL-1.0" - -KEYWORDS="amd64" -SLOT="0" - -BDEPEND=" - app-arch/tar -" - -RDEPEND=" - !dev-util/eclipse-enterprise - virtual/jdk - x11-libs/gtk+:2 -" - -RESTRICT="strip" - -S=${WORKDIR}/eclipse - -SRC_URI_BASE="https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release" - -if [[ ${PV} == 4.16 ]]; then - SRC_URI="${SRC_URI_BASE}/2020-03/R/eclipse-java-2020-03-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2020-06-R-linux-gtk-x86_64-${PV}.tar.gz" -elif [[ ${PV} == 4.15 ]]; then - SRC_URI="${SRC_URI_BASE}/2020-03/R/eclipse-java-2020-03-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2020-03-R-linux-gtk-x86_64-${PV}.tar.gz" -elif [[ ${PV} == 4.14 ]]; then - SRC_URI="${SRC_URI_BASE}/2019-12/R/eclipse-java-2019-12-R-linux-gtk-x86_64.tar.gz&r=1 -> eclipse-java-2019-12-R-linux-gtk-x86_64-${PV}.tar.gz" -fi - -src_install() { - - insinto "/opt/${PN}" - doins -r * - - fperms 755 /opt/${PN}/${PN} - - dosym ../../opt/${PN}/${PN} /usr/bin/${PN} - - cp "${FILESDIR}/eclipse.conf" "${T}" - insinto "/etc" - newins "${T}/eclipse.conf" "eclipse.conf" - - newicon "icon.xpm" "${PN}.png" - make_desktop_entry "eclipse" "Eclipse" "${PN}" "Development;" -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_icon_cache_update -} diff --git a/dev-util/eclipse/files/eclipse.conf b/dev-util/eclipse/files/eclipse.conf deleted file mode 100644 index 9e1dd4cec3a3..000000000000 --- a/dev-util/eclipse/files/eclipse.conf +++ /dev/null @@ -1,20 +0,0 @@ -# This file specifies some initial Eclipse settings, like memory allowed -# These settings only affect Eclipse startup and overall configuration -# Main Eclipse configuration should be done within Eclipse (with the GUI) - -# Following variables controls the minimal and maximum amounts of memory -# allocated to Eclipse (respectively). -# Increase those numbers if you get OutOfMemory errors. - -#ECLIPSE_XMS=128m -#ECLIPSE_XMX=256m - -# Following variables controls the minimal and maximum amounts of memory -# allocated to the permanent generation space. -# This space contains data related to all classes. -# Thus, if you use a lot of Eclipse plugins, it is recommended to uncomment -# these variables and even increase it, if you have enough RAM. -# Else you will get crashes related to OutOfMemory in PermGen exceptions. - -#ECLIPSE_PERMSIZE=64m -#ECLIPSE_MAX_PERMSIZE=128m |
