diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-05 13:05:32 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-05 13:05:32 +0000 |
commit | 36d9354cb973b89a8853c0843601b88e2031350c (patch) | |
tree | e4180fc84408224f4434c8ff7014525a7d7395ba /app-editors/fte/fte-20051115-r3.ebuild | |
parent | Respect AR, wrt bug #441660. (diff) | |
download | gentoo-2-36d9354cb973b89a8853c0843601b88e2031350c.tar.gz gentoo-2-36d9354cb973b89a8853c0843601b88e2031350c.tar.bz2 gentoo-2-36d9354cb973b89a8853c0843601b88e2031350c.zip |
Correct package license, remove reduntant Artistic license file installation from 'dodoc'
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-editors/fte/fte-20051115-r3.ebuild')
-rw-r--r-- | app-editors/fte/fte-20051115-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/fte/fte-20051115-r3.ebuild b/app-editors/fte/fte-20051115-r3.ebuild index 3edcc66e1b87..846927d1e334 100644 --- a/app-editors/fte/fte-20051115-r3.ebuild +++ b/app-editors/fte/fte-20051115-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20051115-r3.ebuild,v 1.1 2012/08/05 23:32:28 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20051115-r3.ebuild,v 1.2 2012/11/05 13:05:32 pinkbyte Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://fte.sourceforge.net" SRC_URI="mirror://sourceforge/fte/${P}-src.zip mirror://sourceforge/fte/${P}-common.zip" -LICENSE="GPL-2" +LICENSE="|| ( GPL-2 Artistic )" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc -sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="gpm slang X" @@ -105,7 +105,7 @@ src_install() { dobin "${FILESDIR}"/fte - dodoc Artistic CHANGES BUGS HISTORY README TODO + dodoc CHANGES BUGS HISTORY README TODO dohtml doc/* dodir usr/share/fte |