summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 08:20:40 +0000
committerJustin Lecher <jlec@gentoo.org>2014-01-06 08:20:40 +0000
commit35e028e56b73e67b98047ebc9a7acf56e85b5b31 (patch)
tree0ffaff60203eda510c39b44e5d004e59984114cc /dev-python
parentdev-python/pympler: Drop old (diff)
downloadgentoo-2-35e028e56b73e67b98047ebc9a7acf56e85b5b31.tar.gz
gentoo-2-35e028e56b73e67b98047ebc9a7acf56e85b5b31.tar.bz2
gentoo-2-35e028e56b73e67b98047ebc9a7acf56e85b5b31.zip
dev-python/python-geoclue: Drop old
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-geoclue/ChangeLog5
-rw-r--r--dev-python/python-geoclue/python-geoclue-0.1.0.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/dev-python/python-geoclue/ChangeLog b/dev-python/python-geoclue/ChangeLog
index 8af8e0d68a16..129e362c08e2 100644
--- a/dev-python/python-geoclue/ChangeLog
+++ b/dev-python/python-geoclue/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-geoclue
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.21 2014/01/05 17:51:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.22 2014/01/06 08:20:39 jlec Exp $
+
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> -python-geoclue-0.1.0.ebuild:
+ Drop old
05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> python-geoclue-0.1.0-r1.ebuild:
Stable for sparc, wrt bug #481896
diff --git a/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild b/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild
deleted file mode 100644
index 56df5e7962e4..000000000000
--- a/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.12 2013/09/17 16:22:28 jlec Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.5 2.7-pypy-* *-jython"
-PYTHON_MODNAME="Geoclue"
-
-inherit distutils virtualx
-
-DESCRIPTION="Geoclue python module"
-HOMEPAGE="http://live.gnome.org/gtg/soc/python_geoclue/"
-SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-IUSE="test"
-
-RDEPEND="
- app-misc/geoclue
- dev-python/dbus-python
- dev-python/pygobject:2"
-DEPEND="test? ( app-misc/geoclue )"
-
-S="${WORKDIR}"/${PN}
-
-src_test() {
- testing() {
- VIRTUALX_COMMAND="$(PYTHON)"
- PYTHONPATH="build-${PYTHON_ABI}/lib" virtualmake tests/test.py
- }
- python_execute_function testing
-}