summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-07-30 11:53:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-07-30 11:53:04 +0000
commit5269df6405c9c62897615fe3ce59e329fca1c573 (patch)
treea250306506d627d77122e16232fab425d89332f5 /dev-python/pyxdg
parentStable arm, bug #428152 (diff)
downloadgentoo-2-5269df6405c9c62897615fe3ce59e329fca1c573.tar.gz
gentoo-2-5269df6405c9c62897615fe3ce59e329fca1c573.tar.bz2
gentoo-2-5269df6405c9c62897615fe3ce59e329fca1c573.zip
old
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyxdg')
-rw-r--r--dev-python/pyxdg/ChangeLog6
-rw-r--r--dev-python/pyxdg/pyxdg-0.20.ebuild33
-rw-r--r--dev-python/pyxdg/pyxdg-0.21.ebuild33
3 files changed, 5 insertions, 67 deletions
diff --git a/dev-python/pyxdg/ChangeLog b/dev-python/pyxdg/ChangeLog
index 767fd7bc1852..4b72e94a3be7 100644
--- a/dev-python/pyxdg/ChangeLog
+++ b/dev-python/pyxdg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyxdg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.88 2012/07/29 16:56:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.89 2012/07/30 11:53:03 ssuominen Exp $
+
+ 30 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> -pyxdg-0.20.ebuild,
+ -pyxdg-0.21.ebuild:
+ old
*pyxdg-0.22 (29 Jul 2012)
diff --git a/dev-python/pyxdg/pyxdg-0.20.ebuild b/dev-python/pyxdg/pyxdg-0.20.ebuild
deleted file mode 100644
index 6a0387aad23d..000000000000
--- a/dev-python/pyxdg/pyxdg-0.20.ebuild
+++ /dev/null
@@ -1,33 +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/pyxdg/pyxdg-0.20.ebuild,v 1.2 2012/06/27 14:26:57 floppym Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="*:2.6"
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.5"
-
-inherit distutils
-
-DESCRIPTION="A Python module to deal with freedesktop.org specifications"
-HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/"
-SRC_URI="http://people.freedesktop.org/~takluyver/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="examples"
-
-PYTHON_MODNAME=xdg
-
-DOCS="AUTHORS ChangeLog README TODO"
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- docinto examples
- dodoc test/*.py
- fi
-}
diff --git a/dev-python/pyxdg/pyxdg-0.21.ebuild b/dev-python/pyxdg/pyxdg-0.21.ebuild
deleted file mode 100644
index fc7a57442417..000000000000
--- a/dev-python/pyxdg/pyxdg-0.21.ebuild
+++ /dev/null
@@ -1,33 +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/pyxdg/pyxdg-0.21.ebuild,v 1.1 2012/07/25 08:50:40 ssuominen Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="*:2.6"
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.5"
-
-inherit distutils
-
-DESCRIPTION="A Python module to deal with freedesktop.org specifications"
-HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/"
-SRC_URI="http://people.freedesktop.org/~takluyver/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="examples"
-
-PYTHON_MODNAME=xdg
-
-DOCS="AUTHORS ChangeLog README TODO"
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- docinto examples
- dodoc test/*.py
- fi
-}