diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2021-01-19 23:38:28 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-01-20 00:09:21 +0100 |
commit | efc99ca10e1a3db2f17df66888a932a3783025bb (patch) | |
tree | 5d96806298cfd430669df9c52eddf484bbc7d4be /app-doc | |
parent | net-misc/spiped: version bump. (diff) | |
download | gentoo-efc99ca10e1a3db2f17df66888a932a3783025bb.tar.gz gentoo-efc99ca10e1a3db2f17df66888a932a3783025bb.tar.bz2 gentoo-efc99ca10e1a3db2f17df66888a932a3783025bb.zip |
app-doc/diveintopython: retire diveintopython-2.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/diveintopython/Manifest | 2 | ||||
-rw-r--r-- | app-doc/diveintopython/diveintopython-2.ebuild | 31 |
2 files changed, 0 insertions, 33 deletions
diff --git a/app-doc/diveintopython/Manifest b/app-doc/diveintopython/Manifest index 9067c87f8419..eb03085a45eb 100644 --- a/app-doc/diveintopython/Manifest +++ b/app-doc/diveintopython/Manifest @@ -1,4 +1,2 @@ -DIST diveintopython-2-pdf.zip 782047 BLAKE2B aecb0dab23fc9737a22e032628e23eecdec1c56b330d7ba884acc97e63bc4f4b9ff5dc53ad89f588ef7e1d15991f1aa11cf70c479864a6b8e3b959287c299dbc SHA512 24857e22b587878e22b8347bb53ca60697b3940ea2d2f9ea7fe5eabc5d8d2b3d580b278379436f4282f515a25a285f3f558f461daa9edaae6f565c246154978c -DIST diveintopython-2.zip 865555 BLAKE2B 55c541c3c77f3b0c4942212f4a15925571d1eb5974af4330f9edd610ba0037a9042442d2c1283d05e893888b2e2bb3da8cfe17c62a699fe8cb6e2682cbe0cd35 SHA512 9c57a9e228d30186b1e6fc10a47d4fa69704fd83ea68bba030d7909ad8df2b9cfeee942caf359b1dd1fd8f9459fee58ea8ddb3813759b17f06b93b3ccf4ca296 DIST diveintopython-3-pdf.tar.gz 2235256 BLAKE2B 2617ae5fc8e7a61402a56aa43c094412bdf9b3350901980d4d0e33179f7e1ae9100e4d3ca8201e18a473c17205a7ee6a8efab55cfd230249f1eb07b671f90c96 SHA512 ecca7ba1540a48eb41b5bfd7ca878962939b9ec47eac6100f13d75eb24c6cae20177110877d34e6d1de47bed6883f9a25b379ced5c03b8c220103774a00a54b4 DIST diveintopython-3.tar.gz 9958889 BLAKE2B 5c0b9764b6bb5f51af05142446750e9831fa6edb53336c47b398bf604c349e6c5c002c8f19f390d4929c94e2c19c5f0bb18a71ddb4b8b85d3701ee5feb35a4a4 SHA512 19a8498e4d91fc2ea2c899400336696732dae73da48faf55de43507e41e72a68c6ac25cea0acfdf3ca783344cd12c41326190ac9bbaf7ebdc113833e8bfea3a4 diff --git a/app-doc/diveintopython/diveintopython-2.ebuild b/app-doc/diveintopython/diveintopython-2.ebuild deleted file mode 100644 index 194048ff03a2..000000000000 --- a/app-doc/diveintopython/diveintopython-2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV="5.4" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="'Dive Into Python' by Mark Pilgrim - Python 2" -HOMEPAGE="http://www.diveintopython.net/" -SRC_URI=" -http://www.diveintopython.net/download/${PN}-html-${MY_PV}.zip -> ${P}.zip -pdf? ( http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> ${P}-pdf.zip ) -" - -LICENSE="FDL-1.1" -SLOT="2" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="pdf" - -DEPEND="app-arch/unzip" - -S="${WORKDIR}/${MY_P}" - -src_install() { - insinto "/usr/share/doc/${PN}-${SLOT}" - use pdf && dodoc "${PN}.pdf" - doins -r html/* - insinto "/usr/share/doc/${PN}-${SLOT}"/examples - doins -r py -} |