diff options
author | 2008-03-14 12:16:38 +0000 | |
---|---|---|
committer | 2008-03-14 12:16:38 +0000 | |
commit | 0490e48614748b6ee9a7672a7cd5b3d512861bcd (patch) | |
tree | 4f92b5064724aad216c0d5c54a1fd8f7a78eed2d /dev-python/boto | |
parent | Initial commit, ebuild by me. (diff) | |
download | gentoo-2-0490e48614748b6ee9a7672a7cd5b3d512861bcd.tar.gz gentoo-2-0490e48614748b6ee9a7672a7cd5b3d512861bcd.tar.bz2 gentoo-2-0490e48614748b6ee9a7672a7cd5b3d512861bcd.zip |
amd64 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/boto/boto-1.0a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index 79ae0f279fe9..b244381a1cd2 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/boto # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.1 2008/01/18 00:40:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.2 2008/03/14 12:16:38 caleb Exp $ + + 14 Mar 2008; Caleb Tennis <caleb@gentoo.org> boto-1.0a.ebuild: + amd64 stable *boto-1.0a (18 Jan 2008) diff --git a/dev-python/boto/boto-1.0a.ebuild b/dev-python/boto/boto-1.0a.ebuild index f3d6231cb12b..c16d050cdae5 100644 --- a/dev-python/boto/boto-1.0a.ebuild +++ b/dev-python/boto/boto-1.0a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.0a.ebuild,v 1.2 2008/01/18 03:05:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.0a.ebuild,v 1.3 2008/03/14 12:16:38 caleb Exp $ inherit distutils @@ -11,6 +11,6 @@ SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND=">=dev-lang/python-2.3" |