summaryrefslogtreecommitdiff
path: root/plugins/resume_loop.xml
blob: 124d61d0c8e92516fcbead13a9dea67e4f51b7a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd">
	<author>René 'Necoro' Neumann</author>
	<name>Emerge Resume Loop</name>
	<import>portato.plugins.resume_loop</import>

	<hooks>
		<hook type="emerge" call="set_data" />

		<hook type="after_emerge" call="resume_loop">
			<connect type="before">*</connect>
		</hook>
	</hooks>

	<options>
		<option>disabled</option>
	</options>

</plugin>
.7.1&id=41e9f687ebdc9f17a04dc789e57772e1ece55612&follow=1'>Show program name properly in error message.Jason A. Donenfeld1-1/+1 2012-09-03Move examples into manpage.Jason A. Donenfeld4-93/+224 2012-09-03Make into a real project.Jason A. Donenfeld8-5/+173 2012-09-03Support pass gitJason A. Donenfeld2-1/+15 2012-08-31Add remove synonyms.Jason A. Donenfeld1-2/+2 2012-08-31Use basename in usage.Jason A. Donenfeld1-2/+1 2012-08-19now using gpg_id as a varMatthew Ramirez1-2/+2 2012-08-07Forty five seconds.Jason A. Donenfeld1-1/+1 2012-08-06Deal with klipper and new lines.Jason A. Donenfeld1-3/+19 2012-08-06Update examples.Jason A. Donenfeld1-7/+7 2012-08-06Update readme.Jason A. Donenfeld1-11/+13 2012-08-06Be slicker and more like git.Jason A. Donenfeld1-114/+173