diff options
author | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2010-10-21 21:30:55 +0000 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2010-10-21 21:30:55 +0000 |
commit | 247b8e8a65f5f2b228591830b7220eebb7c0e9fc (patch) | |
tree | 807d0febdff7df6bb205144c579983427eeac835 /dev-python/pytrailer | |
parent | Pin glib/gtk+ to slot 2. Clean up old revisions. (diff) | |
download | gentoo-2-247b8e8a65f5f2b228591830b7220eebb7c0e9fc.tar.gz gentoo-2-247b8e8a65f5f2b228591830b7220eebb7c0e9fc.tar.bz2 gentoo-2-247b8e8a65f5f2b228591830b7220eebb7c0e9fc.zip |
Update to latest upstream
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pytrailer')
-rw-r--r-- | dev-python/pytrailer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pytrailer/pytrailer-0.4.ebuild (renamed from dev-python/pytrailer/pytrailer-0.3.1.ebuild) | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/pytrailer/ChangeLog b/dev-python/pytrailer/ChangeLog index a324673ed9d4..87cd28515698 100644 --- a/dev-python/pytrailer/ChangeLog +++ b/dev-python/pytrailer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pytrailer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/ChangeLog,v 1.3 2010/10/18 14:03:27 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/ChangeLog,v 1.4 2010/10/21 21:30:55 sochotnicky Exp $ + +*pytrailer-0.4 (21 Oct 2010) + + 21 Oct 2010; Stanislav Ochotnicky <sochotnicky@gentoo.org> + -pytrailer-0.3.1.ebuild, +pytrailer-0.4.ebuild: + Rebase to latest upstream version 18 Oct 2010; Stanislav Ochotnicky <sochotnicky@gentoo.org> pytrailer-0.3.1.ebuild: diff --git a/dev-python/pytrailer/pytrailer-0.3.1.ebuild b/dev-python/pytrailer/pytrailer-0.4.ebuild index 1a31712e0497..a39a71816505 100644 --- a/dev-python/pytrailer/pytrailer-0.3.1.ebuild +++ b/dev-python/pytrailer/pytrailer-0.4.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/pytrailer-0.3.1.ebuild,v 1.2 2010/10/18 14:03:27 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/pytrailer-0.4.ebuild,v 1.1 2010/10/21 21:30:55 sochotnicky Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="" inherit distutils DESCRIPTION="Module to simplify access to movies on apple.com/trailers" -HOMEPAGE="http://github.com/sochotnicky/pytrailer http://pypi.python.org/pypi/pytrailer" +HOMEPAGE="http://code.google.com/p/pytrailer/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="LGPL-3" +LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |