summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-11-29 08:26:03 +0000
committerTim Harder <radhermit@gentoo.org>2012-11-29 08:26:03 +0000
commit4fd3dd054e689f3314930e38d1d7ac29fac7817c (patch)
tree21a6f58b1c67054b3189eb90fad95b5819b61b24 /sys-process/procenv
parentVersion bump to 1.5.1 Bug #349548 (diff)
downloadgentoo-2-4fd3dd054e689f3314930e38d1d7ac29fac7817c.tar.gz
gentoo-2-4fd3dd054e689f3314930e38d1d7ac29fac7817c.tar.bz2
gentoo-2-4fd3dd054e689f3314930e38d1d7ac29fac7817c.zip
Version bump.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-process/procenv')
-rw-r--r--sys-process/procenv/ChangeLog7
-rw-r--r--sys-process/procenv/procenv-0.15.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog
index 61e91a4505aa..4a9aa8390bce 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.3 2012/11/27 03:45:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.4 2012/11/29 08:26:03 radhermit Exp $
+
+*procenv-0.15 (29 Nov 2012)
+
+ 29 Nov 2012; Tim Harder <radhermit@gentoo.org> +procenv-0.15.ebuild:
+ Version bump.
*procenv-0.13 (27 Nov 2012)
diff --git a/sys-process/procenv/procenv-0.15.ebuild b/sys-process/procenv/procenv-0.15.ebuild
new file mode 100644
index 000000000000..55e2496a3fd4
--- /dev/null
+++ b/sys-process/procenv/procenv-0.15.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.15.ebuild,v 1.1 2012/11/29 08:26:03 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
+}