Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/supybot-plugins: supybot-plugins-20060723.ebuild metadata.xml ChangeLog Manifest
Date: Wed, 26 Sep 2007 20:32:07
Message-Id: E1Iad4d-00044e-Fo@stork.gentoo.org
1 lack 07/09/26 20:01:31
2
3 Added: supybot-plugins-20060723.ebuild metadata.xml
4 ChangeLog Manifest
5 Log:
6 Adding new ebuild. This is the officially released set of extra plugins for Supybot.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.1 net-irc/supybot-plugins/supybot-plugins-20060723.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild?rev=1.1&content-type=text/plain
14
15 Index: supybot-plugins-20060723.ebuild
16 ===================================================================
17 # Copyright 1999-2007 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild,v 1.1 2007/09/26 20:01:30 lack Exp $
20
21 inherit python
22
23 MY_PNAME="Supybot-plugins"
24 MY_P="${MY_PNAME}-${PV}"
25
26 DESCRIPTION="Official set of extra plugins for Supybot"
27 HOMEPAGE="http://supybot.com"
28 SRC_URI="mirrors://sourceforge/supybot/${MY_P}.tar.bz2"
29
30 LICENSE="BSD"
31 SLOT="0"
32 KEYWORDS="~x86"
33 IUSE=""
34
35 DEPEND=""
36 RDEPEND="net-irc/supybot"
37
38 src_install() {
39 cd "${WORKDIR}"/${MY_P}
40 python_version
41 PLUGIN_BASE="/usr/$(get_libdir)/python${PYVER}/site-packages/supybot/plugins"
42 for plugin in *; do
43 insinto ${PLUGIN_BASE}/${plugin}
44 doins $plugin/* || die "Install failed"
45 done
46 }
47
48 pkg_postinst() {
49 python_mod_optimize "${ROOT}"usr/$(get_libdir)/python*/site-packages/supybot/plugins
50 }
51
52 pkg_postrm() {
53 python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/supybot/plugins
54 }
55
56
57
58 1.1 net-irc/supybot-plugins/metadata.xml
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/metadata.xml?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/metadata.xml?rev=1.1&content-type=text/plain
62
63 Index: metadata.xml
64 ===================================================================
65 <?xml version="1.0" encoding="UTF-8"?>
66 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 <pkgmetadata>
68 <maintainer>
69 <email>lack@g.o</email>
70 <name>Jim Ramsay</name>
71 </maintainer>
72 <herd>python</herd>
73 </pkgmetadata>
74
75
76
77 1.1 net-irc/supybot-plugins/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/ChangeLog?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/ChangeLog?rev=1.1&content-type=text/plain
81
82 Index: ChangeLog
83 ===================================================================
84 # ChangeLog for net-irc/supybot-plugins
85 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
86 # $Header: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/ChangeLog,v 1.1 2007/09/26 20:01:31 lack Exp $
87
88 *supybot-plugins-20060723 (26 Sep 2007)
89
90 26 Sep 2007; Jim Ramsay <lack@g.o> +metadata.xml,
91 +supybot-plugins-20060723.ebuild:
92 Adding new ebuild. This is the officially released set of extra plugins for
93 Supybot.
94
95
96
97
98 1.1 net-irc/supybot-plugins/Manifest
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/Manifest?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/Manifest?rev=1.1&content-type=text/plain
102
103 Index: Manifest
104 ===================================================================
105 DIST Supybot-plugins-20060723.tar.bz2 197391 RMD160 7e098cba23d366b79e5f75087250c70ca81436a0 SHA1 086dcefe3d814ec63788d08e93f2b9610ed24b11 SHA256 e933d844b226f172329b9e9d5fc5f40ac357934b7819f6aca44261417e1d896d
106 EBUILD supybot-plugins-20060723.ebuild 869 RMD160 f27869c0e4301efac34e771da6adf8dea90a1235 SHA1 0c2b6dbada7daf7ef5b564b09f42b51774becd41 SHA256 52cc26ed00c0be2cdfcb299b59d8aab75e9bf7d505049a5a8ce8d4a0f0a3549c
107 MD5 50e9f84a56788a78f420a6deb00a31e6 supybot-plugins-20060723.ebuild 869
108 RMD160 f27869c0e4301efac34e771da6adf8dea90a1235 supybot-plugins-20060723.ebuild 869
109 SHA256 52cc26ed00c0be2cdfcb299b59d8aab75e9bf7d505049a5a8ce8d4a0f0a3549c supybot-plugins-20060723.ebuild 869
110 MISC ChangeLog 350 RMD160 7faa73cb99893ab4b196f556afec4f3b1d5c37aa SHA1 6d1e8f64888642697e2cc954b9026d0859574c81 SHA256 34c5d4771b180f05d7fb1926a3d4d2d101cfba262e6c9958d6b03767c8913e40
111 MD5 0c942792177acfae8e7c1009d13fe2cf ChangeLog 350
112 RMD160 7faa73cb99893ab4b196f556afec4f3b1d5c37aa ChangeLog 350
113 SHA256 34c5d4771b180f05d7fb1926a3d4d2d101cfba262e6c9958d6b03767c8913e40 ChangeLog 350
114 MISC metadata.xml 248 RMD160 bc367c67ea92b8e5c174dcd39ed323620624f838 SHA1 5c491e191d85dfb7307a69dd91841d2239ee0427 SHA256 5abc3333184d546c8347da9a2e03bcea30177f0831d6347f378df0439c311fec
115 MD5 70721d3cb1e46e30457bd05d351bba7f metadata.xml 248
116 RMD160 bc367c67ea92b8e5c174dcd39ed323620624f838 metadata.xml 248
117 SHA256 5abc3333184d546c8347da9a2e03bcea30177f0831d6347f378df0439c311fec metadata.xml 248
118 MD5 668a4c6d28f909fd55f4c210021c5c4a files/digest-supybot-plugins-20060723 277
119 RMD160 111053c7d39913898d0d6a7af4dae0efea290cca files/digest-supybot-plugins-20060723 277
120 SHA256 db64ddf4c8e3974df0a78fe40499778b17a6655fce0493329722c3b42d7dbc13 files/digest-supybot-plugins-20060723 277
121
122
123
124 --
125 gentoo-commits@g.o mailing list