diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-12 21:01:29 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-12 21:01:29 +0000 |
commit | 09a455ef97fc32ed87ac8ea0cf784939437f060d (patch) | |
tree | 6e3b958901917eae3832eb5f7be0a4ea545b3cb6 /dev-python/pyalsa | |
parent | Marked ~sparc-solaris, ~x86-solaris, ~ppc-macos, ~x86-macos (diff) | |
download | historical-09a455ef97fc32ed87ac8ea0cf784939437f060d.tar.gz historical-09a455ef97fc32ed87ac8ea0cf784939437f060d.tar.bz2 historical-09a455ef97fc32ed87ac8ea0cf784939437f060d.zip |
Delete older ebuilds.
Package-Manager: portage-2.2.0_alpha14_p4/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyalsa')
-rw-r--r-- | dev-python/pyalsa/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pyalsa/pyalsa-1.0.20.ebuild | 19 | ||||
-rw-r--r-- | dev-python/pyalsa/pyalsa-1.0.21.ebuild | 19 |
3 files changed, 6 insertions, 40 deletions
diff --git a/dev-python/pyalsa/ChangeLog b/dev-python/pyalsa/ChangeLog index f129c84448b5..2dd4a1efc638 100644 --- a/dev-python/pyalsa/ChangeLog +++ b/dev-python/pyalsa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyalsa -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.14 2010/12/24 17:47:08 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.15 2011/01/12 21:01:29 arfrever Exp $ + + 12 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -pyalsa-1.0.20.ebuild, -pyalsa-1.0.21.ebuild: + Delete. 24 Dec 2010; Raúl Porcel <armin76@gentoo.org> pyalsa-1.0.22.ebuild: sparc stable wrt #344571 diff --git a/dev-python/pyalsa/pyalsa-1.0.20.ebuild b/dev-python/pyalsa/pyalsa-1.0.20.ebuild deleted file mode 100644 index 85fcf4072f97..000000000000 --- a/dev-python/pyalsa/pyalsa-1.0.20.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.20.ebuild,v 1.3 2010/06/01 14:52:05 josejx Exp $ - -inherit distutils - -DESCRIPTION="Python Bindings for Alsa lib" -HOMEPAGE="http://alsa-project.org/" -SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc" -IUSE="" - -DEPEND="media-libs/alsa-lib" - -src_install() { - distutils_src_install -} diff --git a/dev-python/pyalsa/pyalsa-1.0.21.ebuild b/dev-python/pyalsa/pyalsa-1.0.21.ebuild deleted file mode 100644 index 3b2a0323efbe..000000000000 --- a/dev-python/pyalsa/pyalsa-1.0.21.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.21.ebuild,v 1.5 2010/06/01 14:52:05 josejx Exp $ - -inherit distutils - -DESCRIPTION="Python Bindings for Alsa lib" -HOMEPAGE="http://alsa-project.org/" -SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="media-libs/alsa-lib" - -src_install() { - distutils_src_install -} |