summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-06-27 10:55:11 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-06-27 10:55:11 +0000
commit05c5325484ca75e1121d9fc171a36a1dfe5ecc6d (patch)
tree34b91febe6dbacd10443928c6858cc1293b1baa9 /dev-python/pyxdg
parentVersion bump. (diff)
downloadgentoo-2-05c5325484ca75e1121d9fc171a36a1dfe5ecc6d.tar.gz
gentoo-2-05c5325484ca75e1121d9fc171a36a1dfe5ecc6d.tar.bz2
gentoo-2-05c5325484ca75e1121d9fc171a36a1dfe5ecc6d.zip
old
(Portage version: 2.2.0_alpha111/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_rc1.ebuild35
-rw-r--r--dev-python/pyxdg/pyxdg-0.20_rc1_p20120624.ebuild33
3 files changed, 5 insertions, 69 deletions
diff --git a/dev-python/pyxdg/ChangeLog b/dev-python/pyxdg/ChangeLog
index 2f2a5f3b4e1b..a20692a4f572 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.84 2012/06/27 10:51:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.85 2012/06/27 10:55:11 ssuominen Exp $
+
+ 27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> -pyxdg-0.20_rc1.ebuild,
+ -pyxdg-0.20_rc1_p20120624.ebuild:
+ old
*pyxdg-0.20 (27 Jun 2012)
diff --git a/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild b/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild
deleted file mode 100644
index 9dae317da946..000000000000
--- a/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild
+++ /dev/null
@@ -1,35 +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_rc1.ebuild,v 1.5 2012/06/27 04:21:04 floppym Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.6 3"
-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://dev.gentoo.org/~marienz/distfiles/${P}-snapshot.tar.gz"
-
-LICENSE="GPL-2 LGPL-2" # xdg/Menu.py says GPL-2 but COPYING says 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"
-
-S=${WORKDIR}/rel-${PV/_}
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- docinto examples
- dodoc test/*.py
- fi
-}
diff --git a/dev-python/pyxdg/pyxdg-0.20_rc1_p20120624.ebuild b/dev-python/pyxdg/pyxdg-0.20_rc1_p20120624.ebuild
deleted file mode 100644
index 5a6188c39c98..000000000000
--- a/dev-python/pyxdg/pyxdg-0.20_rc1_p20120624.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_rc1_p20120624.ebuild,v 1.2 2012/06/27 04:21:04 floppym Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.6 3"
-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://dev.gentoo.org/~ssuominen/${P}.tar.xz"
-
-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
-}