diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-08-06 06:44:39 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-08-06 06:44:39 +0000 |
commit | 4484841a2d75cf8b07918de437923c271722620f (patch) | |
tree | 152a9cf3b6a7dfb9eca316ac2de817bc7c5276ca /app-emulation/docker | |
parent | Add ruby20, ruby21 target. (diff) | |
download | gentoo-2-4484841a2d75cf8b07918de437923c271722620f.tar.gz gentoo-2-4484841a2d75cf8b07918de437923c271722620f.tar.bz2 gentoo-2-4484841a2d75cf8b07918de437923c271722620f.zip |
Make description more repoman-happy
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation/docker')
-rw-r--r-- | app-emulation/docker/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/docker/docker-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/docker/docker-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/docker/docker-1.1.0.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-emulation/docker/ChangeLog b/app-emulation/docker/ChangeLog index 4129bf04ec68..6530ba0a4aa1 100644 --- a/app-emulation/docker/ChangeLog +++ b/app-emulation/docker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/docker # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.26 2014/07/04 04:12:57 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.27 2014/08/06 06:44:36 patrick Exp $ + + 06 Aug 2014; Patrick Lauer <patrick@gentoo.org> docker-1.0.0.ebuild, + docker-1.0.1.ebuild, docker-1.1.0.ebuild: + Make description more repoman-happy 04 Jul 2014; Greg Kroah-Hartman <gregkh@gentoo.org> -docker-0.10.0.ebuild, -docker-0.11.1.ebuild, -docker-0.7.1-r1.ebuild, -docker-0.7.1.ebuild, diff --git a/app-emulation/docker/docker-1.0.0.ebuild b/app-emulation/docker/docker-1.0.0.ebuild index e100b2b9027e..77870bc36581 100644 --- a/app-emulation/docker/docker-1.0.0.ebuild +++ b/app-emulation/docker/docker-1.0.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.0.0.ebuild,v 1.1 2014/06/09 20:14:00 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.0.0.ebuild,v 1.2 2014/08/06 06:44:36 patrick Exp $ EAPI=5 -DESCRIPTION="Docker complements kernel namespacing with a high-level API which operates at the process level." +DESCRIPTION="Docker complements kernel namespacing with a high-level API which operates at the process level" HOMEPAGE="https://www.docker.io/" GITHUB_URI="github.com/dotcloud/docker" diff --git a/app-emulation/docker/docker-1.0.1.ebuild b/app-emulation/docker/docker-1.0.1.ebuild index aabf176e21ec..09c643a66da5 100644 --- a/app-emulation/docker/docker-1.0.1.ebuild +++ b/app-emulation/docker/docker-1.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.0.1.ebuild,v 1.1 2014/06/29 02:00:39 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.0.1.ebuild,v 1.2 2014/08/06 06:44:36 patrick Exp $ EAPI=5 -DESCRIPTION="Docker complements kernel namespacing with a high-level API which operates at the process level." +DESCRIPTION="Docker complements kernel namespacing with a high-level API which operates at the process level" HOMEPAGE="https://www.docker.io/" GITHUB_URI="github.com/dotcloud/docker" diff --git a/app-emulation/docker/docker-1.1.0.ebuild b/app-emulation/docker/docker-1.1.0.ebuild index 2a5f8f48fd4d..f87923cd0c67 100644 --- a/app-emulation/docker/docker-1.1.0.ebuild +++ b/app-emulation/docker/docker-1.1.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.1.0.ebuild,v 1.1 2014/07/04 04:00:48 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.1.0.ebuild,v 1.2 2014/08/06 06:44:36 patrick Exp $ EAPI=5 -DESCRIPTION="Docker complements kernel namespacing with a high-level API which operates at the process level." +DESCRIPTION="Docker complements kernel namespacing with a high-level API which operates at the process level" HOMEPAGE="https://www.docker.io/" GITHUB_URI="github.com/dotcloud/docker" |