diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-02-01 21:31:18 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-02-01 21:31:18 +0000 |
commit | 74ad4bbd354f85f1dfdd824e798dfcc07afa57f3 (patch) | |
tree | ce75b5317046c300f00e54d8ee1dd8c62333cbd8 /dev-python/pycups | |
parent | Remove old. (diff) | |
download | gentoo-2-74ad4bbd354f85f1dfdd824e798dfcc07afa57f3.tar.gz gentoo-2-74ad4bbd354f85f1dfdd824e798dfcc07afa57f3.tar.bz2 gentoo-2-74ad4bbd354f85f1dfdd824e798dfcc07afa57f3.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/pycups')
-rw-r--r-- | dev-python/pycups/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pycups/pycups-1.9.62.ebuild | 51 |
2 files changed, 4 insertions, 52 deletions
diff --git a/dev-python/pycups/ChangeLog b/dev-python/pycups/ChangeLog index 52daa188c3ef..a41c37dd221f 100644 --- a/dev-python/pycups/ChangeLog +++ b/dev-python/pycups/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycups # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.90 2015/01/02 12:29:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.91 2015/02/01 21:31:18 mrueg Exp $ + + 01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -pycups-1.9.62.ebuild: + Remove old. 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pycups-1.9.68.ebuild: Stable for sparc, wrt bug #530908 diff --git a/dev-python/pycups/pycups-1.9.62.ebuild b/dev-python/pycups/pycups-1.9.62.ebuild deleted file mode 100644 index a2ea993bb10e..000000000000 --- a/dev-python/pycups/pycups-1.9.62.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.62.ebuild,v 1.8 2014/10/23 23:18:26 tamiko Exp $ - -EAPI="3" - -PYTHON_DEPEND="2:2.5" -RESTRICT_PYTHON_ABIS="*-jython" -inherit distutils flag-o-matic - -DESCRIPTION="Python bindings for the CUPS API" -HOMEPAGE="http://cyberelk.net/tim/data/pycups/" -SRC_URI="http://cyberelk.net/tim/data/pycups/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -SLOT="0" -IUSE="doc examples" - -RDEPEND=" - <net-print/cups-2.0.0 -" -DEPEND="${RDEPEND} - doc? ( dev-python/epydoc ) -" - -pkg_setup() { - python_set_active_version 2 -} - -src_compile() { - append-cflags -DVERSION=\\\"${PV}\\\" - distutils_src_compile - - if use doc; then - emake doc || die "emake doc failed" - fi -} - -src_install() { - distutils_src_install - - if use doc; then - dohtml -r html/ || die "installing html docs failed" - fi - - if use examples; then - insinto /usr/share/doc/"${P}" - doins -r examples/ || die "installing examples failed" - fi -} |