summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-13 23:51:20 +0100
committerDavid Seifert <soap@gentoo.org>2021-02-13 23:51:20 +0100
commit1ceb6f971844d529a9abbc1054606bd7c6d53e3d (patch)
tree97f04233fa19c4dd413652812983acbff393c2b3 /sci-physics/siscone
parentsci-physics/siscone: Bump to 3.0.5 (diff)
downloadgentoo-1ceb6f971844d529a9abbc1054606bd7c6d53e3d.tar.gz
gentoo-1ceb6f971844d529a9abbc1054606bd7c6d53e3d.tar.bz2
gentoo-1ceb6f971844d529a9abbc1054606bd7c6d53e3d.zip
sci-physics/siscone: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics/siscone')
-rw-r--r--sci-physics/siscone/Manifest1
-rw-r--r--sci-physics/siscone/siscone-3.0.3.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest
index 9b5face978cc..327617f555ec 100644
--- a/sci-physics/siscone/Manifest
+++ b/sci-physics/siscone/Manifest
@@ -1,2 +1 @@
-DIST siscone-3.0.3.tar.gz 540939 BLAKE2B dfb9c9fab91f4faf8d8aa8a44fca505a83cdd02d2a9b659bacf6487e505159ef61bf2ed8db08a304328effdd6aac8c4a593b630954898aceb985a3a270a5aeb6 SHA512 dccbb872c897b8c0c28dff593d7f015b396923a0bd885182930d74e5115b901875a89565244a33fad0329fdfb5a83d6cc570152d0085c45c24bc427de075e559
DIST siscone-3.0.5.tar.gz 544738 BLAKE2B 7136acfc46d9414831d4e07cc428ad3858c1da02bdcd66817eb6406b9ae1d9d582800412dfcfae5477a720b7893ba070c9ef84816a517992be1762d356840bf8 SHA512 fb9f5e6b6677968e77eb9476abe8345711c69213209c153932adacd69b3c1219abe79655238fec1c0ca4e8ca91795c7693c68e2a48ec41a6afff1f046a781a61
diff --git a/sci-physics/siscone/siscone-3.0.3.ebuild b/sci-physics/siscone/siscone-3.0.3.ebuild
deleted file mode 100644
index 0d54e124cd9e..000000000000
--- a/sci-physics/siscone/siscone-3.0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm"
-HOMEPAGE="http://siscone.hepforge.org/"
-SRC_URI="http://www.hepforge.org/archive/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- if use examples; then
- docinto examples
- dodoc examples/*.{cpp,h}
- docinto examples/events
- dodoc examples/events/*.dat
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}