diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 21:37:19 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 21:37:19 +0000 |
commit | 543f1fc35c777f53465160cbeb34a78ee436de00 (patch) | |
tree | 0666bc09580ed8d83c0a036a441080a3c60b0514 /net-print | |
parent | Delete older ebuilds. (diff) | |
download | historical-543f1fc35c777f53465160cbeb34a78ee436de00.tar.gz historical-543f1fc35c777f53465160cbeb34a78ee436de00.tar.bz2 historical-543f1fc35c777f53465160cbeb34a78ee436de00.zip |
Delete older ebuild.
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/pkpgcounter/pkpgcounter-3.20.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-print/pkpgcounter/pkpgcounter-3.20.ebuild b/net-print/pkpgcounter/pkpgcounter-3.20.ebuild deleted file mode 100644 index e90f85ade846..000000000000 --- a/net-print/pkpgcounter/pkpgcounter-3.20.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/pkpgcounter/pkpgcounter-3.20.ebuild,v 1.2 2011/04/05 05:53:33 ulm Exp $ - -inherit distutils - -DESCRIPTION="pkpgcounter is a python generic PDL (Page Description Language) parser which -main feature is to count the number of pages in printable files" -HOMEPAGE="http://www.pykota.com/software/pkpgcounter" -SRC_URI="http://www.pykota.com/software/${PN}/download/tarballs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="psyco" - -DEPEND=" - dev-lang/python - dev-python/imaging - psyco? ( dev-python/psyco )" - -RDEPEND="${DEPEND}" - -DOCS="BUGS NEWS README CREDITS PKG-INFO" - -src_install() { - distutils_src_install - - rm -rf "${D}"/usr/share/doc/${PN} -} |