summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:16:54 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:16:54 +0100
commit30b9b50d28a8562f140ea12a32d996de37df78fa (patch)
tree39bb65c24038e8d0ed32c99310b78a745013f0ff /x11-plugins
parentdev-util/diffuse: a new version for python3, pygobject and gtk3 (diff)
downloadgentoo-30b9b50d28a8562f140ea12a32d996de37df78fa.tar.gz
gentoo-30b9b50d28a8562f140ea12a32d996de37df78fa.tar.bz2
gentoo-30b9b50d28a8562f140ea12a32d996de37df78fa.zip
x11-plugins/pidgin-gpg: Remove old
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-gpg/Manifest1
-rw-r--r--x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-plugins/pidgin-gpg/Manifest b/x11-plugins/pidgin-gpg/Manifest
index 97ce146c70dd..df2f2ce9ad1b 100644
--- a/x11-plugins/pidgin-gpg/Manifest
+++ b/x11-plugins/pidgin-gpg/Manifest
@@ -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
index e1bd36c2d6c6..000000000000
--- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild
+++ /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
-}