summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@gentoo.org>2010-11-10 00:00:23 +0000
committerStanislav Ochotnicky <sochotnicky@gentoo.org>2010-11-10 00:00:23 +0000
commitbfbdbc0e61e172c6ea899718871d16d84be21764 (patch)
treeff6366954a3718e354029f3a9c2a99493f7cb105
parentVersion bump to brown paper bag release and remove broken version (bug #34478... (diff)
downloadgentoo-2-bfbdbc0e61e172c6ea899718871d16d84be21764.tar.gz
gentoo-2-bfbdbc0e61e172c6ea899718871d16d84be21764.tar.bz2
gentoo-2-bfbdbc0e61e172c6ea899718871d16d84be21764.zip
Added latest version of pytrailer
also fix license tag in older version (hopefully for the last time) (Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r--dev-python/pytrailer/ChangeLog8
-rw-r--r--dev-python/pytrailer/pytrailer-0.4.ebuild4
-rw-r--r--dev-python/pytrailer/pytrailer-0.5.0.ebuild21
3 files changed, 30 insertions, 3 deletions
diff --git a/dev-python/pytrailer/ChangeLog b/dev-python/pytrailer/ChangeLog
index 87cd28515698..a0c2f162f823 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.4 2010/10/21 21:30:55 sochotnicky Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/ChangeLog,v 1.5 2010/11/10 00:00:23 sochotnicky Exp $
+
+*pytrailer-0.5.0 (09 Nov 2010)
+
+ 09 Nov 2010; Stanislav Ochotnicky <sochotnicky@gentoo.org>
+ pytrailer-0.4.ebuild, +pytrailer-0.5.0.ebuild:
+ Added latest version of pytrailer
*pytrailer-0.4 (21 Oct 2010)
diff --git a/dev-python/pytrailer/pytrailer-0.4.ebuild b/dev-python/pytrailer/pytrailer-0.4.ebuild
index fbac651a022c..2b73eb47781d 100644
--- a/dev-python/pytrailer/pytrailer-0.4.ebuild
+++ b/dev-python/pytrailer/pytrailer-0.4.ebuild
@@ -1,6 +1,6 @@
# 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.4.ebuild,v 1.2 2010/10/23 14:05:32 sochotnicky Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/pytrailer-0.4.ebuild,v 1.3 2010/11/10 00:00:23 sochotnicky Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@ DESCRIPTION="Module to simplify access to movies on apple.com/trailers"
HOMEPAGE="http://github.com/sochotnicky/pytrailer http://pypi.python.org/pypi/pytrailer"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="LGPL-2"
+LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
diff --git a/dev-python/pytrailer/pytrailer-0.5.0.ebuild b/dev-python/pytrailer/pytrailer-0.5.0.ebuild
new file mode 100644
index 000000000000..495c88a2c1aa
--- /dev/null
+++ b/dev-python/pytrailer/pytrailer-0.5.0.ebuild
@@ -0,0 +1,21 @@
+# 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.5.0.ebuild,v 1.1 2010/11/10 00:00:23 sochotnicky Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
+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"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""