# ChangeLog for dev-python/pyxdg
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.36 2007/03/14 00:31:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.37 2007/03/28 20:28:17 dev-zero Exp $
+
+ 28 Mar 2007; Tiziano Müller <dev-zero@gentoo.org> -pyxdg-0.8.ebuild:
+ Finally dropped old version.
14 Mar 2007; Michael Sterrett <mr_bones_@gentoo.org> +pyxdg-0.8.ebuild:
restore version still used in the tree
+++ /dev/null
-MD5 df9757f63f140165df9549e40bea419e pyxdg-0.8.tar.gz 25666
-RMD160 3bd837c6b71b69387f940e0f8c40acf60c1e9cd4 pyxdg-0.8.tar.gz 25666
-SHA256 2437278f4873f04a1e3ba2288dc4f4183b93129cf5adf60c080edf86b2b0c21b pyxdg-0.8.tar.gz 25666
+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.8.ebuild,v 1.8 2007/03/14 00:31:55 mr_bones_ Exp $
-
-inherit distutils
-
-DESCRIPTION="a python module to deal with freedesktop.org specifications."
-SRC_URI="http://www.freedesktop.org/~lanius/${P}.tar.gz"
-HOMEPAGE="http://pyxdg.freedesktop.org/"
-LICENSE="LGPL-2"
-
-DEPEND="virtual/python"
-SLOT="0"
-KEYWORDS="x86 ppc amd64"
-IUSE=""
-
-src_install () {
- distutils_src_install
- dodoc AUTHORS
- insinto /usr/share/doc/${P}/test
- insopts -m 755
- doins test/test-{menu,desktop,desktop-write,icon}.py
-}