* [gentoo-commits] gentoo-x86 commit in dev-util/devhelp: devhelp-3.8.2.ebuild ChangeLog devhelp-3.8.0.ebuild devhelp-3.4.1.ebuild
@ 2013-05-15 12:14 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-05-15 12:14 UTC (permalink / raw
To: gentoo-commits
pacho 13/05/15 12:14:39
Modified: ChangeLog
Added: devhelp-3.8.2.ebuild
Removed: devhelp-3.8.0.ebuild devhelp-3.4.1.ebuild
Log:
Version bump, drop old
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.153 dev-util/devhelp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/ChangeLog?r1=1.152&r2=1.153
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog 17 Apr 2013 17:23:15 -0000 1.152
+++ ChangeLog 15 May 2013 12:14:39 -0000 1.153
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/devhelp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.152 2013/04/17 17:23:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.153 2013/05/15 12:14:39 pacho Exp $
+
+*devhelp-3.8.2 (15 May 2013)
+
+ 15 May 2013; Pacho Ramos <pacho@gentoo.org> +devhelp-3.8.2.ebuild,
+ -devhelp-3.4.1.ebuild, -devhelp-3.8.0.ebuild,
+ -files/devhelp-3.4.1-gsettings-fonts.patch:
+ Version bump, drop old
*devhelp-3.8.1 (17 Apr 2013)
1.1 dev-util/devhelp/devhelp-3.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/devhelp-3.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/devhelp/devhelp-3.8.2.ebuild?rev=1.1&content-type=text/plain
Index: devhelp-3.8.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.8.2.ebuild,v 1.1 2013/05/15 12:14:39 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit gnome2 python-single-r1 toolchain-funcs
DESCRIPTION="An API documentation browser for GNOME"
HOMEPAGE="http://live.gnome.org/devhelp"
LICENSE="GPL-2+"
SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version)
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="gedit"
# FIXME: automagic python dependency
COMMON_DEPEND="
>=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3.5.6:3
>=net-libs/webkit-gtk-1.10.0:3
"
RDEPEND="${COMMON_DEPEND}
gedit? (
${PYTHON_DEPS}
app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
x11-libs/gtk+[introspection] )
gnome-base/gsettings-desktop-schemas
"
DEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}
>=sys-devel/gettext-0.17
>=dev-util/intltool-0.40
virtual/pkgconfig
"
pkg_setup() {
python-single-r1_pkg_setup
}
src_prepare() {
# ICC is crazy, silence warnings (bug #154010)
if [[ $(tc-getCC) == "icc" ]] ; then
G2CONF="${G2CONF} --with-compile-warnings=no"
fi
use gedit || sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die
gnome2_src_prepare
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-15 12:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 12:14 [gentoo-commits] gentoo-x86 commit in dev-util/devhelp: devhelp-3.8.2.ebuild ChangeLog devhelp-3.8.0.ebuild devhelp-3.4.1.ebuild Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox