summaryrefslogtreecommitdiff
path: root/plugins/etc_proposals.xml
blob: 2caf3416a00bd07b7a26103de406ec9809d3400e (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>Etc-proposals</name>

	<import>portato.plugins.etc_proposals</import>

	<hooks>
		<hook type = "after_emerge"	call = "etc_prop">
			<connect type="after" />
		</hook>
	</hooks>

	<menu>
		<item call="etc_prop_menu">Et_c-Proposals</item>
	</menu>

</plugin>
?h=1.7&id=8a491f16961dd120fed6a4e154d0ef9b5a4cae7b&follow=1'>Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33