summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-01-17 11:00:47 +0000
committerPacho Ramos <pacho@gentoo.org>2012-01-17 11:00:47 +0000
commitef5a97dcccedbdc67e0ab21415eb90cdbda07973 (patch)
treedf1c95d787fdf3a908b5e76bab2897ac4d2305b1 /dev-util
parentbump to 6.5.2 (diff)
downloadgentoo-2-ef5a97dcccedbdc67e0ab21415eb90cdbda07973.tar.gz
gentoo-2-ef5a97dcccedbdc67e0ab21415eb90cdbda07973.tar.bz2
gentoo-2-ef5a97dcccedbdc67e0ab21415eb90cdbda07973.zip
Rewrite skipping tests message to try to explain the issue a bit better and prevent misunderstandings like reported in bug #398943 by Toralf Förster.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/gdbus-codegen/ChangeLog7
-rw-r--r--dev-util/gdbus-codegen/gdbus-codegen-2.30.1.ebuild71
-rw-r--r--dev-util/gdbus-codegen/gdbus-codegen-2.30.2.ebuild6
3 files changed, 9 insertions, 75 deletions
diff --git a/dev-util/gdbus-codegen/ChangeLog b/dev-util/gdbus-codegen/ChangeLog
index 6d5f3fe38a96..fc35925d90b4 100644
--- a/dev-util/gdbus-codegen/ChangeLog
+++ b/dev-util/gdbus-codegen/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/gdbus-codegen
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.6 2012/01/14 16:15:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.7 2012/01/17 11:00:47 pacho Exp $
+
+ 17 Jan 2012; Pacho Ramos <pacho@gentoo.org> -gdbus-codegen-2.30.1.ebuild,
+ gdbus-codegen-2.30.2.ebuild:
+ Rewrite skipping tests message to try to explain the issue a bit better and
+ prevent misunderstandings like reported in bug #398943 by Toralf Förster.
14 Jan 2012; Markus Meier <maekke@gentoo.org> gdbus-codegen-2.30.2.ebuild:
x86 stable, bug #393007
diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.30.1.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.30.1.ebuild
deleted file mode 100644
index 5f6d175b6e7e..000000000000
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.30.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2011 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.30.1.ebuild,v 1.1 2011/10/16 19:24:10 pacho Exp $
-
-EAPI="4"
-GNOME_ORG_MODULE="glib"
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="xml"
-
-inherit gnome.org multilib python
-
-DESCRIPTION="GDBus code and documentation generator"
-HOMEPAGE="http://www.gtk.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
-~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-# To prevent circular dependencies with glib[test]
-PDEPEND=">=dev-libs/glib-${PV}:2"
-
-S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs 2 gdbus-codegen.in
- sed -e "s:@libdir@:${EPREFIX}/usr/$(get_libdir):" \
- -i gdbus-codegen.in || die "sed gdbus-codegen.in failed"
- sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
- -i config.py || die "sed config.py failed"
-}
-
-src_test() {
- elog "Skipping tests. To test ${PN}, emerge dev-libs/glib"
- elog "with FEATURES=test"
-}
-
-src_install() {
- insinto "/usr/$(get_libdir)/gdbus-2.0/codegen"
-
- # Keep in sync with Makefile.am!
- doins __init__.py \
- codegen.py \
- codegen_main.py \
- codegen_docbook.py \
- config.py \
- dbustypes.py \
- parser.py \
- utils.py
-
- newbin gdbus-codegen.in gdbus-codegen
-
- doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
-}
-
-pkg_postinst() {
- python_need_rebuild
- python_mod_optimize /usr/$(get_libdir)/gdbus-2.0/codegen
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/gdbus-2.0/codegen
-}
diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.30.2.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.30.2.ebuild
index 41c426d4a987..1ebc7f29e17d 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.30.2.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.30.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.30.2.ebuild,v 1.4 2012/01/14 16:15:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.2.ebuild,v 1.5 2012/01/17 11:00:47 pacho Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
@@ -38,8 +38,8 @@ src_prepare() {
}
src_test() {
- elog "Skipping tests. To test ${PN}, emerge dev-libs/glib"
- elog "with FEATURES=test"
+ elog "Skipping tests. This package is tested by dev-libs/glib"
+ elog "when merged with FEATURES=test"
}
src_install() {