summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-11-23 23:37:14 +0000
committerTim Harder <radhermit@gentoo.org>2012-11-23 23:37:14 +0000
commit8576fcb4dcf9bb1606d880d24855ed8bd340c1fc (patch)
tree70af0ef33df020a3f21bbc49476ac779b5fd84ba /sys-process/procenv
parentAdded boost as rdep and made a revbump to dro ppc and add lilv as well as sui... (diff)
downloadgentoo-2-8576fcb4dcf9bb1606d880d24855ed8bd340c1fc.tar.gz
gentoo-2-8576fcb4dcf9bb1606d880d24855ed8bd340c1fc.tar.bz2
gentoo-2-8576fcb4dcf9bb1606d880d24855ed8bd340c1fc.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.12.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog
index c3f903954cfd..e902fd02635d 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.1 2012/11/17 21:23:51 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.2 2012/11/23 23:37:14 radhermit Exp $
+
+*procenv-0.12 (23 Nov 2012)
+
+ 23 Nov 2012; Tim Harder <radhermit@gentoo.org> +procenv-0.12.ebuild:
+ Version bump.
*procenv-0.8 (17 Nov 2012)
diff --git a/sys-process/procenv/procenv-0.12.ebuild b/sys-process/procenv/procenv-0.12.ebuild
new file mode 100644
index 000000000000..03dc05af324d
--- /dev/null
+++ b/sys-process/procenv/procenv-0.12.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.12.ebuild,v 1.1 2012/11/23 23:37:14 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
+}