diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-03 03:20:33 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-03 03:20:33 +0000 |
commit | 63f6bada91727419432ad25c07e6b6269f0d4e18 (patch) | |
tree | 955c5b417496c5b8618f4e22c1a1327e3e740614 /sys-process/procenv | |
parent | Use virtual/udev instead of sys-fs/udev wrt #444398 (diff) | |
download | gentoo-2-63f6bada91727419432ad25c07e6b6269f0d4e18.tar.gz gentoo-2-63f6bada91727419432ad25c07e6b6269f0d4e18.tar.bz2 gentoo-2-63f6bada91727419432ad25c07e6b6269f0d4e18.zip |
Version bump.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-process/procenv')
-rw-r--r-- | sys-process/procenv/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/procenv/procenv-0.16.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
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 <radhermit@gentoo.org> +procenv-0.16.ebuild: + Version bump. 29 Nov 2012; Tim Harder <radhermit@gentoo.org> -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 +} |