diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-09 18:34:13 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-09 18:34:13 +0000 |
commit | 504722b4413f8ab45face4ecc0fa7d8dcc8bc0ce (patch) | |
tree | 9b30d6203274cf5b65e6014752fd45c32f7c8523 /dev-libs | |
parent | Pin to a specific range of glib versions to avoid problems like bug #446622. ... (diff) | |
download | gentoo-2-504722b4413f8ab45face4ecc0fa7d8dcc8bc0ce.tar.gz gentoo-2-504722b4413f8ab45face4ecc0fa7d8dcc8bc0ce.tar.bz2 gentoo-2-504722b4413f8ab45face4ecc0fa7d8dcc8bc0ce.zip |
Change license to HPND as recommended at http://article.gmane.org/gmane.linux.gentoo.devel/80427; drop old.
(Portage version: 2.2.0_alpha145/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs')
5 files changed, 13 insertions, 75 deletions
diff --git a/dev-libs/gobject-introspection-common/ChangeLog b/dev-libs/gobject-introspection-common/ChangeLog index 038b8282fa76..acbc773b5d98 100644 --- a/dev-libs/gobject-introspection-common/ChangeLog +++ b/dev-libs/gobject-introspection-common/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-libs/gobject-introspection-common # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.14 2012/11/21 22:40:17 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.15 2012/12/09 18:34:13 tetromino Exp $ + + 09 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gobject-introspection-common-1.32.1.ebuild, + -gobject-introspection-common-1.34.0.ebuild, + -gobject-introspection-common-1.34.1.1.ebuild, + gobject-introspection-common-1.34.2.ebuild: + Change license to HPND as recommended at + http://article.gmane.org/gmane.linux.gentoo.devel/80427; drop old. *gobject-introspection-common-1.34.2 (21 Nov 2012) diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.32.1.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.32.1.ebuild index eb93b43bb0dc..f26f2d0bfc36 100644 --- a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.32.1.ebuild +++ b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.32.1.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/dev-libs/gobject-introspection-common/gobject-introspection-common-1.32.1.ebuild,v 1.9 2012/10/28 15:41:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.32.1.ebuild,v 1.10 2012/12/09 18:34:13 tetromino Exp $ EAPI="4" GNOME_ORG_MODULE="gobject-introspection" @@ -10,7 +10,7 @@ inherit gnome.org DESCRIPTION="Build infrastructure for GObject Introspection" HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.0.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.0.ebuild deleted file mode 100644 index d790f01f49d4..000000000000 --- a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.0.ebuild,v 1.1 2012/09/25 11:41:22 tetromino Exp $ - -EAPI="4" -GNOME_ORG_MODULE="gobject-introspection" - -inherit gnome.org - -DESCRIPTION="Build infrastructure for GObject Introspection" -HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - !<dev-libs/gobject-introspection-1.32.0" -# Before 1.32.0, ${PN} was part of gobject-introspection - -src_configure() { :; } - -src_compile() { :; } - -src_install() { - dodir /usr/share/aclocal - insinto /usr/share/aclocal - doins m4/introspection.m4 - - dodir /usr/share/gobject-introspection-1.0 - insinto /usr/share/gobject-introspection-1.0 - doins Makefile.introspection -} diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.1.1.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.1.1.ebuild deleted file mode 100644 index 0d2986d21b3b..000000000000 --- a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.1.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.1.1.ebuild,v 1.1 2012/10/30 08:06:56 eva Exp $ - -EAPI="4" -GNOME_ORG_MODULE="gobject-introspection" - -inherit gnome.org - -DESCRIPTION="Build infrastructure for GObject Introspection" -HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - !<dev-libs/gobject-introspection-1.32.0" -# Before 1.32.0, ${PN} was part of gobject-introspection - -src_configure() { :; } - -src_compile() { :; } - -src_install() { - dodir /usr/share/aclocal - insinto /usr/share/aclocal - doins m4/introspection.m4 - - dodir /usr/share/gobject-introspection-1.0 - insinto /usr/share/gobject-introspection-1.0 - doins Makefile.introspection -} diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.ebuild index c0b5acfa8519..90fd7ef91d31 100644 --- a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.ebuild +++ b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.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/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.ebuild,v 1.1 2012/11/21 22:40:17 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.2.ebuild,v 1.2 2012/12/09 18:34:13 tetromino Exp $ EAPI="4" GNOME_ORG_MODULE="gobject-introspection" @@ -10,7 +10,7 @@ inherit gnome.org DESCRIPTION="Build infrastructure for GObject Introspection" HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" |