diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:14:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:14:27 +0000 |
commit | 52ba7e47c009ff68f95ca89ccd9fe2c99aad6bca (patch) | |
tree | d3bff7bf1c097443e3c05ac012b5af1ca1cf68d1 /www-apache | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-52ba7e47c009ff68f95ca89ccd9fe2c99aad6bca.tar.gz gentoo-2-52ba7e47c009ff68f95ca89ccd9fe2c99aad6bca.tar.bz2 gentoo-2-52ba7e47c009ff68f95ca89ccd9fe2c99aad6bca.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_auth_token/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_auth_token/mod_auth_token-1.0.6_beta.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www-apache/mod_auth_token/ChangeLog b/www-apache/mod_auth_token/ChangeLog index ecd0b57ffbe2..d72b5e50dc51 100644 --- a/www-apache/mod_auth_token/ChangeLog +++ b/www-apache/mod_auth_token/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_auth_token -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_token/ChangeLog,v 1.6 2013/03/17 17:55:21 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_token/ChangeLog,v 1.7 2014/08/10 20:14:27 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> + mod_auth_token-1.0.6_beta.ebuild: + QA: drop trailing '.' from DESCRIPTION 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/www-apache/mod_auth_token/mod_auth_token-1.0.6_beta.ebuild b/www-apache/mod_auth_token/mod_auth_token-1.0.6_beta.ebuild index 693c4f597e46..577abd84a71a 100644 --- a/www-apache/mod_auth_token/mod_auth_token-1.0.6_beta.ebuild +++ b/www-apache/mod_auth_token/mod_auth_token-1.0.6_beta.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_token/mod_auth_token-1.0.6_beta.ebuild,v 1.4 2012/02/14 17:19:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_token/mod_auth_token-1.0.6_beta.ebuild,v 1.5 2014/08/10 20:14:27 slyfox Exp $ EAPI=3 inherit apache-module eutils MY_P="${PN}-${PV/_/-}" -DESCRIPTION="Token based URI access module for Apache2." +DESCRIPTION="Token based URI access module for Apache2" HOMEPAGE="http://code.google.com/p/mod-auth-token/" SRC_URI="http://mod-auth-token.googlecode.com/files/${MY_P}.tar.gz" |