public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2018-09-10 21:33 Gilles Dartiguelongue
  0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2018-09-10 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     ad449eb61dabcf7d6426559d19114f17322d21d8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 13:53:46 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 14:02:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ad449eb6

gnome-base/libgnomekbd: 3.22.0.1 → 3.26.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild | 33 ++++++++++++++++++++++++
 gnome-base/libgnomekbd/metadata.xml              |  8 ++++++
 2 files changed, 41 insertions(+)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
new file mode 100644
index 00000000..663afe71
--- /dev/null
+++ b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Gnome keyboard configuration library"
+HOMEPAGE="https://www.gnome.org"
+
+LICENSE="LGPL-2+"
+SLOT="0/8"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="+introspection test"
+
+RDEPEND="
+	>=dev-libs/glib-2.18:2
+	>=x11-libs/gtk+-2.91.7:3[X,introspection?]
+	>=x11-libs/libxklavier-5.2[introspection?]
+
+	introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+"
+DEPEND="${RDEPEND}
+	>=sys-devel/gettext-0.19.4
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable introspection) \
+		$(use_enable test tests)
+}

diff --git a/gnome-base/libgnomekbd/metadata.xml b/gnome-base/libgnomekbd/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/gnome-base/libgnomekbd/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>gnome@gentoo.org</email>
+	<name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2018-09-14  8:54 Mart Raudsepp
  0 siblings, 0 replies; 12+ messages in thread
From: Mart Raudsepp @ 2018-09-14  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2427e9c2ec0c2faf1c1c3b554ba3097f0a7af4d4
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 08:51:24 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 08:51:24 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2427e9c2

gnome-base/libgnomekbd: remove, available in ::gentoo

::gentoo version adds necessary glib-utils build dep

 gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild | 33 ------------------------
 gnome-base/libgnomekbd/metadata.xml              |  8 ------
 2 files changed, 41 deletions(-)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
deleted file mode 100644
index 663afe71..00000000
--- a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Gnome keyboard configuration library"
-HOMEPAGE="https://www.gnome.org"
-
-LICENSE="LGPL-2+"
-SLOT="0/8"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+introspection test"
-
-RDEPEND="
-	>=dev-libs/glib-2.18:2
-	>=x11-libs/gtk+-2.91.7:3[X,introspection?]
-	>=x11-libs/libxklavier-5.2[introspection?]
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}
-	>=sys-devel/gettext-0.19.4
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-static \
-		$(use_enable introspection) \
-		$(use_enable test tests)
-}

diff --git a/gnome-base/libgnomekbd/metadata.xml b/gnome-base/libgnomekbd/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/gnome-base/libgnomekbd/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2018-07-31 14:45 Sobhan Mohammadpour
  0 siblings, 0 replies; 12+ messages in thread
From: Sobhan Mohammadpour @ 2018-07-31 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     07f3b20a250f1650ea9e2f294ef496378c65a079
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 14:44:56 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 14:44:56 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=07f3b20a

gnome-base/libgnomekbd: 3.22.0.1 ➛ 3.26.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild | 33 ++++++++++++++++++++++++
 gnome-base/libgnomekbd/metadata.xml              |  8 ++++++
 2 files changed, 41 insertions(+)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
new file mode 100644
index 00000000..42437e5a
--- /dev/null
+++ b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Gnome keyboard configuration library"
+HOMEPAGE="https://www.gnome.org"
+
+LICENSE="LGPL-2+"
+SLOT="0/8"
+KEYWORDS="~amd64"
+IUSE="+introspection test"
+
+RDEPEND="
+	>=dev-libs/glib-2.18:2
+	>=x11-libs/gtk+-2.91.7:3[X,introspection?]
+	>=x11-libs/libxklavier-5.2[introspection?]
+
+	introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+"
+DEPEND="${RDEPEND}
+	>=sys-devel/gettext-0.19.4
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable introspection) \
+		$(use_enable test tests)
+}

