diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 15:44:57 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 15:44:57 +0000 |
commit | 67199db6e5cb9cb2d4c550ce89f259ec8e226944 (patch) | |
tree | 8928b262dfe22d4f2def556ceb56fb8a61957c7f /dev-libs/gdl | |
parent | Version bump for Gnome 3.10 (diff) | |
download | gentoo-2-67199db6e5cb9cb2d4c550ce89f259ec8e226944.tar.gz gentoo-2-67199db6e5cb9cb2d4c550ce89f259ec8e226944.tar.bz2 gentoo-2-67199db6e5cb9cb2d4c550ce89f259ec8e226944.zip |
Version bump for Gnome 3.10, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/gdl')
-rw-r--r-- | dev-libs/gdl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/gdl/gdl-3.10.0.ebuild (renamed from dev-libs/gdl/gdl-3.8.0.ebuild) | 6 | ||||
-rw-r--r-- | dev-libs/gdl/gdl-3.4.2.ebuild | 34 |
3 files changed, 10 insertions, 38 deletions
diff --git a/dev-libs/gdl/ChangeLog b/dev-libs/gdl/ChangeLog index f71188abc35f..700330071d20 100644 --- a/dev-libs/gdl/ChangeLog +++ b/dev-libs/gdl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/gdl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.97 2013/12/22 15:49:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.98 2013/12/24 15:44:57 pacho Exp $ + +*gdl-3.10.0 (24 Dec 2013) + + 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +gdl-3.10.0.ebuild, + -gdl-3.4.2.ebuild, -gdl-3.8.0.ebuild: + Version bump for Gnome 3.10, drop old 22 Dec 2013; Jeroen Roovers <jer@gentoo.org> gdl-3.8.1.ebuild: Stable for HPPA (bug #478252). diff --git a/dev-libs/gdl/gdl-3.8.0.ebuild b/dev-libs/gdl/gdl-3.10.0.ebuild index 77a11427e1bb..1e65b6de945b 100644 --- a/dev-libs/gdl/gdl-3.8.0.ebuild +++ b/dev-libs/gdl/gdl-3.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.8.0.ebuild,v 1.2 2013/04/07 21:48:31 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.10.0.ebuild,v 1.1 2013/12/24 15:44:57 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -8,10 +8,10 @@ GCONF_DEBUG="no" inherit gnome2 DESCRIPTION="GNOME docking library" -HOMEPAGE="http://www.gnome.org/" +HOMEPAGE="https://developer.gnome.org/gdl/" LICENSE="LGPL-2.1+" -SLOT="3/5" +SLOT="3/5" # subslot = libgdl-3 soname version IUSE="+introspection" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" diff --git a/dev-libs/gdl/gdl-3.4.2.ebuild b/dev-libs/gdl/gdl-3.4.2.ebuild deleted file mode 100644 index 28fcc29aa404..000000000000 --- a/dev-libs/gdl/gdl-3.4.2.ebuild +++ /dev/null @@ -1,34 +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/gdl/gdl-3.4.2.ebuild,v 1.9 2012/12/17 06:25:18 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="GNOME docking library" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2.1+" -SLOT="3" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="+introspection" - -RDEPEND="dev-libs/glib:2 - >=x11-libs/gtk+-3.0.0:3[introspection?] - >=dev-libs/libxml2-2.4:2 - introspection? ( >=dev-libs/gobject-introspection-0.6.7 )" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.4 - >=dev-util/intltool-0.40.1 - >=sys-devel/gettext-0.17 - virtual/pkgconfig" - -src_configure() { - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - G2CONF="${G2CONF} - $(use_enable introspection)" - gnome2_src_configure -} |