* [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf-editor/
@ 2015-05-24 16:33 Gilles Dartiguelongue
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-24 16:33 UTC (permalink / raw
To: gentoo-commits
commit: ed58744c37d1428459891e7fd99bd583210de5ff
Author: Lorenzo Porta <vindex17 <AT> outlook <DOT> it>
AuthorDate: Tue May 19 10:44:02 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 24 10:58:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ed58744c
gnome-base/dconf-editor: initial ebuild
Split from gnome-base/dconf
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild | 29 ++++++++++++++++++++++
gnome-base/dconf-editor/metadata.xml | 5 ++++
2 files changed, 34 insertions(+)
diff --git a/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild b/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild
new file mode 100644
index 0000000..8af2846
--- /dev/null
+++ b/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Graphical tool for editing the dconf configuration database"
+HOMEPAGE="https://wiki.gnome.org/dconf"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-libs/glib-2.39.3:2
+ dev-libs/libxml2
+ >=gnome-base/dconf-0.23.2
+ >=x11-libs/gtk+-3.4:3
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+ !<gnome-base/dconf-0.22[X]
+"
diff --git a/gnome-base/dconf-editor/metadata.xml b/gnome-base/dconf-editor/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/gnome-base/dconf-editor/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: gnome-base/dconf-editor/
@ 2015-05-25 21:07 Alexandre Rostovtsev
0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Rostovtsev @ 2015-05-25 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 519cb65b1b6045a3f8f238e95adad30722cf0206
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 20:42:16 2015 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon May 25 21:06:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=519cb65b
gnome-base/dconf-editor: fix dep
Package-Manager: portage-2.2.20
Manifest-Sign-Key: 0x18E5B6F2D8D5EC8D
gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild b/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild
index 8af2846..7ac3dee 100644
--- a/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild
+++ b/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild
@@ -15,15 +15,17 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux"
-RDEPEND="
+COMMON_DEPEND="
>=dev-libs/glib-2.39.3:2
dev-libs/libxml2
>=gnome-base/dconf-0.23.2
>=x11-libs/gtk+-3.4:3
"
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
!<gnome-base/dconf-0.22[X]
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf-editor/
@ 2016-03-28 11:04 Ole Reifschneider
0 siblings, 0 replies; 6+ messages in thread
From: Ole Reifschneider @ 2016-03-28 11:04 UTC (permalink / raw
To: gentoo-commits
commit: 59908c92af7de6cfdbcef5146b0dbc9e586d7e94
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 10:21:17 2016 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 10:21:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=59908c92
gnome-base/dconf-editor: Bump version to 3.20.0
Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42
gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild | 30 ++++++++++++++++++++++
gnome-base/dconf-editor/metadata.xml | 8 ++++++
2 files changed, 38 insertions(+)
diff --git a/gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild b/gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild
new file mode 100644
index 0000000..3073bab
--- /dev/null
+++ b/gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Graphical tool for editing the dconf configuration database"
+HOMEPAGE="https://git.gnome.org/browse/dconf-editor"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux"
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.46.0:2
+ >=gnome-base/dconf-0.23.2
+ >=x11-libs/gtk+-3.19.5:3
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+ !<gnome-base/dconf-0.22[X]
+"
diff --git a/gnome-base/dconf-editor/metadata.xml b/gnome-base/dconf-editor/metadata.xml
new file mode 100644
index 0000000..3998080
--- /dev/null
+++ b/gnome-base/dconf-editor/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] 6+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf-editor/
@ 2018-01-12 11:56 Dennis Lamm
0 siblings, 0 replies; 6+ messages in thread
From: Dennis Lamm @ 2018-01-12 11:56 UTC (permalink / raw
To: gentoo-commits
commit: 61c66bb93ec00e26f8eba00b717019a993dca00a
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 11:56:15 2018 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 11:56:15 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=61c66bb9
gnome-base/dconf-editor: drop old (removed)
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force
gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild | 30 ----------------------
gnome-base/dconf-editor/metadata.xml | 8 ------
2 files changed, 38 deletions(-)
diff --git a/gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild b/gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild
deleted file mode 100644
index 3073bab2..00000000
--- a/gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Graphical tool for editing the dconf configuration database"
-HOMEPAGE="https://git.gnome.org/browse/dconf-editor"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.46.0:2
- >=gnome-base/dconf-0.23.2
- >=x11-libs/gtk+-3.19.5:3
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.50
- sys-devel/gettext
- virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
- !<gnome-base/dconf-0.22[X]
-"
diff --git a/gnome-base/dconf-editor/metadata.xml b/gnome-base/dconf-editor/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/gnome-base/dconf-editor/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
* [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf-editor/
@ 2018-05-29 20:54 Sobhan Mohammadpour
0 siblings, 0 replies; 6+ messages in thread
From: Sobhan Mohammadpour @ 2018-05-29 20:54 UTC (permalink / raw
To: gentoo-commits
commit: 7e8cc50dd8fbe7f2897fae2e13543f60538ff1f2
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 20:29:35 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Tue May 29 20:29:35 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7e8cc50d
gnome-base/dconf-editor: bump
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1
gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild | 33 ++++++++++++++++++++++
gnome-base/dconf-editor/metadata.xml | 8 ++++++
2 files changed, 41 insertions(+)
diff --git a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
new file mode 100644
index 00000000..919e9dfa
--- /dev/null
+++ b/gnome-base/dconf-editor/dconf-editor-3.26.2.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="Graphical tool for editing the dconf configuration database"
+HOMEPAGE="https://git.gnome.org/browse/dconf-editor"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux"
+
+COMMON_DEPEND="
+ dev-libs/appstream-glib
+ >=dev-libs/glib-2.46.0:2
+ >=gnome-base/dconf-0.25.1
+ >=x11-libs/gtk+-3.22.0:3
+"
+DEPEND="${COMMON_DEPEND}
+ >=sys-devel/gettext-0.19.7
+ virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+ !<gnome-base/dconf-0.22[X]
+"
+
+src_configure() {
+ gnome2_src_configure \
+ VALAC="$(type -P true)"
+}
diff --git a/gnome-base/dconf-editor/metadata.xml b/gnome-base/dconf-editor/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/gnome-base/dconf-editor/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] 6+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf-editor/
@ 2018-08-04 13:03 Mart Raudsepp
0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2018-08-04 13:03 UTC (permalink / raw
To: gentoo-commits
commit: ebb62c5f6dcf0760933dbafe16642270e880ec2c
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 4 12:50:14 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Aug 4 12:50:14 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ebb62c5f
gnome-base/dconf-editor: remove, available in ::gentoo
gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild | 33 ----------------------
gnome-base/dconf-editor/metadata.xml | 8 ------
2 files changed, 41 deletions(-)
diff --git a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
deleted file mode 100644
index 919e9dfa..00000000
--- a/gnome-base/dconf-editor/dconf-editor-3.26.2.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="Graphical tool for editing the dconf configuration database"
-HOMEPAGE="https://git.gnome.org/browse/dconf-editor"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux"
-
-COMMON_DEPEND="
- dev-libs/appstream-glib
- >=dev-libs/glib-2.46.0:2
- >=gnome-base/dconf-0.25.1
- >=x11-libs/gtk+-3.22.0:3
-"
-DEPEND="${COMMON_DEPEND}
- >=sys-devel/gettext-0.19.7
- virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
- !<gnome-base/dconf-0.22[X]
-"
-
-src_configure() {
- gnome2_src_configure \
- VALAC="$(type -P true)"
-}
diff --git a/gnome-base/dconf-editor/metadata.xml b/gnome-base/dconf-editor/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/gnome-base/dconf-editor/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:[~2018-08-04 13:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25 21:07 [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf-editor/ Alexandre Rostovtsev
-- strict thread matches above, loose matches on Subject: below --
2018-08-04 13:03 Mart Raudsepp
2018-05-29 20:54 Sobhan Mohammadpour
2018-01-12 11:56 Dennis Lamm
2016-03-28 11:04 Ole Reifschneider
2015-05-24 16:33 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox