diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-05-25 21:24:02 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-05-26 09:31:17 -0400 |
commit | 630c791092d66bf1a72c7cf097bbca140efc77f1 (patch) | |
tree | bc8862de5743eaea9cc99fb7891526c06f8452ab | |
parent | mail-filter/pypolicyd-spf: hard-code PN before a pkgmove. (diff) | |
download | gentoo-630c791092d66bf1a72c7cf097bbca140efc77f1.tar.gz gentoo-630c791092d66bf1a72c7cf097bbca140efc77f1.tar.bz2 gentoo-630c791092d66bf1a72c7cf097bbca140efc77f1.zip |
mail-filter/pypolicyd-spf: rename to mail-filter/spf-engine.
Perform the "git mv", add the profiles/updates entry, rename the
existing ebuild, and update metadata.xml.
Bug: https://bugs.gentoo.org/724526
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r-- | mail-filter/spf-engine/Manifest (renamed from mail-filter/pypolicyd-spf/Manifest) | 0 | ||||
-rw-r--r-- | mail-filter/spf-engine/metadata.xml (renamed from mail-filter/pypolicyd-spf/metadata.xml) | 4 | ||||
-rw-r--r-- | mail-filter/spf-engine/spf-engine-2.0.2-r1.ebuild (renamed from mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2-r1.ebuild) | 0 | ||||
-rw-r--r-- | profiles/updates/2Q-2020 | 1 |
4 files changed, 3 insertions, 2 deletions
diff --git a/mail-filter/pypolicyd-spf/Manifest b/mail-filter/spf-engine/Manifest index a02a604de1fa..a02a604de1fa 100644 --- a/mail-filter/pypolicyd-spf/Manifest +++ b/mail-filter/spf-engine/Manifest diff --git a/mail-filter/pypolicyd-spf/metadata.xml b/mail-filter/spf-engine/metadata.xml index 9b1409156b59..9d7516779a0b 100644 --- a/mail-filter/pypolicyd-spf/metadata.xml +++ b/mail-filter/spf-engine/metadata.xml @@ -5,7 +5,7 @@ <email>mjo@gentoo.org</email> </maintainer> <upstream> - <remote-id type="launchpad">pypolicyd-spf</remote-id> - <remote-id type="pypi">pypolicyd-spf</remote-id> + <remote-id type="launchpad">spf-engine</remote-id> + <remote-id type="pypi">spf-engine</remote-id> </upstream> </pkgmetadata> diff --git a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2-r1.ebuild b/mail-filter/spf-engine/spf-engine-2.0.2-r1.ebuild index da8cc8d6ff55..da8cc8d6ff55 100644 --- a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2-r1.ebuild +++ b/mail-filter/spf-engine/spf-engine-2.0.2-r1.ebuild diff --git a/profiles/updates/2Q-2020 b/profiles/updates/2Q-2020 index 19c8da395507..5a3dd7ecaefa 100644 --- a/profiles/updates/2Q-2020 +++ b/profiles/updates/2Q-2020 @@ -5,3 +5,4 @@ move games-puzzle/world-of-goo games-puzzle/world-of-goo-hb slotmove =dev-ruby/shoulda-matchers-4.3.0* 3 4 move kde-misc/gmailfeed kde-misc/ultimate-gmail-feed move dev-vcs/cli dev-util/github-cli +move mail-filter/pypolicyd-spf mail-filter/spf-engine |