summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2004-08-25 17:31:46 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2004-08-25 17:31:46 +0000
commit9618ee3fd03431161424017850b27918defbc531 (patch)
tree2f216bf1d54937b2ba652f075acebc8afc39d48c /dev-python
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-9618ee3fd03431161424017850b27918defbc531.tar.gz
gentoo-2-9618ee3fd03431161424017850b27918defbc531.tar.bz2
gentoo-2-9618ee3fd03431161424017850b27918defbc531.zip
pycrash-0.4_pre2 marked stable on x86. Added with some fixes pycrash-0.4_pre3. Added description to metadata.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pycrash/ChangeLog9
-rw-r--r--dev-python/pycrash/Manifest2
-rw-r--r--dev-python/pycrash/files/digest-pycrash-0.4_pre31
-rw-r--r--dev-python/pycrash/metadata.xml9
-rw-r--r--dev-python/pycrash/pycrash-0.4_pre2.ebuild4
-rw-r--r--dev-python/pycrash/pycrash-0.4_pre3.ebuild23
6 files changed, 45 insertions, 3 deletions
diff --git a/dev-python/pycrash/ChangeLog b/dev-python/pycrash/ChangeLog
index 0624e4dcba85..fcd7d070f4d5 100644
--- a/dev-python/pycrash/ChangeLog
+++ b/dev-python/pycrash/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/pycrash
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/ChangeLog,v 1.3 2004/06/25 01:38:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/ChangeLog,v 1.4 2004/08/25 17:31:46 lucass Exp $
+
+*pycrash-0.4_pre3 (25 Aug 2004)
+
+ 25 Aug 2004; Lukasz Strzygowski <lucass@gentoo.org> metadata.xml,
+ pycrash-0.4_pre2.ebuild, +pycrash-0.4_pre3.ebuild:
+ pycrash-0.4_pre2 marked stable on x86. Added with some fixes
+ pycrash-0.4_pre3. Added description to metadata.
09 May 2004; David Holm <dholm@gentoo.org> pycrash-0.4_pre2.ebuild:
Added to ~ppc.
diff --git a/dev-python/pycrash/Manifest b/dev-python/pycrash/Manifest
index 211a453bf37d..0c494c2a72ce 100644
--- a/dev-python/pycrash/Manifest
+++ b/dev-python/pycrash/Manifest
@@ -1,4 +1,6 @@
MD5 a45e47dc479685f989e5431f4ceef03d pycrash-0.4_pre2.ebuild 558
MD5 d2e41d0c17ecf56456731791b8c0e627 ChangeLog 458
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 a45e47dc479685f989e5431f4ceef03d pycrash-0.4_pre3.ebuild 558
MD5 46404d56ce59a154184f3c8544c8065b files/digest-pycrash-0.4_pre2 67
+MD5 426895b78c68fcdd4d3ef690dbaa7458 files/digest-pycrash-0.4_pre3 67
diff --git a/dev-python/pycrash/files/digest-pycrash-0.4_pre3 b/dev-python/pycrash/files/digest-pycrash-0.4_pre3
new file mode 100644
index 000000000000..86251ed47ec9
--- /dev/null
+++ b/dev-python/pycrash/files/digest-pycrash-0.4_pre3
@@ -0,0 +1 @@
+MD5 18634dc92237e37e3fe92259e45b33d1 PyCrash-0.4-pre3.tar.gz 23489
diff --git a/dev-python/pycrash/metadata.xml b/dev-python/pycrash/metadata.xml
index de483c53568f..61cc412845b8 100644
--- a/dev-python/pycrash/metadata.xml
+++ b/dev-python/pycrash/metadata.xml
@@ -2,4 +2,13 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
+<longdescription>
+PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions
+during the execution of Python programs and collects information about
+the program context. PyCrash can be very useful in report bug information,
+because the programmer can easily analyse the program execution context
+of the crashed application. The format of the crash dump file generated
+by PyCrash is XML, so the programmer can easily read this file to understand
+why the program is crashed.
+</longdescription>
</pkgmetadata>
diff --git a/dev-python/pycrash/pycrash-0.4_pre2.ebuild b/dev-python/pycrash/pycrash-0.4_pre2.ebuild
index 3002a30a2b65..cd7811fb44f1 100644
--- a/dev-python/pycrash/pycrash-0.4_pre2.ebuild
+++ b/dev-python/pycrash/pycrash-0.4_pre2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre2.ebuild,v 1.3 2004/06/25 01:38:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre2.ebuild,v 1.4 2004/08/25 17:31:46 lucass Exp $
inherit distutils
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE=""
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
DOCS="NEWS TODO"
DEPEND=">=virtual/python-2.3"
diff --git a/dev-python/pycrash/pycrash-0.4_pre3.ebuild b/dev-python/pycrash/pycrash-0.4_pre3.ebuild
new file mode 100644
index 000000000000..cb6dc91df484
--- /dev/null
+++ b/dev-python/pycrash/pycrash-0.4_pre3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre3.ebuild,v 1.1 2004/08/25 17:31:46 lucass Exp $
+
+inherit distutils
+
+
+MY_P="PyCrash-${PV/_/-}"
+DESCRIPTION="PyCrash: a Run-Time Exception Dumper for Python programs"
+HOMEPAGE="http://www.pycrash.org/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~ppc"
+DOCS="NEWS TODO THANKS"
+DEPEND=">=virtual/python-2.3"
+S="${WORKDIR}/${MY_P}"
+
+src_unpack() {
+ unpack ${A}
+ sed -i -e 's/pre2/pre3/' ${S}/pycrash/pycrash.py
+}