dev-python/pyGPG: Remove old
authorDavid Seifert <soap@gentoo.org>
Sun, 16 Jun 2019 15:00:49 +0000 (17:00 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 16 Jun 2019 15:00:49 +0000 (17:00 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/pyGPG/Manifest
dev-python/pyGPG/pyGPG-0.1.ebuild [deleted file]

index 89b462aa8df2807babb0cd6d2e31dfeffcb64224..b05cbd55dc19924f109e81a3bc99b715ee303506 100644 (file)
@@ -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 (file)
index c73c9a7..0000000
+++ /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."
-}