diff options
author | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2022-12-25 13:41:28 -0500 |
---|---|---|
committer | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2022-12-25 13:41:28 -0500 |
commit | 79f1b9216795dc425c2394c343392d459a40ab72 (patch) | |
tree | 4a740a1ce2ce55d91e894b4b0531da650c8ef8d4 /net-mail | |
parent | media-libs/amdvlk: Clarified system requirements (diff) | |
download | guru-79f1b9216795dc425c2394c343392d459a40ab72.tar.gz guru-79f1b9216795dc425c2394c343392d459a40ab72.tar.bz2 guru-79f1b9216795dc425c2394c343392d459a40ab72.zip |
net-mail/dovecot-fts-xapian: Move S= up to match skel.ebuild order
Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.4.ebuild | 3 | ||||
-rw-r--r-- | 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 |