mgorny      14/12/26 00:01:20

  Modified:             ChangeLog
  Added:                pyid3lib-0.5.1-r2.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.22                 dev-python/pyid3lib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   21 Feb 2012 08:10:41 -0000      1.21
+++ ChangeLog   26 Dec 2014 00:01:20 -0000      1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyid3lib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/ChangeLog,v 1.21 
2012/02/21 08:10:41 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/ChangeLog,v 1.22 
2014/12/26 00:01:20 mgorny Exp $
+
+*pyid3lib-0.5.1-r2 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny <[email protected]> +pyid3lib-0.5.1-r2.ebuild:
+  Convert to distutils-r1.
 
   21 Feb 2012; Patrick Lauer <[email protected]> pyid3lib-0.5.1-r1.ebuild:
   Restricting jython
@@ -76,4 +81,3 @@
 
   05 Jun 2004; Lukasz Strzygowski <[email protected]> :
   Initial commit. Bug #35905. Thanks for Brock Filer and Rob Kruus.
-



1.1                  dev-python/pyid3lib/pyid3lib-0.5.1-r2.ebuild

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

Index: pyid3lib-0.5.1-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/pyid3lib/pyid3lib-0.5.1-r2.ebuild,v 1.1 
2014/12/26 00:01:20 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 flag-o-matic

DESCRIPTION="Module for manipulating ID3 tags in Python"
HOMEPAGE="http://pyid3lib.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND="media-libs/id3lib"
RDEPEND="${DEPEND}"

HTML_DOCS=( doc.html )

src_prepare() {
        local PATCHES=(
                "${FILESDIR}/${P}-gcc-4.4.patch"
                "${FILESDIR}/${P}-py25.patch"
        )

        distutils-r1_src_prepare

        append-flags -fno-strict-aliasing
}




Reply via email to