Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183125 - dev-python/python-gammu-0.21 version bump
Summary: dev-python/python-gammu-0.21 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Mobile Phone Developers (INACTIVE)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-06-25 10:29 UTC by Steffen 'j0inty' Stollfuß
Modified: 2007-07-01 10:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
python-gammu-0.21.ebuild (python-gammu-0.21.ebuild,736 bytes, text/plain)
2007-06-25 10:51 UTC, Steffen 'j0inty' Stollfuß
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen 'j0inty' Stollfuß 2007-06-25 10:29:20 UTC
The lastest python-gammu version.

[code]
# 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.21.ebuild,v 1.4 2007/06/23 18:59:44 j0inty Exp $

inherit distutils

DESCRIPTION="Python bindings for Gammu"
HOMEPAGE="http://www.cihar.com/gammu/python/"
SRC_URI="ftp://dl.cihar.com/python-gammu/latest/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~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/*
}
[/code]

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-25 10:31:43 UTC
Please, don't inline ebuilds. Attach a unified diff if needed; if you only renamed the ebuild, no need to attach anything.
Comment 2 Steffen 'j0inty' Stollfuß 2007-06-25 10:44:52 UTC
(In reply to comment #1)
> Please, don't inline ebuilds. Attach a unified diff if needed; if you only
> renamed the ebuild, no need to attach anything.
> 

Hy,

best thanks at first. Some changes were made in the ebuild.
So I will attache the ebuild again.

regards
j0inty
Comment 3 Steffen 'j0inty' Stollfuß 2007-06-25 10:51:44 UTC
Created attachment 123032 [details]
python-gammu-0.21.ebuild
Comment 4 Oldrich Jedlicka 2007-06-26 21:10:27 UTC
Works for me like a charm with wammu-0.21 and gammu-1.12.0.
Comment 5 Alin Năstac (RETIRED) gentoo-dev 2007-07-01 10:42:09 UTC
Fixed in cvs.
Please don't attach unmodified ebuilds in the future.