diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-23 20:24:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-23 20:24:54 +0000 |
commit | 71d7dca07f3bf1ef0b533419e0e88f09cec8448b (patch) | |
tree | ff484443638939cda21df9f8ff146006c379bdf5 /x11-misc/xsel | |
parent | Fix LICENSE, see notices in source files, bug 446768. (diff) | |
download | gentoo-2-71d7dca07f3bf1ef0b533419e0e88f09cec8448b.tar.gz gentoo-2-71d7dca07f3bf1ef0b533419e0e88f09cec8448b.tar.bz2 gentoo-2-71d7dca07f3bf1ef0b533419e0e88f09cec8448b.zip |
Fix LICENSE, see README and COPYING, bug 446768.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'x11-misc/xsel')
-rw-r--r-- | x11-misc/xsel/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsel/xsel-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xsel/ChangeLog b/x11-misc/xsel/ChangeLog index 2afdf3459f84..675280491b97 100644 --- a/x11-misc/xsel/ChangeLog +++ b/x11-misc/xsel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsel # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.23 2012/05/07 11:47:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.24 2012/12/23 20:24:54 ulm Exp $ + + 23 Dec 2012; Ulrich Müller <ulm@gentoo.org> xsel-1.2.0.ebuild: + Fix LICENSE, see README and COPYING, bug 446768. 07 May 2012; Jeroen Roovers <jer@gentoo.org> -xsel-1.1.0.ebuild: Old. diff --git a/x11-misc/xsel/xsel-1.2.0.ebuild b/x11-misc/xsel/xsel-1.2.0.ebuild index 3ed8e2004e35..375377fa16b5 100644 --- a/x11-misc/xsel/xsel-1.2.0.ebuild +++ b/x11-misc/xsel/xsel-1.2.0.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/xsel/xsel-1.2.0.ebuild,v 1.7 2012/05/06 16:21:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.2.0.ebuild,v 1.8 2012/12/23 20:24:54 ulm Exp $ EAPI=4 @@ -8,7 +8,7 @@ DESCRIPTION="XSel is a command-line program for getting and setting the contents HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" |