blob: a44632b6fd68894fd4211e2e9f95f86147ac744e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile configure install prepare test
DEPEND=xattr? ( sys-apps/attr ) doc? ( >=dev-util/gtk-doc-1.18 )
DESCRIPTION=A library and tool to atomically install sets of files
EAPI=4
HOMEPAGE=https://github.com/mgorny/atomic-install/
IUSE=doc static-libs xattr
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND=xattr? ( sys-apps/attr )
SLOT=0
SRC_URI=mirror://github/mgorny/atomic-install/atomic-install-0.1.1.tar.bz2
_eclass_exported_funcs=src_prepare:autotools-utils src_configure:- src_compile:autotools-utils src_test:autotools-utils src_install:autotools-utils
_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 autotools-utils 042d779bc872564b26c4e5cf018db8ed eutils 3c847a0129fed780bd709b98e426f89c libtool 48b1b9f6194d2842456514d1184ca72e multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 53b75b4a49cf3e61530a523804045432
_md5_=1bf61ae76d6a5b040784fad6c21e6665
|