From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: dev-util/anjuta/
Date: Sun, 28 Oct 2012 19:36:35 +0000 (UTC) [thread overview]
Message-ID: <1351452983.8345e370f7895dc431a1df80e49c26429684c06f.eva@gentoo> (raw)
commit: 8345e370f7895dc431a1df80e49c26429684c06f
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 19:26:45 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 19:36:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8345e370
dev-util/anjuta: 3.5.91 → 3.6.1
---
.../{anjuta-3.5.91.ebuild => anjuta-3.6.1.ebuild} | 31 +++++++++-----------
1 files changed, 14 insertions(+), 17 deletions(-)
diff --git a/dev-util/anjuta/anjuta-3.5.91.ebuild b/dev-util/anjuta/anjuta-3.6.1.ebuild
similarity index 89%
rename from dev-util/anjuta/anjuta-3.5.91.ebuild
rename to dev-util/anjuta/anjuta-3.6.1.ebuild
index 39d7182..f6d4a33 100644
--- a/dev-util/anjuta/anjuta-3.5.91.ebuild
+++ b/dev-util/anjuta/anjuta-3.6.1.ebuild
@@ -21,10 +21,6 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="debug devhelp doc glade +introspection packagekit subversion test vala"
-# FIXME: tests are fragile and may require a specific set of USE flags
-# FIXME: https://bugzilla.gnome.org/show_bug.cgi?id=684761
-RESTRICT="test"
-
# FIXME: documentation fails to build when USE=test. But why?
REQUIRED_USE="test? ( !doc )"
@@ -52,30 +48,36 @@ COMMON_DEPEND=">=dev-libs/glib-2.32:2
>=net-libs/neon-0.28.2
>=dev-libs/apr-1
>=dev-libs/apr-util-1 )
- vala? ( $(vala_depend) )"
+ vala? ( $(vala_depend) )
+"
RDEPEND="${COMMON_DEPEND}
- packagekit? ( app-admin/packagekit-base )"
+ packagekit? ( app-admin/packagekit-base )
+"
DEPEND="${COMMON_DEPEND}
- >=app-text/gnome-doc-utils-0.18
- >=app-text/scrollkeeper-0.3.14-r2
+ app-text/yelp-tools
>=dev-lang/perl-5
+ >=dev-util/gtk-doc-am-1.4
>=dev-util/intltool-0.40.1
sys-devel/bison
sys-devel/flex
>=sys-devel/gettext-0.17
virtual/pkgconfig
!!dev-libs/gnome-build
- doc? ( >=dev-util/gtk-doc-1.4 )
test? (
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xml-dtd:4.5 )
dev-libs/gobject-introspection-common
- dev-util/gtk-doc-am
- gnome-base/gnome-common"
+ gnome-base/gnome-common
+"
# eautoreconf requires: gtk-doc-am, gnome-common, gobject-introspection-common
pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+}
+
+src_prepare() {
# COPYING is used in Anjuta's help/about entry
DOCS="AUTHORS ChangeLog COPYING FUTURE MAINTAINERS NEWS README ROADMAP THANKS TODO"
@@ -94,17 +96,12 @@ pkg_setup() {
# Conflicts with -pg in a plugin, bug #266777
filter-flags -fomit-frame-pointer
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
# python2.7-configure in Fedora vs. python-configure in Gentoo
sed -e 's:$PYTHON-config:$PYTHON$PYTHON_VERSION-config:g' \
-i plugins/am-project/tests/anjuta.lst || die "sed failed"
# https://bugzilla.gnome.org/show_bug.cgi?id=684758
- epatch "${FILESDIR}/${P}-cxx-check.patch"
+ epatch "${FILESDIR}/${PN}-3.5.91-cxx-check.patch"
eautoreconf
use vala && vala_src_prepare
next reply other threads:[~2012-10-28 19:37 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-28 19:36 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: dev-util/anjuta/ Mart Raudsepp
2018-05-27 12:51 Gilles Dartiguelongue
2014-12-22 23:11 Gilles Dartiguelongue
2014-04-25 21:31 Gilles Dartiguelongue
2014-04-12 23:33 Gilles Dartiguelongue
2013-11-15 23:20 Gilles Dartiguelongue
2012-11-21 22:41 Gilles Dartiguelongue
2012-11-21 22:40 Gilles Dartiguelongue
2011-10-28 2:23 Alexandre Restovtsev
2011-07-24 20:19 Alexandre Restovtsev
2011-07-24 14:34 Gilles Dartiguelongue
2011-04-29 17:46 Nirbheek Chauhan
2011-04-05 0:57 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-22 15:14 Nirbheek Chauhan
2011-02-09 20:13 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=1351452983.8345e370f7895dc431a1df80e49c26429684c06f.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