diff options
author | Daniel Black <dragonheart@gentoo.org> | 2009-02-15 02:14:27 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2009-02-15 02:14:27 +0000 |
commit | 100e419b8fa3e9c52c9af74ed385fa11ca448e82 (patch) | |
tree | 0996c285b8f502b90d048112cebb25c95690bffd /net-libs/adns/adns-1.4.ebuild | |
parent | Had a bug in the first edition of the patch, roll out a new revision instead. (diff) | |
download | gentoo-2-100e419b8fa3e9c52c9af74ed385fa11ca448e82.tar.gz gentoo-2-100e419b8fa3e9c52c9af74ed385fa11ca448e82.tar.bz2 gentoo-2-100e419b8fa3e9c52c9af74ed385fa11ca448e82.zip |
added warning thanks to Robert Buchholz bug #238119.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/adns/adns-1.4.ebuild')
-rw-r--r-- | net-libs/adns/adns-1.4.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/adns/adns-1.4.ebuild b/net-libs/adns/adns-1.4.ebuild index 48434df41755..3968dc828a26 100644 --- a/net-libs/adns/adns-1.4.ebuild +++ b/net-libs/adns/adns-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.4.ebuild,v 1.9 2008/03/24 00:46:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.4.ebuild,v 1.10 2009/02/15 02:14:25 dragonheart Exp $ inherit eutils multilib toolchain-funcs @@ -24,6 +24,10 @@ src_compile() { src_install () { dodir /usr/{include,bin,$(get_libdir)} emake prefix="${D}"/usr libdir="${D}"/usr/$(get_libdir) install || die "emake install failed" - dodoc README TODO changelog + dodoc README TODO changelog "${FILESDIR}"/README.security dohtml *.html } + +pkg_postinst() { + ewarn "$(<${FILESDIR}/README.security)" +} |