mgorny      14/06/11 13:52:58

  Modified:             ChangeLog
  Added:                eyeD3-0.7.4-r2.ebuild
  Log:
  Wrap installed script properly. Add missing python-magic dep that causes 
auto-download to happen during install.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.69                 dev-python/eyeD3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.69&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.69&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   1 Apr 2014 09:19:53 -0000       1.68
+++ ChangeLog   11 Jun 2014 13:52:58 -0000      1.69
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/eyeD3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.68 
2014/04/01 09:19:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.69 
2014/06/11 13:52:58 mgorny Exp $
+
+*eyeD3-0.7.4-r2 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny <mgo...@gentoo.org> +eyeD3-0.7.4-r2.ebuild:
+  Wrap installed script properly. Add missing python-magic dep that causes 
auto-
+  download to happen during install.
 
 *eyeD3-0.7.4-r1 (01 Apr 2014)
 



1.1                  dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.1&content-type=text/plain

Index: eyeD3-0.7.4-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.1 
2014/06/11 13:52:58 mgorny Exp $

EAPI=5

# For python3_{2,3}, see bugs 501338, 501340

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
HOMEPAGE="http://eyed3.nicfit.net/";
SRC_URI="http://eyed3.nicfit.net/releases/${P}.tgz";

LICENSE="GPL-2"
SLOT="0.7"
KEYWORDS="~amd64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~x86-solaris"
IUSE=""

RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0
        dev-python/python-magic[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        dev-python/paver[${PYTHON_USEDEP}]"

python_prepare_all() {
        # prevent the build system from installing unwrapped bash script
        sed -i -e '/scripts/d' pavement.py || die

        distutils-r1_python_prepare_all
}

python_install() {
        distutils-r1_python_install

        sed -e "s:python:${EPYTHON}:" bin/eyeD3 > "${TMPDIR}"/eyeD3 || die
        python_doexe "${TMPDIR}"/eyeD3
}

python_install_all() {
        dodoc AUTHORS ChangeLog README.rst
        distutils-r1_python_install_all
}




Reply via email to