summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-11-27 03:45:21 +0000
committerTim Harder <radhermit@gentoo.org>2012-11-27 03:45:21 +0000
commit1cb52abc4657c48913086e6570c1437d41be4ba4 (patch)
tree5d3b7e153feac3b45cf5454370b414ddf55a37f3 /sys-process/procenv/procenv-0.13.ebuild
parentVersion bump. (diff)
downloadhistorical-1cb52abc4657c48913086e6570c1437d41be4ba4.tar.gz
historical-1cb52abc4657c48913086e6570c1437d41be4ba4.tar.bz2
historical-1cb52abc4657c48913086e6570c1437d41be4ba4.zip
Version bump.
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64 Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'sys-process/procenv/procenv-0.13.ebuild')
-rw-r--r--sys-process/procenv/procenv-0.13.ebuild19
1 files changed, 19 insertions, 0 deletions
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
+}