Parent Directory
|
Revision Log
Cleanup the ebuild to eapi4, fix jobserver-not-avail warning, drop overshadowed old version. (Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
| 1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-fs/nfs4-acl-tools/nfs4-acl-tools-0.3.2.ebuild,v 1.1 2007/12/22 07:19:20 vapier Exp $ |
| 4 | |
| 5 | DESCRIPTION="Commandline and GUI tools that deal directly with NFSv4 ACLs" |
| 6 | HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/" |
| 7 | SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/${PN}/${P}.tar.gz" |
| 8 | |
| 9 | LICENSE="GPL-2" |
| 10 | SLOT="0" |
| 11 | KEYWORDS="~amd64 ~x86" |
| 12 | IUSE="" |
| 13 | |
| 14 | DEPEND="sys-apps/attr" |
| 15 | |
| 16 | src_install() { |
| 17 | emake DESTDIR="${D}" install || die "make install failed" |
| 18 | dodoc CHANGELOG INSTALL README TODO |
| 19 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |