From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- x11-plugins/pidgin-otr/Manifest | 4 +-- x11-plugins/pidgin-otr/metadata.xml | 5 +--- x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild | 31 +++++++++++++++++++++++ x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild | 23 ----------------- 4 files changed, 34 insertions(+), 29 deletions(-) create mode 100644 x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild delete mode 100644 x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild (limited to 'x11-plugins/pidgin-otr') diff --git a/x11-plugins/pidgin-otr/Manifest b/x11-plugins/pidgin-otr/Manifest index 029cf487e45b..9494549fc5ed 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.ebuild 571 BLAKE2B 4d6c0cc645f7c265534bb3f247ba78701d3d9830c6f3a6aefe8f8ccf11b599d68d3c1993d08a0ad688f58e549b11227fbb320e86e46c794c255281286534bf3e SHA512 182355e8162dcf159d5b1cda6694160ecda535de9b20580a226d650368b07076561e6f2310898388d61089a3c480588f996a898316b624cd7605f1ebcd8e8b40 -MISC metadata.xml 252 BLAKE2B 5dd8d0c83d6c9c396753f4e6674725483e0c7a005b4c529d3bd1fba5de36cee7f2b33e53aec48aa75f35ec663173677c2c964fb73f7f954b20631cc9c59533ca SHA512 afee4a606f4b70f265eb14178037c0459e32ddd98378c6c2978b829e906f83dc3607385173bd8f84ad988d307f8e44e1320310c92c070c802a4ccba93a96ae18 +EBUILD pidgin-otr-4.0.2-r1.ebuild 662 BLAKE2B 74db967cf73ad2b59b4e6238c689cb879eb7e3f792207c32ab91e8c3da0bdb08a08c374c8e32f9bc4ca05e65dd3d5948ca880b84c0daf98a3f89871610b5e7f8 SHA512 eae349e9f0b6a1d89215fffcf32d4215c5bf88424c323563e265d7a89da7569c636fc4cce373139b7b800b880432ef3bda81c5ab07fb96e12c60929d64051e8d +MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3 diff --git a/x11-plugins/pidgin-otr/metadata.xml b/x11-plugins/pidgin-otr/metadata.xml index 99e2666c588b..115e9d64a669 100644 --- a/x11-plugins/pidgin-otr/metadata.xml +++ b/x11-plugins/pidgin-otr/metadata.xml @@ -1,8 +1,5 @@ - - polynomial-c@gentoo.org - Lars Wendler - + 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 new file mode 100644 index 000000000000..fce6c905d795 --- /dev/null +++ b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild @@ -0,0 +1,31 @@ +# 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.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild deleted file mode 100644 index 13cd6b3ec41f..000000000000 --- a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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} - dev-util/intltool - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README ) -- cgit v1.2.3