public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/gucharmap: ChangeLog gucharmap-3.0.1-r300.ebuild gucharmap-3.0.1-r200.ebuild
@ 2011-08-16 22:09 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-08-16 22:09 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/08/16 22:09:29

  Modified:             ChangeLog
  Added:                gucharmap-3.0.1-r300.ebuild
                        gucharmap-3.0.1-r200.ebuild
  Log:
  Bump to 3.0.1 (two slots), from gnome overlay for GNOME 3
  
  (Portage version: 2.2.0_alpha39_p14/cvs/Linux x86_64)

Revision  Changes    Path
1.161                gnome-extra/gucharmap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/ChangeLog?rev=1.161&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/ChangeLog?rev=1.161&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/ChangeLog?r1=1.160&r2=1.161

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog	23 Mar 2011 08:17:05 -0000	1.160
+++ ChangeLog	16 Aug 2011 22:09:29 -0000	1.161
@@ -1,6 +1,13 @@
 # ChangeLog for gnome-extra/gucharmap
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.160 2011/03/23 08:17:05 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.161 2011/08/16 22:09:29 nirbheek Exp $
+
+*gucharmap-3.0.1-r300 (16 Aug 2011)
+*gucharmap-3.0.1-r200 (16 Aug 2011)
+
+  16 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  +gucharmap-3.0.1-r200.ebuild, +gucharmap-3.0.1-r300.ebuild:
+  Bump to 3.0.1 (two slots), from gnome overlay for GNOME 3
 
   23 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
   -gucharmap-2.30.2.ebuild, -gucharmap-2.30.3.ebuild:



1.1                  gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild?rev=1.1&content-type=text/plain

Index: gucharmap-3.0.1-r300.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild,v 1.1 2011/08/16 22:09:29 nirbheek Exp $

EAPI="3"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"

inherit gnome2

DESCRIPTION="Unicode character map viewer and library"
HOMEPAGE="http://live.gnome.org/Gucharmap"

LICENSE="GPL-3"
SLOT="2.90"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="cjk doc gnome +introspection test"

COMMON_DEPEND=">=dev-libs/glib-2.16.3[introspection?]
	>=x11-libs/pango-1.2.1[introspection?]
	>=x11-libs/gtk+-3.0.0:3[introspection?]

	gnome? ( gnome-base/gconf:2 )
	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
RDEPEND="${COMMON_DEPEND}
	!!<gnome-extra/gucharmap-3:0"
DEPEND="${RDEPEND}
	app-text/scrollkeeper
	>=dev-util/pkgconfig-0.9
	>=dev-util/intltool-0.40
	>=app-text/gnome-doc-utils-0.9.0

	sys-devel/gettext

	doc? ( >=dev-util/gtk-doc-1.0 )
	test? ( ~app-text/docbook-xml-dtd-4.1.2 )"

pkg_setup() {
	G2CONF="${G2CONF}
		--disable-static
		--disable-scrollkeeper
		--disable-maintainer-mode
		--with-gtk=3.0
		$(use_enable gnome gconf)
		$(use_enable introspection)
		$(use_enable cjk unihan)"
	DOCS="AUTHORS ChangeLog NEWS README TODO"
}

src_prepare() {
	# prevent file collisions with slot 0
	sed -e "s:GETTEXT_PACKAGE=gucharmap$:GETTEXT_PACKAGE=gucharmap-${SLOT}:" \
		-i configure.ac configure || die "sed configure.ac configure failed"

	gnome2_src_prepare
}



1.1                  gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild?rev=1.1&content-type=text/plain

Index: gucharmap-3.0.1-r200.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild,v 1.1 2011/08/16 22:09:29 nirbheek Exp $

EAPI="3"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"

inherit gnome2

DESCRIPTION="Unicode character map viewer library"
HOMEPAGE="http://live.gnome.org/Gucharmap"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="cjk doc +introspection"

RDEPEND=">=dev-libs/glib-2.16.3[introspection?]
	>=x11-libs/pango-1.2.1[introspection?]
	>=x11-libs/gtk+-2.14.0:2[introspection?]

	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
DEPEND="${RDEPEND}
	app-text/scrollkeeper
	>=dev-util/pkgconfig-0.9
	>=dev-util/intltool-0.40

	sys-devel/gettext

	doc? ( >=dev-util/gtk-doc-1.0 )"

