From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gcalctool/
Date: Mon, 24 Dec 2012 17:25:02 +0000 (UTC) [thread overview]
Message-ID: <1356369872.5c6bef0bda5a56647a207c63ae4c39f3ba1810de.eva@gentoo> (raw)
commit: 5c6bef0bda5a56647a207c63ae4c39f3ba1810de
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 17:24:06 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 17:24:32 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5c6bef0b
gnome-extra/gcalctool: moved to gx86
* Sync live ebuild with gx86 changes.
---
| 46 --------------------------
| 13 ++++---
2 files changed, 7 insertions(+), 52 deletions(-)
diff --git a/gnome-extra/gcalctool/gcalctool-6.6.2.ebuild b/gnome-extra/gcalctool/gcalctool-6.6.2.ebuild
deleted file mode 100644
index e989072..0000000
--- a/gnome-extra/gcalctool/gcalctool-6.6.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="A calculator application for GNOME"
-HOMEPAGE="http://live.gnome.org/Gcalctool http://calctool.sourceforge.net/"
-
-LICENSE="GPL-2"
-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=">=x11-libs/gtk+-3:3
- >=dev-libs/glib-2.31:2
- dev-libs/libxml2:2"
-RDEPEND="${COMMON_DEPEND}
- !<gnome-extra/gnome-utils-2.3"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.35
- sys-devel/gettext
- virtual/pkgconfig"
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- app-text/yelp-tools"
-fi
-
-src_configure() {
- DOCS="AUTHORS ChangeLog* NEWS README"
- G2CONF="${G2CONF}
- --disable-schemas-compile"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
- gnome2_src_configure
-}
--git a/gnome-extra/gcalctool/gcalctool-9999.ebuild b/gnome-extra/gcalctool/gcalctool-9999.ebuild
index e989072..46ae85d 100644
--- a/gnome-extra/gcalctool/gcalctool-9999.ebuild
+++ b/gnome-extra/gcalctool/gcalctool-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
@@ -22,15 +22,18 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
fi
-COMMON_DEPEND=">=x11-libs/gtk+-3:3
+COMMON_DEPEND="
+ >=x11-libs/gtk+-3:3
>=dev-libs/glib-2.31:2
- dev-libs/libxml2:2"
+ dev-libs/libxml2:2
+"
RDEPEND="${COMMON_DEPEND}
!<gnome-extra/gnome-utils-2.3"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.35
sys-devel/gettext
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
@@ -39,8 +42,6 @@ fi
src_configure() {
DOCS="AUTHORS ChangeLog* NEWS README"
- G2CONF="${G2CONF}
- --disable-schemas-compile"
[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
gnome2_src_configure
}
next reply other threads:[~2012-12-24 17:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-24 17:25 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-17 21:14 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gcalctool/ Mart Raudsepp
2012-11-21 20:51 Gilles Dartiguelongue
2012-10-28 16:42 Gilles Dartiguelongue
2012-09-05 15:48 Nirbheek Chauhan
2012-09-02 18:59 Nirbheek Chauhan
2012-04-13 7:00 Alexandre Restovtsev
2011-05-30 18:39 Nirbheek Chauhan
2011-04-29 18:29 Nirbheek Chauhan
2011-04-05 0:57 Nirbheek Chauhan
2011-03-26 0:37 Nirbheek Chauhan
2011-03-22 1:18 Nirbheek Chauhan
2011-02-22 0:31 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=1356369872.5c6bef0bda5a56647a207c63ae4c39f3ba1810de.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