diff options
-rw-r--r-- | net-misc/aggregate/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/aggregate/aggregate-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/aggregate/ChangeLog b/net-misc/aggregate/ChangeLog index 4229223b4b6b..c6cca0984de4 100644 --- a/net-misc/aggregate/ChangeLog +++ b/net-misc/aggregate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/aggregate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.17 2014/03/12 03:49:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.18 2014/08/10 20:43:10 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> aggregate-1.6.ebuild: + QA: drop trailing '.' from DESCRIPTION 12 Mar 2014; Patrick Lauer <patrick@gentoo.org> aggregate-1.6.ebuild: Shorten description for improved repoman happy diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild index 17f18977cb91..f3a245cac7ba 100644 --- a/net-misc/aggregate/aggregate-1.6.ebuild +++ b/net-misc/aggregate/aggregate-1.6.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.18 2014/03/12 03:49:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.19 2014/08/10 20:43:10 slyfox Exp $ EAPI=2 inherit eutils toolchain-funcs -DESCRIPTION="Take a list of prefixes and perform two optimisations to reduce the length of the prefix list." +DESCRIPTION="Take a list of prefixes and perform two optimisations to reduce the length of the prefix list" HOMEPAGE="http://dist.automagic.org/" SRC_URI="${HOMEPAGE}/${P}.tar.gz" |