public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/gephi-bin/
Date: Tue,  6 Feb 2024 09:20:34 +0000 (UTC)	[thread overview]
Message-ID: <1707211206.719db52b27af3b2423fa47df0d869e0955e68a75.flow@gentoo> (raw)
Message-ID: <20240206092034.ihF_h_UlLtYEzHeuFBpkrAIwIC_J9Mv_kmyhPNLm-k4@z> (raw)

commit:     719db52b27af3b2423fa47df0d869e0955e68a75
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 09:19:16 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 09:20:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=719db52b

media-gfx/gephi-bin: drop 0.9.5

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 media-gfx/gephi-bin/Manifest               |  1 -
 media-gfx/gephi-bin/gephi-bin-0.9.5.ebuild | 52 ------------------------------
 2 files changed, 53 deletions(-)

diff --git a/media-gfx/gephi-bin/Manifest b/media-gfx/gephi-bin/Manifest
index d6defe4748..eaa7522e44 100644
--- a/media-gfx/gephi-bin/Manifest
+++ b/media-gfx/gephi-bin/Manifest
@@ -1,3 +1,2 @@
 DIST gephi-0.10.1-linux-x64.tar.gz 149246671 BLAKE2B 921d8b780043de03d8c9b538be3dce0c0f23623e1024ca5d37736f468533655985e480c48c944c55d90ab8309f22103dab44eefd82086ed0be8178aa9a2989c2 SHA512 cf92298e0db9c3038db68227056acd9379d15a2dcbb726fd5dc92e47295924b24acb7fe5fab02cf533208bffb83bc725421d2be1d908d8129b4475db984f91d3
-DIST gephi-0.9.5-linux-x64.tar.gz 141580518 BLAKE2B f49c0c6537b6a2ae0a57f08464b249fa6c12a80c6b63cecdd9a9202643eb075b76051bf871618556521a6258fda11289d2595bd6aa22c0fa70200685c23da5f7 SHA512 fc0c1200e3bbbc348a6acb3df7362f55825bd02659b84183ca669a967efec6dc25fb3cb26fd231104988e416c5abe7c4c689b940fae8eee8d4e60271092fe079
 DIST gephi-0.9.6-linux-x64.tar.gz 141861129 BLAKE2B 7991d6370f7d95c7c8fcaf355541e74bbf579c26a0a869448d7f1478eaaa3d8cef8a780df2f269e2b690dcbf5194dddf3a50eaf09b65c83a4c0dda80760b4aa3 SHA512 c1db889bf8423d59a28400b5b2e70d7df157e9d68d30eb7c06528faadaaa617797cd88f8b5a10f962043f92ff82c03e02fbade140897a0358616959b6f8ead05

diff --git a/media-gfx/gephi-bin/gephi-bin-0.9.5.ebuild b/media-gfx/gephi-bin/gephi-bin-0.9.5.ebuild
deleted file mode 100644
index f953a0958e..0000000000
--- a/media-gfx/gephi-bin/gephi-bin-0.9.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MYPN="${PN/-bin/}"
-MYP="${MYPN}-${PV}"
-
-DESCRIPTION="The Open Graph Viz Platform"
-HOMEPAGE="
-	https://gephi.org/
-	https://github.com/gephi/gephi
-"
-SRC_URI="https://github.com/gephi/gephi/releases/download/v${PV}/${MYP}-linux-x64.tar.gz"
-S="${WORKDIR}"
-
-LICENSE="CDDL GPL-3"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-RDEPEND="virtual/jre:1.8"
-
-RESTRICT="strip"
-
-QA_PREBUILT="/opt/${MYPN}/platform/modules/lib/amd64/linux/libjnidispatch-nb.so"
-
-src_prepare() {
-	sed -e 's|jdkhome=.*|jdkhome=\$(java-config -O)|g' -i "${S}/${MYP}/etc/gephi.conf" || die
-
-	#remove windows things
-	rm -r "${S}/${MYP}"/bin/*.exe || die
-	rm -r "${S}/${MYP}"/platform/lib/*.exe || die
-	rm -r "${S}/${MYP}"/platform/lib/*.dll || die
-	rm -r "${S}/${MYP}/platform/modules/lib/x86" || die #windows only
-	rm -r "${S}/${MYP}"/platform/modules/lib/amd64/*.dll || die
-
-	rm -rf "${S}/${MYP}/platform/modules/lib/i386" || die
-	rm -rf "${S}/${MYP}/platform/modules/lib/aarch64" || die
-
-	# remove bundled jre
-	rm -rf "${S}/${MYP}/jre-x64" || die
-
-	eapply_user
-}
-
-src_install() {
-	insinto "/opt/${MYPN}"
-	doins -r "${MYP}"/*
-	keepdir "/opt/${MYPN}/etc"
-	fperms a+x "/opt/${MYPN}/bin/gephi"
-	fperms a+x "/opt/${MYPN}/platform/lib/nbexec"
-	dosym "../../opt/${MYPN}/bin/gephi" "${EPREFIX}/usr/bin/gephi"
-}


             reply	other threads:[~2024-02-06  9:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06  9:20 Florian Schmaus [this message]
2024-02-06  9:20 ` [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/gephi-bin/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-02-06  9:20 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2022-06-29 15:37 Florian Schmaus
2022-05-05  4:07 Haelwenn Monnier
2022-04-21 17:46 Arthur Zamarin
2021-03-17 10:43 Andrew Ammerlaan
2021-03-17 10:43 Andrew Ammerlaan

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=1707211206.719db52b27af3b2423fa47df0d869e0955e68a75.flow@gentoo \
    --to=flow@gentoo.org \
    --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