summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pycups/ChangeLog8
-rw-r--r--dev-python/pycups/Manifest6
-rw-r--r--dev-python/pycups/pycups-1.9.44.ebuild23
-rw-r--r--dev-python/pycups/pycups-1.9.45.ebuild46
4 files changed, 56 insertions, 27 deletions
diff --git a/dev-python/pycups/ChangeLog b/dev-python/pycups/ChangeLog
index 4dac22c0e51..78794048fdf 100644
--- a/dev-python/pycups/ChangeLog
+++ b/dev-python/pycups/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-python/pycups
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.1 2006/09/05 21:31:34 dberkholz Exp $
+*pycups-1.9.45 (21 Jan 2009)
+
+ 21 Jan 2009; Maciej Mrozowski (reavertm) <reavertm@poczta.fm>
+ -pycups-1.9.44.ebuild, +pycups-1.9.45.ebuild:
+ New version 1.9.45
+
*pycups-1.9.44 (28 Dec 2008)
28 Dec 2008; Alexey Shvetsov <alexxy@gentoo.ru> +metadata.xml,
diff --git a/dev-python/pycups/Manifest b/dev-python/pycups/Manifest
index 1cc972fb46f..4703efb4073 100644
--- a/dev-python/pycups/Manifest
+++ b/dev-python/pycups/Manifest
@@ -1,4 +1,4 @@
-DIST pycups-1.9.44.tar.bz2 39561 RMD160 db1376be3f344cc21c54ee7705b8d57fa016524b SHA1 e5920cba3d888c867c5324810fa2fe18f9deb414 SHA256 05e2575cb61451051332185a9fd41810fb4cb744e725fe4ed189f9af8f71a0da
-EBUILD pycups-1.9.44.ebuild 631 RMD160 0ac83dfeb45418207cf8700a1132d926e185c8de SHA1 4c74a3d5b54f4fef0836cc10f1c1efdc20a87a70 SHA256 6e519854b5601e42abd31156f48abe50647ff3735e277fef74615795748d372c
-MISC ChangeLog 507 RMD160 2efa03e45e0c43c1fe414e1ca85ed562b6724279 SHA1 79c15a910b59acd4557baaccb2f9d97c2a991552 SHA256 d1014d4788eacd0df38bbb029d06c786cbee9e9874fec7527191353501bdbd96
+DIST pycups-1.9.45.tar.bz2 39968 RMD160 d03b38080ef7b385689c197b23087491477e4fd7 SHA1 976e84f1a32cbc0fc3fc5c3557fad334048e0573 SHA256 ef6e576e5465da9c338ac8ff9f162825cfb7997359efc52e6a110c295a9f363b
+EBUILD pycups-1.9.45.ebuild 938 RMD160 9509dc4581d2c53875d81fa228e1ae7473931a00 SHA1 8935b5899b87e24b9ed18cf2846676039e6802da SHA256 da4908ece60eb2d4e7a19cafc2e2996022f42f6b7067da6086ed563bcda42f96
+MISC ChangeLog 671 RMD160 9078977a8eb1f375c2165103d976be8d86bc195b SHA1 9e26abf1077f9c91504ce96a5d60198e2c980299 SHA256 669caa5044bf5869b205decb50c9337eff2f26a3af4469cc96f0fb73d9e06262
MISC metadata.xml 252 RMD160 212f61f15769b523e0fa55ed5d872d85536b4043 SHA1 5f9d6137a829b96482aacd60baf98160b49dc514 SHA256 b3aaf1e941b12ded57dea3530d59b8db42716f5e805efb6338101c135beac506
diff --git a/dev-python/pycups/pycups-1.9.44.ebuild b/dev-python/pycups/pycups-1.9.44.ebuild
deleted file mode 100644
index 956a7e4cb58..00000000000
--- a/dev-python/pycups/pycups-1.9.44.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.12.ebuild,v 1.1 2006/09/05 21:31:34 dberkholz Exp $
-
-inherit python
-
-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"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
-
-src_compile() {
- python_version
- emake PYTHONVERS="python${PYVER}" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
diff --git a/dev-python/pycups/pycups-1.9.45.ebuild b/dev-python/pycups/pycups-1.9.45.ebuild
new file mode 100644
index 00000000000..d6b0fc2d397
--- /dev/null
+++ b/dev-python/pycups/pycups-1.9.45.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+NEED_PYTHON="2.4"
+inherit python
+
+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"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+ net-print/cups
+"
+DEPEND="${RDEPEND}
+ doc? ( dev-python/epydoc )
+"
+
+src_compile() {
+ python_version
+ emake PYTHONVERS="python${PYVER}" || die "emake failed"
+
+ if use doc; then
+ emake doc || die "emake doc failed"
+ fi
+}
+
+src_install() {
+ dodoc COPYING NEWS README TODO || die "dodoc failed"
+
+ 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
+
+ emake DESTDIR="${D}" install || die "emake install failed"
+}