diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:19:19 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:19:19 +0000 |
commit | 7753476feba6eb2a84feb0096bc27b05c65968c3 (patch) | |
tree | 689ea246058ad15925ebfb7cf1ea33f7a4eb56c8 /sys-fs/avfs | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-7753476feba6eb2a84feb0096bc27b05c65968c3.tar.gz gentoo-2-7753476feba6eb2a84feb0096bc27b05c65968c3.tar.bz2 gentoo-2-7753476feba6eb2a84feb0096bc27b05c65968c3.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 'sys-fs/avfs')
-rw-r--r-- | sys-fs/avfs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/avfs/avfs-1.0.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/avfs/ChangeLog b/sys-fs/avfs/ChangeLog index 6824ed9396cd..499a65d2a16f 100644 --- a/sys-fs/avfs/ChangeLog +++ b/sys-fs/avfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/avfs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v 1.49 2014/04/25 08:46:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v 1.50 2014/08/10 20:19:19 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> avfs-1.0.1.ebuild: + QA: drop trailing '.' from DESCRIPTION 25 Apr 2014; Tim Harder <radhermit@gentoo.org> -avfs-0.9.9.ebuild, -avfs-1.0.0.ebuild, -files/avfs-0.9.8-gcc43_fix_open_missing_mode.patch: diff --git a/sys-fs/avfs/avfs-1.0.1.ebuild b/sys-fs/avfs/avfs-1.0.1.ebuild index 1c43249d4961..258ab79f2efe 100644 --- a/sys-fs/avfs/avfs-1.0.1.ebuild +++ b/sys-fs/avfs/avfs-1.0.1.ebuild @@ -1,11 +1,11 @@ -# 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/sys-fs/avfs/avfs-1.0.1.ebuild,v 1.6 2013/04/25 19:15:26 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/avfs-1.0.1.ebuild,v 1.7 2014/08/10 20:19:19 slyfox Exp $ EAPI=4 inherit eutils -DESCRIPTION="AVFS is a virtual filesystem that allows browsing of compressed files." +DESCRIPTION="AVFS is a virtual filesystem that allows browsing of compressed files" HOMEPAGE="http://sourceforge.net/projects/avf" SRC_URI="mirror://sourceforge/avf/${P}.tar.bz2" |