pacho 15/02/26 19:24:39
Modified: ChangeLog
Added: gdbus-codegen-2.42.2.ebuild
Removed: gdbus-codegen-2.40.0.ebuild
gdbus-codegen-2.38.2.ebuild
Log:
Version bump, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
A188FBD4)
Revision Changes Path
1.110 dev-util/gdbus-codegen/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.110&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.110&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.109&r2=1.110
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog 11 Feb 2015 04:18:45 -0000 1.109
+++ ChangeLog 26 Feb 2015 19:24:39 -0000 1.110
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/gdbus-codegen
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.109
2015/02/11 04:18:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.110
2015/02/26 19:24:39 pacho Exp $
+
+*gdbus-codegen-2.42.2 (26 Feb 2015)
+
+ 26 Feb 2015; Pacho Ramos <[email protected]> +gdbus-codegen-2.42.2.ebuild,
+ -files/gdbus-codegen-2.36.0-sitedir.patch, -gdbus-codegen-2.38.2.ebuild,
+ -gdbus-codegen-2.40.0.ebuild:
+ Version bump, drop old
11 Feb 2015; Mike Frysinger <[email protected]> gdbus-codegen-2.40.0.ebuild,
gdbus-codegen-2.40.2.ebuild:
1.1 dev-util/gdbus-codegen/gdbus-codegen-2.42.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.42.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.42.2.ebuild?rev=1.1&content-type=text/plain
Index: gdbus-codegen-2.42.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.42.2.ebuild,v
1.1 2015/02/26 19:24:39 pacho Exp $
EAPI="5"
GNOME_ORG_MODULE="glib"
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
PYTHON_REQ_USE="xml"
inherit eutils gnome.org distutils-r1
DESCRIPTION="GDBus code and documentation generator"
HOMEPAGE="http://www.gtk.org/"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux
~x86-linux ~x64-macos ~x86-macos"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
# To prevent circular dependencies with glib[test]
PDEPEND=">=dev-libs/glib-${PV}:2"
S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
python_prepare_all() {
PATCHES=(
"${FILESDIR}/${PN}-2.40.0-sitedir.patch"
)
distutils-r1_python_prepare_all
sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in >
gdbus-codegen || die
cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
}
src_test() {
einfo "Skipping tests. This package is tested by dev-libs/glib"
einfo "when merged with FEATURES=test"
}
python_install_all() {
distutils-r1_python_install_all # no-op, but prevents QA warning
doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
}