Gentoo Archives: gentoo-commits

From: "Aaron Bauman (bman)" <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/leapcast: metadata.xml leapcast-9999.ebuild leapcast-0.1.3-r1.ebuild ChangeLog leapcast-0.1.3.ebuild leapcast-0.1.1.ebuild
Date: Tue, 03 Mar 2015 06:46:26
Message-Id: 20150303064618.DE29912EEB@oystercatcher.gentoo.org
1 bman 15/03/03 06:46:18
2
3 Modified: metadata.xml leapcast-9999.ebuild ChangeLog
4 Added: leapcast-0.1.3-r1.ebuild
5 Removed: leapcast-0.1.3.ebuild leapcast-0.1.1.ebuild
6 Log:
7 revbump; conversion to distutils-r1, rm leapcast-0.1.1.ebuild, update maintainer
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 8EE88A22)
10
11 Revision Changes Path
12 1.2 net-misc/leapcast/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/metadata.xml?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/metadata.xml?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/metadata.xml?r1=1.1&r2=1.2
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-misc/leapcast/metadata.xml,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- metadata.xml 12 Jan 2014 18:09:35 -0000 1.1
25 +++ metadata.xml 3 Mar 2015 06:46:18 -0000 1.2
26 @@ -1,7 +1,8 @@
27 <?xml version="1.0" encoding="UTF-8"?>
28 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 <pkgmetadata>
30 -<maintainer>
31 -<email>maintainer-needed@g.o</email>
32 -</maintainer>
33 + <maintainer>
34 + <email>bman@g.o</email>
35 + <name>Aaron Bauman</name>
36 + </maintainer>
37 </pkgmetadata>
38
39
40
41 1.2 net-misc/leapcast/leapcast-9999.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/leapcast-9999.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/leapcast-9999.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/leapcast-9999.ebuild?r1=1.1&r2=1.2
46
47 Index: leapcast-9999.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-misc/leapcast/leapcast-9999.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- leapcast-9999.ebuild 12 Jan 2014 18:09:35 -0000 1.1
54 +++ leapcast-9999.ebuild 3 Mar 2015 06:46:18 -0000 1.2
55 @@ -1,10 +1,12 @@
56 -# Copyright 1999-2014 Gentoo Foundation
57 +# Copyright 1999-2015 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leapcast/leapcast-9999.ebuild,v 1.1 2014/01/12 18:09:35 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leapcast/leapcast-9999.ebuild,v 1.2 2015/03/03 06:46:18 bman Exp $
61
62 -EAPI="4"
63 +EAPI="5"
64
65 -inherit distutils
66 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
67 +
68 +inherit distutils-r1
69
70 if [[ ${PV} == "9999" ]] ; then
71 EGIT_REPO_URI="https://github.com/dz0ny/leapcast.git"
72 @@ -14,12 +16,12 @@
73 KEYWORDS="~amd64 ~x86"
74 fi
75
76 -DESCRIPTION="simple ChromeCast emulation app"
77 +DESCRIPTION="Simple ChromeCast emulation app"
78 HOMEPAGE="https://github.com/dz0ny/leapcast"
79
80 LICENSE="MIT"
81 SLOT="0"
82 IUSE=""
83
84 -RDEPEND="dev-python/requests
85 - www-servers/tornado"
86 +RDEPEND="dev-python/requests[$PYTHON_USEDEP]
87 + www-servers/tornado[$PYTHON_USEDEP]"
88
89
90
91 1.3 net-misc/leapcast/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/ChangeLog?rev=1.3&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/ChangeLog?rev=1.3&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/ChangeLog?r1=1.2&r2=1.3
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/net-misc/leapcast/ChangeLog,v
100 retrieving revision 1.2
101 retrieving revision 1.3
102 diff -u -r1.2 -r1.3
103 --- ChangeLog 24 Jan 2014 23:51:41 -0000 1.2
104 +++ ChangeLog 3 Mar 2015 06:46:18 -0000 1.3
105 @@ -1,6 +1,14 @@
106 # ChangeLog for net-misc/leapcast
107 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leapcast/ChangeLog,v 1.2 2014/01/24 23:51:41 vapier Exp $
109 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
110 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leapcast/ChangeLog,v 1.3 2015/03/03 06:46:18 bman Exp $
111 +
112 +*leapcast-0.1.3-r1 (03 Mar 2015)
113 +
114 + 03 Mar 2015; Aaron Bauman <bman@g.o> +leapcast-0.1.3-r1.ebuild,
115 + -leapcast-0.1.1.ebuild, -leapcast-0.1.3.ebuild, leapcast-9999.ebuild,
116 + metadata.xml:
117 + revbump; conversion to distutils-r1, rm leapcast-0.1.1.ebuild, update
118 + maintainer
119
120 *leapcast-0.1.3 (24 Jan 2014)
121
122
123
124
125 1.1 net-misc/leapcast/leapcast-0.1.3-r1.ebuild
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/leapcast-0.1.3-r1.ebuild?rev=1.1&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leapcast/leapcast-0.1.3-r1.ebuild?rev=1.1&content-type=text/plain
129
130 Index: leapcast-0.1.3-r1.ebuild
131 ===================================================================
132 # Copyright 1999-2015 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 # $Header: /var/cvsroot/gentoo-x86/net-misc/leapcast/leapcast-0.1.3-r1.ebuild,v 1.1 2015/03/03 06:46:18 bman Exp $
135
136 EAPI="5"
137
138 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
139
140 inherit distutils-r1
141
142 if [[ ${PV} == "9999" ]] ; then
143 EGIT_REPO_URI="https://github.com/dz0ny/leapcast.git"
144 inherit git-2
145 else
146 SRC_URI="https://github.com/dz0ny/leapcast/archive/${PV}.tar.gz -> ${P}.tar.gz"
147 KEYWORDS="~amd64 ~x86"
148 fi
149
150 DESCRIPTION="Simple ChromeCast emulation app"
151 HOMEPAGE="https://github.com/dz0ny/leapcast"
152
153 LICENSE="MIT"
154 SLOT="0"
155 IUSE=""
156
157 RDEPEND="dev-python/requests[$PYTHON_USEDEP]
158 www-servers/tornado[$PYTHON_USEDEP]"