summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-06-13 10:59:39 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-06-13 10:59:39 +0000
commit5cf4dc4e56cc5bd4cc9b952ecc85a2e13564a88b (patch)
tree0de76e09e9401d2e27fc7664fb89220b7b494bec /net-analyzer/carl/carl-0.8.ebuild
parentVersion bump (diff)
downloadgentoo-2-5cf4dc4e56cc5bd4cc9b952ecc85a2e13564a88b.tar.gz
gentoo-2-5cf4dc4e56cc5bd4cc9b952ecc85a2e13564a88b.tar.bz2
gentoo-2-5cf4dc4e56cc5bd4cc9b952ecc85a2e13564a88b.zip
Version bump, remove me as maintainer, add klausman
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'net-analyzer/carl/carl-0.8.ebuild')
-rw-r--r--net-analyzer/carl/carl-0.8.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-analyzer/carl/carl-0.8.ebuild b/net-analyzer/carl/carl-0.8.ebuild
new file mode 100644
index 000000000000..795aeb815341
--- /dev/null
+++ b/net-analyzer/carl/carl-0.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/carl/carl-0.8.ebuild,v 1.1 2009/06/13 10:59:39 armin76 Exp $
+
+inherit distutils
+
+DESCRIPTION="An rsync logfile analyzer"
+HOMEPAGE="http://www.schwarzvogel.de/software-misc.shtml"
+SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="virtual/python"
+DOCS="README"