diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-02-25 13:17:52 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-02-25 13:17:52 +0000 |
commit | 4b38d26e22a3a3a1dfca68b30fa9f1f9bd4fa2cf (patch) | |
tree | cf2a06c7ca014d9276884a4d8fa724d3063f4879 /dev-python/python-gammu | |
parent | x86 (diff) | |
download | gentoo-2-4b38d26e22a3a3a1dfca68b30fa9f1f9bd4fa2cf.tar.gz gentoo-2-4b38d26e22a3a3a1dfca68b30fa9f1f9bd4fa2cf.tar.bz2 gentoo-2-4b38d26e22a3a3a1dfca68b30fa9f1f9bd4fa2cf.zip |
remove oldie; x86
(Portage version: 2.0.54)
Diffstat (limited to 'dev-python/python-gammu')
-rw-r--r-- | dev-python/python-gammu/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-gammu/files/digest-python-gammu-0.7 | 1 | ||||
-rw-r--r-- | dev-python/python-gammu/python-gammu-0.7.ebuild | 29 | ||||
-rw-r--r-- | dev-python/python-gammu/python-gammu-0.9.ebuild | 4 |
4 files changed, 7 insertions, 33 deletions
diff --git a/dev-python/python-gammu/ChangeLog b/dev-python/python-gammu/ChangeLog index 1a5ced33472c..53fbf439d384 100644 --- a/dev-python/python-gammu/ChangeLog +++ b/dev-python/python-gammu/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2006/02/23 09:30:39 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/ChangeLog,v 1.11 2006/02/25 13:17:52 mrness Exp $ + + 25 Feb 2006; Alin Nastac <mrness@gentoo.org> -python-gammu-0.7.ebuild, + python-gammu-0.9.ebuild: + Remove old version. Stable on x86. 23 Feb 2006; Lukasz Strzygowski <lucass@gentoo.org> metadata.xml: Added description to metadata. diff --git a/dev-python/python-gammu/files/digest-python-gammu-0.7 b/dev-python/python-gammu/files/digest-python-gammu-0.7 deleted file mode 100644 index 86440925be0d..000000000000 --- a/dev-python/python-gammu/files/digest-python-gammu-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 3de2c6354668bd8e782f9d89907634c2 python-gammu-0.7.tar.bz2 43563 diff --git a/dev-python/python-gammu/python-gammu-0.7.ebuild b/dev-python/python-gammu/python-gammu-0.7.ebuild deleted file mode 100644 index 38848df82eb9..000000000000 --- a/dev-python/python-gammu/python-gammu-0.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 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.7.ebuild,v 1.5 2005/07/16 10:40:45 mrness Exp $ - -inherit distutils - -IUSE="doc" - -DESCRIPTION="Python bindings for Gammu" -HOMEPAGE="http://www.cihar.com/gammu/python/" -SRC_URI="http://www.cihar.com/gammu/python/older/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64" - -RDEPEND=">=app-mobilephone/gammu-0.97.7" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -src_install() { - DOCS="AUTHORS NEWS" - distutils_src_install - - if use doc; then - insinto /usr/share/doc/${PF}/examples - doins examples/* - fi -} diff --git a/dev-python/python-gammu/python-gammu-0.9.ebuild b/dev-python/python-gammu/python-gammu-0.9.ebuild index 0bfba5d411ba..9005079e6095 100644 --- a/dev-python/python-gammu/python-gammu-0.9.ebuild +++ b/dev-python/python-gammu/python-gammu-0.9.ebuild @@ -1,6 +1,6 @@ # 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.9.ebuild,v 1.1 2006/01/02 13:12:41 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/python-gammu-0.9.ebuild,v 1.2 2006/02/25 13:17:52 mrness Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://www.cihar.com/gammu/python/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" RDEPEND=">=app-mobilephone/gammu-1.04" DEPEND="dev-util/pkgconfig |