public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuel Bernardo" <samuelbernardo.mail@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/ssnb:master commit in: sci-misc/rapidminer-studio/
Date: Thu,  3 Feb 2022 01:11:03 +0000 (UTC)	[thread overview]
Message-ID: <1643850649.6ebedf133420cbbe28a4a81b93af0709de06b836.samuelbernardo@gentoo> (raw)

commit:     6ebedf133420cbbe28a4a81b93af0709de06b836
Author:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Thu Feb  3 01:10:49 2022 +0000
Commit:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Thu Feb  3 01:10:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=6ebedf13

Remove obsolete rapidminer-studio

Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>

 sci-misc/rapidminer-studio/Manifest                |  4 --
 .../rapidminer-studio-7.5.3.ebuild                 | 57 ----------------------
 .../rapidminer-studio-8.1.1.ebuild                 | 57 ----------------------
 3 files changed, 118 deletions(-)

diff --git a/sci-misc/rapidminer-studio/Manifest b/sci-misc/rapidminer-studio/Manifest
deleted file mode 100644
index cbe73ff..0000000
--- a/sci-misc/rapidminer-studio/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST rapidminer-studio-7.5.3.zip 130651787 BLAKE2B 7f199c0d08115a8a27da0e1ef564d1eff5dd48f9b3d436a8a67e6f18f524b677b4f4482474bd2c744a36a6b354415a090511de89a39984bdf82f6213290322b8 SHA512 1742ac7ec1262a649e02b71a6ae6f9f82b5569608ea1262be786cf5db0c2ea0dfebae1a4391db873fa460c9403725390c24484a3c24ae258219a4084222157c7
-DIST rapidminer-studio-8.1.1.zip 138020790 BLAKE2B eb9262f404b4f8c29eb5bc527a7342b519c1a7b494c4950cf60af3e7753146e31e4c1fb9ac3d4c936d40b48fafb79de4c059fdf7911b73dec80155e541908f1d SHA512 2a7ee297947b12c2a2948f9f1216fbd47fe18354ad34d41a6be4204a7b2bf5cd2f57053d87589d097442670fcc7d0b504dd1399bb5e5abc918d5254ebede8bd2
-EBUILD rapidminer-studio-7.5.3.ebuild 1184 BLAKE2B 0eec1fd1b2f1f14ec6cb8a89528b866ab2319367074482e393fb09afb75cc79bf1c2df1ff7040801d5684112271a4e640dd454d2816ef2217444184c08700ffc SHA512 13f20c85e08d0629420d447481a9ea5b4e9b66d8312ed8da9f29958aede18d06a05504ad62130d72a7305e6a24b8d7ab7b2d36ec5424d605c941d9a4ad728cec
-EBUILD rapidminer-studio-8.1.1.ebuild 1184 BLAKE2B 0eec1fd1b2f1f14ec6cb8a89528b866ab2319367074482e393fb09afb75cc79bf1c2df1ff7040801d5684112271a4e640dd454d2816ef2217444184c08700ffc SHA512 13f20c85e08d0629420d447481a9ea5b4e9b66d8312ed8da9f29958aede18d06a05504ad62130d72a7305e6a24b8d7ab7b2d36ec5424d605c941d9a4ad728cec

diff --git a/sci-misc/rapidminer-studio/rapidminer-studio-7.5.3.ebuild b/sci-misc/rapidminer-studio/rapidminer-studio-7.5.3.ebuild
deleted file mode 100644
index faaf78a..0000000
--- a/sci-misc/rapidminer-studio/rapidminer-studio-7.5.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=6
-
-DESCRIPTION="RapidMiner Studio Free"
-HOMEPAGE="http://rapidminer.com/"
-SRC_URI="https://s3.amazonaws.com/rapidminer.releases/rapidminer-studio/${PV}/rapidminer-studio-${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-#RESTRICT="fetch"
-
-DEPEND=">=virtual/jdk-1.8"
-RDEPEND="${DEPEND}"
-
-#pkg_nofetch {
-#    einfo "Please download ${P}.zip from ${HOMEPAGE}"
-#	einfo "and place them in ${DISTDIR}"
-#}
-
-src_unpack() {
-	if [ "${A}" != "" ]; then
-		unpack ${A}
-	fi
-	ln -sf "$WORKDIR/rapidminer-studio" "$WORKDIR/$P"
-}
-
-src_configure() {
-	return
-}
-
-src_compile() {
-	return
-}
-
-src_install() {
-	local RAPIDDIR="opt/rapidminer/${PV}"
-	dodir "$RAPIDDIR"
-	cp -a "${S}/"* "${D}/${RAPIDDIR}"
-	cp "${FILESDIR}/rapidminer-studio-logo.png" "${D}/${RAPIDDIR}"
-	dodir usr/share/applications
-	cat <<DESKTOP > "$D/usr/share/applications/rapidminer-studio.desktop"
-[Desktop Entry]
-Name=RapidMiner Studio $PV
-Type=Application
-Comment=RapidMiner Studio
-Exec=/$RAPIDDIR/RapidMiner-Studio.sh
-Icon=/$RAPIDDIR/rapidminer-studio-logo.png
-Categories=Science;
-DESKTOP
-}
-

diff --git a/sci-misc/rapidminer-studio/rapidminer-studio-8.1.1.ebuild b/sci-misc/rapidminer-studio/rapidminer-studio-8.1.1.ebuild
deleted file mode 100644
index faaf78a..0000000
--- a/sci-misc/rapidminer-studio/rapidminer-studio-8.1.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=6
-
-DESCRIPTION="RapidMiner Studio Free"
-HOMEPAGE="http://rapidminer.com/"
-SRC_URI="https://s3.amazonaws.com/rapidminer.releases/rapidminer-studio/${PV}/rapidminer-studio-${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-#RESTRICT="fetch"
-
-DEPEND=">=virtual/jdk-1.8"
-RDEPEND="${DEPEND}"
-
-#pkg_nofetch {
-#    einfo "Please download ${P}.zip from ${HOMEPAGE}"
-#	einfo "and place them in ${DISTDIR}"
-#}
-
-src_unpack() {
-	if [ "${A}" != "" ]; then
-		unpack ${A}
-	fi
-	ln -sf "$WORKDIR/rapidminer-studio" "$WORKDIR/$P"
-}
-
-src_configure() {
-	return
-}
-
-src_compile() {
-	return
-}
-
-src_install() {
-	local RAPIDDIR="opt/rapidminer/${PV}"
-	dodir "$RAPIDDIR"
-	cp -a "${S}/"* "${D}/${RAPIDDIR}"
-	cp "${FILESDIR}/rapidminer-studio-logo.png" "${D}/${RAPIDDIR}"
-	dodir usr/share/applications
-	cat <<DESKTOP > "$D/usr/share/applications/rapidminer-studio.desktop"
-[Desktop Entry]
-Name=RapidMiner Studio $PV
-Type=Application
-Comment=RapidMiner Studio
-Exec=/$RAPIDDIR/RapidMiner-Studio.sh
-Icon=/$RAPIDDIR/rapidminer-studio-logo.png
-Categories=Science;
-DESKTOP
-}
-


             reply	other threads:[~2022-02-03  1:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-03  1:11 Samuel Bernardo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-20  0:08 [gentoo-commits] repo/user/ssnb:master commit in: sci-misc/rapidminer-studio/ Samuel Bernardo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1643850649.6ebedf133420cbbe28a4a81b93af0709de06b836.samuelbernardo@gentoo \
    --to=samuelbernardo.mail@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox