summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-05-30 22:11:04 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-05-30 22:11:04 +0000
commit3468ba2928c2f0694a140b41eb985a88c8907950 (patch)
treeed8004492859ae4e775ef57849c668e4bb644c56 /dev-python/pyxdg
parentadd pyxdg-0.12 (diff)
downloadhistorical-3468ba2928c2f0694a140b41eb985a88c8907950.tar.gz
historical-3468ba2928c2f0694a140b41eb985a88c8907950.tar.bz2
historical-3468ba2928c2f0694a140b41eb985a88c8907950.zip
fix
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-python/pyxdg')
-rw-r--r--dev-python/pyxdg/Manifest14
-rw-r--r--dev-python/pyxdg/files/digest-pyxdg-0.111
-rw-r--r--dev-python/pyxdg/pyxdg-0.11.ebuild23
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-python/pyxdg/Manifest b/dev-python/pyxdg/Manifest
index 03e15f70c9ae..fbc95da7d36f 100644
--- a/dev-python/pyxdg/Manifest
+++ b/dev-python/pyxdg/Manifest
@@ -1,6 +1,18 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 674ce9e65f9226c93dceed97a9e821f5 pyxdg-0.11.ebuild 659
MD5 dc823c38af10cffe8c1977301d035a2f pyxdg-0.8.ebuild 654
-MD5 aacc9a5b2f17cd3c7839aa3bdf7612ef pyxdg-0.12.ebuild 665
+MD5 40ee8e4d7e85b05cf82b0614b02b246e pyxdg-0.12.ebuild 665
MD5 a460bdfb777bf03bff89b98617bb906e ChangeLog 2941
MD5 58ac13388568f6d0f05ee2af5d047ab6 metadata.xml 252
MD5 94906d1c001ebe64a7b5d9f25fd4d702 files/digest-pyxdg-0.8 60
+MD5 c3d73e85b09df8948254c0b90f432a84 files/digest-pyxdg-0.11 61
MD5 7107f915628966d456a210356ad9b2d4 files/digest-pyxdg-0.12 61
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCm4+VevY57Fted3ERAs40AKCXpQ5sab+AuE4IJNiiPMISB5a2oQCg27hh
+fOpyq2YX4yej+ZogWS7jobs=
+=nRtn
+-----END PGP SIGNATURE-----
diff --git a/dev-python/pyxdg/files/digest-pyxdg-0.11 b/dev-python/pyxdg/files/digest-pyxdg-0.11
new file mode 100644
index 000000000000..1462c974971f
--- /dev/null
+++ b/dev-python/pyxdg/files/digest-pyxdg-0.11
@@ -0,0 +1 @@
+MD5 55b4f5b2aa3c781cea686285dab8b6b5 pyxdg-0.11.tar.gz 32510
diff --git a/dev-python/pyxdg/pyxdg-0.11.ebuild b/dev-python/pyxdg/pyxdg-0.11.ebuild
new file mode 100644
index 000000000000..652c0a8cd634
--- /dev/null
+++ b/dev-python/pyxdg/pyxdg-0.11.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.11.ebuild,v 1.3 2005/05/30 22:11:04 lanius 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"
+
+KEYWORDS="~x86 ~ppc ~amd64"
+DEPEND="dev-lang/python"
+SLOT="0"
+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
+}