diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-23 20:27:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-23 20:27:54 +0000 |
commit | 8b14ee2922fc30e037d101e1b14dc8b291c7ec7e (patch) | |
tree | 1fc262c6998ba71fac383f5008c615c56963d767 /x11-misc/xdotool/xdotool-2.20101012.3049.ebuild | |
parent | Fix LICENSE, see README and COPYING, bug 446768. (diff) | |
download | gentoo-2-8b14ee2922fc30e037d101e1b14dc8b291c7ec7e.tar.gz gentoo-2-8b14ee2922fc30e037d101e1b14dc8b291c7ec7e.tar.bz2 gentoo-2-8b14ee2922fc30e037d101e1b14dc8b291c7ec7e.zip |
Fix LICENSE, 3-clause BSD according to COPYRIGHT file, bug 446762.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'x11-misc/xdotool/xdotool-2.20101012.3049.ebuild')
-rw-r--r-- | x11-misc/xdotool/xdotool-2.20101012.3049.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild b/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild index b8bd3321093d..0ec56e28f318 100644 --- a/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild +++ b/x11-misc/xdotool/xdotool-2.20101012.3049.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/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild,v 1.4 2012/11/14 19:51:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild,v 1.5 2012/12/23 20:27:54 ulm Exp $ EAPI=2 @@ -10,7 +10,7 @@ DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows HOMEPAGE="http://www.semicomplete.com/projects/xdotool/" SRC_URI="http://semicomplete.googlecode.com/files/${P}.tar.gz" -LICENSE="as-is" +LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" IUSE="examples" @@ -27,7 +27,7 @@ RESTRICT="test" src_prepare() { sed -e "s/installheader post-install$/installheader/" \ - -i Makefile || die "sed failed" + -i Makefile || die "sed failed" } src_compile() { |