Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/profanity/
Date: Wed, 06 Jan 2021 16:35:44
Message-Id: 1609950922.40b5215293801bc29a2410a16a0da1725faadb67.dilfridge@gentoo
1 commit: 40b5215293801bc29a2410a16a0da1725faadb67
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 16:34:45 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 16:35:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b52152
7
8 net-im/profanity: Remove old
9
10 Bug: https://bugs.gentoo.org/710108
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
13
14 net-im/profanity/Manifest | 2 --
15 net-im/profanity/profanity-0.6.0.ebuild | 39 -----------------------------
16 net-im/profanity/profanity-0.7.1.ebuild | 44 ---------------------------------
17 3 files changed, 85 deletions(-)
18
19 diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest
20 index 01eb33cfbc4..3bc881c2e23 100644
21 --- a/net-im/profanity/Manifest
22 +++ b/net-im/profanity/Manifest
23 @@ -1,3 +1 @@
24 -DIST profanity-0.6.0.tar.gz 741812 BLAKE2B ba6cff070ee0e8a83b52677f6551c1d7397cd25993982d6b5390590a4924d902050504cb8803ee2741262b1409e4d75e9f223397f87f39d7dc86fcc56a0e5df6 SHA512 c7d8e74b764276f59fccfa029d45271032db315cdbf6e00deccbd611f202983a0930fed99021202333047acee9f3f0d7779cd9bb3628d2e5c4757e3de8c3629e
25 -DIST profanity-0.7.1.tar.gz 788754 BLAKE2B 447c761233ce6989081d3ed7a585d90713f4266dfc22ff816aea7c014f642f57989f7f767d8cf40cdd36c3152f45c6700f3905e0d12b864533aac61ac4dc7aaa SHA512 a6e159a5452ebb193dcff74dc8673de5dbc4bc5b2f2b8abc129641fc1b4b370aee9617dc0b26cfcc6aae58a1a900fda29356e61cdc17ee7ba69c879d6ccc2339
26 DIST profanity-0.9.5.tar.gz 830966 BLAKE2B fc1b755b1a92dbde62aacb31cb5d9190cea951e98501a5b48495dbd31266f343cf436de1fa0f69caec34324cd1f781d0bd4f5f7ebdd984324c5d1d6edb91452a SHA512 79305ee488d3a9b87bb422d6525bfaae62c4969d466b968c86941ed5bf0c0080e349758f2e1ead144693513b5d19a635372e73aa1fe9e362836b9245e1d2b898
27
28 diff --git a/net-im/profanity/profanity-0.6.0.ebuild b/net-im/profanity/profanity-0.6.0.ebuild
29 deleted file mode 100644
30 index 402ca75c085..00000000000
31 --- a/net-im/profanity/profanity-0.6.0.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -DESCRIPTION="A console based XMPP client inspired by Irssi"
40 -HOMEPAGE="http://www.profanity.im/"
41 -SRC_URI="http://www.profanity.im/${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -
47 -IUSE="libnotify otr gpg xscreensaver"
48 -
49 -DEPEND="
50 - dev-libs/expat
51 - dev-libs/glib
52 - dev-libs/libstrophe:=
53 - dev-libs/openssl:0=
54 - net-misc/curl
55 - sys-apps/util-linux
56 - sys-libs/ncurses:=[unicode]
57 - gpg? ( app-crypt/gpgme:= )
58 - libnotify? ( x11-libs/libnotify )
59 - otr? ( net-libs/libotr )
60 - xscreensaver? (
61 - x11-libs/libXScrnSaver
62 - x11-libs/libX11 )
63 - "
64 -RDEPEND="${DEPEND}"
65 -
66 -src_configure() {
67 - econf \
68 - $(use_enable libnotify notifications) \
69 - $(use_enable otr) \
70 - $(use_enable gpg pgp) \
71 - $(use_with xscreensaver)
72 -}
73
74 diff --git a/net-im/profanity/profanity-0.7.1.ebuild b/net-im/profanity/profanity-0.7.1.ebuild
75 deleted file mode 100644
76 index faaf4beb340..00000000000
77 --- a/net-im/profanity/profanity-0.7.1.ebuild
78 +++ /dev/null
79 @@ -1,44 +0,0 @@
80 -# Copyright 1999-2019 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -
85 -DESCRIPTION="A console based XMPP client inspired by Irssi"
86 -HOMEPAGE="https://profanity-im.github.io"
87 -SRC_URI="https://profanity-im.github.io/${PN}-${PV}.tar.gz"
88 -
89 -LICENSE="GPL-3"
90 -SLOT="0"
91 -KEYWORDS="~amd64"
92 -
93 -IUSE="libnotify omemo otr gpg xscreensaver"
94 -
95 -DEPEND="
96 - dev-libs/expat
97 - dev-libs/glib
98 - dev-libs/libstrophe:=
99 - dev-libs/openssl:0=
100 - net-misc/curl
101 - sys-apps/util-linux
102 - sys-libs/ncurses:=[unicode]
103 - gpg? ( app-crypt/gpgme:= )
104 - libnotify? ( x11-libs/libnotify )
105 - omemo? (
106 - net-libs/libsignal-protocol-c
107 - dev-libs/libgcrypt
108 - )
109 - otr? ( net-libs/libotr )
110 - xscreensaver? (
111 - x11-libs/libXScrnSaver
112 - x11-libs/libX11 )
113 - "
114 -RDEPEND="${DEPEND}"
115 -
116 -src_configure() {
117 - econf \
118 - $(use_enable libnotify notifications) \
119 - $(use_enable omemo) \
120 - $(use_enable otr) \
121 - $(use_enable gpg pgp) \
122 - $(use_with xscreensaver)
123 -}