commit:     79f1b9216795dc425c2394c343392d459a40ab72
Author:     Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift <DOT> com>
AuthorDate: Sun Dec 25 18:41:28 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 18:41:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79f1b921

net-mail/dovecot-fts-xapian: Move S= up to match skel.ebuild order

Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift.com>

 net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.4.ebuild | 3 +--
 net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.5.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.4.ebuild 
b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.4.ebuild
index 2949d81cb..7e7f7c998 100644
--- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.4.ebuild
+++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.4.ebuild
@@ -8,6 +8,7 @@ inherit autotools
 DESCRIPTION="Dovecot FTS plugin backed by Xapian"
 HOMEPAGE="https://github.com/grosjo/fts-xapian";
 SRC_URI="https://github.com/grosjo/fts-xapian/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/fts-xapian-${PV}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -23,8 +24,6 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-S="${WORKDIR}/fts-xapian-${PV}"
-
 src_prepare() {
        default
        eautoreconf

diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.5.ebuild 
b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.5.ebuild
index 2949d81cb..7e7f7c998 100644
--- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.5.ebuild
+++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.5.ebuild
@@ -8,6 +8,7 @@ inherit autotools
 DESCRIPTION="Dovecot FTS plugin backed by Xapian"
 HOMEPAGE="https://github.com/grosjo/fts-xapian";
 SRC_URI="https://github.com/grosjo/fts-xapian/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/fts-xapian-${PV}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -23,8 +24,6 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-S="${WORKDIR}/fts-xapian-${PV}"
-
 src_prepare() {
        default
        eautoreconf

Reply via email to