* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-daap/
@ 2015-09-02 16:53 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2015-09-02 16:53 UTC (permalink / raw
To: gentoo-commits
commit: 0ce07a8c456354c7a9e1e8e6d8d626afa331fd46
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 16:42:42 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 16:53:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce07a8c
dev-python/python-daap: Use append-cflags
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/python-daap/python-daap-0.7.1-r1.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-python/python-daap/python-daap-0.7.1-r1.ebuild b/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
index 3fc3cbb..660608e 100644
--- a/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
+++ b/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
@@ -3,9 +3,10 @@
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
MY_P="PythonDaap-${PV}"
@@ -18,12 +19,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
-DEPEND=""
-RDEPEND=""
-
S="${WORKDIR}/${MY_P}"
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+ append-cflags -fno-strict-aliasing
+}
python_install_all() {
use examples && local EXAMPLES=( examples/. )
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-daap/
@ 2018-03-24 13:10 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2018-03-24 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 4095fb32caa84a2d3f7af1fcfb511f875cc954d0
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar 23 15:57:21 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 24 13:10:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4095fb32
dev-python/python-daap: use HTTPS
dev-python/python-daap/python-daap-0.7.1-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-daap/python-daap-0.7.1-r1.ebuild b/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
index 57fde7244ee..a450131628c 100644
--- a/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
+++ b/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,8 @@ inherit distutils-r1 flag-o-matic
MY_P="PythonDaap-${PV}"
DESCRIPTION="PyDaap is a DAAP client implemented in Python, based on PyTunes"
-HOMEPAGE="http://jerakeen.org/code/pythondaap"
+HOMEPAGE="https://movieos.org/code/pythondaap/
+ https://github.com/tominsam/pythondaap"
SRC_URI="http://jerakeen.org/files/${MY_P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-24 13:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-24 13:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-daap/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2015-09-02 16:53 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox