diff options
author | Sven Wegener <swegener@gentoo.org> | 2015-04-18 12:18:22 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2015-04-18 12:18:22 +0000 |
commit | eafab81ba8d40df61f0fd742990726566b8b71da (patch) | |
tree | 153d5cbc777d8f135144c670a7aa39d2ec9292c6 /app-crypt | |
parent | Rename distfile to include package name. (diff) | |
download | gentoo-2-eafab81ba8d40df61f0fd742990726566b8b71da.tar.gz gentoo-2-eafab81ba8d40df61f0fd742990726566b8b71da.tar.bz2 gentoo-2-eafab81ba8d40df61f0fd742990726566b8b71da.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 'app-crypt')
-rw-r--r-- | app-crypt/pesign/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/pesign/pesign-0.108.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/pesign/ChangeLog b/app-crypt/pesign/ChangeLog index 69259d970014..f83be19541cb 100644 --- a/app-crypt/pesign/ChangeLog +++ b/app-crypt/pesign/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/pesign -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pesign/ChangeLog,v 1.4 2014/05/13 02:22:31 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pesign/ChangeLog,v 1.5 2015/04/18 12:18:22 swegener Exp $ + + 18 Apr 2015; Sven Wegener <swegener@gentoo.org> pesign-0.108.ebuild: + Rename distfile to include package name. 13 May 2014; Patrick Lauer <patrick@gentoo.org> pesign-0.108.ebuild: Quoting diff --git a/app-crypt/pesign/pesign-0.108.ebuild b/app-crypt/pesign/pesign-0.108.ebuild index 361e8ff369d1..d8f1bdee3061 100644 --- a/app-crypt/pesign/pesign-0.108.ebuild +++ b/app-crypt/pesign/pesign-0.108.ebuild @@ -1,13 +1,13 @@ -# 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/app-crypt/pesign/pesign-0.108.ebuild,v 1.3 2014/05/13 02:22:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pesign/pesign-0.108.ebuild,v 1.4 2015/04/18 12:18:22 swegener Exp $ EAPI="4" inherit eutils multilib DESCRIPTION="Tools for manipulating signed PE-COFF binaries" HOMEPAGE="https://github.com/vathpela/pesign" -SRC_URI="https://github.com/vathpela/${PN}/archive/${PV}.tar.gz" +SRC_URI="https://github.com/vathpela/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |