diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-05-21 19:53:00 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-05-21 19:53:00 +0000 |
commit | c1dc1279d8c02c0f815df4aa233e4fea84464b0e (patch) | |
tree | 78676ce6bff03c4fb8672a1038fb67a3adb15026 /xfce-base/libxfce4util | |
parent | stable ppc, bug 270148 (diff) | |
download | gentoo-2-c1dc1279d8c02c0f815df4aa233e4fea84464b0e.tar.gz gentoo-2-c1dc1279d8c02c0f815df4aa233e4fea84464b0e.tar.bz2 gentoo-2-c1dc1279d8c02c0f815df4aa233e4fea84464b0e.zip |
Fixed license (bug #268796)
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild | 3 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 6f5534e5d3d0..23e1413a1d84 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/libxfce4util -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.120 2009/04/21 04:24:34 darkside Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.121 2009/05/21 19:53:00 angelos Exp $ + + 21 May 2009; Christoph Mende <angelos@gentoo.org> + libxfce4util-4.4.3.ebuild, libxfce4util-4.6.1.ebuild: + Fixed license (bug #268796) *libxfce4util-4.6.1 (21 Apr 2009) diff --git a/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild b/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild index 4a37c4a7cf18..5550a5046af3 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.4.3.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/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild,v 1.7 2009/03/13 10:17:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild,v 1.8 2009/05/21 19:53:00 angelos Exp $ EAPI=1 @@ -14,6 +14,7 @@ xfce44_core_package DESCRIPTION="Basic utilities library" HOMEPAGE="http://www.xfce.org/projects/libraries" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" +LICENSE="LGPL-2" IUSE="debug doc" RDEPEND=">=dev-libs/glib-2.6:2" diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild index 7437ebdf3e7c..b493fd2443f3 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.6.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/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.1 2009/04/21 04:24:34 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.2 2009/05/21 19:53:00 angelos Exp $ EAPI="1" @@ -11,6 +11,7 @@ xfce4_core DESCRIPTION="Basic utilities library" HOMEPAGE="http://www.xfce.org/projects/libraries" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +LICENSE="LGPL-2" IUSE="debug doc" RDEPEND=">=dev-libs/glib-2.12" |