pkg_setup() {
	G2CONF="${G2CONF}
		--disable-static
		--disable-scrollkeeper
		--disable-maintainer-mode
		--with-gtk=2.0
		--disable-charmap
		--disable-gconf
		$(use_enable introspection)
		$(use_enable cjk unihan)"
	# gconf is only needed for the gucharmap program
	DOCS="AUTHORS ChangeLog NEWS README TODO"
}

src_prepare() {
	# .desktop and schema files are only needed for the gucharmap program
	sed -e 's:desktop_DATA\s*=.*:desktop_DATA = :' \
		-e 's:schema_DATA\s*=.*:schema_DATA = :' \
		-i Makefile.* || die "sed Makefile.* failed"

	gnome2_src_prepare
}

pkg_postinst() {
	gnome2_pkg_postinst
	if ! has_version "gnome-extra/gucharmap:2.90" ; then
		ewarn "Note: ${PF} includes only the gucharmap-2 library."
		ewarn "If you need the gucharmap program, emerge gucharmap:2.90"
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in gnome-extra/gucharmap: ChangeLog gucharmap-3.0.1-r300.ebuild gucharmap-3.0.1-r200.ebuild
@ 2011-08-23 15:55 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-08-23 15:55 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/08/23 15:55:00

  Modified:             ChangeLog gucharmap-3.0.1-r300.ebuild
                        gucharmap-3.0.1-r200.ebuild
  Log:
  Fix bug 380291, don't depend on glib[introspection]
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.162                gnome-extra/gucharmap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/ChangeLog?r1=1.161&r2=1.162

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	16 Aug 2011 22:09:29 -0000	1.161
+++ ChangeLog	23 Aug 2011 15:55:00 -0000	1.162
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/gucharmap
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.161 2011/08/16 22:09:29 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/ChangeLog,v 1.162 2011/08/23 15:55:00 nirbheek Exp $
+
+  23 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  gucharmap-3.0.1-r200.ebuild, gucharmap-3.0.1-r300.ebuild:
+  Fix bug 380291, don't depend on glib[introspection]
 
 *gucharmap-3.0.1-r300 (16 Aug 2011)
 *gucharmap-3.0.1-r200 (16 Aug 2011)



1.2                  gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild?r1=1.1&r2=1.2

Index: gucharmap-3.0.1-r300.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gucharmap-3.0.1-r300.ebuild	16 Aug 2011 22:09:29 -0000	1.1
+++ gucharmap-3.0.1-r300.ebuild	23 Aug 2011 15:55:00 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild,v 1.1 2011/08/16 22:09:29 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r300.ebuild,v 1.2 2011/08/23 15:55:00 nirbheek Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -16,7 +16,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="cjk doc gnome +introspection test"
 
-COMMON_DEPEND=">=dev-libs/glib-2.16.3[introspection?]
+COMMON_DEPEND=">=dev-libs/glib-2.16.3
 	>=x11-libs/pango-1.2.1[introspection?]
 	>=x11-libs/gtk+-3.0.0:3[introspection?]
 



1.2                  gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild?r1=1.1&r2=1.2

Index: gucharmap-3.0.1-r200.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gucharmap-3.0.1-r200.ebuild	16 Aug 2011 22:09:29 -0000	1.1
+++ gucharmap-3.0.1-r200.ebuild	23 Aug 2011 15:55:00 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild,v 1.1 2011/08/16 22:09:29 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.0.1-r200.ebuild,v 1.2 2011/08/23 15:55:00 nirbheek Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -16,7 +16,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="cjk doc +introspection"
 
-RDEPEND=">=dev-libs/glib-2.16.3[introspection?]
+RDEPEND=">=dev-libs/glib-2.16.3
 	>=x11-libs/pango-1.2.1[introspection?]
 	>=x11-libs/gtk+-2.14.0:2[introspection?]
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-23 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16 22:09 [gentoo-commits] gentoo-x86 commit in gnome-extra/gucharmap: ChangeLog gucharmap-3.0.1-r300.ebuild gucharmap-3.0.1-r200.ebuild Nirbheek Chauhan (nirbheek)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-23 15:55 Nirbheek Chauhan (nirbheek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox