* [gentoo-commits] repo/gentoo:master commit in: net-libs/libotr/, x11-plugins/pidgin-otr/
@ 2022-11-15 2:45 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-11-15 2:45 UTC (permalink / raw
To: gentoo-commits
commit: b70f9c2fd860b4a13b01951c257edbb49b696923
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Nov 10 23:30:47 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 02:24:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70f9c2f
x11-plugins/pidgin-otr: fix clang16 configure
Closes: https://bugs.gentoo.org/879787
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/28218
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libotr/{libotr-4.1.1.ebuild => libotr-4.1.1-r1.ebuild} | 0
.../{pidgin-otr-4.0.2-r1.ebuild => pidgin-otr-4.0.2-r2.ebuild} | 7 +++++++
2 files changed, 7 insertions(+)
diff --git a/net-libs/libotr/libotr-4.1.1.ebuild b/net-libs/libotr/libotr-4.1.1-r1.ebuild
similarity index 100%
rename from net-libs/libotr/libotr-4.1.1.ebuild
rename to net-libs/libotr/libotr-4.1.1-r1.ebuild
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
similarity index 91%
rename from x11-plugins/pidgin-otr/pidgin-otr-4.0.2-r1.ebuild
rename to 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-15 2:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-15 2:45 [gentoo-commits] repo/gentoo:master commit in: net-libs/libotr/, x11-plugins/pidgin-otr/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox