diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-12-20 06:38:40 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-12-20 06:38:40 +0000 |
commit | 78da50207f99e0c073cfa50d264bdf2daf275cb8 (patch) | |
tree | 0fe53980b48f3c0f49606b30feb0ff7b06500056 /dev-python/python-gammu | |
parent | Version bump (#202149) (diff) | |
download | gentoo-2-78da50207f99e0c073cfa50d264bdf2daf275cb8.tar.gz gentoo-2-78da50207f99e0c073cfa50d264bdf2daf275cb8.tar.bz2 gentoo-2-78da50207f99e0c073cfa50d264bdf2daf275cb8.zip |
Version bump (#202149)
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-python/python-gammu')
-rw-r--r-- | dev-python/python-gammu/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-gammu/files/digest-python-gammu-0.24 | 3 | ||||
-rw-r--r-- | dev-python/python-gammu/python-gammu-0.24.ebuild | 28 |
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-python/python-gammu/ChangeLog b/dev-python/python-gammu/ChangeLog index 78a98bc490db..8650305b2741 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.33 2007/12/01 09:53:50 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/ChangeLog,v 1.34 2007/12/20 06:38:39 mrness Exp $ + +*python-gammu-0.24 (20 Dec 2007) + + 20 Dec 2007; Alin Năstac <mrness@gentoo.org> +python-gammu-0.24.ebuild: + Version bump (#202149). *python-gammu-0.23 (01 Dec 2007) diff --git a/dev-python/python-gammu/files/digest-python-gammu-0.24 b/dev-python/python-gammu/files/digest-python-gammu-0.24 new file mode 100644 index 000000000000..ae6650128297 --- /dev/null +++ b/dev-python/python-gammu/files/digest-python-gammu-0.24 @@ -0,0 +1,3 @@ +MD5 498e692243ac8888c267c1bd8c5438dd python-gammu-0.24.tar.bz2 75958 +RMD160 2b6c018c7edfd2034c4cbe12926c288f6416f72a python-gammu-0.24.tar.bz2 75958 +SHA256 e8154db193951a7a3e1e6f4ba9daa3ed8e4ae409ef146f25606c8781de7bd934 python-gammu-0.24.tar.bz2 75958 diff --git a/dev-python/python-gammu/python-gammu-0.24.ebuild b/dev-python/python-gammu/python-gammu-0.24.ebuild new file mode 100644 index 000000000000..32b45af9f533 --- /dev/null +++ b/dev-python/python-gammu/python-gammu-0.24.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.24.ebuild,v 1.1 2007/12/20 06:38:39 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.17.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/* +} |