diff options
author | Christian Birchinger <joker@gentoo.org> | 2004-09-19 19:42:52 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2004-09-19 19:42:52 +0000 |
commit | d4166d1e0d4ef70d41f7d1f37bdffb682454537a (patch) | |
tree | 58f31e0d714872121547735b4153187aafe8f62a /app-admin/ccze | |
parent | version bump (diff) | |
download | historical-d4166d1e0d4ef70d41f7d1f37bdffb682454537a.tar.gz historical-d4166d1e0d4ef70d41f7d1f37bdffb682454537a.tar.bz2 historical-d4166d1e0d4ef70d41f7d1f37bdffb682454537a.zip |
Changed homepage and added a metadata.xml
Diffstat (limited to 'app-admin/ccze')
-rw-r--r-- | app-admin/ccze/Manifest | 3 | ||||
-rw-r--r-- | app-admin/ccze/ccze-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/ccze/metadata.xml | 16 |
3 files changed, 20 insertions, 3 deletions
diff --git a/app-admin/ccze/Manifest b/app-admin/ccze/Manifest index dfc59636b3b0..08b149bf3896 100644 --- a/app-admin/ccze/Manifest +++ b/app-admin/ccze/Manifest @@ -1,3 +1,4 @@ MD5 3ef7f0c68b3c8bc6217e18070473e748 ChangeLog 607 -MD5 7f2909bce9e923332f6858792972fa48 ccze-0.2.1.ebuild 728 +MD5 63b58c703ee2c7b0050e5f679db1ab01 ccze-0.2.1.ebuild 733 +MD5 02a03e9ed6268b3c5ab55184ac8c4486 metadata.xml 644 MD5 f6258721f177c5397ecb5650aa04d9c8 files/digest-ccze-0.2.1 62 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> |