Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 933241
Collapse All | Expand All

(-)net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild (-2 / +2 lines)
Lines 1-16 Link Here
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=8
5
inherit autotools
5
inherit autotools
6
6
7
DESCRIPTION="A mail notification program"
7
DESCRIPTION="A mail notification program"
8
HOMEPAGE="http://gnubiff.sourceforge.net/"
8
HOMEPAGE="http://gnubiff.sourceforge.net/"
9
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
9
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
10
10
11
LICENSE="GPL-3"
11
LICENSE="GPL-3+-with-openssl-exception"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="amd64 x86"
13
KEYWORDS="amd64 x86"
14
IUSE="debug fam nls password"
14
IUSE="debug fam nls password"
15
15
16
RDEPEND="
16
RDEPEND="

Return to bug 933241