From 401101f9c8077911929d3f2b60a37098460a5d89 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 24 Mar 2022 23:59:54 +0000 Subject: gentoo resync : 25.03.2022 --- mail-client/sylpheed/Manifest | 2 +- mail-client/sylpheed/sylpheed-3.7.0-r3.ebuild | 66 --------------------------- mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild | 66 +++++++++++++++++++++++++++ 3 files changed, 67 insertions(+), 67 deletions(-) delete mode 100644 mail-client/sylpheed/sylpheed-3.7.0-r3.ebuild create mode 100644 mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild (limited to 'mail-client/sylpheed') diff --git a/mail-client/sylpheed/Manifest b/mail-client/sylpheed/Manifest index 9cc5e8d02571..afe308d44c38 100644 --- a/mail-client/sylpheed/Manifest +++ b/mail-client/sylpheed/Manifest @@ -1,4 +1,4 @@ AUX sylpheed-tls-1.3.patch 496 BLAKE2B faa07a14de7f8f0501a2de29fc98ebcda52138f6a912ceaf114fddd4b5029fb81a2a2c3a55724beb191fcaa613a828225bbacf6a7cdb46a66b69e763525b5483 SHA512 a4590da5381ff60d5d0549af674f9f1a30acb7617a5d76a5e11b34d74d699bc91e1d80380e5b346a66933b097ea915fffd7508571df504686777e13701585377 DIST sylpheed-3.7.0.tar.bz2 3612328 BLAKE2B bd8182db8a46b956e12b3da4b15d3ee8184a612e2fb216aca20fd4a022610b17416f994d36b390a5a92835915e95f08bd59bf71154a86962c9564162be891f21 SHA512 490837528bf7ba9d26994cd5fff00b6e5390a127419b9d0efd9fc25c38be1291d55c5b8daebdf5ca9d9159a51c938449e76212328f3eae40cc039db88cb5caa4 -EBUILD sylpheed-3.7.0-r3.ebuild 1554 BLAKE2B 979074642cb276774d36e14bc14a5b639f9166d89e7023e5428a66562e0fb7e894f92dd5624821b522d9575e71af5d3b6fa10d11a22545ad617b6db01583ecdd SHA512 0da6aaff60b4dc8e571edf3b5cfd55463ccf8f7d8eee399693554f2aa31eb3c8ef2f14a9a5e26d91464d2c961adceb33cf45ba0ab711ab475c26b42e9e2c4d35 +EBUILD sylpheed-3.7.0-r4.ebuild 1556 BLAKE2B 28dc992a764a1db708a50f1f606359f392ed70d36c13a37485b99a7d252ed6b8084e071d1538e99915bd6cac3b6d7e697385489c5778d9b3b5b1fd3aba26b0d2 SHA512 07515fc97eed27c8f92435226f105671f79971646709f55bd51a78f497ebde7b54ca80dd223791acadf9a51dd1ea2f5703e9eddec9a6873615025f4fb45eb2ff MISC metadata.xml 353 BLAKE2B fcf86ed5908d01a1bbc2ee5c0a20a9b378a72039814d5cdcc1a139c14cab31d4137d020449c705002e61b0fa9294d4f8e1abd09a71ca7adae37f6e298c881448 SHA512 44dac43e49c796178bad4884b9a57cd225e6e6e9f78e72eb01e34a2f68fd277bce050aa527284f9a638d8b05c2cda9fdbdc2af72d2efdeca5ebbd0e0b168fc71 diff --git a/mail-client/sylpheed/sylpheed-3.7.0-r3.ebuild b/mail-client/sylpheed/sylpheed-3.7.0-r3.ebuild deleted file mode 100644 index 86324b7b9e46..000000000000 --- a/mail-client/sylpheed/sylpheed-3.7.0-r3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit desktop xdg - -DESCRIPTION="A lightweight email client and newsreader" -HOMEPAGE="http://sylpheed.sraoss.jp/" -SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="crypt ipv6 ldap nls oniguruma spell ssl xface" - -CDEPEND="net-libs/liblockfile - x11-libs/gtk+:2 - crypt? ( app-crypt/gpgme:= ) - ldap? ( net-nds/openldap ) - nls? ( sys-devel/gettext ) - oniguruma? ( dev-libs/oniguruma:= ) - spell? ( - app-text/gtkspell:2 - dev-libs/dbus-glib - ) - ssl? ( - dev-libs/openssl:0= - )" -RDEPEND="${CDEPEND} - app-misc/mime-types - net-misc/curl" -DEPEND="${CDEPEND} - xface? ( media-libs/compface )" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${PN}-tls-1.3.patch ) -DOCS="AUTHORS ChangeLog* NEW* PLUGIN* README* TODO*" - -src_configure() { - local htmldir="${EPREFIX}"/usr/share/doc/${PF}/html - econf \ - $(use_enable crypt gpgme) \ - $(use_enable ipv6) \ - $(use_enable ldap) \ - $(use_enable oniguruma) \ - $(use_enable spell gtkspell) \ - $(use_enable ssl) \ - $(use_enable xface compface) \ - --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins \ - --with-manualdir="${htmldir}"/manual \ - --with-faqdir="${htmldir}"/faq \ - --disable-updatecheck -} - -src_install() { - default - - doicon *.png - domenu *.desktop - - cd plugin/attachment_tool - emake DESTDIR="${D}" install-plugin - docinto plugin/attachment_tool - dodoc README -} diff --git a/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild b/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild new file mode 100644 index 000000000000..87d688309d8c --- /dev/null +++ b/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit desktop xdg + +DESCRIPTION="A lightweight email client and newsreader" +HOMEPAGE="http://sylpheed.sraoss.jp/" +SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86" +IUSE="crypt ipv6 ldap nls oniguruma spell ssl xface" + +CDEPEND="net-libs/liblockfile + x11-libs/gtk+:2 + crypt? ( app-crypt/gpgme:= ) + ldap? ( net-nds/openldap:= ) + nls? ( sys-devel/gettext ) + oniguruma? ( dev-libs/oniguruma:= ) + spell? ( + app-text/gtkspell:2 + dev-libs/dbus-glib + ) + ssl? ( + dev-libs/openssl:0= + )" +RDEPEND="${CDEPEND} + app-misc/mime-types + net-misc/curl" +DEPEND="${CDEPEND} + xface? ( media-libs/compface )" +BDEPEND="virtual/pkgconfig" + +PATCHES=( "${FILESDIR}"/${PN}-tls-1.3.patch ) +DOCS="AUTHORS ChangeLog* NEW* PLUGIN* README* TODO*" + +src_configure() { + local htmldir="${EPREFIX}"/usr/share/doc/${PF}/html + econf \ + $(use_enable crypt gpgme) \ + $(use_enable ipv6) \ + $(use_enable ldap) \ + $(use_enable oniguruma) \ + $(use_enable spell gtkspell) \ + $(use_enable ssl) \ + $(use_enable xface compface) \ + --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins \ + --with-manualdir="${htmldir}"/manual \ + --with-faqdir="${htmldir}"/faq \ + --disable-updatecheck +} + +src_install() { + default + + doicon *.png + domenu *.desktop + + cd plugin/attachment_tool + emake DESTDIR="${D}" install-plugin + docinto plugin/attachment_tool + dodoc README +} -- cgit v1.2.3