summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2012-10-06 23:28:09 +0000
committerMarc Schiffbauer <mschiff@gentoo.org>2012-10-06 23:28:09 +0000
commitfee5123255c681c7041407451a3ffe536f45289a (patch)
treed7e6f6bbaa6458d57d4f7857c3e8a4d6afc978ad /dev-python/tracing
parentVersion bump. Drop old version. (diff)
downloadhistorical-fee5123255c681c7041407451a3ffe536f45289a.tar.gz
historical-fee5123255c681c7041407451a3ffe536f45289a.tar.bz2
historical-fee5123255c681c7041407451a3ffe536f45289a.zip
Version bump.
Package-Manager: portage-2.2.0_alpha135/cvs/Linux x86_64
Diffstat (limited to 'dev-python/tracing')
-rw-r--r--dev-python/tracing/ChangeLog7
-rw-r--r--dev-python/tracing/tracing-0.7.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/tracing/ChangeLog b/dev-python/tracing/ChangeLog
index 8471cd49b9e4..23f83954115c 100644
--- a/dev-python/tracing/ChangeLog
+++ b/dev-python/tracing/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/tracing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tracing/ChangeLog,v 1.1 2012/06/15 10:17:56 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tracing/ChangeLog,v 1.2 2012/10/06 23:21:46 mschiff Exp $
+
+*tracing-0.7 (06 Oct 2012)
+
+ 06 Oct 2012; Marc Schiffbauer <mschiff@gentoo.org> +tracing-0.7.ebuild:
+ Version bump.
*tracing-0.6 (15 Jun 2012)
diff --git a/dev-python/tracing/tracing-0.7.ebuild b/dev-python/tracing/tracing-0.7.ebuild
new file mode 100644
index 000000000000..b594137d63c9
--- /dev/null
+++ b/dev-python/tracing/tracing-0.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tracing/tracing-0.7.ebuild,v 1.1 2012/10/06 23:21:46 mschiff Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="2:2.6:2.7"
+
+inherit distutils python
+
+DESCRIPTION="Debug log/trace messages"
+HOMEPAGE="http://liw.fi/tracing/"
+SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+}