diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-22 13:46:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-22 13:46:59 +0000 |
commit | 501f16ff52721c001990c4490461f558226d0c1d (patch) | |
tree | 38c1bae8157385ee552f79ecf8569fd91719a667 /media-gfx/gozer/gozer-0.7-r2.ebuild | |
parent | Add "fee" to MISC-FREE license group, bug 448180. (diff) | |
download | historical-501f16ff52721c001990c4490461f558226d0c1d.tar.gz historical-501f16ff52721c001990c4490461f558226d0c1d.tar.bz2 historical-501f16ff52721c001990c4490461f558226d0c1d.zip |
Fix LICENSE, see COPYING file and headers in source files.
Package-Manager: portage-2.1.11.38/cvs/Linux x86_64
Manifest-Sign-Key: 0xE7BE08CA7DC6EA25
Diffstat (limited to 'media-gfx/gozer/gozer-0.7-r2.ebuild')
-rw-r--r-- | media-gfx/gozer/gozer-0.7-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gozer/gozer-0.7-r2.ebuild b/media-gfx/gozer/gozer-0.7-r2.ebuild index 5f04cbe7f786..caa040996f11 100644 --- a/media-gfx/gozer/gozer-0.7-r2.ebuild +++ b/media-gfx/gozer/gozer-0.7-r2.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/media-gfx/gozer/gozer-0.7-r2.ebuild,v 1.4 2012/05/29 19:32:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gozer/gozer-0.7-r2.ebuild,v 1.5 2012/12/22 13:46:55 ulm Exp $ EAPI="2" @@ -10,7 +10,7 @@ DESCRIPTION="tool for rendering arbitrary text as graphics, using ttfs and style HOMEPAGE="http://www.linuxbrit.co.uk/gozer/" SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="feh GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" @@ -30,6 +30,6 @@ src_prepare() { src_install() { emake install DESTDIR="${D}" || die - rm -rf ${D}/usr/doc + rm -rf "${D}"/usr/doc dodoc TODO README AUTHORS ChangeLog } |