Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/bitarray/
Date: Wed, 04 Jul 2012 07:43:20
Message-Id: 1340969995.de209ad3bb273f7fdbce3e421c188e5484158d53.jlec@gentoo
1 commit: de209ad3bb273f7fdbce3e421c188e5484158d53
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 29 11:39:55 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 11:39:55 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=de209ad3
7
8 Moved to tree
9
10 ---
11 dev-python/bitarray/ChangeLog | 10 ----------
12 dev-python/bitarray/bitarray-0.8.0.ebuild | 19 -------------------
13 dev-python/bitarray/metadata.xml | 16 ----------------
14 3 files changed, 0 insertions(+), 45 deletions(-)
15
16 diff --git a/dev-python/bitarray/ChangeLog b/dev-python/bitarray/ChangeLog
17 deleted file mode 100644
18 index df39977..0000000
19 --- a/dev-python/bitarray/ChangeLog
20 +++ /dev/null
21 @@ -1,10 +0,0 @@
22 -# ChangeLog for dev-python/bitarray
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 -*bitarray-0.8.0 (29 Jun 2012)
27 -
28 - 29 Jun 2012; Justin Lecher <jlec@g.o> +bitarray-0.8.0.ebuild,
29 - +metadata.xml:
30 - New package requested by jamasi on irc
31 -
32
33 diff --git a/dev-python/bitarray/bitarray-0.8.0.ebuild b/dev-python/bitarray/bitarray-0.8.0.ebuild
34 deleted file mode 100644
35 index 7a9068d..0000000
36 --- a/dev-python/bitarray/bitarray-0.8.0.ebuild
37 +++ /dev/null
38 @@ -1,19 +0,0 @@
39 -# Copyright 1999-2012 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -
43 -EAPI=4
44 -
45 -PYTHON_DEPEND="2"
46 -SUPPORT_PYTHON_ABIS=1
47 -
48 -inherit distutils
49 -
50 -DESCRIPTION="efficient arrays of booleans -- C extension"
51 -HOMEPAGE="https://github.com/ilanschnell/bitarray http://pypi.python.org/pypi/bitarray"
52 -SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
53 -
54 -SLOT="0"
55 -LICENSE="PSF-2"
56 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
57 -IUSE=""
58
59 diff --git a/dev-python/bitarray/metadata.xml b/dev-python/bitarray/metadata.xml
60 deleted file mode 100644
61 index 2eeceee..0000000
62 --- a/dev-python/bitarray/metadata.xml
63 +++ /dev/null
64 @@ -1,16 +0,0 @@
65 -<?xml version="1.0" encoding="UTF-8"?>
66 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 -<pkgmetadata>
68 - <herd>sci</herd>
69 - <longdescription>
70 -This module provides an object type which efficiently represents an array of
71 -booleans. Bitarrays are sequence types and behave very much like usual lists.
72 -Eight bits are represented by one byte in a contiguous block of memory. The
73 -user can select between two representations; little-endian and big-endian.
74 -Most of the functionality is implemented in C. Methods for accessing the
75 -machine representation are provided. This can be useful when bit level access
76 -to binary files is required, such as portable bitmap image files (.pbm). Also,
77 -when dealing with compressed data which uses variable bit length encoding,
78 -you may find this module useful.
79 -</longdescription>
80 -</pkgmetadata>