public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: app-admin/gnome-system-log/
@ 2012-09-22 18:03 Nirbheek Chauhan
  0 siblings, 0 replies; 6+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d4d5cfecdaf42fb37710886a9a1f6b41ebe5a678
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 16:02:03 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 16:02:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d4d5cfec

Add app-admin/gnome-system-log-3.5.92

---
 .../gnome-system-log-3.5.92.ebuild                 |   50 ++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/app-admin/gnome-system-log/gnome-system-log-3.5.92.ebuild b/app-admin/gnome-system-log/gnome-system-log-3.5.92.ebuild
new file mode 100644
index 0000000..962b219
--- /dev/null
+++ b/app-admin/gnome-system-log/gnome-system-log-3.5.92.ebuild
@@ -0,0 +1,50 @@
+# 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
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="System log viewer for GNOME 3"
+HOMEPAGE="https://live.gnome.org/GnomeUtils"
+
+LICENSE="GPL-2 FDL-1.1"
+SLOT="0"
+IUSE=""
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+fi
+
+COMMON_DEPEND=">=dev-libs/glib-2.31.0:2
+	sys-libs/zlib
+	>=x11-libs/gtk+-3.4.0:3
+	x11-libs/pango"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	!<gnome-extra/gnome-utils-3.4"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig"
+
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools"
+fi
+
+pkg_setup() {
+	DOCS="NEWS TODO"
+	G2CONF="${G2CONF}
+		--disable-schemas-compile
+		--enable-zlib"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+}


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

* [gentoo-commits] proj/gnome:master commit in: app-admin/gnome-system-log/
@ 2012-10-27 21:26 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0f2722516dd2cc532a1469f63fe00967fe0e38fb
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 21:25:08 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 21:25:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0f272251

app-admin/gnome-system-log: 3.5.92 → 3.6.0

---
 ...3.5.92.ebuild => gnome-system-log-3.6.0.ebuild} |    3 ++-
 .../gnome-system-log/gnome-system-log-9999.ebuild  |   12 +++++++++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/app-admin/gnome-system-log/gnome-system-log-3.5.92.ebuild b/app-admin/gnome-system-log/gnome-system-log-3.6.0.ebuild
similarity index 96%
rename from app-admin/gnome-system-log/gnome-system-log-3.5.92.ebuild
rename to app-admin/gnome-system-log/gnome-system-log-3.6.0.ebuild
index 962b219..19ad7a7 100644
--- a/app-admin/gnome-system-log/gnome-system-log-3.5.92.ebuild
+++ b/app-admin/gnome-system-log/gnome-system-log-3.6.0.ebuild
@@ -41,10 +41,11 @@ if [[ ${PV} = 9999 ]]; then
 		app-text/yelp-tools"
 fi
 
-pkg_setup() {
+src_configure() {
 	DOCS="NEWS TODO"
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
 		--enable-zlib"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+	gnome2_src_configure
 }

diff --git a/app-admin/gnome-system-log/gnome-system-log-9999.ebuild b/app-admin/gnome-system-log/gnome-system-log-9999.ebuild
index e0413fd..19ad7a7 100644
--- a/app-admin/gnome-system-log/gnome-system-log-9999.ebuild
+++ b/app-admin/gnome-system-log/gnome-system-log-9999.ebuild
@@ -25,21 +25,27 @@ fi
 
 COMMON_DEPEND=">=dev-libs/glib-2.31.0:2
 	sys-libs/zlib
-	>=x11-libs/gtk+-3.0.0:3
+	>=x11-libs/gtk+-3.4.0:3
 	x11-libs/pango"
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
 	!<gnome-extra/gnome-utils-3.4"
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
-	app-text/gnome-doc-utils
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig"
 
-pkg_setup() {
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools"
+fi
+
+src_configure() {
 	DOCS="NEWS TODO"
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
 		--enable-zlib"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+	gnome2_src_configure
 }


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

* [gentoo-commits] proj/gnome:master commit in: app-admin/gnome-system-log/
@ 2012-11-21 22:36 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-21 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b7d4e43f6beb8c8a7585fdde93b3e45f6df2c60f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 22:31:54 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 22:31:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b7d4e43f

app-admin/gnome-system-log: 3.6.0 → 3.6.1

---
 ...-3.6.0.ebuild => gnome-system-log-3.6.1.ebuild} |    0
 app-admin/gnome-system-log/metadata.xml            |    5 +++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/app-admin/gnome-system-log/gnome-system-log-3.6.0.ebuild b/app-admin/gnome-system-log/gnome-system-log-3.6.1.ebuild
similarity index 100%
rename from app-admin/gnome-system-log/gnome-system-log-3.6.0.ebuild
rename to app-admin/gnome-system-log/gnome-system-log-3.6.1.ebuild

diff --git a/app-admin/gnome-system-log/metadata.xml b/app-admin/gnome-system-log/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/app-admin/gnome-system-log/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: app-admin/gnome-system-log/
@ 2012-12-16 13:54 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-16 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0db1a723e61ec12472f7d1199014b81dac11b6bd
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 13:49:50 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 13:49:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0db1a723

app-admin/gnome-system-log: moved to gentoo-x86

---
 .../gnome-system-log/gnome-system-log-3.6.1.ebuild |   51 --------------------
 1 files changed, 0 insertions(+), 51 deletions(-)

diff --git a/app-admin/gnome-system-log/gnome-system-log-3.6.1.ebuild b/app-admin/gnome-system-log/gnome-system-log-3.6.1.ebuild
deleted file mode 100644
index 19ad7a7..0000000
--- a/app-admin/gnome-system-log/gnome-system-log-3.6.1.ebuild
+++ /dev/null
@@ -1,51 +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
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="System log viewer for GNOME 3"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
-
-LICENSE="GPL-2 FDL-1.1"
-SLOT="0"
-IUSE=""
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-fi
-
-COMMON_DEPEND=">=dev-libs/glib-2.31.0:2
-	sys-libs/zlib
-	>=x11-libs/gtk+-3.4.0:3
-	x11-libs/pango"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools"
-fi
-
-src_configure() {
-	DOCS="NEWS TODO"
-	G2CONF="${G2CONF}
-		--disable-schemas-compile
-		--enable-zlib"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-	gnome2_src_configure
-}


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

* [gentoo-commits] proj/gnome:master commit in: app-admin/gnome-system-log/
@ 2013-12-01 17:19 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-01 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     30969c6a382871797867289da0151251f59f3b43
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 17:19:00 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 17:19:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=30969c6a

app-admin/gnome-system-log: 3.8.1 → 3.9.90

---
 .../gnome-system-log-3.9.90.ebuild                 | 39 ++++++++++++++++++++++
 .../gnome-system-log/gnome-system-log-9999.ebuild  | 32 +++++++++---------
 2 files changed, 55 insertions(+), 16 deletions(-)

diff --git a/app-admin/gnome-system-log/gnome-system-log-3.9.90.ebuild b/app-admin/gnome-system-log/gnome-system-log-3.9.90.ebuild
new file mode 100644
index 0000000..4f764b4
--- /dev/null
+++ b/app-admin/gnome-system-log/gnome-system-log-3.9.90.ebuild
@@ -0,0 +1,39 @@
+# 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="System log viewer for GNOME"
+HOMEPAGE="https://live.gnome.org/GnomeUtils"
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.31:2
+	sys-libs/zlib:=
+	>=x11-libs/gtk+-3.9.11:3
+	x11-libs/pango
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	!<gnome-extra/gnome-utils-3.4"
+# ${PN} was part of gnome-utils before 3.4
+
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		--enable-zlib \
+		ITSTOOL=$(type -P true)
+}

