summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-03-26 21:27:24 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-03-26 21:27:47 -0400
commit7bd4373a25fe0f70327c64ec44887e75d30c9b91 (patch)
tree1d97c2eb9ed49ea56c5bb2512094700c725da3f4 /net-p2p
parent1.4.3 bup and taking it over (used in openstack) (diff)
downloadgentoo-7bd4373a25fe0f70327c64ec44887e75d30c9b91.tar.gz
gentoo-7bd4373a25fe0f70327c64ec44887e75d30c9b91.tar.bz2
gentoo-7bd4373a25fe0f70327c64ec44887e75d30c9b91.zip
net-p2p/pybitmessage: remove unused versions 0.4.3 and 0.4.3-r1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/pybitmessage/Manifest1
-rw-r--r--net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild74
-rw-r--r--net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild73
3 files changed, 0 insertions, 148 deletions
diff --git a/net-p2p/pybitmessage/Manifest b/net-p2p/pybitmessage/Manifest
index 6107159e6b5c..7ca16fd36e0e 100644
--- a/net-p2p/pybitmessage/Manifest
+++ b/net-p2p/pybitmessage/Manifest
@@ -1,3 +1,2 @@
DIST pybitmessage-0.4.2.tar.gz 547565 SHA256 c69cef72adbdfa2a0ff8c5c7e5d15e640bf3283b9089c388ea48e893d564a573 SHA512 5e783243db4f507ec221092f6da18d25bb15a8c83f28aab7c1796a063d2608c0115c9d636cc73b66a09264a4ff69dda9ba373eff81640b1dd9595100dcdc4917 WHIRLPOOL 22c1ca5e5132248dc8492bd1ea327e81b8567b0ec271c774a07141579a63365dd4cc7fbd066dbba6153ce471057cead1f0763b4ae209789991b7c3b2cb5ebaa4
-DIST pybitmessage-0.4.3.tar.gz 605581 SHA256 0a0825b554aef4e6eba3e4c4eb89e03ee86bda6f3068a69f4314f26ad24a6e5d SHA512 d7d5db360e3fef88f9d9168464f6256fb44e207afabd2f9c31d85c264eab0b8a9d89f7e52aca1190f854beaf7b5ee48bd05c079cd31b775fa84b6e10612e8cee WHIRLPOOL cbe800ca83ffc213f8335a97aa6d534b41a968c76fcdff59a245694a84312e27f926b2e143bfb904036917c91bce7a27a5cfbbc83aa19005f3a41109c3efd53a
DIST pybitmessage-0.4.4.tar.gz 611490 SHA256 2fe2b1ad4d7426c8777fb429129b7a07c717ea5f00cc3041a03ac19fd3259b3a SHA512 977d901525864557fcb6deada27d45a0cc90a40090f9f70f7a1cf27ffcc93ab69ef3d369375414988c519211b6d19a1ad7a0e9b38eec26f3fea02b386c652711 WHIRLPOOL d3da00d5b1bfe5ae9361a78d8a251567d2a06cd7009da9f1af58e0d06f3d2830f0133fc559b16cd10620cc5933292027bebc6f20abe026f5a63e6cfc1057bc28
diff --git a/net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild b/net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild
deleted file mode 100644
index 6e88425347a5..000000000000
--- a/net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit eutils python-r1 gnome2-utils
-
-DESCRIPTION="P2P communications protocol"
-HOMEPAGE="https://bitmessage.org"
-SRC_URI="https://github.com/Bitmessage/PyBitmessage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- !libressl? ( dev-libs/openssl:0[-bindist] )
- libressl? ( dev-libs/libressl )
- dev-python/PyQt4[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/PyBitmessage-${PV}
-
-src_compile() { :; }
-
-src_install () {
- cat >> "${T}"/${PN}-wrapper <<-EOF
- #!/usr/bin/env python
- import os
- import sys
- sys.path.append("@SITEDIR@")
- os.chdir("@SITEDIR@")
- os.execl('@PYTHON@', '@EPYTHON@', '@SITEDIR@/bitmessagemain.py')
- EOF
-
- touch src/__init__.py || die
-
- install_python() {
- python_moduleinto ${PN}
- python_domodule src/*
- sed \
- -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \
- -e "s#@EPYTHON@#${EPYTHON}#" \
- -e "s#@PYTHON@#${PYTHON}#" \
- "${T}"/${PN}-wrapper > ${PN} || die
- python_doscript ${PN}
- }
-
- python_foreach_impl install_python
-
- dodoc README.md debian/changelog
- doman man/*
-
- newicon -s 24 desktop/icon24.png ${PN}.png
- newicon -s scalable desktop/can-icon.svg ${PN}.svg
- domenu desktop/${PN}.desktop
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild b/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild
deleted file mode 100644
index ed8694e3a11d..000000000000
--- a/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit eutils python-r1 gnome2-utils
-
-DESCRIPTION="P2P communications protocol"
-HOMEPAGE="https://bitmessage.org"
-SRC_URI="https://github.com/Bitmessage/PyBitmessage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- dev-libs/openssl[-bindist]
- dev-python/PyQt4[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/PyBitmessage-${PV}
-
-src_compile() { :; }
-
-src_install () {
- cat >> "${T}"/${PN}-wrapper <<-EOF
- #!/usr/bin/env python
- import os
- import sys
- sys.path.append("@SITEDIR@")
- os.chdir("@SITEDIR@")
- os.execl('@PYTHON@', '@EPYTHON@', '@SITEDIR@/bitmessagemain.py')
- EOF
-
- touch src/__init__.py || die
-
- install_python() {
- python_moduleinto ${PN}
- python_domodule src/*
- sed \
- -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \
- -e "s#@EPYTHON@#${EPYTHON}#" \
- -e "s#@PYTHON@#${PYTHON}#" \
- "${T}"/${PN}-wrapper > ${PN} || die
- python_doscript ${PN}
- }
-
- python_foreach_impl install_python
-
- dodoc README.md debian/changelog
- doman man/*
-
- newicon -s 24 desktop/icon24.png ${PN}.png
- newicon -s scalable desktop/can-icon.svg ${PN}.svg
- domenu desktop/${PN}.desktop
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}