From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
Date: Sun, 23 Dec 2012 23:21:06 +0000 (UTC) [thread overview]
Message-ID: <1356304832.a5aa7ea8681df90131cd401b457183f47a332fae.eva@gentoo> (raw)
commit: a5aa7ea8681df90131cd401b457183f47a332fae
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 23:20:32 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 23:20:32 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a5aa7ea8
sys-apps/baobab: moved to gx86
* Sync live ebuild with gx86 changes.
* Add metadata.xml.
---
sys-apps/baobab/baobab-3.6.3.ebuild | 62 -----------------------------------
sys-apps/baobab/baobab-9999.ebuild | 22 ++++++++----
sys-apps/baobab/metadata.xml | 5 +++
3 files changed, 19 insertions(+), 70 deletions(-)
diff --git a/sys-apps/baobab/baobab-3.6.3.ebuild b/sys-apps/baobab/baobab-3.6.3.ebuild
deleted file mode 100644
index 8e763dd..0000000
--- a/sys-apps/baobab/baobab-3.6.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- VALA_MIN_API_VERSION="0.18"
- VALA_USE_DEPEND="vapigen"
- inherit gnome2-live vala
-fi
-
-DESCRIPTION="Disk usage browser for GNOME 3"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE=""
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-fi
-
-COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
- gnome-base/libgtop:2=
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- >=x11-libs/gtk+-3.5.9:3
- x11-libs/pango"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/gsettings-desktop-schemas
- !<gnome-extra/gnome-utils-3.4"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17
- virtual/pkgconfig"
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools
- $(vala_depend)"
-fi
-
-src_prepare() {
- G2CONF="${G2CONF}
- --disable-schemas-compile"
- if [[ ${PV} = 9999 ]]; then
- vala_src_prepare
- else
- G2CONF="${G2CONF}
- ITSTOOL=$(type -P true)
- XMLLINT=$(type -P true)
- VALAC=$(type -P true)
- VAPIGEN=$(type -P true)"
- fi
- gnome2_src_prepare
-}
diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 8e763dd..9404413 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -25,20 +25,24 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
fi
-COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
+COMMON_DEPEND="
+ >=dev-libs/glib-2.30.0:2
gnome-base/libgtop:2=
x11-libs/cairo
x11-libs/gdk-pixbuf
>=x11-libs/gtk+-3.5.9:3
- x11-libs/pango"
+ x11-libs/pango
+"
RDEPEND="${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas
- !<gnome-extra/gnome-utils-3.4"
+ !<gnome-extra/gnome-utils-3.4
+"
# ${PN} was part of gnome-utils before 3.4
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
@@ -47,16 +51,18 @@ if [[ ${PV} = 9999 ]]; then
fi
src_prepare() {
- G2CONF="${G2CONF}
- --disable-schemas-compile"
if [[ ${PV} = 9999 ]]; then
vala_src_prepare
- else
+ fi
+}
+
+src_configure() {
+ if [[ ${PV} != 9999 ]]; then
G2CONF="${G2CONF}
ITSTOOL=$(type -P true)
XMLLINT=$(type -P true)
VALAC=$(type -P true)
VAPIGEN=$(type -P true)"
fi
- gnome2_src_prepare
+ gnome2_src_configure
}
diff --git a/sys-apps/baobab/metadata.xml b/sys-apps/baobab/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/sys-apps/baobab/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+</pkgmetadata>
next reply other threads:[~2012-12-23 23:26 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-23 23:21 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-03 10:30 [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/ Mart Raudsepp
2018-08-03 10:30 Mart Raudsepp
2018-06-24 19:17 Gilles Dartiguelongue
2018-06-24 19:17 Gilles Dartiguelongue
2018-06-24 19:17 Gilles Dartiguelongue
2018-01-30 15:18 Sobhan Mohammadpour
2018-01-12 14:48 Dennis Lamm
2016-04-02 16:34 Ole Reifschneider
2015-06-10 10:37 Gilles Dartiguelongue
2015-05-19 18:46 Gilles Dartiguelongue
2015-05-03 18:12 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-10-15 22:26 Gilles Dartiguelongue
2014-10-05 22:09 Gilles Dartiguelongue
2014-04-23 7:10 Gilles Dartiguelongue
2014-04-20 18:17 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2013-12-01 16:18 Gilles Dartiguelongue
2013-11-14 22:52 Gilles Dartiguelongue
2012-12-06 1:16 Alexandre Rostovtsev
2012-11-18 19:33 Gilles Dartiguelongue
2012-10-27 20:01 Gilles Dartiguelongue
2012-09-05 15:48 Nirbheek Chauhan
2012-09-02 18:59 Nirbheek Chauhan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1356304832.a5aa7ea8681df90131cd401b457183f47a332fae.eva@gentoo \
--to=eva@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox