idella4     14/09/18 15:10:32

  Modified:             ChangeLog
  Added:                eyeD3-0.7.5.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.77                 dev-python/eyeD3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   18 Sep 2014 15:02:14 -0000      1.76
+++ ChangeLog   18 Sep 2014 15:10:32 -0000      1.77
@@ -1,6 +1,11 @@
 # 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.76 
2014/09/18 15:02:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.77 
2014/09/18 15:10:32 idella4 Exp $
+
+*eyeD3-0.7.5 (18 Sep 2014)
+
+  18 Sep 2014; Ian Delaney <idel...@gentoo.org> +eyeD3-0.7.5.ebuild:
+  bump
 
   18 Sep 2014; Samuli Suominen <ssuomi...@gentoo.org> eyeD3-0.7.4-r2.ebuild:
   Keyword ~ppc/~ppc64 wrt #454638



1.1                  dev-python/eyeD3/eyeD3-0.7.5.ebuild

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

Index: eyeD3-0.7.5.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.5.ebuild,v 1.1 
2014/09/18 15:10:32 idella4 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~x86-solaris"
IUSE=""

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

python_prepare_all() {
        # prevent the build system from installing unwrapped bash script
        # and prevent it from pulling optional python-magic
        sed -i -e '/scripts/d' \
                -e '/install_requires/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
}




Reply via email to