diff --git a/app-admin/gnome-system-log/gnome-system-log-9999.ebuild b/app-admin/gnome-system-log/gnome-system-log-9999.ebuild
index 19ad7a7..b5e2ef2 100644
--- a/app-admin/gnome-system-log/gnome-system-log-9999.ebuild
+++ b/app-admin/gnome-system-log/gnome-system-log-9999.ebuild
@@ -1,20 +1,19 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
-DESCRIPTION="System log viewer for GNOME 3"
+DESCRIPTION="System log viewer for GNOME"
 HOMEPAGE="https://live.gnome.org/GnomeUtils"
 
-LICENSE="GPL-2 FDL-1.1"
+LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
 IUSE=""
 if [[ ${PV} = 9999 ]]; then
@@ -23,18 +22,22 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 fi
 
-COMMON_DEPEND=">=dev-libs/glib-2.31.0:2
-	sys-libs/zlib
-	>=x11-libs/gtk+-3.4.0:3
-	x11-libs/pango"
+COMMON_DEPEND="
+	>=dev-libs/glib-2.31:2
+	sys-libs/zlib:=
+	>=x11-libs/gtk+-3.9.11:3
+	x11-libs/pango
+"
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
 	!<gnome-extra/gnome-utils-3.4"
 # ${PN} was part of gnome-utils before 3.4
+
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
@@ -42,10 +45,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 src_configure() {
-	DOCS="NEWS TODO"
-	G2CONF="${G2CONF}
-		--disable-schemas-compile
-		--enable-zlib"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-	gnome2_src_configure
+	gnome2_src_configure \
+		--enable-zlib \
+		ITSTOOL=$(type -P true)
 }


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

* [gentoo-commits] proj/gnome:master commit in: app-admin/gnome-system-log/
@ 2016-11-13 12:07 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2016-11-13 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     13634a4b85aacbed7fab2b9dde7a3e938fcec06c
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 12:51:00 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 12:51:17 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=13634a4b

app-admin/gnome-system-log: app-admin: remove dead project

Has not had a release since Gnome 3.8, over 5 years ago.

 .../gnome-system-log/gnome-system-log-9999.ebuild  | 51 ----------------------
 app-admin/gnome-system-log/metadata.xml            |  8 ----
 2 files changed, 59 deletions(-)

diff --git a/app-admin/gnome-system-log/gnome-system-log-9999.ebuild b/app-admin/gnome-system-log/gnome-system-log-9999.ebuild
deleted file mode 100644
index 0b677dd..0000000
--- a/app-admin/gnome-system-log/gnome-system-log-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="System log viewer for GNOME"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-IUSE=""
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-fi
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.31:2
-	sys-libs/zlib:=
-	>=x11-libs/gtk+-3.9.11:3
-	x11-libs/pango
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4"
-# ${PN} was part of gnome-utils before 3.4
-
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools"
-fi
-
-src_configure() {
-	gnome2_src_configure \
-		--enable-zlib \
-		ITSTOOL=$(type -P true)
-}

diff --git a/app-admin/gnome-system-log/metadata.xml b/app-admin/gnome-system-log/metadata.xml
deleted file mode 100644
index 3998080..0000000
--- a/app-admin/gnome-system-log/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] 6+ messages in thread

end of thread, other threads:[~2016-11-13 12:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 17:19 [gentoo-commits] proj/gnome:master commit in: app-admin/gnome-system-log/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2016-11-13 12:07 Gilles Dartiguelongue
2012-12-16 13:54 Gilles Dartiguelongue
2012-11-21 22:36 Gilles Dartiguelongue
2012-10-27 21:26 Gilles Dartiguelongue
2012-09-22 18:03 Nirbheek Chauhan

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