Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/py-notify: metadata.xml ChangeLog py-notify-0.2.1.ebuild
Date: Fri, 20 Aug 2010 09:37:47
Message-Id: 20100820093743.6C2272004C@flycatcher.gentoo.org
1 hwoarang 10/08/20 09:37:43
2
3 Added: metadata.xml ChangeLog py-notify-0.2.1.ebuild
4 Log:
5 Moved from sunrise overlay. Bug #323537. Thanks to Maxim <kolmax94@×××××.com> for the initial ebuild
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-python/py-notify/metadata.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-notify/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-notify/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>no-herd</herd>
20 <maintainer>
21 <email>hwoarang@g.o</email>
22 <name>Markos Chandras</name>
23 </maintainer>
24 <longdescription lang="en">
25 </longdescription>
26 </pkgmetadata>
27
28
29
30
31 1.1 dev-python/py-notify/ChangeLog
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-notify/ChangeLog?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-notify/ChangeLog?rev=1.1&content-type=text/plain
35
36 Index: ChangeLog
37 ===================================================================
38 # ChangeLog for dev-python/py-notify
39 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
40 # $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/ChangeLog,v 1.1 2010/08/20 09:37:43 hwoarang Exp $
41
42 *py-notify-0.2.1 (20 Aug 2010)
43
44 20 Aug 2010; Markos Chandras <hwoarang@g.o>
45 +py-notify-0.2.1.ebuild, +metadata.xml:
46 Moved from sunrise overlay. Bug #323537. Thanks to Maxim
47 <kolmax94@×××××.com> for the initial ebuild
48
49
50
51
52 1.1 dev-python/py-notify/py-notify-0.2.1.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-notify/py-notify-0.2.1.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-notify/py-notify-0.2.1.ebuild?rev=1.1&content-type=text/plain
56
57 Index: py-notify-0.2.1.ebuild
58 ===================================================================
59 # Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/py-notify-0.2.1.ebuild,v 1.1 2010/08/20 09:37:43 hwoarang Exp $
62
63 EAPI=2
64
65 PYTHON_DEPEND="2"
66 SUPPORT_PYTHON_ABIS="1"
67 RESTRICT_PYTHON_ABIS="3.*"
68
69 inherit python distutils
70
71 DESCRIPTION="Tools for implementing the Observer programming pattern in Python"
72 HOMEPAGE="http://home.gna.org/py-notify"
73 SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
74
75 LICENSE="LGPL-2.1"
76 SLOT="0"
77 KEYWORDS="~amd64 ~x86"
78 IUSE=""