idella4     15/01/05 06:48:16

  Modified:             ChangeLog
  Added:                python-daap-0.7.1-r1.ebuild
  Removed:              python-daap-0.7.1.ebuild
  Log:
  revbump; conversion -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.6                  dev-python/python-daap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-daap/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   23 Feb 2012 02:55:19 -0000      1.5
+++ ChangeLog   5 Jan 2015 06:48:16 -0000       1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-daap
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daap/ChangeLog,v 1.5 
2012/02/23 02:55:19 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daap/ChangeLog,v 1.6 
2015/01/05 06:48:16 idella4 Exp $
+
+*python-daap-0.7.1-r1 (05 Jan 2015)
+
+  05 Jan 2015; Ian Delaney <[email protected]> +python-daap-0.7.1-r1.ebuild,
+  -python-daap-0.7.1.ebuild:
+  revbump; conversion -> distutils-r1, rm old
 
   23 Feb 2012; Patrick Lauer <[email protected]> python-daap-0.7.1.ebuild:
   Restricting python properly
@@ -23,4 +29,3 @@
   08 Jul 2007; Samuli Suominen <[email protected]> +python-daap-0.7.ebuild:
   Initial commit for bug 183408. Thanks to Philip Allison, Bernie Hackett and
   Niklas Närhinen.
-



1.1                  dev-python/python-daap/python-daap-0.7.1-r1.ebuild

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

Index: python-daap-0.7.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-daap/python-daap-0.7.1-r1.ebuild,v 
1.1 2015/01/05 06:48:16 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_P="PythonDaap-${PV}"

DESCRIPTION="PyDaap is a DAAP client implemented in Python, based on PyTunes"
HOMEPAGE="http://jerakeen.org/code/pythondaap";
SRC_URI="http://jerakeen.org/files/${MY_P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${MY_P}"

CFLAGS="${CFLAGS} -fno-strict-aliasing"

python_install_ALL() {
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to