diff options
author | Andrew Ross <aross@gentoo.org> | 2006-12-11 11:11:48 +0000 |
---|---|---|
committer | Andrew Ross <aross@gentoo.org> | 2006-12-11 11:11:48 +0000 |
commit | f5a7c62ec2e8416335124332f60189fb48e4d034 (patch) | |
tree | 0840c7311291ee53646cc74546eebb7fca39bd7e /net-print/pykota | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-f5a7c62ec2e8416335124332f60189fb48e4d034.tar.gz gentoo-2-f5a7c62ec2e8416335124332f60189fb48e4d034.tar.bz2 gentoo-2-f5a7c62ec2e8416335124332f60189fb48e4d034.zip |
Correct HOMEPAGE and DESCRIPTION.
(Portage version: 2.1.1)
Diffstat (limited to 'net-print/pykota')
-rw-r--r-- | net-print/pykota/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/pykota/metadata.xml | 3 | ||||
-rw-r--r-- | net-print/pykota/pykota-1.24_p2174.ebuild | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-print/pykota/ChangeLog b/net-print/pykota/ChangeLog index 35de1a64510e..8bed55b23496 100644 --- a/net-print/pykota/ChangeLog +++ b/net-print/pykota/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/pykota # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/ChangeLog,v 1.18 2006/11/21 22:14:21 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/ChangeLog,v 1.19 2006/12/11 11:11:48 aross Exp $ + + 11 Dec 2006; Andrew Ross <aross@gentoo.org> metadata.xml, + pykota-1.24_p2174.ebuild: + Correct HOMEPAGE and DESCRIPTION. 21 Nov 2006; Stefan Schweizer <genstef@gentoo.org> pykota-1.24_p2174.ebuild: diff --git a/net-print/pykota/metadata.xml b/net-print/pykota/metadata.xml index 2afd174997c7..114ec31fd3c5 100644 --- a/net-print/pykota/metadata.xml +++ b/net-print/pykota/metadata.xml @@ -11,6 +11,7 @@ <name>Christian Andreetta</name> </maintainer> <longdescription> -PyKota is a complete GPLed Print Quota and Accounting Software Solution for the Common UNIX Printing System (aka CUPS), LPR Next Generation (aka LPRng) and lpd BSD printer servers +PyKota is a complete GPLed Print Quota and Accounting Software Solution for the +Common UNIX Printing System (CUPS). </longdescription> </pkgmetadata> diff --git a/net-print/pykota/pykota-1.24_p2174.ebuild b/net-print/pykota/pykota-1.24_p2174.ebuild index 427fc2b89309..95cdb0667e9a 100644 --- a/net-print/pykota/pykota-1.24_p2174.ebuild +++ b/net-print/pykota/pykota-1.24_p2174.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/pykota-1.24_p2174.ebuild,v 1.4 2006/11/21 22:14:21 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/pykota-1.24_p2174.ebuild,v 1.5 2006/12/11 11:11:48 aross Exp $ inherit python eutils distutils -DESCRIPTION="PyKota - Python print Quota for CUPS, LPRng and BSD printer servers" +DESCRIPTION="Flexible print quota and accounting package for use with CUPS." SRC_URI="http://www.gentoo.org/~satya/packages/pykota/${P}.tar.bz2" -HOMEPAGE="http://www.librelogiciel.com/software/PyKota/Presentation/action_Presentation" +HOMEPAGE="http://www.pykota.com" LICENSE="GPL-2" IUSE="ldap mysql postgres snmp sqlite snmp xml" |