diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-02-09 02:51:38 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-02-09 02:51:38 +0000 |
commit | 341c565f9b248dd83b5cb77130adba22bb9a8032 (patch) | |
tree | f3aa8812b85ff96c956d359f4a1d7db59224b1b5 /dev-python/ssl-fetch | |
parent | Add ruby20, ruby21 support. Use correct slot of dev-ruby/rainbow. Drop sparc ... (diff) | |
download | gentoo-2-341c565f9b248dd83b5cb77130adba22bb9a8032.tar.gz gentoo-2-341c565f9b248dd83b5cb77130adba22bb9a8032.tar.bz2 gentoo-2-341c565f9b248dd83b5cb77130adba22bb9a8032.zip |
Fix typo in DESC.
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/ssl-fetch')
-rw-r--r-- | dev-python/ssl-fetch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 6 |
5 files changed, 16 insertions, 12 deletions
diff --git a/dev-python/ssl-fetch/ChangeLog b/dev-python/ssl-fetch/ChangeLog index 65511b0df86b..410829f705de 100644 --- a/dev-python/ssl-fetch/ChangeLog +++ b/dev-python/ssl-fetch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ssl-fetch # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.28 2015/02/04 16:20:12 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.29 2015/02/09 02:51:38 mrueg Exp $ + + 09 Feb 2015; Manuel Rüger <mrueg@gentoo.org> ssl-fetch-0.2.1.ebuild, + ssl-fetch-0.2.ebuild, ssl-fetch-0.3.ebuild, ssl-fetch-9999.ebuild: + Fix typo in DESC. 04 Feb 2015; Michael Haubenwallner <haubi@gentoo.org> ssl-fetch-0.3.ebuild: keyword ~x86-linux diff --git a/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild index 354a12260433..c137a604e91a 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild,v 1.8 2014/09/03 17:14:26 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild,v 1.9 2015/02/09 02:51:38 mrueg Exp $ EAPI="5" @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 -DESCRIPTION="A small convinience library for fetching files securely" +DESCRIPTION="A small convenience library for fetching files securely" HOMEPAGE="https://github.com/dol-sen/ssl-fetch" SRC_URI="https://github.com/dol-sen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild index 69f091fefa19..1cd36d01a58e 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild,v 1.14 2014/09/24 09:33:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild,v 1.15 2015/02/09 02:51:38 mrueg Exp $ EAPI="5" @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 -DESCRIPTION="A small convinience library for fetching files securely" +DESCRIPTION="A small convenience library for fetching files securely" HOMEPAGE="https://github.com/dol-sen/ssl-fetch" SRC_URI="http://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz" diff --git a/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild index 4422edcb5a96..bfede1361550 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild,v 1.2 2015/02/04 16:20:12 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild,v 1.3 2015/02/09 02:51:38 mrueg Exp $ EAPI="5" @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 -DESCRIPTION="A small convinience library for fetching files securely" +DESCRIPTION="A small convenience library for fetching files securely" HOMEPAGE="https://github.com/dol-sen/ssl-fetch" SRC_URI="http://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz" diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index f4631e60f20a..e2c734b327ad 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.5 2014/06/16 05:59:26 dolsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.6 2015/02/09 02:51:38 mrueg Exp $ EAPI="5" @@ -12,7 +12,7 @@ inherit distutils-r1 git-2 EGIT_REPO_URI="git://github.com/dol-sen/ssl-fetch.git" -DESCRIPTION="A small convinience library for fetching files securely" +DESCRIPTION="A small convenience library for fetching files securely" HOMEPAGE="https://github.com/dol-sen/ssl-fetch" SRC_URI="" |