commit:     4096bc9a5c2e2fb3cc2510894ae2321cafa85294
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 15:00:49 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 15:00:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4096bc9a

dev-python/pyGPG: Remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/pyGPG/Manifest         |  1 -
 dev-python/pyGPG/pyGPG-0.1.ebuild | 39 ---------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-python/pyGPG/Manifest b/dev-python/pyGPG/Manifest
index 89b462aa8df..b05cbd55dc1 100644
--- a/dev-python/pyGPG/Manifest
+++ b/dev-python/pyGPG/Manifest
@@ -1,2 +1 @@
-DIST pyGPG-0.1.tar.gz 15441 BLAKE2B 
5f14788d17ecdf9459a3332fab050892273adac75c7adb5c82c5770956017c3336385e35d4e2827cd070162efeacd4f4e3b2f2fa2cf17837826913fdced89875
 SHA512 
58a89fbee4311b89c5515ad1bc1d901057e8acdfdbcf36813f50a766374100a62efe456d52263711e5c2f46957791def9343d94f019e413506cfdbd353602060
 DIST pyGPG-0.2.tar.gz 15439 BLAKE2B 
92c82b8b23c279461a872f118c636fa9cdae3f44910fc34a357983b0b4afea2a7b13c6400499a0fdbb4365357ade64294642178ca07a79ab3b7df89e60146e73
 SHA512 
93d892a57a27b254bfdc9778b73d341dfec654c2104c578014628df78c43beaf93eafb571ac544d52f334e63f6e5b8c0cfad7c8a0d585ee7211e8649efce8c67

diff --git a/dev-python/pyGPG/pyGPG-0.1.ebuild 
b/dev-python/pyGPG/pyGPG-0.1.ebuild
deleted file mode 100644
index c73c9a74989..00000000000
--- a/dev-python/pyGPG/pyGPG-0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=(python2_7)
-
-inherit distutils-r1
-
-EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git";
-
-DESCRIPTION="A python interface wrapper for gnupg's gpg command"
-HOMEPAGE="https://github.com/dol-sen/pyGPG";
-SRC_URI="https://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-       app-crypt/gnupg
-       "
-
-pkg_postinst() {
-       einfo
-       einfo "This is experimental software."
-       einfo "The API's it installs should be considered unstable"
-       einfo "and are subject to change."
-       einfo
-       einfo "Please file any enhancement requests, or bugs"
-       einfo "at https://github.com/dol-sen/pyGPG/issues";
-       einfo "I am also on IRC @ #gentoo-keys of the freenode network"
-       einfo
-       ewarn "There may be some python 3 compatibility issues still."
-       ewarn "Please help debug/fix/report them in github or bugzilla."
-}

Reply via email to