dev-python/psycopg: Drop examples
authorAaron W. Swenson <titanofold@gentoo.org>
Sun, 17 Nov 2019 18:24:05 +0000 (13:24 -0500)
committerAaron W. Swenson <titanofold@gentoo.org>
Sun, 17 Nov 2019 18:24:41 +0000 (13:24 -0500)
Upstream has removed examples.

Closes: https://bugs.gentoo.org/690320
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
dev-python/psycopg/psycopg-2.8.3.ebuild

index 1e0db88b4cae03d9ceb387c754a96a8f707993ea..ba4a92de80d1914a8532a0e2f0b4b6968b6c9ebb 100644 (file)
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 LICENSE="LGPL-3+"
 SLOT="2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="debug doc examples"
+IUSE="debug doc"
 
 RDEPEND=">=dev-db/postgresql-8.1:*"
 DEPEND="${RDEPEND}
@@ -61,10 +61,5 @@ python_install_all() {
                dodoc doc/src/_build/text/*
        fi
 
-       if use examples ; then
-          dodoc -r examples
-          docompress -x /usr/share/doc/${PF}/examples
-       fi
-
        distutils-r1_python_install_all
 }