diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:31:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:31:34 +0000 |
commit | 6cb00b4b3f6ff278433b14464b28b696454749a6 (patch) | |
tree | ade69813a02640373f42ca96cb76e677008a9024 /app-doc/chmlib | |
parent | touchups (diff) | |
download | gentoo-2-6cb00b4b3f6ff278433b14464b28b696454749a6.tar.gz gentoo-2-6cb00b4b3f6ff278433b14464b28b696454749a6.tar.bz2 gentoo-2-6cb00b4b3f6ff278433b14464b28b696454749a6.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-doc/chmlib')
-rw-r--r-- | app-doc/chmlib/chmlib-0.31.ebuild | 6 | ||||
-rw-r--r-- | app-doc/chmlib/chmlib-0.32.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-doc/chmlib/chmlib-0.31.ebuild b/app-doc/chmlib/chmlib-0.31.ebuild index 11d15a622dd4..90a1bbd9b1fb 100644 --- a/app-doc/chmlib/chmlib-0.31.ebuild +++ b/app-doc/chmlib/chmlib-0.31.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/chmlib-0.31.ebuild,v 1.6 2004/04/20 18:22:26 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/chmlib-0.31.ebuild,v 1.7 2004/05/31 18:31:34 vapier Exp $ DESCRIPTION="Library for MS CHM (compressed html) file format plus extracting and http server utils" HOMEPAGE="http://66.93.236.84/~jedwin/projects/chmlib/" SRC_URI="http://66.93.236.84/~jedwin/projects/chmlib/${PF}.tgz" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ~ppc ~amd64" +IUSE="" src_unpack() { unpack ${A} @@ -49,5 +51,5 @@ src_install() { insinto /usr/share/doc/${PF}/examples/ doins test_chmLib.c enum_chmLib.c chm_http.c - dodoc AUTHORS COPYING NEWS README + dodoc AUTHORS NEWS README } diff --git a/app-doc/chmlib/chmlib-0.32.ebuild b/app-doc/chmlib/chmlib-0.32.ebuild index 74c700a5ec28..63629d4a394a 100644 --- a/app-doc/chmlib/chmlib-0.32.ebuild +++ b/app-doc/chmlib/chmlib-0.32.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/chmlib-0.32.ebuild,v 1.1 2004/05/31 09:48:29 sergey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/chmlib-0.32.ebuild,v 1.2 2004/05/31 18:31:34 vapier Exp $ DESCRIPTION="Library for MS CHM (compressed html) file format plus extracting and http server utils" HOMEPAGE="http://66.93.236.84/~jedwin/projects/chmlib/" SRC_URI="http://66.93.236.84/~jedwin/projects/chmlib/${PF}.tgz" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + S=${WORKDIR}/${PN} src_unpack() { @@ -52,5 +55,5 @@ src_install() { insinto /usr/share/doc/${PF}/examples/ doins src/test_chmLib.c src/enum_chmLib.c src/chm_http.c - dodoc AUTHORS COPYING NEWS README + dodoc AUTHORS NEWS README } |