diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-05 15:36:29 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-05 15:36:29 +0000 |
commit | 27c473ff60e573ff450507de18f079916027fc67 (patch) | |
tree | 90931cb117d893fa15715c3f05d233696e1a5d0d /sci-physics/siscone | |
parent | Stable for x86, wrt bug #269129 (diff) | |
download | gentoo-2-27c473ff60e573ff450507de18f079916027fc67.tar.gz gentoo-2-27c473ff60e573ff450507de18f079916027fc67.tar.bz2 gentoo-2-27c473ff60e573ff450507de18f079916027fc67.zip |
Removed old
(Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-physics/siscone')
-rw-r--r-- | sci-physics/siscone/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/siscone/files/siscone-2.0.5-headers-dir.patch | 26 | ||||
-rw-r--r-- | sci-physics/siscone/siscone-2.0.5.ebuild | 32 |
3 files changed, 5 insertions, 59 deletions
diff --git a/sci-physics/siscone/ChangeLog b/sci-physics/siscone/ChangeLog index 86da8d8653c2..a5c5d9d36def 100644 --- a/sci-physics/siscone/ChangeLog +++ b/sci-physics/siscone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/siscone # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/siscone/ChangeLog,v 1.2 2013/06/04 16:36:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/siscone/ChangeLog,v 1.3 2013/06/05 15:36:29 bicatali Exp $ + + 05 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> + -files/siscone-2.0.5-headers-dir.patch, -siscone-2.0.5.ebuild: + Removed old *siscone-2.0.6 (04 Jun 2013) diff --git a/sci-physics/siscone/files/siscone-2.0.5-headers-dir.patch b/sci-physics/siscone/files/siscone-2.0.5-headers-dir.patch deleted file mode 100644 index c5928b21293f..000000000000 --- a/sci-physics/siscone/files/siscone-2.0.5-headers-dir.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Nur siscone-2.0.5.orig/siscone/Makefile.am siscone-2.0.5/siscone/Makefile.am ---- siscone-2.0.5.orig/siscone/Makefile.am 2012-01-13 08:09:29.000000000 +0000 -+++ siscone-2.0.5/siscone/Makefile.am 2012-07-24 17:51:17.000000000 +0100 -@@ -1,3 +1,4 @@ -+ - SUBDIRS = . spherical - - # build information for the SISCone library -@@ -27,5 +28,3 @@ - split_merge.h\ - vicinity.h - --# Don't distribute config.h. Note that it'll be accessible through -I. --nodist_include_HEADERS = config.h -diff -Nur siscone-2.0.5.orig/siscone/spherical/Makefile.am siscone-2.0.5/siscone/spherical/Makefile.am ---- siscone-2.0.5.orig/siscone/spherical/Makefile.am 2012-01-17 13:57:37.000000000 +0000 -+++ siscone-2.0.5/siscone/spherical/Makefile.am 2012-07-24 17:51:39.000000000 +0100 -@@ -15,7 +15,7 @@ - - # install the SISCone headers - sisconeincludedir = $(includedir)/siscone/spherical --include_HEADERS = geom_2d.h\ -+sisconeinclude_HEADERS = geom_2d.h\ - hash.h\ - momentum.h\ - protocones.h\ diff --git a/sci-physics/siscone/siscone-2.0.5.ebuild b/sci-physics/siscone/siscone-2.0.5.ebuild deleted file mode 100644 index 21ef869baef2..000000000000 --- a/sci-physics/siscone/siscone-2.0.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/siscone/siscone-2.0.5.ebuild,v 1.2 2012/07/25 06:57:29 mr_bones_ Exp $ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=yes -inherit autotools-utils - -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}" - -PATCHES=( "${FILESDIR}"/${P}-headers-dir.patch ) - -src_install() { - autotools-utils_src_install - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/*.{cpp,h} - insinto /usr/share/doc/${PF}/examples/events - doins examples/events/*.dat - fi -} |