diff --git a/gnome-base/libgnomekbd/metadata.xml b/gnome-base/libgnomekbd/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/gnome-base/libgnomekbd/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>gnome@gentoo.org</email>
+	<name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2014-10-27  0:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-27  0:04 UTC (permalink / raw
  To: gentoo-commits

commit:     4f882f82adf5263405a1da2b97f8acb6855e118e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 23:44:38 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 23:44:38 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4f882f82

gnome-base/libgnomekbd: clean up

This package is not useful past Gnome 3.6.

---
 gnome-base/libgnomekbd/metadata.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnome-base/libgnomekbd/metadata.xml b/gnome-base/libgnomekbd/metadata.xml
deleted file mode 100644
index 99b3795..0000000
--- a/gnome-base/libgnomekbd/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>gnome</herd>
-  <use>
-    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
-			for introspection</flag>
-  </use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2012-12-25 18:17 Gilles Dartiguelongue
  0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-25 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d31c2dfec184a5d3584abd2d3a3195ab7a59ebdd
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 18:13:42 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 18:13:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d31c2dfe

gnome-base/libgnomekbd: moved to gx86, add metadata.xml

---
 gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild |   35 -----------------------
 gnome-base/libgnomekbd/metadata.xml             |    9 ++++++
 2 files changed, 9 insertions(+), 35 deletions(-)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild
deleted file mode 100644
index 36f4f0c..0000000
--- a/gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Gnome keyboard configuration library"
-HOMEPAGE="http://www.gnome.org"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+introspection test"
-
-RDEPEND=">=dev-libs/glib-2.18:2
-	>=x11-libs/gtk+-2.91.7:3[introspection?]
-	>=x11-libs/libxklavier-5.2[introspection?]
-
-	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.35
-	virtual/pkgconfig"
-
-pkg_setup() {
-	G2CONF="${G2CONF}
-		--disable-static
-		--disable-schemas-compile
-		$(use_enable introspection)
-		$(use_enable test tests)"
-	DOCS="AUTHORS ChangeLog NEWS README"
-}

diff --git a/gnome-base/libgnomekbd/metadata.xml b/gnome-base/libgnomekbd/metadata.xml
new file mode 100644
index 0000000..99b3795
--- /dev/null
+++ b/gnome-base/libgnomekbd/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <use>
+    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+			for introspection</flag>
+  </use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2012-09-27 22:39 Alexandre Rostovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Rostovtsev @ 2012-09-27 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     76cd355d197891caa9d7bb7b5af1d88c0316a045
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 22:39:16 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 22:39:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=76cd355d

gnome-base/libgnomekbd: 3.5.90 → 3.6.0

---
 ...ekbd-3.5.90.ebuild => libgnomekbd-3.6.0.ebuild} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.5.90.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild
similarity index 85%
rename from gnome-base/libgnomekbd/libgnomekbd-3.5.90.ebuild
rename to gnome-base/libgnomekbd/libgnomekbd-3.6.0.ebuild
index 77f8f0c..36f4f0c 100644
--- a/gnome-base/libgnomekbd/libgnomekbd-3.5.90.ebuild
+++ b/gnome-base/libgnomekbd/libgnomekbd-3.6.0.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/gnome-base/libgnomekbd/libgnomekbd-3.4.0.2.ebuild,v 1.1 2012/05/14 06:05:55 tetromino Exp $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -11,7 +11,7 @@ inherit gnome2
 DESCRIPTION="Gnome keyboard configuration library"
 HOMEPAGE="http://www.gnome.org"
 
-LICENSE="LGPL-2"
+LICENSE="LGPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+introspection test"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2012-09-21  0:27 Nirbheek Chauhan
  0 siblings, 0 replies; 12+ messages in thread
From: Nirbheek Chauhan @ 2012-09-21  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4ffec66c3b2c0dda861d2e2e4c9a3dbd01f4d6e9
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 22:27:02 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 22:27:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4ffec66c

Add gnome-base/libgnomekbd-3.5.90

---
 gnome-base/libgnomekbd/libgnomekbd-3.5.90.ebuild |   35 ++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.5.90.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.5.90.ebuild
