diff options
author | 2004-09-19 19:42:52 +0000 | |
---|---|---|
committer | 2004-09-19 19:42:52 +0000 | |
commit | 21bcd657e722258b32cb3f6836d5b1613621f3ca (patch) | |
tree | 5945ccbc8565f731ac5f72bd719413eeebf12f1e | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-21bcd657e722258b32cb3f6836d5b1613621f3ca.tar.gz gentoo-2-21bcd657e722258b32cb3f6836d5b1613621f3ca.tar.bz2 gentoo-2-21bcd657e722258b32cb3f6836d5b1613621f3ca.zip |
Changed homepage and added a metadata.xml
-rw-r--r-- | app-admin/ccze/ccze-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/ccze/metadata.xml | 16 |
2 files changed, 18 insertions, 2 deletions
diff --git a/app-admin/ccze/ccze-0.2.1.ebuild b/app-admin/ccze/ccze-0.2.1.ebuild index 7ec769f2ab74..3763d2f66151 100644 --- a/app-admin/ccze/ccze-0.2.1.ebuild +++ b/app-admin/ccze/ccze-0.2.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ccze-0.2.1.ebuild,v 1.8 2004/08/12 13:47:25 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ccze-0.2.1.ebuild,v 1.9 2004/09/19 19:42:52 joker Exp $ inherit fixheadtails DESCRIPTION="A flexible and fast logfile colorizer" -HOMEPAGE="http://bonehunter.rulez.org/CCZE.html" +HOMEPAGE="http://bonehunter.rulez.org/software/ccze/" SRC_URI="ftp://bonehunter.rulez.org/pub/ccze/stable/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-admin/ccze/metadata.xml b/app-admin/ccze/metadata.xml new file mode 100644 index 000000000000..3471e3ba5eb1 --- /dev/null +++ b/app-admin/ccze/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>joker@gentoo.org</email> + <name>Christian Birchinger</name> + <description>Please take over if you want it</description> +</maintainer> +<longdescription> + CCZE is my C port of RASZi's colorize, with a set of bug fixes and enhancements. + It uses PCRE to do the matching, and NCurses for the output. The goal was to + create a log coloriser, that is fast and light on resources. Also, being extensible + via plug-ins is an important feature too. +</longdescription> +</pkgmetadata> |