summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-12-01 09:53:51 +0000
committerAlin Năstac <mrness@gentoo.org>2007-12-01 09:53:51 +0000
commit8f4c72ca410329583dcf48342befb57db66441fb (patch)
treee316282b6b8aae2f4e1b730d9af1811ff6bdf5ea /dev-python/python-gammu
parentVersion bump. (diff)
downloadgentoo-2-8f4c72ca410329583dcf48342befb57db66441fb.tar.gz
gentoo-2-8f4c72ca410329583dcf48342befb57db66441fb.tar.bz2
gentoo-2-8f4c72ca410329583dcf48342befb57db66441fb.zip
Version bump (#200881).
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-python/python-gammu')
-rw-r--r--dev-python/python-gammu/ChangeLog7
-rw-r--r--dev-python/python-gammu/files/digest-python-gammu-0.233
-rw-r--r--dev-python/python-gammu/python-gammu-0.23.ebuild28
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-python/python-gammu/ChangeLog b/dev-python/python-gammu/ChangeLog
index 92a865c45668..78a98bc490db 100644
--- a/dev-python/python-gammu/ChangeLog
+++ b/dev-python/python-gammu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-gammu
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/ChangeLog,v 1.32 2007/09/06 10:14:48 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/ChangeLog,v 1.33 2007/12/01 09:53:50 mrness Exp $
+
+*python-gammu-0.23 (01 Dec 2007)
+
+ 01 Dec 2007; Alin Năstac <mrness@gentoo.org> +python-gammu-0.23.ebuild:
+ Version bump (#200881).
*python-gammu-0.22 (06 Sep 2007)
diff --git a/dev-python/python-gammu/files/digest-python-gammu-0.23 b/dev-python/python-gammu/files/digest-python-gammu-0.23
new file mode 100644
index 000000000000..474b4eedee6f
--- /dev/null
+++ b/dev-python/python-gammu/files/digest-python-gammu-0.23
@@ -0,0 +1,3 @@
+MD5 463f21c93a7f505f85b3e71a8633796b python-gammu-0.23.tar.bz2 76894
+RMD160 ea30c2c8fa047777fdd0bef6bbf6ae97c9ba16d4 python-gammu-0.23.tar.bz2 76894
+SHA256 b67d85bb97859cac9d2ba237768c409c7a57c1500ed50d641225d349228090a7 python-gammu-0.23.tar.bz2 76894
diff --git a/dev-python/python-gammu/python-gammu-0.23.ebuild b/dev-python/python-gammu/python-gammu-0.23.ebuild
new file mode 100644
index 000000000000..d9f009481791
--- /dev/null
+++ b/dev-python/python-gammu/python-gammu-0.23.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/python-gammu-0.23.ebuild,v 1.1 2007/12/01 09:53:50 mrness Exp $
+
+inherit distutils
+
+DESCRIPTION="Python bindings for Gammu"
+HOMEPAGE="http://www.cihar.com/gammu/python/"
+SRC_URI="ftp://dl.cihar.com/python-gammu/v0/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=app-mobilephone/gammu-1.15.0"
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
+
+src_install() {
+ DOCS="AUTHORS NEWS"
+ distutils_src_install
+
+ insinto /usr/share/doc/${PF}/examples
+ doins examples/*.py
+ insinto /usr/share/doc/${PF}/examples/data
+ doins examples/data/*
+}