diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-11 10:15:38 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-11 10:15:38 +0000 |
commit | 8303fac4db2cd8bac1058b935b3783a410d634b3 (patch) | |
tree | f8edf539559f43d5271ae195956c652491c56ceb /dev-libs | |
parent | Needs dev-libs/libltdl and not full libtool (#545736 by Bruno), drop old (diff) | |
download | gentoo-2-8303fac4db2cd8bac1058b935b3783a410d634b3.tar.gz gentoo-2-8303fac4db2cd8bac1058b935b3783a410d634b3.tar.bz2 gentoo-2-8303fac4db2cd8bac1058b935b3783a410d634b3.zip |
gdk-pixbuf is needed for glibtest (#546216 by Toralf Förster), drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gom/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gom/gom-0.2.1.ebuild | 34 | ||||
-rw-r--r-- | dev-libs/gom/gom-0.3.0.ebuild | 8 |
3 files changed, 10 insertions, 38 deletions
diff --git a/dev-libs/gom/ChangeLog b/dev-libs/gom/ChangeLog index b4b4cd893a0b..56f36edfc448 100644 --- a/dev-libs/gom/ChangeLog +++ b/dev-libs/gom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/gom # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/ChangeLog,v 1.7 2015/03/15 13:17:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/ChangeLog,v 1.8 2015/04/11 10:15:38 pacho Exp $ + + 11 Apr 2015; Pacho Ramos <pacho@gentoo.org> -gom-0.2.1.ebuild, + gom-0.3.0.ebuild: + gdk-pixbuf is needed for glibtest (#546216 by Toralf Förster), drop old 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gom-0.3.0.ebuild: x86 stable, bug 534012 diff --git a/dev-libs/gom/gom-0.2.1.ebuild b/dev-libs/gom/gom-0.2.1.ebuild deleted file mode 100644 index a650e3dd4166..000000000000 --- a/dev-libs/gom/gom-0.2.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/gom-0.2.1.ebuild,v 1.4 2015/02/23 11:59:04 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="yes" - -inherit gnome2 - -DESCRIPTION="GObject to SQLite object mapper library" -HOMEPAGE="https://wiki.gnome.org/Projects/Gom" - -LICENSE="LGPL-2+" -SLOT="0" - -IUSE="+introspection" -KEYWORDS="amd64 ~ppc ~ppc64 x86" - -RDEPEND=" - >=dev-db/sqlite-3.7:3 - >=dev-libs/glib-2.36:2 - x11-libs/gdk-pixbuf:2 - introspection? ( >=dev-libs/gobject-introspection-1.30.0 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.14 - >=dev-util/intltool-0.40.0 - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure $(use_enable introspection) -} diff --git a/dev-libs/gom/gom-0.3.0.ebuild b/dev-libs/gom/gom-0.3.0.ebuild index 2952cc185cc9..0de6434e4a5b 100644 --- a/dev-libs/gom/gom-0.3.0.ebuild +++ b/dev-libs/gom/gom-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/gom-0.3.0.ebuild,v 1.4 2015/03/15 13:17:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/gom-0.3.0.ebuild,v 1.5 2015/04/11 10:15:38 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gom" LICENSE="LGPL-2+" SLOT="0" -IUSE="+introspection" +IUSE="+introspection test" KEYWORDS="amd64 ~ppc ~ppc64 x86" RDEPEND=" @@ -26,10 +26,12 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.40.0 sys-devel/gettext virtual/pkgconfig + test? ( x11-libs/gdk-pixbuf ) " src_configure() { gnome2_src_configure \ --disable-static \ - $(use_enable introspection) + $(use_enable introspection) \ + $(use_enable test glibtest) } |