summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-otr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-15 06:52:13 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-15 06:52:13 +0000
commit9f7759b3b1be5a3bc7794010a8ebf9334f017d2f (patch)
treefa4e093c6694ec0590cbbd9a7b86c1edddc43d72 /x11-plugins/pidgin-otr
parentac35def7deb4a1eecfad26f0eb5907170b2ee5d7 (diff)
gentoo auto-resync : 15:11:2022 - 06:52:13
Diffstat (limited to 'x11-plugins/pidgin-otr')
-rw-r--r--x11-plugins/pidgin-otr/Manifest2
-rw-r--r--x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r2.ebuild (renamed from x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild)7
2 files changed, 8 insertions, 1 deletions
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-r2.ebuild
index fce6c905d795..e6f68bb0cbb3 100644
--- a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild
+++ b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r2.ebuild
@@ -3,6 +3,8 @@
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"
@@ -24,6 +26,11 @@ BDEPEND="
DOCS=( AUTHORS ChangeLog NEWS README )
+src_prepare() {
+ default
+ eautoreconf
+}
+
src_install() {
default