diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-05-15 17:01:35 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-05-15 17:01:35 +0000 |
commit | 639ccb26a76c27e151589368f5e23a6b2d8488d4 (patch) | |
tree | 016c24a5fd42c5491ff1c8d370ad8b4faca7113b /dev-python/python-gammu | |
parent | amd64 stable (diff) | |
download | gentoo-2-639ccb26a76c27e151589368f5e23a6b2d8488d4.tar.gz gentoo-2-639ccb26a76c27e151589368f5e23a6b2d8488d4.tar.bz2 gentoo-2-639ccb26a76c27e151589368f5e23a6b2d8488d4.zip |
version bump
(Portage version: 2.1.2.2)
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.20 | 3 | ||||
-rw-r--r-- | dev-python/python-gammu/python-gammu-0.20.ebuild | 28 |
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-python/python-gammu/ChangeLog b/dev-python/python-gammu/ChangeLog index 8f1a004ca166..d4228bdb426e 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.23 2007/03/23 09:38:00 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/ChangeLog,v 1.24 2007/05/15 17:01:35 mrness Exp $ + +*python-gammu-0.20 (15 May 2007) + + 15 May 2007; Alin Năstac <mrness@gentoo.org> +python-gammu-0.20.ebuild: + Version bump. *python-gammu-0.19 (23 Mar 2007) diff --git a/dev-python/python-gammu/files/digest-python-gammu-0.20 b/dev-python/python-gammu/files/digest-python-gammu-0.20 new file mode 100644 index 000000000000..727a23f6b8ac --- /dev/null +++ b/dev-python/python-gammu/files/digest-python-gammu-0.20 @@ -0,0 +1,3 @@ +MD5 2cb7d6faae3d48588b6baac34ebb2fe4 python-gammu-0.20.tar.bz2 75901 +RMD160 2176b2629d4d489337dbeb6b798b1107c17f41e6 python-gammu-0.20.tar.bz2 75901 +SHA256 dbe695b806e222a7b6cd9bb98caaff20244215d534676b59174f9904533bc054 python-gammu-0.20.tar.bz2 75901 diff --git a/dev-python/python-gammu/python-gammu-0.20.ebuild b/dev-python/python-gammu/python-gammu-0.20.ebuild new file mode 100644 index 000000000000..cea993cbb461 --- /dev/null +++ b/dev-python/python-gammu/python-gammu-0.20.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.20.ebuild,v 1.1 2007/05/15 17:01:35 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 ~ia64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=app-mobilephone/gammu-1.11.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/* +} |