diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-13 15:18:10 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-13 15:18:10 +0000 |
commit | 8f210af7891f70b8873e1bf56d6c4c7f4b41b27c (patch) | |
tree | c059361c7ffc78b2adc5f477fb201af2ee13b61a /dev-python/Babel | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-8f210af7891f70b8873e1bf56d6c4c7f4b41b27c.tar.gz gentoo-2-8f210af7891f70b8873e1bf56d6c4c7f4b41b27c.tar.bz2 gentoo-2-8f210af7891f70b8873e1bf56d6c4c7f4b41b27c.zip |
Delete older ebuilds.
(Portage version: 2.2_rc81_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/Babel')
-rw-r--r-- | dev-python/Babel/Babel-0.9.3.ebuild | 25 | ||||
-rw-r--r-- | dev-python/Babel/Babel-0.9.4.ebuild | 25 | ||||
-rw-r--r-- | dev-python/Babel/ChangeLog | 6 |
3 files changed, 5 insertions, 51 deletions
diff --git a/dev-python/Babel/Babel-0.9.3.ebuild b/dev-python/Babel/Babel-0.9.3.ebuild deleted file mode 100644 index f9def520c781..000000000000 --- a/dev-python/Babel/Babel-0.9.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/Babel-0.9.3.ebuild,v 1.4 2009/09/27 19:00:20 nixnut Exp $ - -inherit distutils - -DESCRIPTION="A collection of tools for internationalizing Python applications" -HOMEPAGE="http://babel.edgewall.org/" -SRC_URI="http://ftp.edgewall.com/pub/babel/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/pytz" - -PYTHON_MODNAME="babel" - -src_install() { - distutils_src_install - dodoc ChangeLog README.txt - dohtml -r doc/* -} diff --git a/dev-python/Babel/Babel-0.9.4.ebuild b/dev-python/Babel/Babel-0.9.4.ebuild deleted file mode 100644 index d8c0bdf26ece..000000000000 --- a/dev-python/Babel/Babel-0.9.4.ebuild +++ /dev/null @@ -1,25 +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/Babel/Babel-0.9.4.ebuild,v 1.15 2010/04/30 14:32:04 grobian Exp $ - -inherit distutils - -DESCRIPTION="A collection of tools for internationalizing Python applications" -HOMEPAGE="http://babel.edgewall.org/" -SRC_URI="http://ftp.edgewall.com/pub/babel/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/pytz" - -PYTHON_MODNAME="babel" - -src_install() { - distutils_src_install - dodoc ChangeLog README.txt - dohtml -r doc/* -} diff --git a/dev-python/Babel/ChangeLog b/dev-python/Babel/ChangeLog index 008fad4e03c0..42e964df1e09 100644 --- a/dev-python/Babel/ChangeLog +++ b/dev-python/Babel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/Babel # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/ChangeLog,v 1.30 2010/08/29 18:21:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/ChangeLog,v 1.31 2010/09/13 15:18:10 arfrever Exp $ + + 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -Babel-0.9.3.ebuild, -Babel-0.9.4.ebuild: + Delete. 29 Aug 2010; Raúl Porcel <armin76@gentoo.org> Babel-0.9.5.ebuild: alpha/ia64/s390/sh/sparc stable wrt #328881 |