x11-plugins/pidgin-gpg: Remove old
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:16:54 +0000 (17:16 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:16:54 +0000 (17:16 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
x11-plugins/pidgin-gpg/Manifest
x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild [deleted file]

index 97ce146c70ddc5a57ea0046cef1f88b44ee69386..df2f2ce9ad1b2e339220c6eb89ca6ee0e989efa2 100644 (file)
@@ -1,2 +1 @@
 DIST pidgin-gpg-0.9.3.tar.gz 806492 BLAKE2B 67ca75307419fe25d6a7f90ce33f63e736eae59e0cab9fd2fafbf7f9ccd61569fb9906e755163400c462bcd63fa8e9b1e42deb98e459fb9e070d73de9cfb28ab SHA512 bff7ec08d7999d40b689aabc0b559b7eab1fae765b6ffc799e355601ac3a2bb05c3831c1e56e30b95f387c446f7d07d1576af7e7824094fca9ac6c6636d62f6c
-DIST pidgin-gpg-0.9.tar.gz 288403 BLAKE2B c1fc16a2744d2896727b36f114fc347f48fce071da5813eadb88a7251d27751d56dcea0ff3f1d396db164aec26e88787134bbd1e5605a24e79e06f2a70e1a8c2 SHA512 391d013dcc62972e13fded2737325d8262edd62c5afb640e244bc6dca868f966dcc4155c6a5604e5c87fc3dd0b3fdf5c339305756a9e6992765193c20838aa50
diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild
deleted file mode 100644 (file)
index e1bd36c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin"
-HOMEPAGE="https://github.com/segler-alex/Pidgin-GPG"
-SRC_URI="https://github.com/downloads/segler-alex/Pidgin-GPG/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-crypt/gpgme
-       net-im/pidgin"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_install() {
-       default
-       prune_libtool_files --all
-}