diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-06-03 20:51:05 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-06-03 20:51:05 +0000 |
commit | 90090bdba83c1990cb15de0124e323bfc95a807d (patch) | |
tree | cf7d3b147c7198b996746f718152a13326cc2db8 /sys-process | |
parent | Add pypi to remote-id in metadata.xml (diff) | |
download | gentoo-2-90090bdba83c1990cb15de0124e323bfc95a807d.tar.gz gentoo-2-90090bdba83c1990cb15de0124e323bfc95a807d.tar.bz2 gentoo-2-90090bdba83c1990cb15de0124e323bfc95a807d.zip |
Make use of ${P}.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/memwatch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/memwatch/memwatch-0.0.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-process/memwatch/ChangeLog b/sys-process/memwatch/ChangeLog index be43db207b72..b986fcfa849a 100644 --- a/sys-process/memwatch/ChangeLog +++ b/sys-process/memwatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/memwatch # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/memwatch/ChangeLog,v 1.1 2015/06/03 20:48:01 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/memwatch/ChangeLog,v 1.2 2015/06/03 20:51:05 monsieurp Exp $ + + 03 Jun 2015; Patrice Clement <monsieurp@gentoo.org> memwatch-0.0.2.ebuild: + Make use of ${P}. *memwatch-0.0.2 (03 Jun 2015) diff --git a/sys-process/memwatch/memwatch-0.0.2.ebuild b/sys-process/memwatch/memwatch-0.0.2.ebuild index 28d843f9ef47..7d16d649e439 100644 --- a/sys-process/memwatch/memwatch-0.0.2.ebuild +++ b/sys-process/memwatch/memwatch-0.0.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/memwatch/memwatch-0.0.2.ebuild,v 1.1 2015/06/03 20:48:01 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/memwatch/memwatch-0.0.2.ebuild,v 1.2 2015/06/03 20:51:05 monsieurp Exp $ EAPI=5 -DESCRIPTION="interactive memory viewer" +DESCRIPTION="Interactive memory viewer" HOMEPAGE="https://bitbucket.org/PascalRD/memwatch/" -SRC_URI="http://unixdev.ru/src/memwatch-0.0.2.tar.gz" +SRC_URI="http://unixdev.ru/src/${P}.tar.gz" LICENSE="WTFPL-2" SLOT="0" |