public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgee/
@ 2013-12-15 22:30 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-15 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     364762649ce6f7731ee1812fb6ebda3b15350970
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 22:30:30 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 22:30:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=36476264

dev-libs/libgee: 0.10.5 → 0.12.0

---
 dev-libs/libgee/libgee-0.12.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 dev-libs/libgee/metadata.xml         |  9 +++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-libs/libgee/libgee-0.12.0.ebuild b/dev-libs/libgee/libgee-0.12.0.ebuild
new file mode 100644
index 0000000..63c4731
--- /dev/null
+++ b/dev-libs/libgee/libgee-0.12.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
+HOMEPAGE="https://wiki.gnome.org/Libgee"
+
+LICENSE="LGPL-2.1+"
+SLOT="0.8"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
+IUSE="+introspection"
+
+# FIXME: add doc support, requires valadoc
+RDEPEND="
+	>=dev-libs/glib-2.36:2
+	introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+src_configure() {
+	DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
+	gnome2_src_configure \
+		$(use_enable introspection)
+		VALAC="$(type -P false)"
+}

diff --git a/dev-libs/libgee/metadata.xml b/dev-libs/libgee/metadata.xml
new file mode 100644
index 0000000..8f409b1
--- /dev/null
+++ b/dev-libs/libgee/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>
+<longdescription lang="en">
+libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. 
+</longdescription>
+</pkgmetadata>
+


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgee/
@ 2013-12-24 16:56 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-24 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f778e18e8979fbfdea0aeb2c26c5a2ca17fba0b5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 22:59:42 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 22:59:42 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f778e18e

dev-libs/libgee: moved to gentoo-x86

---
 dev-libs/libgee/libgee-0.12.0.ebuild | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-libs/libgee/libgee-0.12.0.ebuild b/dev-libs/libgee/libgee-0.12.0.ebuild
deleted file mode 100644
index 63c4731..0000000
--- a/dev-libs/libgee/libgee-0.12.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
-HOMEPAGE="https://wiki.gnome.org/Libgee"
-
-LICENSE="LGPL-2.1+"
-SLOT="0.8"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
-IUSE="+introspection"
-
-# FIXME: add doc support, requires valadoc
-RDEPEND="
-	>=dev-libs/glib-2.36:2
-	introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
-	gnome2_src_configure \
-		$(use_enable introspection)
-		VALAC="$(type -P false)"
-}


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgee/
@ 2014-04-20 13:54 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     99385a6ff4f4b71a7bc00662d9e69a8dfd41fe82
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 21:24:14 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 13:51:55 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=99385a6f

dev-libs/libgee: 0.12.1 → 0.14.0

---
 dev-libs/libgee/libgee-0.14.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-libs/libgee/libgee-0.14.0.ebuild b/dev-libs/libgee/libgee-0.14.0.ebuild
new file mode 100644
index 0000000..120b3e5
--- /dev/null
+++ b/dev-libs/libgee/libgee-0.14.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
+HOMEPAGE="https://wiki.gnome.org/Projects/Libgee"
+
+LICENSE="LGPL-2.1+"
+SLOT="0.8"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
+IUSE="+introspection"
+
+# FIXME: add doc support, requires valadoc
+RDEPEND="
+	>=dev-libs/glib-2.36:2
+	introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+src_configure() {
+	DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
+	gnome2_src_configure \
+		$(use_enable introspection)
+		VALAC="$(type -P false)"
+}


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgee/
@ 2014-10-06  6:42 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-06  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     610fc8919f0237ec56991c39da155c5113acc8c2
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  6 06:42:15 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct  6 06:42:15 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=610fc891

dev-libs/libgee: 0.14.0 → 0.16.0

---
 dev-libs/libgee/{libgee-0.14.0.ebuild => libgee-0.16.0.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgee/libgee-0.14.0.ebuild b/dev-libs/libgee/libgee-0.16.0.ebuild
similarity index 98%
rename from dev-libs/libgee/libgee-0.14.0.ebuild
rename to dev-libs/libgee/libgee-0.16.0.ebuild
index 120b3e5..32363ea 100644
--- a/dev-libs/libgee/libgee-0.14.0.ebuild
+++ b/dev-libs/libgee/libgee-0.16.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="GObject-based interfaces and classes for commonly used data structu
 HOMEPAGE="https://wiki.gnome.org/Projects/Libgee"
 
 LICENSE="LGPL-2.1+"
-SLOT="0.8"
+SLOT="0.8/7"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
 IUSE="+introspection"
 


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgee/
@ 2014-10-15 22:26 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-15 22:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a25e798bb8af2a4d77f4805d7f2126a062c35790
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 22:22:23 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 22:22:23 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a25e798b

dev-libs/libgee: 0.16.0 → 0.16.1

Fix wrong subslot version.

---
 dev-libs/libgee/{libgee-0.16.0.ebuild => libgee-0.16.1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgee/libgee-0.16.0.ebuild b/dev-libs/libgee/libgee-0.16.1.ebuild
similarity index 98%
rename from dev-libs/libgee/libgee-0.16.0.ebuild
rename to dev-libs/libgee/libgee-0.16.1.ebuild
index 32363ea..0a756fd 100644
--- a/dev-libs/libgee/libgee-0.16.0.ebuild
+++ b/dev-libs/libgee/libgee-0.16.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="GObject-based interfaces and classes for commonly used data structu
 HOMEPAGE="https://wiki.gnome.org/Projects/Libgee"
 
 LICENSE="LGPL-2.1+"
-SLOT="0.8/7"
+SLOT="0.8/2"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
 IUSE="+introspection"
 


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgee/
@ 2014-12-21 13:28 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-21 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     1b284406ee6e5ae0de2f4fed666bd06e8af8d6b6
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 12:43:20 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 12:43:20 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1b284406

dev-libs/libgee: moved to gentoo-x86

---
 dev-libs/libgee/libgee-0.16.1.ebuild | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-libs/libgee/libgee-0.16.1.ebuild b/dev-libs/libgee/libgee-0.16.1.ebuild
deleted file mode 100644
index 0a756fd..0000000
--- a/dev-libs/libgee/libgee-0.16.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
-HOMEPAGE="https://wiki.gnome.org/Projects/Libgee"
-
-LICENSE="LGPL-2.1+"
-SLOT="0.8/2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
-IUSE="+introspection"
-
-# FIXME: add doc support, requires valadoc
-RDEPEND="
-	>=dev-libs/glib-2.36:2
-	introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
-	gnome2_src_configure \
-		$(use_enable introspection)
-		VALAC="$(type -P false)"
-}


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

end of thread, other threads:[~2014-12-21 13:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-06  6:42 [gentoo-commits] proj/gnome:master commit in: dev-libs/libgee/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2014-12-21 13:28 Gilles Dartiguelongue
2014-10-15 22:26 Gilles Dartiguelongue
2014-04-20 13:54 Gilles Dartiguelongue
2013-12-24 16:56 Gilles Dartiguelongue
2013-12-15 22:30 Gilles Dartiguelongue

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