public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/circos/
Date: Wed, 10 Jan 2024 13:35:18 +0000 (UTC)	[thread overview]
Message-ID: <1704893243.33cb541c3a94ea9508407b5d1f90e58c9e4473eb.andrewammerlaan@gentoo> (raw)

commit:     33cb541c3a94ea9508407b5d1f90e58c9e4473eb
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Dec 28 18:36:02 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 13:27:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33cb541c

sci-visualization/circos: version bump (0.69.9)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34524
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-visualization/circos/Manifest             |  1 +
 sci-visualization/circos/circos-0.69.9.ebuild | 55 +++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/sci-visualization/circos/Manifest b/sci-visualization/circos/Manifest
index 0f6d694e6c25..023f77023eac 100644
--- a/sci-visualization/circos/Manifest
+++ b/sci-visualization/circos/Manifest
@@ -1 +1,2 @@
 DIST circos-0.55.tgz 10163948 BLAKE2B b4dc821e99ea4ea072b6b2819f257eba920b133f4f4a10ddd119b073c067ba80dff1ffa1377d5b888098d25cf2eea8c92879444bd6a493b3743ab869b45f5302 SHA512 3ebad082acd96b27281e6fcd996fb79022d982a93db59e1f3589a341df7f9855d7554fb92c88c41dc4679e7273d11c0372285a4059ec14a77f11d1d4014db9c1
+DIST circos-0.69-9.tgz 29794907 BLAKE2B 615f3eacdb83ae68c014936b96c1e76280b546dee59bfc1d44aa4f1c09d9962946bd6329107dba6daac4153da5c1e2ac11cf3c658e35b4e9e92184b028144b60 SHA512 2ad8f3def2716a6055deb36c1d44126ce96e23d8fa76c6256b6586ed3bdd641245d885f42424279e8753d9a15385ad73f9f823e27119f16e0be8fc0a01207f37

diff --git a/sci-visualization/circos/circos-0.69.9.ebuild b/sci-visualization/circos/circos-0.69.9.ebuild
new file mode 100644
index 000000000000..90bd68efe9c7
--- /dev/null
+++ b/sci-visualization/circos/circos-0.69.9.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN}-$(ver_rs 2 -)"
+DESCRIPTION="Circular layout visualization of genomic and other data"
+HOMEPAGE="http://circos.ca/"
+SRC_URI="http://circos.ca/distribution/${MY_PN}.tgz"
+S="${WORKDIR}/${MY_PN}"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-perl/Config-General
+	dev-perl/Font-TTF
+	dev-perl/GD
+	dev-perl/Math-Bezier
+	dev-perl/Math-Round
+	dev-perl/Math-VecStat
+	dev-perl/Params-Validate
+	dev-perl/Readonly
+	dev-perl/Regexp-Common
+	dev-perl/Set-IntSpan
+	dev-perl/Statistics-Basic
+	dev-perl/SVG
+	dev-perl/Text-Format
+	dev-perl/Graphics-ColorObject
+	dev-perl/List-MoreUtils"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	# remove windows only things
+	rm -r "${S}/bin/${PN}.exe" || die
+	rm -r "${S}/bin/compile.bat" || die
+	default
+}
+
+src_install() {
+	insinto /opt/${PN}
+	doins -r */
+
+	exeinto /opt/${PN}/bin
+	doexe bin/circos bin/gddiag
+
+	dosym ../../opt/${PN}/bin/circos /usr/bin/circos
+
+	einstalldocs
+
+	local d
+	while IFS="" read -d $'\0' -r d; do
+		dodoc "${d}"
+	done < <(find * -maxdepth 0 -type f -print0)
+}


             reply	other threads:[~2024-01-10 13:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-10 13:35 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-28  7:26 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/circos/ Arthur Zamarin
2017-11-25 17:42 David Seifert
2017-01-15 10:13 David Seifert
2017-01-15 10:13 David Seifert
2016-08-02 11:54 Kent Fredric

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=1704893243.33cb541c3a94ea9508407b5d1f90e58c9e4473eb.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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