From 9f7759b3b1be5a3bc7794010a8ebf9334f017d2f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Nov 2022 06:52:13 +0000 Subject: gentoo auto-resync : 15:11:2022 - 06:52:13 --- x11-plugins/Manifest.gz | Bin 27374 -> 27371 bytes x11-plugins/pidgin-otr/Manifest | 2 +- x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild | 31 ------------------ x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r2.ebuild | 38 ++++++++++++++++++++++ 4 files changed, 39 insertions(+), 32 deletions(-) delete mode 100644 x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild create mode 100644 x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r2.ebuild (limited to 'x11-plugins') diff --git a/x11-plugins/Manifest.gz b/x11-plugins/Manifest.gz index 7fbe05bf0d19..9b2bb884fec9 100644 Binary files a/x11-plugins/Manifest.gz and b/x11-plugins/Manifest.gz differ diff --git a/x11-plugins/pidgin-otr/Manifest b/x11-plugins/pidgin-otr/Manifest index 9494549fc5ed..943f0ba71ce6 100644 --- a/x11-plugins/pidgin-otr/Manifest +++ b/x11-plugins/pidgin-otr/Manifest @@ -1,3 +1,3 @@ DIST pidgin-otr-4.0.2.tar.gz 515627 BLAKE2B e4ee9887d755f27f121c86337df596939eb1ae83ae91d1a396140be27558ee086cca54e2fb7e2337603fc78df00228e8a5759c3adc8b6c68bfdb3f3fa9476163 SHA512 6815f1d2be5786726602a924ae6ead5371543a53bd36231dc3239fa580f73a6136836df0c1beb64d83b76e6bd0d80ffe6750ca6e9ddd2a6a94841a9a678925ad -EBUILD pidgin-otr-4.0.2-r1.ebuild 662 BLAKE2B 74db967cf73ad2b59b4e6238c689cb879eb7e3f792207c32ab91e8c3da0bdb08a08c374c8e32f9bc4ca05e65dd3d5948ca880b84c0daf98a3f89871610b5e7f8 SHA512 eae349e9f0b6a1d89215fffcf32d4215c5bf88424c323563e265d7a89da7569c636fc4cce373139b7b800b880432ef3bda81c5ab07fb96e12c60929d64051e8d +EBUILD pidgin-otr-4.0.2-r2.ebuild 722 BLAKE2B b56b0823b46ebff83802d39a9ea4af30910a9641e935821e942f9728e7bcce77cc9092955de9d1d8372b5e4d6028a09a931c6497ee7a606694208997629c9245 SHA512 025098dcd28137de59b336498f8b500feee7d7aa5340fd987689dd93d350434acc3ecfbc972e4a83e0b34ecce017635c4f2a3baa97b5d193164a1c8d595951ec MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3 diff --git a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild deleted file mode 100644 index fce6c905d795..000000000000 --- a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" -HOMEPAGE="http://www.cypherpunks.ca/otr/" -SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86" -IUSE="" - -RDEPEND="dev-libs/libgcrypt:0 - net-im/pidgin[gtk] - >=net-libs/libotr-4.0.0 - x11-libs/gtk+:2" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - virtual/pkgconfig -" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_install() { - default - - find "${ED}" -type f -name "*.la" -delete || die -} diff --git a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r2.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r2.ebuild new file mode 100644 index 000000000000..e6f68bb0cbb3 --- /dev/null +++ b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" +HOMEPAGE="http://www.cypherpunks.ca/otr/" +SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86" +IUSE="" + +RDEPEND="dev-libs/libgcrypt:0 + net-im/pidgin[gtk] + >=net-libs/libotr-4.0.0 + x11-libs/gtk+:2" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-util/intltool + virtual/pkgconfig +" + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + + find "${ED}" -type f -name "*.la" -delete || die +} -- cgit v1.2.3