diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-12-15 09:22:29 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-12-15 09:22:29 +0000 |
commit | e95b973c021979eea4e319a8c5d9d51e427ee2b5 (patch) | |
tree | 8b6483e2c52f884590369c4a2e431dfe141e873c | |
parent | Re-wrap text to 70 columns. (diff) | |
download | gentoo-2-e95b973c021979eea4e319a8c5d9d51e427ee2b5.tar.gz gentoo-2-e95b973c021979eea4e319a8c5d9d51e427ee2b5.tar.bz2 gentoo-2-e95b973c021979eea4e319a8c5d9d51e427ee2b5.zip |
Change libXpm to MIT in LICENSE.
(Portage version: 2.2_rc59/cvs/Linux i686)
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.1.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index c3eecff38561..9059cb8c1c45 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.224 2009/11/18 19:12:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.225 2009/12/15 09:22:29 ulm Exp $ + + 15 Dec 2009; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.1.1.ebuild, + openmotif-2.3.2.ebuild: + Change libXpm to MIT in LICENSE. 18 Nov 2009; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.2.ebuild, +files/openmotif-2.3.2-ldflags.patch: diff --git a/x11-libs/openmotif/openmotif-2.3.1.1.ebuild b/x11-libs/openmotif/openmotif-2.3.1.1.ebuild index ed7929f09b20..57f4fdcc20b1 100644 --- a/x11-libs/openmotif/openmotif-2.3.1.1.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.1.1.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/openmotif/openmotif-2.3.1.1.ebuild,v 1.8 2009/02/04 21:04:38 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.1.1.ebuild,v 1.9 2009/12/15 09:22:29 ulm Exp $ inherit autotools eutils flag-o-matic multilib versionator @@ -14,7 +14,7 @@ HOMEPAGE="http://www.motifzone.org/" SRC_URI="ftp://ftp.ics.com/openmotif/${MY_PV%.*}/${MY_PV}/${SRC_P}.tar.gz doc? ( http://www.motifzone.net/files/documents/${DOC_P}-manual.pdf.tgz )" -LICENSE="MOTIF libXpm doc? ( OPL )" +LICENSE="MOTIF MIT doc? ( OPL )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="doc examples jpeg png unicode xft" diff --git a/x11-libs/openmotif/openmotif-2.3.2.ebuild b/x11-libs/openmotif/openmotif-2.3.2.ebuild index 757845c285ec..503cb512efef 100644 --- a/x11-libs/openmotif/openmotif-2.3.2.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.2.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/openmotif/openmotif-2.3.2.ebuild,v 1.11 2009/11/18 19:12:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2.ebuild,v 1.12 2009/12/15 09:22:29 ulm Exp $ inherit autotools eutils flag-o-matic multilib @@ -10,7 +10,7 @@ HOMEPAGE="http://www.motifzone.org/" SRC_URI="ftp://ftp.ics.com/openmotif/${PV%.*}/${PV}/${P}.tar.gz doc? ( http://www.motifzone.net/files/documents/${DOC_P}-manual.pdf.tgz )" -LICENSE="MOTIF libXpm doc? ( OPL )" +LICENSE="MOTIF MIT doc? ( OPL )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="doc examples jpeg png unicode xft" |