summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-23 02:06:21 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-23 02:06:21 +0000
commit9f6ec3eecf5278740790d47307f3e4be1061f792 (patch)
treec2038c84dc66af21951848bcb72b53d0ecf128f4 /dev-python/vobject
parentRemove old. (diff)
downloadgentoo-2-9f6ec3eecf5278740790d47307f3e4be1061f792.tar.gz
gentoo-2-9f6ec3eecf5278740790d47307f3e4be1061f792.tar.bz2
gentoo-2-9f6ec3eecf5278740790d47307f3e4be1061f792.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/vobject')
-rw-r--r--dev-python/vobject/ChangeLog7
-rw-r--r--dev-python/vobject/vobject-0.8.1c.ebuild32
2 files changed, 5 insertions, 34 deletions
diff --git a/dev-python/vobject/ChangeLog b/dev-python/vobject/ChangeLog
index c02eb31d2501..659295221186 100644
--- a/dev-python/vobject/ChangeLog
+++ b/dev-python/vobject/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/vobject
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/vobject/ChangeLog,v 1.19 2014/03/31 20:37:20 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/vobject/ChangeLog,v 1.20 2015/01/23 02:06:21 mrueg Exp $
+
+ 23 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -vobject-0.8.1c.ebuild:
+ Remove old.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> vobject-0.8.1c-r1.ebuild:
Add support for the new PyPy slotting.
diff --git a/dev-python/vobject/vobject-0.8.1c.ebuild b/dev-python/vobject/vobject-0.8.1c.ebuild
deleted file mode 100644
index e9cb7694362e..000000000000
--- a/dev-python/vobject/vobject-0.8.1c.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/vobject/vobject-0.8.1c.ebuild,v 1.7 2012/04/01 04:42:41 floppym Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="A full featured Python package for parsing and generating vCard and vCalendar files"
-HOMEPAGE="http://vobject.skyhouseconsulting.com/ http://pypi.python.org/pypi/vobject"
-SRC_URI="http://vobject.skyhouseconsulting.com/${P}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/python-dateutil
- dev-python/setuptools"
-DEPEND="${RDEPEND}"
-
-DOCS="ACKNOWLEDGEMENTS.txt"
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test_vobject.py
- }
- python_execute_function testing
-}