summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-11-27 03:45:15 +0000
committerTim Harder <radhermit@gentoo.org>2012-11-27 03:45:15 +0000
commita96d59945b6600864d38c40d53c7177107d8eecf (patch)
tree3a6ba0065d245e270361916e616ebe743e8e2479 /sys-process/procenv
parentVersion bump. (diff)
downloadgentoo-2-a96d59945b6600864d38c40d53c7177107d8eecf.tar.gz
gentoo-2-a96d59945b6600864d38c40d53c7177107d8eecf.tar.bz2
gentoo-2-a96d59945b6600864d38c40d53c7177107d8eecf.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.13.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog
index e902fd02635d..61e91a4505aa 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.2 2012/11/23 23:37:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.3 2012/11/27 03:45:15 radhermit Exp $
+
+*procenv-0.13 (27 Nov 2012)
+
+ 27 Nov 2012; Tim Harder <radhermit@gentoo.org> +procenv-0.13.ebuild:
+ Version bump.
*procenv-0.12 (23 Nov 2012)
diff --git a/sys-process/procenv/procenv-0.13.ebuild b/sys-process/procenv/procenv-0.13.ebuild
new file mode 100644
index 000000000000..d687f584ff9d
--- /dev/null
+++ b/sys-process/procenv/procenv-0.13.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.13.ebuild,v 1.1 2012/11/27 03:45:15 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
+}