* [gentoo-commits] repo/gentoo:master commit in: mail-filter/libsieve/
@ 2019-11-06 10:23 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2019-11-06 10:23 UTC (permalink / raw
To: gentoo-commits
commit: 16908dc9468b1798b22bcaab9f50d5244f46057a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 6 10:15:00 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 10:16:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16908dc9
mail-filter/libsieve: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
mail-filter/libsieve/libsieve-2.2.7.ebuild | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/mail-filter/libsieve/libsieve-2.2.7.ebuild b/mail-filter/libsieve/libsieve-2.2.7.ebuild
index 9d0a996a540..828b84ce282 100644
--- a/mail-filter/libsieve/libsieve-2.2.7.ebuild
+++ b/mail-filter/libsieve/libsieve-2.2.7.ebuild
@@ -1,27 +1,18 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="A library for parsing, sorting and filtering your mail"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://libsieve.sourceforge.net/"
SLOT="0"
-LICENSE="MIT LGPL-2"
+LICENSE="MIT LGPL-2.1"
KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND=""
RDEPEND="!<net-mail/mailutils-2.1"
-src_compile() {
- cd "${S}"/src
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- cd "${S}"/src
- emake DESTDIR="${D}" install || die "emake install failed"
-}
+S=${WORKDIR}/${P}/src
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/libsieve/
@ 2020-11-15 23:24 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2020-11-15 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 385fcdf054085025680b3384a20aff12713c5c21
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Nov 15 23:23:07 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 23:23:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385fcdf0
mail-filter/libsieve: disable static libs
Closes: https://bugs.gentoo.org/682602
Closes: https://bugs.gentoo.org/724544
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
mail-filter/libsieve/libsieve-2.2.7.ebuild | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/mail-filter/libsieve/libsieve-2.2.7.ebuild b/mail-filter/libsieve/libsieve-2.2.7.ebuild
index 828b84ce282..8a912109ef1 100644
--- a/mail-filter/libsieve/libsieve-2.2.7.ebuild
+++ b/mail-filter/libsieve/libsieve-2.2.7.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit autotools
+
DESCRIPTION="A library for parsing, sorting and filtering your mail"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://libsieve.sourceforge.net/"
@@ -10,9 +12,22 @@ HOMEPAGE="http://libsieve.sourceforge.net/"
SLOT="0"
LICENSE="MIT LGPL-2.1"
KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE=""
-DEPEND=""
RDEPEND="!<net-mail/mailutils-2.1"
S=${WORKDIR}/${P}/src
+
+src_prepare() {
+ default
+ mv configure.{in,ac} || die
+ eautoreconf
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-15 23:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-15 23:24 [gentoo-commits] repo/gentoo:master commit in: mail-filter/libsieve/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2019-11-06 10:23 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox