summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-gammu/python-gammu-0.22.ebuild')
-rw-r--r--dev-python/python-gammu/python-gammu-0.22.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/python-gammu/python-gammu-0.22.ebuild b/dev-python/python-gammu/python-gammu-0.22.ebuild
deleted file mode 100644
index bf1975f7a2cd..000000000000
--- a/dev-python/python-gammu/python-gammu-0.22.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.22.ebuild,v 1.1 2007/09/06 10:14:48 mrness Exp $
-
-inherit distutils eutils
-
-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.13.0"
-DEPEND="dev-util/pkgconfig
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
-
- epatch "${FILESDIR}"/${P}-fixups.patch
-}
-
-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/*
-}