diff options
-rw-r--r-- | net-print/pykota/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/pykota/pykota-1.26.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-print/pykota/ChangeLog b/net-print/pykota/ChangeLog index 75310d717e56..d4eac19b66ec 100644 --- a/net-print/pykota/ChangeLog +++ b/net-print/pykota/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/pykota # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/ChangeLog,v 1.31 2014/06/12 15:26:13 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/ChangeLog,v 1.32 2014/08/10 20:36:14 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pykota-1.26.ebuild: + QA: drop trailing '.' from DESCRIPTION 12 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -pykota-1.25_p2437-r1.ebuild: Cleanup old. diff --git a/net-print/pykota/pykota-1.26.ebuild b/net-print/pykota/pykota-1.26.ebuild index a9c2962a475f..2ae7191cb1ac 100644 --- a/net-print/pykota/pykota-1.26.ebuild +++ b/net-print/pykota/pykota-1.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/pykota-1.26.ebuild,v 1.3 2013/01/17 16:47:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/pykota-1.26.ebuild,v 1.4 2014/08/10 20:36:14 slyfox Exp $ EAPI=3 PYTHON_DEPEND="2" @@ -8,7 +8,7 @@ PYTHON_USE_WITH='sqlite?' inherit distutils -DESCRIPTION="Flexible print quota and accounting package for use with CUPS and lpd." +DESCRIPTION="Flexible print quota and accounting package for use with CUPS and lpd" HOMEPAGE="http://www.pykota.com" SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" |