summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2015-04-18 12:51:26 +0000
committerSven Wegener <swegener@gentoo.org>2015-04-18 12:51:26 +0000
commit5e8a01268730cce8c6586aa6460d59deee19234d (patch)
treef6bb9c55f9dda0f6fd7198a12701b5164962020b /dev-python
parentRename distfile to include package name. (diff)
downloadgentoo-2-5e8a01268730cce8c6586aa6460d59deee19234d.tar.gz
gentoo-2-5e8a01268730cce8c6586aa6460d59deee19234d.tar.bz2
gentoo-2-5e8a01268730cce8c6586aa6460d59deee19234d.zip
Rename distfile to include package name.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/wtf-peewee/ChangeLog7
-rw-r--r--dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/wtf-peewee/ChangeLog b/dev-python/wtf-peewee/ChangeLog
index 744d92950462..bfcf6d0220b5 100644
--- a/dev-python/wtf-peewee/ChangeLog
+++ b/dev-python/wtf-peewee/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wtf-peewee
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.9 2014/07/07 02:45:44 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.10 2015/04/18 12:51:26 swegener Exp $
+
+ 18 Apr 2015; Sven Wegener <swegener@gentoo.org> wtf-peewee-0.2.3.ebuild:
+ Rename distfile to include package name.
07 Jul 2014; Ian Delaney <idella4@gentoo.org> -wtf-peewee-0.1.3.ebuild,
-wtf-peewee-0.1.4.ebuild, -wtf-peewee-0.1.5.ebuild, -wtf-peewee-0.2.0.ebuild,
diff --git a/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild b/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild
index 00faee7fe091..d7538ff18394 100644
--- a/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild
+++ b/dev-python/wtf-peewee/wtf-peewee-0.2.3.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/wtf-peewee/wtf-peewee-0.2.3.ebuild,v 1.2 2014/07/07 02:45:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild,v 1.3 2015/04/18 12:51:26 swegener Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="Small python ORM"
HOMEPAGE="https://github.com/coleifer/peewee/"
-SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz"
+SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"