Changeset - dfecd0aa05b0
[Not reviewed]
default
0 0 2
Nathan Brink (binki) - 16 years ago 2008-11-17 00:00:31
ohnobinki@ohnopublishing.net
Added my makeldif program to my portage tree. For use on dcs.ohnopublishing.net
2 files changed with 18 insertions and 0 deletions:
0 comments (0 inline, 0 general)
net-nds/makeldif/Manifest
Show inline comments
 
new file 100644
 
DIST makeldif-0.0.tar.bz2 229964 RMD160 e579044d0828ce3e27de47d65ac08143c9b86675 SHA1 fb0ca15141b25671af1841d2855a6eb8851cccde SHA256 011ba4104f36e8dddbaf7763390a6c50d2b1d9e495d4f58525f15db23e83784e
 
EBUILD makeldif-0.0.ebuild 449 RMD160 c9985e4640ba479d7d780321f7cc748640a247fc SHA1 dad6ded602588fbcf6d84c98c265ec04a91724b6 SHA256 5f2d66a1c5530e08581e141d71c6eb46332219f2d00492f2fa5e6cfb26925610
net-nds/makeldif/makeldif-0.0.ebuild
Show inline comments
 
new file 100644
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
DESCRIPTION="A utility to export your NSS databases in a potentially usable LDIF format"
 
HOMEPAGE="http://ohnopublishing.net/~ohnobinki/makeldif/"
 
SRC_URI="http://ohnopublishing.net/~ohnobinki/makeldif/${P}.tar.bz2"
 

	
 
LICENSE="GPL-3"
 
SLOT="0"
 
KEYWORDS="~x86 ~amd64"
 
IUSE=""
 

	
 
src_install() {
 
	emake DESTDIR="${D}" install || die "install failed"
 
	dodoc COPYING || die
 
}
0 comments (0 inline, 0 general)