Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-gpg/
Date: Sat, 08 Feb 2020 16:17:17
Message-Id: 1581178614.30b9b50d28a8562f140ea12a32d996de37df78fa.soap@gentoo
1 commit: 30b9b50d28a8562f140ea12a32d996de37df78fa
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 16:16:54 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 16:16:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b9b50d
7
8 x11-plugins/pidgin-gpg: Remove old
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 x11-plugins/pidgin-gpg/Manifest | 1 -
14 x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/x11-plugins/pidgin-gpg/Manifest b/x11-plugins/pidgin-gpg/Manifest
18 index 97ce146c70d..df2f2ce9ad1 100644
19 --- a/x11-plugins/pidgin-gpg/Manifest
20 +++ b/x11-plugins/pidgin-gpg/Manifest
21 @@ -1,2 +1 @@
22 DIST pidgin-gpg-0.9.3.tar.gz 806492 BLAKE2B 67ca75307419fe25d6a7f90ce33f63e736eae59e0cab9fd2fafbf7f9ccd61569fb9906e755163400c462bcd63fa8e9b1e42deb98e459fb9e070d73de9cfb28ab SHA512 bff7ec08d7999d40b689aabc0b559b7eab1fae765b6ffc799e355601ac3a2bb05c3831c1e56e30b95f387c446f7d07d1576af7e7824094fca9ac6c6636d62f6c
23 -DIST pidgin-gpg-0.9.tar.gz 288403 BLAKE2B c1fc16a2744d2896727b36f114fc347f48fce071da5813eadb88a7251d27751d56dcea0ff3f1d396db164aec26e88787134bbd1e5605a24e79e06f2a70e1a8c2 SHA512 391d013dcc62972e13fded2737325d8262edd62c5afb640e244bc6dca868f966dcc4155c6a5604e5c87fc3dd0b3fdf5c339305756a9e6992765193c20838aa50
24
25 diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild
26 deleted file mode 100644
27 index e1bd36c2d6c..00000000000
28 --- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2012 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -inherit eutils
37 -
38 -DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin"
39 -HOMEPAGE="https://github.com/segler-alex/Pidgin-GPG"
40 -SRC_URI="https://github.com/downloads/segler-alex/Pidgin-GPG/${P}.tar.gz"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -RDEPEND="app-crypt/gpgme
48 - net-im/pidgin"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig"
51 -
52 -src_install() {
53 - default
54 - prune_libtool_files --all
55 -}