new file mode 100644
index 0000000..77f8f0c
--- /dev/null
+++ b/gnome-base/libgnomekbd/libgnomekbd-3.5.90.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.4.0.2.ebuild,v 1.1 2012/05/14 06:05:55 tetromino Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Gnome keyboard configuration library"
+HOMEPAGE="http://www.gnome.org"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="+introspection test"
+
+RDEPEND=">=dev-libs/glib-2.18:2
+	>=x11-libs/gtk+-2.91.7:3[introspection?]
+	>=x11-libs/libxklavier-5.2[introspection?]
+
+	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.35
+	virtual/pkgconfig"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		--disable-static
+		--disable-schemas-compile
+		$(use_enable introspection)
+		$(use_enable test tests)"
+	DOCS="AUTHORS ChangeLog NEWS README"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2011-04-07 21:56 Nirbheek Chauhan
  0 siblings, 0 replies; 12+ messages in thread
From: Nirbheek Chauhan @ 2011-04-07 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     75ef412101b8b48abf24bf3f5ddf28111aed4d4b
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 18:18:33 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 18:18:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=75ef4121

gnome-base/libgnomekbd: add blockers to in-tree ebuilds

* Don't need preserve_old_libs calls if all deps are upgraded together

---
 gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild |   12 ------------
 gnome-base/libgnomekbd/libgnomekbd-9999.ebuild    |    2 +-
 2 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild
index dc5dbf9..e754001 100644
--- a/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild
+++ b/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild
@@ -38,15 +38,3 @@ pkg_setup() {
 		$(use_enable test tests)"
 	DOCS="AUTHORS ChangeLog NEWS README"
 }
-
-pkg_preinst() {
-	gnome2_pkg_preinst
-	preserve_old_lib /usr/$(get_libdir)/libgnomekbd.so.4
-	preserve_old_lib /usr/$(get_libdir)/libgnomekbdui.so.4
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	preserve_old_lib_notify /usr/$(get_libdir)/libgnomekbd.so.4
-	preserve_old_lib_notify /usr/$(get_libdir)/libgnomekbdui.so.4
-}

diff --git a/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild b/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild
index 74c3106..e754001 100644
--- a/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild
+++ b/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild
@@ -13,13 +13,13 @@ HOMEPAGE="http://www.gnome.org"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="+introspection test"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 fi
+IUSE="+introspection test"
 
 RDEPEND=">=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.91.7:3[introspection?]



^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2011-04-07 14:15 Gilles Dartiguelongue
  0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-07 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     17c6576743ebcd45ced2afd8e0670dbd16617a65
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 14:09:08 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 14:14:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=17c65767

gnome-base/libgnomekbd: QAed

	* Add missing preserve_old_lib calls

(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)

---
 gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild |   16 ++++++++++++++--
 gnome-base/libgnomekbd/libgnomekbd-9999.ebuild    |    2 +-
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild
index ab94e32..dc5dbf9 100644
--- a/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild
+++ b/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild
@@ -13,18 +13,18 @@ HOMEPAGE="http://www.gnome.org"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="+introspection test"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 fi
+IUSE="+introspection test"
 
 RDEPEND=">=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.91.7:3[introspection?]
 	>=x11-libs/libxklavier-5.1
-	
+
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35
@@ -38,3 +38,15 @@ pkg_setup() {
 		$(use_enable test tests)"
 	DOCS="AUTHORS ChangeLog NEWS README"
 }
+
+pkg_preinst() {
+	gnome2_pkg_preinst
+	preserve_old_lib /usr/$(get_libdir)/libgnomekbd.so.4
+	preserve_old_lib /usr/$(get_libdir)/libgnomekbdui.so.4
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	preserve_old_lib_notify /usr/$(get_libdir)/libgnomekbd.so.4
+	preserve_old_lib_notify /usr/$(get_libdir)/libgnomekbdui.so.4
+}

