dolsen 14/05/07 23:33:08
Modified: ChangeLog ssl-fetch-9999.ebuild
ssl-fetch-0.1.ebuild
Log:
Inherit the correct eclass, I removed the wrong one before
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0x65E309F2189DB0B8)
Revision Changes Path
1.5 dev-python/ssl-fetch/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 6 May 2014 02:54:29 -0000 1.4
+++ ChangeLog 7 May 2014 23:33:07 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/ssl-fetch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.4
2014/05/06 02:54:29 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.5
2014/05/07 23:33:07 dolsen Exp $
+
+ 07 May 2014; Brian Dolbec <[email protected]> ssl-fetch-0.1.ebuild,
+ ssl-fetch-9999.ebuild:
+ Fix incorreclty removed inherit.
06 May 2014; Brian Dolbec <[email protected]> ssl-fetch-0.1.ebuild,
ssl-fetch-9999.ebuild:
1.4 dev-python/ssl-fetch/ssl-fetch-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?r1=1.3&r2=1.4
Index: ssl-fetch-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ssl-fetch-9999.ebuild 6 May 2014 02:54:29 -0000 1.3
+++ ssl-fetch-9999.ebuild 7 May 2014 23:33:07 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.3
2014/05/06 02:54:29 dolsen Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.4
2014/05/07 23:33:07 dolsen Exp $
EAPI="5"
@@ -8,7 +8,7 @@
EGIT_BRANCH="master"
-inherit python-r1 git-2
+inherit distutils-r1 git-2
EGIT_REPO_URI="git://github.com/dol-sen/ssl-fetch.git"
1.5 dev-python/ssl-fetch/ssl-fetch-0.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild?r1=1.4&r2=1.5
Index: ssl-fetch-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ssl-fetch-0.1.ebuild 6 May 2014 02:54:29 -0000 1.4
+++ ssl-fetch-0.1.ebuild 7 May 2014 23:33:07 -0000 1.5
@@ -1,12 +1,12 @@
# Copyright 1999-2014 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.1.ebuild,v
1.4 2014/05/06 02:54:29 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v
1.5 2014/05/07 23:33:07 dolsen Exp $
EAPI="5"
PYTHON_COMPAT=(python{2_7,3_3,3_4})
-inherit python-r1
+inherit distutils-r1
DESCRIPTION="A small convinience library for fetching files securely"
HOMEPAGE="https://github.com/dol-sen/ssl-fetch"