From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SmKF5-0001SU-UF for garchives@archives.gentoo.org; Wed, 04 Jul 2012 07:43:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12202E04EC; Wed, 4 Jul 2012 07:43:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C60B1E04EC for ; Wed, 4 Jul 2012 07:43:02 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3E891B40C7 for ; Wed, 4 Jul 2012 07:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 65CB4E5436 for ; Wed, 4 Jul 2012 07:42:59 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1340969995.de209ad3bb273f7fdbce3e421c188e5484158d53.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/bitarray/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/bitarray/ChangeLog dev-python/bitarray/bitarray-0.8.0.ebuild dev-python/bitarray/metadata.xml X-VCS-Directories: dev-python/bitarray/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: de209ad3bb273f7fdbce3e421c188e5484158d53 X-VCS-Branch: master Date: Wed, 4 Jul 2012 07:42:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 289c7209-3ce5-49dc-a1b2-ff6a1287b50a X-Archives-Hash: 338b86887512987361c9167d38932f61 commit: de209ad3bb273f7fdbce3e421c188e5484158d53 Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 29 11:39:55 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 29 11:39:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dde209ad3 Moved to tree --- dev-python/bitarray/ChangeLog | 10 ---------- dev-python/bitarray/bitarray-0.8.0.ebuild | 19 ------------------- dev-python/bitarray/metadata.xml | 16 ---------------- 3 files changed, 0 insertions(+), 45 deletions(-) diff --git a/dev-python/bitarray/ChangeLog b/dev-python/bitarray/ChangeLo= g deleted file mode 100644 index df39977..0000000 --- a/dev-python/bitarray/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for dev-python/bitarray -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*bitarray-0.8.0 (29 Jun 2012) - - 29 Jun 2012; Justin Lecher +bitarray-0.8.0.ebuild, - +metadata.xml: - New package requested by jamasi on irc - diff --git a/dev-python/bitarray/bitarray-0.8.0.ebuild b/dev-python/bitar= ray/bitarray-0.8.0.ebuild deleted file mode 100644 index 7a9068d..0000000 --- a/dev-python/bitarray/bitarray-0.8.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -PYTHON_DEPEND=3D"2" -SUPPORT_PYTHON_ABIS=3D1 - -inherit distutils - -DESCRIPTION=3D"efficient arrays of booleans -- C extension" -HOMEPAGE=3D"https://github.com/ilanschnell/bitarray http://pypi.python.o= rg/pypi/bitarray" -SRC_URI=3D"mirror://pypi/b/${PN}/${P}.tar.gz" - -SLOT=3D"0" -LICENSE=3D"PSF-2" -KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"" diff --git a/dev-python/bitarray/metadata.xml b/dev-python/bitarray/metad= ata.xml deleted file mode 100644 index 2eeceee..0000000 --- a/dev-python/bitarray/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - sci - -This module provides an object type which efficiently represents an arra= y of=20 -booleans. Bitarrays are sequence types and behave very much like usual l= ists.=20 -Eight bits are represented by one byte in a contiguous block of memory. = The=20 -user can select between two representations; little-endian and big-endia= n.=20 -Most of the functionality is implemented in C. Methods for accessing the= =20 -machine representation are provided. This can be useful when bit level a= ccess=20 -to binary files is required, such as portable bitmap image files (.pbm).= Also,=20 -when dealing with compressed data which uses variable bit length encodin= g,=20 -you may find this module useful. - -