blob: fd8f609f50c60a3be6c9d2706354a42274dd6c22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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.19.ebuild,v 1.1 2012/12/18 07:14: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=""
|