diff options
author | 2006-10-13 19:13:39 +0000 | |
---|---|---|
committer | 2006-10-13 19:13:39 +0000 | |
commit | 9766a7f58d94909667fda59e2c4c74575be50631 (patch) | |
tree | 14fd889dbfe5a51bd7b98b6dcb110daad07047cf /dev-python | |
parent | Version bump (#150321). Remove st_lim's maintainership. (diff) | |
download | gentoo-2-9766a7f58d94909667fda59e2c4c74575be50631.tar.gz gentoo-2-9766a7f58d94909667fda59e2c4c74575be50631.tar.bz2 gentoo-2-9766a7f58d94909667fda59e2c4c74575be50631.zip |
Version bump.
(Portage version: 2.1.1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-gammu/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-gammu/files/digest-python-gammu-0.15 | 3 | ||||
-rw-r--r-- | dev-python/python-gammu/python-gammu-0.15.ebuild | 28 |
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-python/python-gammu/ChangeLog b/dev-python/python-gammu/ChangeLog index 174275910b3f..0557b4b2ff3d 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/ChangeLog,v 1.17 2006/09/17 13:22:34 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/ChangeLog,v 1.18 2006/10/13 19:13:39 mrness Exp $ + +*python-gammu-0.15 (13 Oct 2006) + + 13 Oct 2006; Alin Nastac <mrness@gentoo.org> +python-gammu-0.15.ebuild: + Version bump. 17 Sep 2006; Alin Nastac <mrness@gentoo.org> -python-gammu-0.12.ebuild, python-gammu-0.14.ebuild: diff --git a/dev-python/python-gammu/files/digest-python-gammu-0.15 b/dev-python/python-gammu/files/digest-python-gammu-0.15 new file mode 100644 index 000000000000..68ac86c0a314 --- /dev/null +++ b/dev-python/python-gammu/files/digest-python-gammu-0.15 @@ -0,0 +1,3 @@ +MD5 1c3df5f85cf3f2c3da36e0891c9dd395 python-gammu-0.15.tar.bz2 65062 +RMD160 c94e04d238a391e35d9f8ee7c34732f6b6d913c1 python-gammu-0.15.tar.bz2 65062 +SHA256 61e5e4699b58ce6adcab48966a1e916d022c46c203fdd314286f4f9e21529c21 python-gammu-0.15.tar.bz2 65062 diff --git a/dev-python/python-gammu/python-gammu-0.15.ebuild b/dev-python/python-gammu/python-gammu-0.15.ebuild new file mode 100644 index 000000000000..fc2b9cb20e2a --- /dev/null +++ b/dev-python/python-gammu/python-gammu-0.15.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 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.15.ebuild,v 1.1 2006/10/13 19:13: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 ~ia64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=app-mobilephone/gammu-1.08" +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/* +} |