From 63f6bada91727419432ad25c07e6b6269f0d4e18 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 3 Dec 2012 03:20:33 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) --- sys-process/procenv/ChangeLog | 7 ++++++- sys-process/procenv/procenv-0.16.ebuild | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 sys-process/procenv/procenv-0.16.ebuild (limited to 'sys-process/procenv') diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index cc86e4b8f037..4adb8701c6b1 100644 --- a/sys-process/procenv/ChangeLog +++ b/sys-process/procenv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-process/procenv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.5 2012/11/29 08:26:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.6 2012/12/03 03:20:33 radhermit Exp $ + +*procenv-0.16 (03 Dec 2012) + + 03 Dec 2012; Tim Harder +procenv-0.16.ebuild: + Version bump. 29 Nov 2012; Tim Harder -procenv-0.8.ebuild, -procenv-0.12.ebuild: diff --git a/sys-process/procenv/procenv-0.16.ebuild b/sys-process/procenv/procenv-0.16.ebuild new file mode 100644 index 000000000000..fba8e7aa69dd --- /dev/null +++ b/sys-process/procenv/procenv-0.16.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/procenv-0.16.ebuild,v 1.1 2012/12/03 03:20:33 radhermit Exp $ + +EAPI="5" + +DESCRIPTION="A command-line utility that simply dumps all attributes of its environment" +HOMEPAGE="https://launchpad.net/procenv/" +SRC_URI="https://launchpad.net/${PN}/trunk/v${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install() { + default + doman man/${PN}.1 +} -- cgit v1.2.3-65-gdbad