commit: 10ffdf6e99f760c9f070cf839ea66f84160cf997
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 1 21:30:18 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Thu Nov 1 21:30:18 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=10ffdf6e
dev-libs/gom: remove gnome-meson
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 0x7DF238CF0AA182E1
.../gom/{gom-0.3.3.ebuild => gom-0.3.3-r1.ebuild} | 24 ++++++++++------------
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/dev-libs/gom/gom-0.3.3.ebuild b/dev-libs/gom/gom-0.3.3-r1.ebuild
similarity index 74%
rename from dev-libs/gom/gom-0.3.3.ebuild
rename to dev-libs/gom/gom-0.3.3-r1.ebuild
index 0f57ce27..394c983e 100644
--- a/dev-libs/gom/gom-0.3.3.ebuild
+++ b/dev-libs/gom/gom-0.3.3-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
GCONF_DEBUG="yes"
PYTHON_COMPAT=( python3_{4,5,6} )
-inherit gnome-meson python-r1
+inherit gnome.org gnome2-utils meson python-r1
DESCRIPTION="GObject to SQLite object mapper library"
HOMEPAGE="https://wiki.gnome.org/Projects/Gom"
@@ -36,33 +36,31 @@ pkg_setup() {
}
src_prepare() {
- gnome-meson_src_prepare
-
+ default
python_copy_sources
}
src_configure() {
- gnome-meson_src_configure \
- $(meson_use introspection enable-introspection) \
+ local emesonargs=(
+ $(meson_use introspection enable-introspection)
$(meson_use doc enable-gtk-doc)
+ )
+# FIXME: is this needed???
+ meson_src_configure
python_foreach_impl run_in_build_dir \
- gnome-meson_src_configure \
- $(meson_use introspection enable-introspection) \
- $(meson_use doc enable-gtk-doc)
-
+ meson_src_configure
}
src_install() {
- gnome-meson_src_install
+ meson_src_install
docinto examples
dodoc examples/*.py
python_foreach_impl run_in_build_dir \
- meson_src_install DESTDIR="${D}" install-overridesPYTHON
-
+ meson_src_install DESTDIR="${D}"
}
src_test() {