diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:03:44 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:03:44 +0100 |
commit | 97b64de5ab64a5b53f28cb34bbdf4ecd9fa4b29f (patch) | |
tree | ebbda5de2afd166d1eb3c3b8322ddd045caa442a /net-mail/notmuch | |
parent | net-libs/wvstreams: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-97b64de5ab64a5b53f28cb34bbdf4ecd9fa4b29f.tar.gz gentoo-97b64de5ab64a5b53f28cb34bbdf4ecd9fa4b29f.tar.bz2 gentoo-97b64de5ab64a5b53f28cb34bbdf4ecd9fa4b29f.zip |
net-mail/notmuch: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/notmuch-0.28.4.ebuild | 4 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.29.2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.29.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/notmuch/notmuch-0.28.4.ebuild b/net-mail/notmuch/notmuch-0.28.4.ebuild index 3972f15b1804..902126ad2395 100644 --- a/net-mail/notmuch/notmuch-0.28.4.ebuild +++ b/net-mail/notmuch/notmuch-0.28.4.ebuild @@ -11,8 +11,8 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" HOMEPAGE="https://notmuchmail.org/" -SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz - test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" +SRC_URI="https://notmuchmail.org/releases/${P}.tar.gz + test? ( https://notmuchmail.org/releases/test-databases/database-v1.tar.xz )" LICENSE="GPL-3" # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is diff --git a/net-mail/notmuch/notmuch-0.29.2.ebuild b/net-mail/notmuch/notmuch-0.29.2.ebuild index 122107b1e87c..b10795cfe09a 100644 --- a/net-mail/notmuch/notmuch-0.29.2.ebuild +++ b/net-mail/notmuch/notmuch-0.29.2.ebuild @@ -11,8 +11,8 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" HOMEPAGE="https://notmuchmail.org/" -SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.xz - test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" +SRC_URI="https://notmuchmail.org/releases/${P}.tar.xz + test? ( https://notmuchmail.org/releases/test-databases/database-v1.tar.xz )" LICENSE="GPL-3" # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is diff --git a/net-mail/notmuch/notmuch-0.29.3.ebuild b/net-mail/notmuch/notmuch-0.29.3.ebuild index 122107b1e87c..b10795cfe09a 100644 --- a/net-mail/notmuch/notmuch-0.29.3.ebuild +++ b/net-mail/notmuch/notmuch-0.29.3.ebuild @@ -11,8 +11,8 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" HOMEPAGE="https://notmuchmail.org/" -SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.xz - test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" +SRC_URI="https://notmuchmail.org/releases/${P}.tar.xz + test? ( https://notmuchmail.org/releases/test-databases/database-v1.tar.xz )" LICENSE="GPL-3" # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is |