diff options
author | 2014-08-10 20:18:16 +0000 | |
---|---|---|
committer | 2014-08-10 20:18:16 +0000 | |
commit | e4b3137baa96a041fe242988c00f20b8bbc692b0 (patch) | |
tree | 5dc38818a981caf8a5b9394e4d690e2d46c0681e /www-apache/mod_umask | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-e4b3137baa96a041fe242988c00f20b8bbc692b0.tar.gz gentoo-2-e4b3137baa96a041fe242988c00f20b8bbc692b0.tar.bz2 gentoo-2-e4b3137baa96a041fe242988c00f20b8bbc692b0.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/mod_umask')
-rw-r--r-- | www-apache/mod_umask/ChangeLog | 7 | ||||
-rw-r--r-- | www-apache/mod_umask/mod_umask-0.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-apache/mod_umask/ChangeLog b/www-apache/mod_umask/ChangeLog index 3273a75e96a4..81feed6a00c7 100644 --- a/www-apache/mod_umask/ChangeLog +++ b/www-apache/mod_umask/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_umask -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/ChangeLog,v 1.8 2012/11/27 19:34:20 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/ChangeLog,v 1.9 2014/08/10 20:18:16 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> mod_umask-0.1.0.ebuild: + QA: drop trailing '.' from DESCRIPTION 27 Nov 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop apache herd as discussed in http://www.gossamer- diff --git a/www-apache/mod_umask/mod_umask-0.1.0.ebuild b/www-apache/mod_umask/mod_umask-0.1.0.ebuild index e8634bc5e378..d45b4d2a566d 100644 --- a/www-apache/mod_umask/mod_umask-0.1.0.ebuild +++ b/www-apache/mod_umask/mod_umask-0.1.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2007 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_umask/mod_umask-0.1.0.ebuild,v 1.5 2007/01/15 19:31:28 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/mod_umask-0.1.0.ebuild,v 1.6 2014/08/10 20:18:16 slyfox Exp $ inherit apache-module KEYWORDS="amd64 x86" -DESCRIPTION="Sets the Unix umask of the Apache2 webserver process after it has started." +DESCRIPTION="Sets the Unix umask of the Apache2 webserver process after it has started" HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_umask/" SRC_URI="http://www.apache.org/~pquerna/modules/${P}.tar.bz2" LICENSE="Apache-2.0" |