diff options
author | Remi Cardona <remi@gentoo.org> | 2009-12-14 11:15:52 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-12-14 11:15:52 +0000 |
commit | 8b16eb36c61798f5d36d3eede6a04f8da4cbefc6 (patch) | |
tree | b88c644d4a878d3ebd3829910ef074258d56108e /x11-libs/xpyb | |
parent | x11-libs/Xaw3d: change LICENSE to MIT (diff) | |
download | historical-8b16eb36c61798f5d36d3eede6a04f8da4cbefc6.tar.gz historical-8b16eb36c61798f5d36d3eede6a04f8da4cbefc6.tar.bz2 historical-8b16eb36c61798f5d36d3eede6a04f8da4cbefc6.zip |
x11-libs/xpyb: change LICENSE to MIT
Package-Manager: portage-2.2_rc59/cvs/Linux i686
Diffstat (limited to 'x11-libs/xpyb')
-rw-r--r-- | x11-libs/xpyb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xpyb/xpyb-1.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-libs/xpyb/ChangeLog b/x11-libs/xpyb/ChangeLog index 6905325b195f..344a5423a40b 100644 --- a/x11-libs/xpyb/ChangeLog +++ b/x11-libs/xpyb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xpyb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.7 2009/09/29 11:25:17 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.8 2009/12/14 11:15:52 remi Exp $ + + 14 Dec 2009; Rémi Cardona <remi@gentoo.org> xpyb-1.0.ebuild: + change LICENSE to MIT 29 Sep 2009; Rémi Cardona <remi@gentoo.org> -xpyb-0.9.ebuild: drop old ebuilds diff --git a/x11-libs/xpyb/xpyb-1.0.ebuild b/x11-libs/xpyb/xpyb-1.0.ebuild index 821aa6533fd0..16b0bba19461 100644 --- a/x11-libs/xpyb/xpyb-1.0.ebuild +++ b/x11-libs/xpyb/xpyb-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.0.ebuild,v 1.2 2009/05/04 15:41:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.0.ebuild,v 1.3 2009/12/14 11:15:52 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,6 @@ inherit x-modular DESCRIPTION="XCB-based Python bindings for the X Window System" HOMEPAGE="http://xcb.freedesktop.org/" SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" -LICENSE="X11" KEYWORDS="~amd64 ~x86" IUSE="selinux" RDEPEND=">=x11-libs/libxcb-1.1 |