From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RZ7eT-0004rz-6b for garchives@archives.gentoo.org; Fri, 09 Dec 2011 21:06:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FB3121C0D9; Fri, 9 Dec 2011 21:06:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5BCBB21C023 for ; Fri, 9 Dec 2011 21:06:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D92B81B4009 for ; Fri, 9 Dec 2011 21:06:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5C56580042 for ; Fri, 9 Dec 2011 21:06:32 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: Subject: [gentoo-commits] dev/eva:master commit in: dev-db/glom/ X-VCS-Repository: dev/eva X-VCS-Files: dev-db/glom/Manifest dev-db/glom/glom-1.20.0.ebuild X-VCS-Directories: dev-db/glom/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: ab376b05cf6f93c6e4c9aed76e93e376417ee802 Date: Fri, 9 Dec 2011 21:06:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b9a800a4-6a28-4a40-950a-b4f5e0fe5cb2 X-Archives-Hash: 6d35c912f54f6b1ed9aba9d649c2c7a0 commit: ab376b05cf6f93c6e4c9aed76e93e376417ee802 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Dec 5 23:14:21 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Dec 5 23:14:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/eva.git;a=3Dco= mmit;h=3Dab376b05 dev-db/glom: initial ebuild Does not build for still obscure reasons. --- dev-db/glom/Manifest | 11 ++++++++ dev-db/glom/glom-1.20.0.ebuild | 56 ++++++++++++++++++++++++++++++++++= ++++++ 2 files changed, 67 insertions(+), 0 deletions(-) diff --git a/dev-db/glom/Manifest b/dev-db/glom/Manifest new file mode 100644 index 0000000..9f5090d --- /dev/null +++ b/dev-db/glom/Manifest @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST glom-1.20.0.tar.xz 6401828 RMD160 3b9fad6ced6c9da0e49342968aa479619= 011bb1b SHA1 e9268c62c425690b965cbf066c9a886d9b235937 SHA256 047ce7bd6e5a= 0214f6f49cad15cc0ee1d2e8eeb61462e094328ed32676c15e5b +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iEYEARECAAYFAk7dUE0ACgkQ1fmVwcYIWAY5MgCcDKoG3LiJ31GkVXAha2u31amm +VlEAoN2kgkYylkrSg6IzdcoSExlQw7cJ +=3Ds62x +-----END PGP SIGNATURE----- diff --git a/dev-db/glom/glom-1.20.0.ebuild b/dev-db/glom/glom-1.20.0.ebu= ild new file mode 100644 index 0000000..789ac9c --- /dev/null +++ b/dev-db/glom/glom-1.20.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" +PYTHON_DEPEND=3D"2:2.4" + +inherit gnome2 python + +DESCRIPTION=3D"User-friendly database application" +HOMEPAGE=3D"http://www.glom.org/wiki/index.php?title=3DGlom" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~amd64" +IUSE=3D"postgres sqlite" + +RDEPEND=3D" + >=3Ddev-libs/glib-2.24:2 + >=3Ddev-cpp/glibmm-2 + >=3Ddev-cpp/libxmlpp-2.23.1 + >=3Ddev-libs/libxslt-1.1.10 + >=3Ddev-python/pygobject-2.29:3 + >=3Ddev-cpp/libgdamm-4.99.6:5 + gnome-extra/libgda:5[postgres?] + dev-cpp/gtkmm:3.0 + >=3Dnet-libs/libepc-0.4 + >=3Ddev-cpp/goocanvasmm-1.90.8:2.0 + >=3Dapp-text/evince-3.0 + app-text/iso-codes + >=3Ddev-cpp/gtksourceviewmm-3:3.0 + dev-libs/boost[python] + postgres? ( dev-db/postgresql-server ) +" +# FIXME: is postgres-server really needed ? +DEPEND=3D"${RDEPEND} + >=3Ddev-util/intltool-0.35 + >=3Dsys-devel/gettext-0.17 + >=3Dapp-text/gnome-doc-utils-0.9 + dev-python/sphinx +" + +pkg_setup() { + G2CONF=3D"${G2CONF} + --disable-update-mime-database + --disable-scrollkeeper + --disable-client-only + --enable-glom-ui + $(use_enable sqlite) + $(use_enable postgres postgresql)" + DOCS=3D"AUTHORS ChangeLog NEWS README TODO" + + python_set_active_version 2 + python_pkg_setup +}