diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-10 02:16:18 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-10 02:16:18 +0000 |
commit | 9aa545d22dfba1dde4f64b68bc06949004bd9d23 (patch) | |
tree | 3a4026c3bda41a9157ce895ee57ab958546a95b0 | |
parent | QA: Don't assign default to S (diff) | |
download | gentoo-2-9aa545d22dfba1dde4f64b68bc06949004bd9d23.tar.gz gentoo-2-9aa545d22dfba1dde4f64b68bc06949004bd9d23.tar.bz2 gentoo-2-9aa545d22dfba1dde4f64b68bc06949004bd9d23.zip |
#89558: fixed licence
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | x11-libs/fltk/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/fltk/fltk-1.1.6.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/fltk/ChangeLog b/x11-libs/fltk/ChangeLog index 03033ff32db2..aabf90410d25 100644 --- a/x11-libs/fltk/ChangeLog +++ b/x11-libs/fltk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/fltk # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.48 2005/06/27 13:59:29 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.49 2005/07/10 02:16:18 smithj Exp $ + + 10 Jul 2005; Jonathan Smith <smithj@gentoo.org> fltk-1.1.6.ebuild: + #89558: fixed licence 27 Jun 2005; Markus Nigbur <pyrania@gentoo.org> fltk-1.1.6.ebuild: Fixed DEPEND (X->!noxft). Thanks to nelchael for reporting. diff --git a/x11-libs/fltk/fltk-1.1.6.ebuild b/x11-libs/fltk/fltk-1.1.6.ebuild index c51e0dccb306..bb654f2892cc 100644 --- a/x11-libs/fltk/fltk-1.1.6.ebuild +++ b/x11-libs/fltk/fltk-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.6.ebuild,v 1.4 2005/06/27 13:59:29 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.6.ebuild,v 1.5 2005/07/10 02:16:18 smithj Exp $ IUSE="noxft opengl debug" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.fltk.org" SRC_URI="http://ftp.easysw.com/pub/${PN}/${PV}/${P}-source.tar.bz2" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~mips ~ppc64" -LICENSE="FLTK GPL-2" +LICENSE="FLTK LGPL-2" PV_MAJOR=${PV/.*/} PV_MINOR=${PV#${PV_MAJOR}.} @@ -85,6 +85,7 @@ src_install() { dodir /usr/share/doc/${P}/html mv ${D}/usr/share/doc/fltk/* ${D}/usr/share/doc/${PF}/html rmdir ${D}/usr/share/doc/fltk + rm -rf ${D}/usr/share/man/cat{1,3} } pkg_postinst() { |