diff --git a/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild b/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild
index ab94e32..74c3106 100644
--- a/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild
+++ b/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild
@@ -24,7 +24,7 @@ fi
 RDEPEND=">=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.91.7:3[introspection?]
 	>=x11-libs/libxklavier-5.1
-	
+
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35



^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2011-03-23  5:20 Nirbheek Chauhan
  0 siblings, 0 replies; 12+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e7eab8a35767c88a408ca2c4bdd4c4872ffb5fc7
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 03:24:17 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 04:18:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e7eab8a3

gnome-base/libgnomekbd: 2.91.91 → 2.91.92

---
 ...d-2.91.91.ebuild => libgnomekbd-2.91.92.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-2.91.91.ebuild b/gnome-base/libgnomekbd/libgnomekbd-2.91.92.ebuild
similarity index 100%
rename from gnome-base/libgnomekbd/libgnomekbd-2.91.91.ebuild
rename to gnome-base/libgnomekbd/libgnomekbd-2.91.92.ebuild



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2011-03-09 11:34 Nirbheek Chauhan
  0 siblings, 0 replies; 12+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f31ea5dbf97a7b30999a3f74c84eeae72831ae6d
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 15:41:46 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 11:21:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f31ea5db

gnome-base/libgnomekbd: 2.91.90 → 2.91.91

---
 ...d-2.91.90.ebuild => libgnomekbd-2.91.91.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-2.91.90.ebuild b/gnome-base/libgnomekbd/libgnomekbd-2.91.91.ebuild
similarity index 100%
rename from gnome-base/libgnomekbd/libgnomekbd-2.91.90.ebuild
rename to gnome-base/libgnomekbd/libgnomekbd-2.91.91.ebuild



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
@ 2011-02-23 14:40 Nirbheek Chauhan
  0 siblings, 0 replies; 12+ messages in thread
From: Nirbheek Chauhan @ 2011-02-23 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7bc9380986d7608cefc929dd32c84835fdab9fc0
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 14:15:09 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 14:15:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7bc93809

gnome-base/libgnomekbd: 2.91.5 -> 2.91.90, live version

---
 ...bd-2.91.5.ebuild => libgnomekbd-2.91.90.ebuild} |    2 +-
 gnome-base/libgnomekbd/libgnomekbd-9999.ebuild     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/libgnomekbd/libgnomekbd-2.91.5.ebuild b/gnome-base/libgnomekbd/libgnomekbd-2.91.90.ebuild
similarity index 97%
rename from gnome-base/libgnomekbd/libgnomekbd-2.91.5.ebuild
rename to gnome-base/libgnomekbd/libgnomekbd-2.91.90.ebuild
index 1ea9565..955ec51 100644
--- a/gnome-base/libgnomekbd/libgnomekbd-2.91.5.ebuild
+++ b/gnome-base/libgnomekbd/libgnomekbd-2.91.90.ebuild
@@ -23,7 +23,7 @@ fi
 
 RDEPEND=">=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.91.7:3[introspection?]
-	>=x11-libs/libxklavier-5.0
+	>=x11-libs/libxklavier-5.1
 	
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${RDEPEND}

diff --git a/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild b/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild
index 1ea9565..955ec51 100644
--- a/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild
+++ b/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild
@@ -23,7 +23,7 @@ fi
 
 RDEPEND=">=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.91.7:3[introspection?]
-	>=x11-libs/libxklavier-5.0
+	>=x11-libs/libxklavier-5.1
 	
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${RDEPEND}



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

end of thread, other threads:[~2018-09-14  8:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-10 21:33 [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2018-09-14  8:54 Mart Raudsepp
2018-07-31 14:45 Sobhan Mohammadpour
2014-10-27  0:04 Gilles Dartiguelongue
2012-12-25 18:17 Gilles Dartiguelongue
2012-09-27 22:39 Alexandre Rostovtsev
2012-09-21  0:27 Nirbheek Chauhan
2011-04-07 21:56 Nirbheek Chauhan
2011-04-07 14:15 Gilles Dartiguelongue
2011-03-23  5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-23 14:40 Nirbheek Chauhan

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