diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:07:22 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:07:22 +0000 |
commit | 195400cf59003621ffb5d21c4272a9fe29399240 (patch) | |
tree | 69b8a1bd4dbd705b1abc316155996a853c93c7dd /app-admin/swatch/swatch-3.1.1.ebuild | |
parent | Switched from perl-module to perl-app eclass (diff) | |
download | historical-195400cf59003621ffb5d21c4272a9fe29399240.tar.gz historical-195400cf59003621ffb5d21c4272a9fe29399240.tar.bz2 historical-195400cf59003621ffb5d21c4272a9fe29399240.zip |
Switched from perl-module to perl-app eclass
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-admin/swatch/swatch-3.1.1.ebuild')
-rw-r--r-- | app-admin/swatch/swatch-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/swatch/swatch-3.1.1.ebuild b/app-admin/swatch/swatch-3.1.1.ebuild index e961bce9e6ba..a991c3d140dd 100644 --- a/app-admin/swatch/swatch-3.1.1.ebuild +++ b/app-admin/swatch/swatch-3.1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/swatch/swatch-3.1.1.ebuild,v 1.4 2005/05/25 15:22:24 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/swatch/swatch-3.1.1.ebuild,v 1.5 2005/11/28 12:06:51 mcummings Exp $ -inherit perl-module +inherit perl-app DESCRIPTION="Perl-based system log watcher" HOMEPAGE="http://swatch.sourceforge.net/" |