diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 20:34:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 20:34:34 +0000 |
commit | f3b215f435c176f11070187f3f3016b5d7616050 (patch) | |
tree | b4c3b3ee658431734efbbb579f6ae19b6589c450 /app-crypt/mcrypt | |
parent | add a few more KEYWORDS (diff) | |
download | historical-f3b215f435c176f11070187f3f3016b5d7616050.tar.gz historical-f3b215f435c176f11070187f3f3016b5d7616050.tar.bz2 historical-f3b215f435c176f11070187f3f3016b5d7616050.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-crypt/mcrypt')
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.2.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/mcrypt/mcrypt-2.6.2.ebuild b/app-crypt/mcrypt/mcrypt-2.6.2.ebuild index 56fb9bca18ca..c19e713c6632 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.2.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.2.ebuild,v 1.9 2004/01/24 08:22:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.2.ebuild,v 1.10 2004/05/31 20:34:34 vapier Exp $ DESCRIPTION="replacement of the old unix crypt(1)" HOMEPAGE="http://mcrypt.sourceforge.net/" @@ -23,5 +23,5 @@ src_compile() { src_install() { einstall || die - dodoc README NEWS AUTHORS COPYING THANKS TODO + dodoc README NEWS AUTHORS THANKS TODO } diff --git a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild index 37f389022731..844db8cad8ba 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.4.ebuild,v 1.5 2004/01/24 08:22:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.4.ebuild,v 1.6 2004/05/31 20:34:34 vapier Exp $ DESCRIPTION="replacement of the old unix crypt(1)" HOMEPAGE="http://mcrypt.sourceforge.net/" @@ -23,5 +23,5 @@ src_compile() { src_install() { einstall || die "install error" - dodoc README NEWS AUTHORS COPYING THANKS TODO + dodoc README NEWS AUTHORS THANKS TODO } |