diff options
| author | Simeon Simeonov | 2024-06-30 19:06:22 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2024-06-30 19:06:22 +0200 |
| commit | 991d0d96e5e079dae7feef4fc9c4736c306f6e57 (patch) | |
| tree | e5ef1df00ea2b872f74a3c475bc17db400e37a30 /mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild | |
| parent | 8459629cd213b551f3ccb6a519247594fa137425 (diff) | |
Fix legacy ebuilds and fix pkgcheck issues
Diffstat (limited to 'mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild')
| -rw-r--r-- | mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild b/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild deleted file mode 100644 index f94d992..0000000 --- a/mail-client/sylpheed/sylpheed-3.7.0-r1.ebuild +++ /dev/null | |||
| @@ -1,76 +0,0 @@ | |||
| 1 | # Copyright 2018 Simeon Simeonov | ||
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | |||
| 4 | EAPI="6" | ||
| 5 | |||
| 6 | inherit eutils | ||
| 7 | |||
| 8 | DESCRIPTION="A lightweight email client and newsreader (patched by sgs)" | ||
| 9 | HOMEPAGE="http://sylpheed.sraoss.jp/" | ||
| 10 | SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" | ||
| 11 | |||
| 12 | LICENSE="GPL-2 LGPL-2.1" | ||
| 13 | SLOT="0" | ||
| 14 | KEYWORDS="amd64 x86" | ||
| 15 | IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface" | ||
| 16 | |||
| 17 | CDEPEND="net-libs/liblockfile | ||
| 18 | x11-libs/gtk+:2 | ||
| 19 | crypt? ( app-crypt/gpgme ) | ||
| 20 | ldap? ( net-nds/openldap ) | ||
| 21 | nls? ( sys-devel/gettext ) | ||
| 22 | oniguruma? ( dev-libs/oniguruma:= ) | ||
| 23 | pda? ( app-pda/jpilot ) | ||
| 24 | spell? ( | ||
| 25 | app-text/gtkspell:2 | ||
| 26 | dev-libs/dbus-glib | ||
| 27 | ) | ||
| 28 | ssl? ( | ||
| 29 | !libressl? ( dev-libs/openssl:0 ) | ||
| 30 | libressl? ( dev-libs/libressl ) | ||
| 31 | )" | ||
| 32 | RDEPEND="${CDEPEND} | ||
| 33 | app-misc/mime-types | ||
| 34 | net-misc/curl" | ||
| 35 | DEPEND="${CDEPEND} | ||
| 36 | virtual/pkgconfig | ||
| 37 | xface? ( media-libs/compface )" | ||
| 38 | |||
| 39 | PATCHES=( | ||
| 40 | "${FILESDIR}/${P}-signature-box.patch" | ||
| 41 | "${FILESDIR}/${P}-PGP-signature-fix.patch" | ||
| 42 | "${FILESDIR}/${P}-master-password.patch" | ||
| 43 | "${FILESDIR}/${P}-version.patch" | ||
| 44 | ) | ||
| 45 | |||
| 46 | DOCS="AUTHORS ChangeLog* NEW* PLUGIN* README* TODO*" | ||
| 47 | |||
| 48 | src_configure() { | ||
| 49 | local htmldir="${EPREFIX}"/usr/share/doc/${PF}/html | ||
| 50 | econf \ | ||
| 51 | $(use_enable crypt gpgme) \ | ||
| 52 | $(use_enable ipv6) \ | ||
| 53 | $(use_enable ldap) \ | ||
| 54 | $(use_enable oniguruma) \ | ||
| 55 | $(use_enable pda jpilot) \ | ||
| 56 | $(use_enable spell gtkspell) \ | ||
| 57 | $(use_enable ssl) \ | ||
| 58 | $(use_enable xface compface) \ | ||
| 59 | --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins \ | ||
| 60 | --with-manualdir="${htmldir}"/manual \ | ||
| 61 | --with-faqdir="${htmldir}"/faq \ | ||
| 62 | --disable-updatecheckplugin \ | ||
| 63 | --disable-updatecheck | ||
| 64 | } | ||
| 65 | |||
| 66 | src_install() { | ||
| 67 | default | ||
| 68 | |||
| 69 | doicon *.png | ||
| 70 | domenu *.desktop | ||
| 71 | |||
| 72 | cd plugin/attachment_tool | ||
| 73 | emake DESTDIR="${D}" install-plugin | ||
| 74 | docinto plugin/attachment_tool | ||
| 75 | dodoc README | ||
| 76 | } | ||
