diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-24 21:31:53 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-24 21:32:10 +0300 |
commit | 7815b636a44030999ded7399b91d6242423e6633 (patch) | |
tree | d51821991aa71733aa3a6398367f84afb2feb84b /net-mail | |
parent | app-i18n/rime-data: drop 0.38.20180515 (diff) | |
download | gentoo-7815b636a44030999ded7399b91d6242423e6633.tar.gz gentoo-7815b636a44030999ded7399b91d6242423e6633.tar.bz2 gentoo-7815b636a44030999ded7399b91d6242423e6633.zip |
net-mail/gnubiff: drop 2.2.17-r2
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild deleted file mode 100644 index 3ad5e5bfb620..000000000000 --- a/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 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="https://downloads.sourceforge.net/${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}) -} |