summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/pypolicyd-spf: remove "unused" pypolicyd-spf-2.0.1.ebuild.Michael Orlitzky2019-03-032-43/+0
| | | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* mail-filter/pypolicyd-spf: amd64 stable wrt bug #678718Mikle Kolyada2019-03-031-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* mail-filter/pypolicyd-spf: x86 stable (bug #678718)Thomas Deutschmann2019-03-011-2/+2
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-filter/pypolicyd-spf: new version 2.0.2.Michael Orlitzky2017-12-262-0/+43
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* mail-filter/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* mail-filter/pypolicyd-spf: Support newer pythonPacho Ramos2017-07-121-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* mail-filter/pypolicyd-spf: remove old 1.x version.Michael Orlitzky2017-01-192-45/+0
| | | | Package-Manager: portage-2.3.0
* mail-filter/pypolicyd-spf: x86 stable wrt bug #606474Agostino Sarubbo2017-01-191-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/pypolicyd-spf: amd64 stable wrt bug #606474Agostino Sarubbo2017-01-191-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/pypolicyd-spf: replace v2.0.0 with v2.0.1.Michael Orlitzky2016-12-152-1/+1
| | | | Package-Manager: portage-2.3.0
* mail-filter/pypolicyd-spf: new version 2.0.0.Michael Orlitzky2016-12-032-0/+44
| | | | Package-Manager: portage-2.3.0
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* mail-filter/pypolicyd-spf: remove old v1.1 and v1.3.1.Michael Orlitzky2016-08-093-86/+0
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* mail-filter/pypolicyd-spf: x86 stable wrt bug #529492Agostino Sarubbo2015-09-251-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* mail-filter/pypolicyd-spf: amd64 stable wrt bug #529492Agostino Sarubbo2015-09-241-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* mail-filter/pypolicyd-spf: remove python2 support to avoid ipaddress conflict.Michael Orlitzky2015-09-151-19/+8
| | | | | | | | | | | | | | | | | | | | | | | Current versions of pypolicyd-spf support both python2 and python3. With python2, the dev-python/ipaddr library provides support for IP address parsing. And with python3 (>= 3.3), the built-in ipaddress module is used. In fact, this determination is made based on the presence (or absence) of the ipaddress module. So far this has been fine. But recently, dev-python/ipaddress was introduced to backport the python3 ipaddress module to python2. Now, when dev-python/ipaddress is detected, pypolicyd-spf (incorrectly) assumes the python3 implementation. This is bug #559364 by Robert Trace. Upstream will be python3-only in the next release. They have suggested that we drop support for python2, and that's what this revision does. Since this can cause mail to be rejected or delayed, the new revision replaces the original. Bug: 559364 Package-Manager: portage-2.2.20.1
* mail-filter/pypolicyd-spf: remove older unstable versions.Michael Orlitzky2015-09-153-80/+0
| | | | 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
* Convert all URIs for launchpad.net from http to httpsJustin Lecher2015-08-244-4/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* 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>
* Add missing remote-idJustin Lecher2015-08-241-0/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* mail-filter/pypolicyd-spf: version bump to v1.3.2.Michael Orlitzky2015-08-232-0/+56
| | | | | | | Standard version bump. In the process, SRC_URI was changed to use pypi which is mirrored (and allows us to drop versionator.eclass). Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-086-0/+176
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