summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-firewall/nftables: Reorder maintainers in metadata.xml and fix indentsNicholas Vinson2016-06-151-7/+6
| | | | | | | | Update the metadata.xml file so that it conforms with the current Gentoo policy. Closes: https://github.com/gentoo/gentoo/pull/1678 Package-Manager: portage-2.3.0_rc1
* net-firewall/nftables: correct install utility function callsNicholas Vinson2016-06-151-2/+2
| | | | | | | | | | | | | | Previous modification changed the cp command to: instinto /usr/libexec/${PN} doins "${FILESDIR}"/libexec/${PN}.sh However, this change is incorrect as it strips the exec flag from ${PN}.sh. This commit changes the insinto and doins to exeinto and doexe which fixes the problem. Gentoo-bug: 586000 Package-Manager: portage-2.3.0_rc1
* net-firewall/nftables: Remove bashism from nftables.shNicholas Vinson2016-06-143-5/+62
| | | | | | | | | | Remove [[ ... ]] bashism from use_legacy() function. Add missing dependencies and add doc use flag. Mask doc USE flag on arm due to the unkeyworded dep. Gentoo-bug: 585800 Closes: https://github.com/gentoo/gentoo/pull/1673 Package-Manager: portage-2.3.0_rc1
* net-firewall/nftables: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-183-3/+3
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-4/+4
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-2/+8
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* net-firewall/nftables: Remove oldManuel Rüger2015-12-262-114/+0
| | | | Package-Manager: portage-2.2.26
* net-firewall/nftables: revbump to nftables-0.5-r2Nicholas Vinson2015-11-031-0/+62
| | | | | | Required for supporting systemd Package-Manager: portage-2.2.23
* net-firewall/nftables: Create systemd unit filesNicholas Vinson2015-11-033-0/+31
| | | | Package-Manager: portage-2.2.23
* net-firewall/nftables: update nftables.init to use new libexec/nftables.shNicholas Vinson2015-11-031-0/+123
| | | | Package-Manager: portage-2.2.23
* net-firewall/nftables: refactor init.d/nftables into libexec/nftable.shNicholas Vinson2015-11-031-0/+150
| | | | Package-Manager: portage-2.2.23
* net-firewall/nftables: Add proxy maintainer to metadataIan Delaney2015-10-161-1/+1
| | | | Package-Manager: portage-2.2.20.1
* net-firewall/nftables: revbump and patch to fix broken init scriptIan Delaney2015-10-153-5/+331
| | | | | | | | | | patches submitted by Nicholas Vinson via gentoo bug, set in metadata as new proxy maintainer by invitation by developer maintainer mreug, thanks to gokturk for assistance and cross testing Gentoo bug: #560920 Package-Manager: portage-2.2.20.1
* net-firewall/nftables: inherit eutils for epatch_user #562740Mike Frysinger2015-10-101-2/+2
|
* net-firewall/nftables: Remove oldManuel Rüger2015-10-062-55/+0
| | | | Package-Manager: portage-2.2.22
* net-firewall/nftables: Version bumpManuel Rüger2015-09-192-0/+58
| | | | Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+249
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed