diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 13:26:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-11 18:20:15 +0200 |
commit | fc75fad79548f535f61e6b017815686a66ebd236 (patch) | |
tree | b81eff6d6264ed44768f7d8b955d80f55de34783 /net-mail/gnubiff | |
parent | net-mail/getmail: Drop old (diff) | |
download | gentoo-fc75fad79548f535f61e6b017815686a66ebd236.tar.gz gentoo-fc75fad79548f535f61e6b017815686a66ebd236.tar.bz2 gentoo-fc75fad79548f535f61e6b017815686a66ebd236.zip |
net-mail/gnubiff: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/gnubiff')
-rw-r--r-- | net-mail/gnubiff/Manifest | 1 | ||||
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/net-mail/gnubiff/Manifest b/net-mail/gnubiff/Manifest index 9cc5c118bbcd..1afdd34eaa4d 100644 --- a/net-mail/gnubiff/Manifest +++ b/net-mail/gnubiff/Manifest @@ -1,2 +1 @@ -DIST gnubiff-2.2.15.tar.gz 851638 BLAKE2B dd6d8527664470497d0f7eccd5f435f06f67935a831ace025152f717986c80bd39d49730f1f92b94ded4da8fd0d6aba30705f81b245c6a51dc8257bfe6c95238 SHA512 592a9934f34cec65869bef6bb7a488fd1a44515d513e47b440a36ef15ff9c44dbedb33c27e375ac6cc9590d9a0f02b315307913059f3d7e44ee64a87d95f52c4 DIST gnubiff-2.2.17.tar.gz 897817 BLAKE2B 5ee58828211eb7b85ab017129feec48c6d2b2df4de862f7791f15f361bda7919cbdc7aa37403130da044a1f9e2068154ddc5ae8629eb9f4d38956d759477fb80 SHA512 2fe715d584fb057255d4922275de152ff5b1167abcbdd27d33124921a4c659c3db301944a73d58622ecd22f62615d44b5bebb83838bbd53c67a2dd8286592d89 diff --git a/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild deleted file mode 100644 index b22d67e1a6cb..000000000000 --- a/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils - -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() { - epatch \ - "${FILESDIR}"/${P}-fix-nls.patch \ - "${FILESDIR}"/${P}-gold.patch \ - "${FILESDIR}"/${P}-underlink.patch - eautoreconf -} - -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}) -} |