From a64830a1c12547db0e24df0572b2ac65494baa0e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 28 May 2019 20:50:09 +0200 Subject: net-mail/gnubiff: [QA] Fix openssl dep to :0= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild | 4 +-- net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild | 49 ------------------------------- net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild | 49 +++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild create mode 100644 net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild (limited to 'net-mail') diff --git a/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild index d37d1433a5c2..b22d67e1a6cb 100644 --- a/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild +++ b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ RDEPEND=" >=x11-libs/gtk+-3:3 >=gnome-base/libglade-2.3 dev-libs/popt - password? ( dev-libs/openssl ) + password? ( dev-libs/openssl:0= ) fam? ( virtual/fam ) x11-libs/libX11 x11-libs/pango diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild deleted file mode 100644 index f2f1da676d1f..000000000000 --- a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -DESCRIPTION="A mail notification program" -HOMEPAGE="http://gnubiff.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug fam nls password" - -RDEPEND=" - >=x11-libs/gtk+-3:3 - >=gnome-base/libglade-2.3 - dev-libs/popt - password? ( dev-libs/openssl:* ) - fam? ( virtual/fam ) - x11-libs/libX11 - x11-libs/pango - x11-libs/gdk-pixbuf -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" - -src_prepare() { - eapply -p0 "${FILESDIR}/${PN}-2.2.15-fix-nls.patch" - eapply -p1 "${FILESDIR}/${PN}-2.2.15-gold.patch" - eapply -p0 "${FILESDIR}/${PN}-2.2.15-underlink.patch" - eautoreconf - eapply_user -} - -src_configure() { - # note: --disable-gnome is to avoid deprecated gnome-panel-2.x - econf \ - --disable-gnome \ - $(use_enable debug) \ - $(use_enable nls) \ - $(use_enable fam) \ - $(use_with password) \ - $(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM}) -} diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild new file mode 100644 index 000000000000..2cbcdd2ea191 --- /dev/null +++ b/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools + +DESCRIPTION="A mail notification program" +HOMEPAGE="http://gnubiff.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug fam nls password" + +RDEPEND=" + >=x11-libs/gtk+-3:3 + >=gnome-base/libglade-2.3 + dev-libs/popt + password? ( dev-libs/openssl:0= ) + fam? ( virtual/fam ) + x11-libs/libX11 + x11-libs/pango + x11-libs/gdk-pixbuf +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" + +src_prepare() { + eapply -p0 "${FILESDIR}/${PN}-2.2.15-fix-nls.patch" + eapply -p1 "${FILESDIR}/${PN}-2.2.15-gold.patch" + eapply -p0 "${FILESDIR}/${PN}-2.2.15-underlink.patch" + eautoreconf + eapply_user +} + +src_configure() { + # note: --disable-gnome is to avoid deprecated gnome-panel-2.x + econf \ + --disable-gnome \ + $(use_enable debug) \ + $(use_enable nls) \ + $(use_enable fam) \ + $(use_with password) \ + $(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM}) +} -- cgit v1.2.3-65-gdbad