* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2011-02-09 20:13 Nirbheek Chauhan
0 siblings, 0 replies; 17+ messages in thread
From: Nirbheek Chauhan @ 2011-02-09 20:13 UTC (permalink / raw
To: gentoo-commits
commit: aa2ef107c3de4f5c71dc5abfc70c93f1e2fcd68d
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 9 12:36:59 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 9 17:06:04 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=aa2ef107
Add dev-util/devhelp-2.91.5, gtk+:3 version
* Not slotted because the only thing that links to it is anjuta
---
dev-util/devhelp/devhelp-2.91.5.ebuild | 56 ++++++++++++++++++++++++++++++++
1 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/dev-util/devhelp/devhelp-2.91.5.ebuild b/dev-util/devhelp/devhelp-2.91.5.ebuild
new file mode 100644
index 0000000..7ca4f1c
--- /dev/null
+++ b/dev-util/devhelp/devhelp-2.91.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-2.32.0.ebuild,v 1.2 2011/01/24 16:45:07 eva Exp $
+
+EAPI="3"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 python toolchain-funcs
+
+DESCRIPTION="An API documentation browser for GNOME 2"
+HOMEPAGE="http://live.gnome.org/devhelp"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=gnome-base/gconf-2.6
+ >=dev-libs/glib-2.25.11:2
+ x11-libs/gtk+:3
+ x11-libs/libwnck
+ net-libs/webkit-gtk:3"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.40
+ >=dev-util/pkgconfig-0.9"
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README"
+ # ICC is crazy, silence warnings (bug #154010)
+ if [[ $(tc-getCC) == "icc" ]] ; then
+ G2CONF="${G2CONF} --with-compile-warnings=no"
+ fi
+ python_set_active_version 2
+}
+
+src_prepare() {
+ gnome2_src_prepare
+
+ # disable pyc compiling
+ rm py-compile
+ ln -s $(type -P true) py-compile
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ python_need_rebuild
+ python_mod_optimize /usr/$(get_libdir)/gedit-2/plugins/devhelp
+ preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-1.so.1
+}
+
+pkg_postrm() {
+ gnome2_pkg_postrm
+ python_mod_cleanup /usr/$(get_libdir)/gedit-2/plugins/devhelp
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2011-02-22 15:14 Nirbheek Chauhan
0 siblings, 0 replies; 17+ messages in thread
From: Nirbheek Chauhan @ 2011-02-22 15:14 UTC (permalink / raw
To: gentoo-commits
commit: f307c095bf2b9952e22a21afe6f3eb5bbf938027
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 14:56:38 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 14:56:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f307c095
dev-util/devhelp: 2.91.5 -> 2.91.90
---
...evhelp-2.91.5.ebuild => devhelp-2.91.90.ebuild} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/devhelp/devhelp-2.91.5.ebuild b/dev-util/devhelp/devhelp-2.91.90.ebuild
similarity index 90%
rename from dev-util/devhelp/devhelp-2.91.5.ebuild
rename to dev-util/devhelp/devhelp-2.91.90.ebuild
index 7ca4f1c..e4d06db 100644
--- a/dev-util/devhelp/devhelp-2.91.5.ebuild
+++ b/dev-util/devhelp/devhelp-2.91.90.ebuild
@@ -46,11 +46,11 @@ src_prepare() {
pkg_postinst() {
gnome2_pkg_postinst
python_need_rebuild
- python_mod_optimize /usr/$(get_libdir)/gedit-2/plugins/devhelp
+ python_mod_optimize /usr/$(get_libdir)/gedit-2/plugins
preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-1.so.1
}
pkg_postrm() {
gnome2_pkg_postrm
- python_mod_cleanup /usr/$(get_libdir)/gedit-2/plugins/devhelp
+ python_mod_cleanup /usr/$(get_libdir)/gedit-2/plugins
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2011-03-09 11:34 Nirbheek Chauhan
0 siblings, 0 replies; 17+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
To: gentoo-commits
commit: be45f85322ff07768fea466646ae11d7e9f48c69
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 14:01:35 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=be45f853
dev-util/devhelp: 2.91.90 → 2.91.91.2
---
...elp-2.91.90.ebuild => devhelp-2.91.91.2.ebuild} | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-util/devhelp/devhelp-2.91.90.ebuild b/dev-util/devhelp/devhelp-2.91.91.2.ebuild
similarity index 79%
rename from dev-util/devhelp/devhelp-2.91.90.ebuild
rename to dev-util/devhelp/devhelp-2.91.91.2.ebuild
index e4d06db..aafe155 100644
--- a/dev-util/devhelp/devhelp-2.91.90.ebuild
+++ b/dev-util/devhelp/devhelp-2.91.91.2.ebuild
@@ -16,10 +16,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
-RDEPEND=">=gnome-base/gconf-2.6
+RDEPEND=">=gnome-base/gconf-2.6:2
>=dev-libs/glib-2.25.11:2
- x11-libs/gtk+:3
- x11-libs/libwnck
+ >=x11-libs/gtk+-3.0.2:3
+ x11-libs/libwnck:3
net-libs/webkit-gtk:3"
DEPEND="${RDEPEND}
sys-devel/gettext
@@ -39,18 +39,18 @@ src_prepare() {
gnome2_src_prepare
# disable pyc compiling
- rm py-compile
- ln -s $(type -P true) py-compile
+ ln -sfn $(type -P true) py-compile
}
pkg_postinst() {
gnome2_pkg_postinst
python_need_rebuild
- python_mod_optimize /usr/$(get_libdir)/gedit-2/plugins
+ python_mod_optimize /usr/$(get_libdir)/gedit/plugins
+ # Keep this around so that users get reminded to delete this
preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-1.so.1
}
pkg_postrm() {
gnome2_pkg_postrm
- python_mod_cleanup /usr/$(get_libdir)/gedit-2/plugins
+ python_mod_cleanup /usr/$(get_libdir)/gedit/plugins
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2011-03-23 5:20 Nirbheek Chauhan
0 siblings, 0 replies; 17+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23 5:20 UTC (permalink / raw
To: gentoo-commits
commit: 0387a1e4ba55abca7f9e8c6babd7726955b80562
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 03:37:35 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=0387a1e4
dev-util/devhelp: 2.91.91.2 → 2.91.92
---
...elp-2.91.91.2.ebuild => devhelp-2.91.92.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-util/devhelp/devhelp-2.91.91.2.ebuild b/dev-util/devhelp/devhelp-2.91.92.ebuild
similarity index 100%
rename from dev-util/devhelp/devhelp-2.91.91.2.ebuild
rename to dev-util/devhelp/devhelp-2.91.92.ebuild
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2011-04-05 0:57 Nirbheek Chauhan
0 siblings, 0 replies; 17+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 73745bd104ad4ebbdb03935d0f2425743bf4f2c1
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 15:53:59 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 15:53:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=73745bd1
dev-util/devhelp: 2.91.92 → 3.0.0
* Updated translations
---
...devhelp-2.91.92.ebuild => devhelp-3.0.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-util/devhelp/devhelp-2.91.92.ebuild b/dev-util/devhelp/devhelp-3.0.0.ebuild
similarity index 100%
rename from dev-util/devhelp/devhelp-2.91.92.ebuild
rename to dev-util/devhelp/devhelp-3.0.0.ebuild
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2011-04-13 5:52 Gilles Dartiguelongue
0 siblings, 0 replies; 17+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-13 5:52 UTC (permalink / raw
To: gentoo-commits
commit: 2762916c11dfa4b767e9258c5d97f8eb3942cdf7
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 05:52:18 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 05:52:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2762916c
dev-util/devhelp: QAed
* Add missing pkg_preinst
* Raise gettext dependency per configure
---
dev-util/devhelp/devhelp-3.0.0.ebuild | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-util/devhelp/devhelp-3.0.0.ebuild b/dev-util/devhelp/devhelp-3.0.0.ebuild
index aafe155..12336ee 100644
--- a/dev-util/devhelp/devhelp-3.0.0.ebuild
+++ b/dev-util/devhelp/devhelp-3.0.0.ebuild
@@ -5,6 +5,7 @@
EAPI="3"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
+PYTHON_DEPEND="2"
inherit eutils gnome2 python toolchain-funcs
@@ -22,7 +23,7 @@ RDEPEND=">=gnome-base/gconf-2.6:2
x11-libs/libwnck:3
net-libs/webkit-gtk:3"
DEPEND="${RDEPEND}
- sys-devel/gettext
+ >=sys-devel/gettext-0.17
>=dev-util/intltool-0.40
>=dev-util/pkgconfig-0.9"
@@ -42,12 +43,17 @@ src_prepare() {
ln -sfn $(type -P true) py-compile
}
+pkg_preinst() {
+ gnome2_pkg_preinst
+ preserve_old_lib /usr/$(get_libdir)/libdevhelp-2.so.1
+}
+
pkg_postinst() {
gnome2_pkg_postinst
python_need_rebuild
python_mod_optimize /usr/$(get_libdir)/gedit/plugins
# Keep this around so that users get reminded to delete this
- preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-1.so.1
+ preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-2.so.1
}
pkg_postrm() {
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2011-04-13 9:57 Nirbheek Chauhan
0 siblings, 0 replies; 17+ messages in thread
From: Nirbheek Chauhan @ 2011-04-13 9:57 UTC (permalink / raw
To: gentoo-commits
commit: c5612f24c11a16fac5cb635e6a21a05fe37efc99
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 09:56:21 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 09:56:21 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c5612f24
dev-util/devhelp: don't remove older notify calls
* Otherwise users can upgrade and forget to remove older libraries
---
dev-util/devhelp/devhelp-3.0.0.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dev-util/devhelp/devhelp-3.0.0.ebuild b/dev-util/devhelp/devhelp-3.0.0.ebuild
index 12336ee..f47bfec 100644
--- a/dev-util/devhelp/devhelp-3.0.0.ebuild
+++ b/dev-util/devhelp/devhelp-3.0.0.ebuild
@@ -52,7 +52,8 @@ pkg_postinst() {
gnome2_pkg_postinst
python_need_rebuild
python_mod_optimize /usr/$(get_libdir)/gedit/plugins
- # Keep this around so that users get reminded to delete this
+ # Keep all the notify calls around so that users get reminded to delete them
+ preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-1.so.1
preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-2.so.1
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2012-10-27 21:22 Gilles Dartiguelongue
0 siblings, 0 replies; 17+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 21:22 UTC (permalink / raw
To: gentoo-commits
commit: ef2d9bda523d9d37741abb79d913dbdce993218c
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 21:21:44 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 21:21:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ef2d9bda
dev-util/devhelp: 3.5.92 → 3.6.0
---
...{devhelp-3.5.92.ebuild => devhelp-3.6.0.ebuild} | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-util/devhelp/devhelp-3.5.92.ebuild b/dev-util/devhelp/devhelp-3.6.0.ebuild
similarity index 99%
rename from dev-util/devhelp/devhelp-3.5.92.ebuild
rename to dev-util/devhelp/devhelp-3.6.0.ebuild
index dfac01d..bc0a65e 100644
--- a/dev-util/devhelp/devhelp-3.5.92.ebuild
+++ b/dev-util/devhelp/devhelp-3.6.0.ebuild
@@ -29,16 +29,17 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+}
+
+src_prepare() {
DOCS="AUTHORS NEWS README"
# ICC is crazy, silence warnings (bug #154010)
if [[ $(tc-getCC) == "icc" ]] ; then
G2CONF="${G2CONF} --with-compile-warnings=no"
fi
- python_set_active_version 2
- python_pkg_setup
-}
-src_prepare() {
gnome2_src_prepare
python_clean_py-compile_files
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2012-11-18 19:33 Gilles Dartiguelongue
0 siblings, 0 replies; 17+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-18 19:33 UTC (permalink / raw
To: gentoo-commits
commit: f3e527a7581fe8dd8b61d5631c77c9bd10ed565a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 19:32:23 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 19:33:43 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f3e527a7
dev-util/devhelp: 3.6.0 → 3.6.1
---
.../{devhelp-3.6.0.ebuild => devhelp-3.6.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-util/devhelp/devhelp-3.6.0.ebuild b/dev-util/devhelp/devhelp-3.6.1.ebuild
similarity index 100%
rename from dev-util/devhelp/devhelp-3.6.0.ebuild
rename to dev-util/devhelp/devhelp-3.6.1.ebuild
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2013-11-14 22:52 Gilles Dartiguelongue
0 siblings, 0 replies; 17+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-14 22:52 UTC (permalink / raw
To: gentoo-commits
commit: 68d69586f4d7b412835f4ff36334baf4475ea545
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 16:25:41 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 00:39:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=68d69586
dev-util/devhelp: 3.8.2 → 3.10.0
---
dev-util/devhelp/devhelp-3.10.0.ebuild | 61 ++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/dev-util/devhelp/devhelp-3.10.0.ebuild b/dev-util/devhelp/devhelp-3.10.0.ebuild
new file mode 100644
index 0000000..12a10bc
--- /dev/null
+++ b/dev-util/devhelp/devhelp-3.10.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+# gedit-3.8 is python3 only, this also per:
+# https://bugzilla.redhat.com/show_bug.cgi?id=979450
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit gnome2 python-single-r1 toolchain-funcs
+
+DESCRIPTION="An API documentation browser for GNOME"
+HOMEPAGE="http://live.gnome.org/devhelp"
+
+LICENSE="GPL-2+"
+SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version)
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="gedit"
+REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
+
+# FIXME: automagic python dependency
+COMMON_DEPEND="
+ >=dev-libs/glib-2.37.3:2
+ >=x11-libs/gtk+-3.9.8:3
+ >=net-libs/webkit-gtk-2:3
+"
+RDEPEND="${COMMON_DEPEND}
+ gedit? (
+ ${PYTHON_DEPS}
+ app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ x11-libs/gtk+[introspection] )
+ gnome-base/gsettings-desktop-schemas
+"
+DEPEND="${COMMON_DEPEND}
+ ${PYTHON_DEPS}
+ >=sys-devel/gettext-0.17
+ >=dev-util/intltool-0.40
+ virtual/pkgconfig
+"
+pkg_setup() {
+ use gedit && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+ if ! use gedit ; then
+ sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die
+ fi
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ local myconf=""
+ # ICC is crazy, silence warnings (bug #154010)
+ if [[ $(tc-getCC) == "icc" ]] ; then
+ myconf="--with-compile-warnings=no"
+ fi
+ gnome2_src_configure ${myconf}
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2013-12-01 23:18 Gilles Dartiguelongue
0 siblings, 0 replies; 17+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-01 23:18 UTC (permalink / raw
To: gentoo-commits
commit: 60ea023e1f626aa8e4e35042d93c55dda20aecf8
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 16:25:41 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 22:03:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=60ea023e
dev-util/devhelp: 3.8.2 → 3.10.2
---
dev-util/devhelp/devhelp-3.10.2.ebuild | 60 ++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/dev-util/devhelp/devhelp-3.10.2.ebuild b/dev-util/devhelp/devhelp-3.10.2.ebuild
new file mode 100644
index 0000000..9191779
--- /dev/null
+++ b/dev-util/devhelp/devhelp-3.10.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+# gedit-3.8 is python3 only, this also per:
+# https://bugzilla.redhat.com/show_bug.cgi?id=979450
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit gnome2 python-single-r1 toolchain-funcs
+
+DESCRIPTION="An API documentation browser for GNOME"
+HOMEPAGE="http://live.gnome.org/devhelp"
+
+LICENSE="GPL-2+"
+SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version)
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="gedit"
+REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
+
+# FIXME: automagic python dependency
+COMMON_DEPEND="
+ >=dev-libs/glib-2.37.3:2
+ >=x11-libs/gtk+-3.9.8:3
+ >=net-libs/webkit-gtk-2:3
+"
+RDEPEND="${COMMON_DEPEND}
+ gedit? (
+ ${PYTHON_DEPS}
+ app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ x11-libs/gtk+[introspection] )
+ gnome-base/gsettings-desktop-schemas
+"
+DEPEND="${COMMON_DEPEND}
+ ${PYTHON_DEPS}
+ >=dev-util/intltool-0.40
+ virtual/pkgconfig
+"
+pkg_setup() {
+ use gedit && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+ if ! use gedit ; then
+ sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die
+ fi
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ local myconf=""
+ # ICC is crazy, silence warnings (bug #154010)
+ if [[ $(tc-getCC) == "icc" ]] ; then
+ myconf="--with-compile-warnings=no"
+ fi
+ gnome2_src_configure ${myconf}
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2014-04-12 15:44 Gilles Dartiguelongue
0 siblings, 0 replies; 17+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-12 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 86de81f907e6f9b0039d8dda008e3d58d0628d3a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 15:41:02 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 15:41:25 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=86de81f9
dev-util/devhelp: 3.10.2 → 3.12.0
---
dev-util/devhelp/devhelp-3.12.0.ebuild | 60 ++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/dev-util/devhelp/devhelp-3.12.0.ebuild b/dev-util/devhelp/devhelp-3.12.0.ebuild
new file mode 100644
index 0000000..8c79a47
--- /dev/null
+++ b/dev-util/devhelp/devhelp-3.12.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+# gedit-3.8 is python3 only, this also per:
+# https://bugzilla.redhat.com/show_bug.cgi?id=979450
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit gnome2 python-single-r1 toolchain-funcs
+
+DESCRIPTION="An API documentation browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp"
+
+LICENSE="GPL-2+"
+SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version)
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="gedit"
+REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
+
+# FIXME: automagic python dependency
+COMMON_DEPEND="
+ >=dev-libs/glib-2.37.3:2
+ >=x11-libs/gtk+-3.9.10:3
+ >=net-libs/webkit-gtk-2:3
+"
+RDEPEND="${COMMON_DEPEND}
+ gedit? (
+ ${PYTHON_DEPS}
+ app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ x11-libs/gtk+[introspection] )
+ gnome-base/gsettings-desktop-schemas
+"
+DEPEND="${COMMON_DEPEND}
+ ${PYTHON_DEPS}
+ >=dev-util/intltool-0.40
+ virtual/pkgconfig
+"
+pkg_setup() {
+ use gedit && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+ if ! use gedit ; then
+ sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die
+ fi
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ local myconf=""
+ # ICC is crazy, silence warnings (bug #154010)
+ if [[ $(tc-getCC) == "icc" ]] ; then
+ myconf="--with-compile-warnings=no"
+ fi
+ gnome2_src_configure ${myconf}
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2014-04-24 22:35 Gilles Dartiguelongue
0 siblings, 0 replies; 17+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-24 22:35 UTC (permalink / raw
To: gentoo-commits
commit: 028b0ed0cc248476e0e388f46198aaacc969ccc4
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 22:03:20 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 22:34:51 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=028b0ed0
dev-util/devhelp: 3.12.0 → 3.12.1
---
dev-util/devhelp/{devhelp-3.12.0.ebuild => devhelp-3.12.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-util/devhelp/devhelp-3.12.0.ebuild b/dev-util/devhelp/devhelp-3.12.1.ebuild
similarity index 100%
rename from dev-util/devhelp/devhelp-3.12.0.ebuild
rename to dev-util/devhelp/devhelp-3.12.1.ebuild
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2014-11-30 19:03 Remi Cardona
0 siblings, 0 replies; 17+ messages in thread
From: Remi Cardona @ 2014-11-30 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 222f98849ed4797a00d023c81b8dab287565d805
Author: Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 30 17:57:24 2014 +0000
Commit: Remi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 30 17:57:38 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=222f9884
dev-util/devhelp: sync PYTHON_COMPAT with portage
---
dev-util/devhelp/devhelp-3.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/devhelp/devhelp-3.14.0.ebuild b/dev-util/devhelp/devhelp-3.14.0.ebuild
index beb002e..e33d58d 100644
--- a/dev-util/devhelp/devhelp-3.14.0.ebuild
+++ b/dev-util/devhelp/devhelp-3.14.0.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
GCONF_DEBUG="no"
# gedit-3.8 is python3 only, this also per:
# https://bugzilla.redhat.com/show_bug.cgi?id=979450
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python{3_3,3_4} )
inherit gnome2 python-single-r1 toolchain-funcs
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2015-05-08 21:54 Gilles Dartiguelongue
0 siblings, 0 replies; 17+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-08 21:54 UTC (permalink / raw
To: gentoo-commits
commit: ed0bb40b6e71d8e5bf3aa604031b6dc4f0bb252b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 19:20:27 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri May 8 21:53:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ed0bb40b
dev-util/devhelp: 3.14.0 → 3.16.0
dev-util/devhelp/devhelp-3.16.0.ebuild | 60 ++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/dev-util/devhelp/devhelp-3.16.0.ebuild b/dev-util/devhelp/devhelp-3.16.0.ebuild
new file mode 100644
index 0000000..dd267d5
--- /dev/null
+++ b/dev-util/devhelp/devhelp-3.16.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+# gedit-3.8 is python3 only, this also per:
+# https://bugzilla.redhat.com/show_bug.cgi?id=979450
+PYTHON_COMPAT=( python{3_3,3_4} )
+
+inherit gnome2 python-single-r1 toolchain-funcs
+
+DESCRIPTION="An API documentation browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp"
+
+LICENSE="GPL-2+"
+SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version)
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="gedit"
+REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
+
+# FIXME: automagic python dependency
+COMMON_DEPEND="
+ >=dev-libs/glib-2.37.3:2
+ >=x11-libs/gtk+-3.13.4:3
+ >=net-libs/webkit-gtk-2:4
+"
+RDEPEND="${COMMON_DEPEND}
+ gedit? (
+ ${PYTHON_DEPS}
+ app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ x11-libs/gtk+[introspection] )
+ gnome-base/gsettings-desktop-schemas
+"
+DEPEND="${COMMON_DEPEND}
+ ${PYTHON_DEPS}
+ >=dev-util/intltool-0.40
+ virtual/pkgconfig
+"
+pkg_setup() {
+ use gedit && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+ if ! use gedit ; then
+ sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die
+ fi
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ local myconf=""
+ # ICC is crazy, silence warnings (bug #154010)
+ if [[ $(tc-getCC) == "icc" ]] ; then
+ myconf="--with-compile-warnings=no"
+ fi
+ gnome2_src_configure ${myconf}
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2018-05-27 12:51 Gilles Dartiguelongue
0 siblings, 0 replies; 17+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-27 12:51 UTC (permalink / raw
To: gentoo-commits
commit: a5578ea112d3a0574b46f7e43972edca230e66c5
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 11:00:31 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 27 12:47:01 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a5578ea1
dev-util/devhelp: 3.24.0 → 3.26.1
Various UI changes. Important code refactoing. Improved API
documentation.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A
dev-util/devhelp/devhelp-3.26.1.ebuild | 68 ++++++++++++++++++++++++++++++++++
dev-util/devhelp/metadata.xml | 11 ++++++
2 files changed, 79 insertions(+)
diff --git a/dev-util/devhelp/devhelp-3.26.1.ebuild b/dev-util/devhelp/devhelp-3.26.1.ebuild
new file mode 100644
index 00000000..092f711b
--- /dev/null
+++ b/dev-util/devhelp/devhelp-3.26.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+# gedit-3.8 is python3 only, this also per:
+# https://bugzilla.redhat.com/show_bug.cgi?id=979450
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit gnome2 python-single-r1 toolchain-funcs
+
+DESCRIPTION="An API documentation browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp"
+
+LICENSE="GPL-2+"
+SLOT="0/3-4" # subslot = 3-(libdevhelp-3 soname version)
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="gedit +introspection"
+REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.38:2[dbus]
+ >=x11-libs/gtk+-3.22:3
+ >=net-libs/webkit-gtk-2.6.0:4
+ gnome-base/gsettings-desktop-schemas
+ introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+RDEPEND="${COMMON_DEPEND}
+ gedit? (
+ ${PYTHON_DEPS}
+ app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ x11-libs/gtk+[introspection] )
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${COMMON_DEPEND}
+ ${PYTHON_DEPS}
+ dev-libs/libxml2
+ >=dev-util/gtk-doc-am-1.25
+ >=sys-devel/gettext-0.19.7
+ virtual/pkgconfig
+ x11-libs/gdk-pixbuf:2
+"
+# eautoreconf requires:
+# dev-libs/appstream-glib
+# sys-devel/autoconf-archive
+
+pkg_setup() {
+ use gedit && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+ if ! use gedit ; then
+ sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die
+ fi
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ local myconf=""
+ # ICC is crazy, silence warnings (bug #154010)
+ if [[ $(tc-getCC) == "icc" ]] ; then
+ myconf="--with-compile-warnings=no"
+ fi
+ gnome2_src_configure \
+ $(use_enable introspection) \
+ ${myconf}
+}
diff --git a/dev-util/devhelp/metadata.xml b/dev-util/devhelp/metadata.xml
new file mode 100644
index 00000000..04f1a3c9
--- /dev/null
+++ b/dev-util/devhelp/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+<use>
+ <flag name="gedit">Install plugin for <pkg>app-editors/gedit</pkg></flag>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
@ 2018-09-13 8:00 Mart Raudsepp
0 siblings, 0 replies; 17+ messages in thread
From: Mart Raudsepp @ 2018-09-13 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 7329305c6b7859a4b35ece7babdc9060997aafd6
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 07:59:18 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 07:59:18 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7329305c
dev-util/devhelp-3.26.1: remove, available in ::gentoo
::gentoo version doesn't wrongly build depend on gdk-pixbuf (pixdata
gresource attribute is not used)
dev-util/devhelp/devhelp-3.26.1.ebuild | 68 ----------------------------------
dev-util/devhelp/metadata.xml | 11 ------
2 files changed, 79 deletions(-)
diff --git a/dev-util/devhelp/devhelp-3.26.1.ebuild b/dev-util/devhelp/devhelp-3.26.1.ebuild
deleted file mode 100644
index 092f711b..00000000
--- a/dev-util/devhelp/devhelp-3.26.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-# gedit-3.8 is python3 only, this also per:
-# https://bugzilla.redhat.com/show_bug.cgi?id=979450
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit gnome2 python-single-r1 toolchain-funcs
-
-DESCRIPTION="An API documentation browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp"
-
-LICENSE="GPL-2+"
-SLOT="0/3-4" # subslot = 3-(libdevhelp-3 soname version)
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="gedit +introspection"
-REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.38:2[dbus]
- >=x11-libs/gtk+-3.22:3
- >=net-libs/webkit-gtk-2.6.0:4
- gnome-base/gsettings-desktop-schemas
- introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-RDEPEND="${COMMON_DEPEND}
- gedit? (
- ${PYTHON_DEPS}
- app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- x11-libs/gtk+[introspection] )
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${COMMON_DEPEND}
- ${PYTHON_DEPS}
- dev-libs/libxml2
- >=dev-util/gtk-doc-am-1.25
- >=sys-devel/gettext-0.19.7
- virtual/pkgconfig
- x11-libs/gdk-pixbuf:2
-"
-# eautoreconf requires:
-# dev-libs/appstream-glib
-# sys-devel/autoconf-archive
-
-pkg_setup() {
- use gedit && python-single-r1_pkg_setup
-}
-
-src_prepare() {
- if ! use gedit ; then
- sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die
- fi
-
- gnome2_src_prepare
-}
-
-src_configure() {
- local myconf=""
- # ICC is crazy, silence warnings (bug #154010)
- if [[ $(tc-getCC) == "icc" ]] ; then
- myconf="--with-compile-warnings=no"
- fi
- gnome2_src_configure \
- $(use_enable introspection) \
- ${myconf}
-}
diff --git a/dev-util/devhelp/metadata.xml b/dev-util/devhelp/metadata.xml
deleted file mode 100644
index 04f1a3c9..00000000
--- a/dev-util/devhelp/metadata.xml
+++ /dev/null
@@ -1,11 +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>
-<use>
- <flag name="gedit">Install plugin for <pkg>app-editors/gedit</pkg></flag>
-</use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2018-09-13 8:00 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 23:18 [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2018-09-13 8:00 Mart Raudsepp
2018-05-27 12:51 Gilles Dartiguelongue
2015-05-08 21:54 Gilles Dartiguelongue
2014-11-30 19:03 Remi Cardona
2014-04-24 22:35 Gilles Dartiguelongue
2014-04-12 15:44 Gilles Dartiguelongue
2013-11-14 22:52 Gilles Dartiguelongue
2012-11-18 19:33 Gilles Dartiguelongue
2012-10-27 21:22 Gilles Dartiguelongue
2011-04-13 9:57 Nirbheek Chauhan
2011-04-13 5:52 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-22 15:14 Nirbheek Chauhan
2011-02-09 20:13 Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox