13 lines
485 B
Bash
13 lines
485 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/procenv-0.27.ebuild,v 1.1 2013/10/15 06:57:29 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/${PV}/+download/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|