Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/idlsave/
Date: Wed, 04 May 2011 00:18:46
Message-Id: 522c56abe4fdc7c4ccb673d682edd45417db92e5.bicatali@gentoo
1 commit: 522c56abe4fdc7c4ccb673d682edd45417db92e5
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Tue May 3 22:14:34 2011 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 22:14:34 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=522c56ab
7
8 [dev-python/idlsave] included in scipy-0.9.0
9
10 ---
11 dev-python/idlsave/ChangeLog | 13 -------------
12 dev-python/idlsave/idlsave-0.9.5.ebuild | 31 -------------------------------
13 dev-python/idlsave/metadata.xml | 11 -----------
14 3 files changed, 0 insertions(+), 55 deletions(-)
15
16 diff --git a/dev-python/idlsave/ChangeLog b/dev-python/idlsave/ChangeLog
17 deleted file mode 100644
18 index 94316d2..0000000
19 --- a/dev-python/idlsave/ChangeLog
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 -# ChangeLog for dev-python/idlsave
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 - 19 Jul 2010; Sébastien Fabbro <bicatali@g.o> idlsave-0.9.5.ebuild:
27 - Fixed use flags and license
28 -
29 -*idlsave-0.9.5 (19 Jul 2010)
30 -
31 - 19 Jul 2010; Sébastien Fabbro <bicatali@g.o>
32 - +idlsave-0.9.5.ebuild, +metadata.xml:
33 - Initial import
34 -
35
36 diff --git a/dev-python/idlsave/idlsave-0.9.5.ebuild b/dev-python/idlsave/idlsave-0.9.5.ebuild
37 deleted file mode 100644
38 index 9b368b9..0000000
39 --- a/dev-python/idlsave/idlsave-0.9.5.ebuild
40 +++ /dev/null
41 @@ -1,31 +0,0 @@
42 -# Copyright 1999-2010 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -# $Header: $
45 -
46 -EAPI=3
47 -
48 -PYTHON_DEPEND="2"
49 -SUPPORT_PYTHON_ABIS="1"
50 -
51 -inherit distutils eutils
52 -
53 -MYPN=IDLSave
54 -MYP="${MYPN}-${PV}"
55 -
56 -DESCRIPTION="Python module to read IDL .sav files"
57 -HOMEPAGE="http://idlsave.sourceforge.net/"
58 -SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
59 -
60 -IUSE=""
61 -SLOT="0"
62 -KEYWORDS="~amd64 ~x86"
63 -LICENSE="GPL-3"
64 -
65 -DEPEND="dev-python/numpy"
66 -RDEPEND="${DEPEND}"
67 -
68 -RESTRICT_PYTHON_ABIS="3.*"
69 -
70 -S="${WORKDIR}/${MYP}"
71 -
72 -DOCS="CHANGES"
73
74 diff --git a/dev-python/idlsave/metadata.xml b/dev-python/idlsave/metadata.xml
75 deleted file mode 100644
76 index 24f1c0f..0000000
77 --- a/dev-python/idlsave/metadata.xml
78 +++ /dev/null
79 @@ -1,11 +0,0 @@
80 -<?xml version="1.0" encoding="UTF-8"?>
81 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 -<pkgmetadata>
83 -<herd>sci</herd>
84 -<longdescription lang="en">
85 - IDLSave is a python module that allows IDL 'save' files (e.g. .sav
86 - files) to be read directly into python without the need for IDL to
87 - be installed. IDL variables, including structures and arrays, are
88 - converted to the equivalent python types.
89 -</longdescription>
90 -</pkgmetadata>