summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-01-07 08:06:50 -0600
committerBen Kohler <bkohler@gentoo.org>2020-01-07 08:23:25 -0600
commit25a1e224614e83615759ea89cf30cad43d228789 (patch)
tree07afbb687f22453d58ca93c9edcca24afc385a6b /dev-python/pydecomp
parentdev-python/pydecomp: update PYTHON_COMPAT (diff)
downloadgentoo-25a1e224614e83615759ea89cf30cad43d228789.tar.gz
gentoo-25a1e224614e83615759ea89cf30cad43d228789.tar.bz2
gentoo-25a1e224614e83615759ea89cf30cad43d228789.zip
dev-python/pydecomp: drop old 0.2
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-python/pydecomp')
-rw-r--r--dev-python/pydecomp/Manifest1
-rw-r--r--dev-python/pydecomp/pydecomp-0.2.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/pydecomp/Manifest b/dev-python/pydecomp/Manifest
index 8c53d5b30aad..2b96bafda4f4 100644
--- a/dev-python/pydecomp/Manifest
+++ b/dev-python/pydecomp/Manifest
@@ -1,2 +1 @@
-DIST pydecomp-0.2.tar.gz 9819 BLAKE2B fc2078b00f152e598599b1fc4b1239035d1d21789689fb49605a4c3afb6d9201a1b1635d6f1971edf98fef8de02caeb6ea5e6bae1fe2b21f546e8a712ca94949 SHA512 1cec8ba501cf6223740c50751508a83f474a9acbce811c82f6d8beb5536ea8ce9c1d04a218503acd13b6eec8d9a68ef4b712049a7e0ae94ff34ba05c6f50ebc9
DIST pydecomp-0.3.tar.gz 10009 BLAKE2B 2741dc776ac265a84daf4c68542e652c7e2663dff1561297057f3ac219805136ece32af3f33e0b03df0a9883663692fc3855490478c538a0edec838c90c1c4b6 SHA512 7935111f9d0629eb74f529a6427b9db3cac4c9c205f80b28380ab9c323ca9ad7b78b40f69a7760a5a69ed065e9d6ddd42d08fb8f2cb787f15d2ec6e88e20221a
diff --git a/dev-python/pydecomp/pydecomp-0.2.ebuild b/dev-python/pydecomp/pydecomp-0.2.ebuild
deleted file mode 100644
index 405f6ea64aa2..000000000000
--- a/dev-python/pydecomp/pydecomp-0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1 python-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_BRANCH="master"
- EGIT_REPO_URI="https://github.com/dol-sen/pyDeComp.git"
- inherit git-r3
-else
- SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/pyDeComp-${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
- S="${WORKDIR}/pyDeComp-${PV}"
-fi
-
-DESCRIPTION="A python library of common (de)compression and contents handling"
-HOMEPAGE="https://github.com/dol-sen/pyDeComp"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-python_install_all() {
- distutils-r1_python_install_all
-}
-
-pkg_postinst() {
- einfo
- einfo "Please file any enhancement requests, or bugs"
- einfo "at https://github.com/dol-sen/pyDeComp/issues"
- einfo "I am also on IRC @ #gentoo-releng of the freenode network"
-}