From 5a01792340999d37435f5000a3f6b8e0f2d11815 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Fri, 7 Nov 2014 12:54:17 +0200 Subject: Added the full elimination of sabayon-version --- dev-libs/d0_blind_id/d0_blind_id-9999.ebuild | 50 ++ dev-libs/gobject-introspection/Manifest | 2 + .../files/disable_python.patch | 33 ++ .../gobject-introspection-1.38.0-r1.ebuild | 103 ++++ .../gobject-introspection-1.40.0.ebuild | 104 ++++ dev-libs/guiloader-c++/Manifest | 1 + .../files/guiloader-c++-2.21.0-gcc46.patch | 10 + dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild | 43 ++ dev-libs/guiloader-c++/metadata.xml | 16 + dev-libs/libcitadel/ChangeLog | 62 ++ dev-libs/libcitadel/Manifest | 1 + dev-libs/libcitadel/libcitadel-8.04.ebuild | 30 + dev-libs/libcitadel/metadata.xml | 17 + dev-libs/libnl/Manifest | 1 + .../libnl/files/libnl-1.0_pre5-__u64_x86_64.patch | 15 + dev-libs/libnl/files/libnl-1.0_pre5-include.diff | 10 + .../libnl/files/libnl-1.0_pre6-__u64_x86_64.patch | 15 + dev-libs/libnl/files/libnl-1.1-types.patch | 11 + dev-libs/libnl/files/libnl-1.pc | 10 + dev-libs/libnl/libnl-1.1.ebuild | 33 ++ dev-libs/libreport/Manifest | 2 + .../files/0001-Add-Kogaion-customizations.patch | 108 ++++ ...002-Drop-Fedora-workflows-add-Sabayon-one.patch | 376 ++++++++++++ ...eport_Bugzilla-use-Sabayon-s-bugzilla-URL.patch | 27 + .../libreport/files/libreport-2.0.20-json-c.patch | 51 ++ .../libreport/files/libreport-2.0.20-sabayon.patch | 157 +++++ .../libreport-2.0.7-uploader_event-syntax.patch | 19 + .../libreport/files/libreport-2.1.9-json-c.patch | 24 + dev-libs/libreport/libreport-2.0.20-r1.ebuild | 94 +++ dev-libs/libreport/libreport-2.1.9.ebuild | 88 +++ dev-libs/libreport/metadata.xml | 5 + dev-libs/openssl/Manifest | 2 + dev-libs/openssl/files/gentoo.config-1.0.1 | 160 +++++ .../openssl/files/openssl-1.0.0a-ldflags.patch | 23 + .../openssl/files/openssl-1.0.0d-windres.patch | 76 +++ .../openssl/files/openssl-1.0.0h-pkg-config.patch | 32 + .../files/openssl-1.0.1-parallel-build.patch | 354 +++++++++++ dev-libs/openssl/files/openssl-1.0.1-x32.patch | 79 +++ .../files/openssl-1.0.1e-bad-mac-aes-ni.patch | 35 ++ dev-libs/openssl/files/openssl-1.0.1e-ipv6.patch | 656 +++++++++++++++++++++ .../openssl/files/openssl-1.0.1e-perl-5.18.patch | 375 ++++++++++++ .../files/openssl-1.0.1e-rdrand-explicit.patch | 28 + .../files/openssl-1.0.1e-s_client-verify.patch | 18 + .../files/openssl-1.0.1e-tls-ver-crash.patch | 34 ++ .../openssl/files/openssl-1.0.1f-perl-5.18.patch | 356 +++++++++++ ...enssl-1.0.1f-revert-alpha-perl-generation.patch | 83 +++ dev-libs/openssl/metadata.xml | 13 + dev-libs/openssl/openssl-1.0.1g-r1.ebuild | 261 ++++++++ dev-libs/satyr/Manifest | 1 + .../satyr/files/satyr-0.13-elfutils-0.158.patch | 13 + dev-libs/satyr/satyr-0.13.ebuild | 32 + 51 files changed, 4149 insertions(+) create mode 100644 dev-libs/d0_blind_id/d0_blind_id-9999.ebuild create mode 100644 dev-libs/gobject-introspection/Manifest create mode 100644 dev-libs/gobject-introspection/files/disable_python.patch create mode 100644 dev-libs/gobject-introspection/gobject-introspection-1.38.0-r1.ebuild create mode 100644 dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild create mode 100644 dev-libs/guiloader-c++/Manifest create mode 100644 dev-libs/guiloader-c++/files/guiloader-c++-2.21.0-gcc46.patch create mode 100644 dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild create mode 100644 dev-libs/guiloader-c++/metadata.xml create mode 100644 dev-libs/libcitadel/ChangeLog create mode 100644 dev-libs/libcitadel/Manifest create mode 100644 dev-libs/libcitadel/libcitadel-8.04.ebuild create mode 100644 dev-libs/libcitadel/metadata.xml create mode 100644 dev-libs/libnl/Manifest create mode 100644 dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch create mode 100644 dev-libs/libnl/files/libnl-1.0_pre5-include.diff create mode 100644 dev-libs/libnl/files/libnl-1.0_pre6-__u64_x86_64.patch create mode 100644 dev-libs/libnl/files/libnl-1.1-types.patch create mode 100644 dev-libs/libnl/files/libnl-1.pc create mode 100644 dev-libs/libnl/libnl-1.1.ebuild create mode 100644 dev-libs/libreport/Manifest create mode 100644 dev-libs/libreport/files/0001-Add-Kogaion-customizations.patch create mode 100644 dev-libs/libreport/files/0002-Drop-Fedora-workflows-add-Sabayon-one.patch create mode 100644 dev-libs/libreport/files/0003-Make-report_Bugzilla-use-Sabayon-s-bugzilla-URL.patch create mode 100644 dev-libs/libreport/files/libreport-2.0.20-json-c.patch create mode 100644 dev-libs/libreport/files/libreport-2.0.20-sabayon.patch create mode 100644 dev-libs/libreport/files/libreport-2.0.7-uploader_event-syntax.patch create mode 100644 dev-libs/libreport/files/libreport-2.1.9-json-c.patch create mode 100644 dev-libs/libreport/libreport-2.0.20-r1.ebuild create mode 100644 dev-libs/libreport/libreport-2.1.9.ebuild create mode 100644 dev-libs/libreport/metadata.xml create mode 100644 dev-libs/openssl/Manifest create mode 100755 dev-libs/openssl/files/gentoo.config-1.0.1 create mode 100644 dev-libs/openssl/files/openssl-1.0.0a-ldflags.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.0d-windres.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.0h-pkg-config.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1-parallel-build.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1-x32.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1e-bad-mac-aes-ni.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1e-ipv6.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1e-perl-5.18.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1e-rdrand-explicit.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1e-s_client-verify.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1e-tls-ver-crash.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1f-perl-5.18.patch create mode 100644 dev-libs/openssl/files/openssl-1.0.1f-revert-alpha-perl-generation.patch create mode 100644 dev-libs/openssl/metadata.xml create mode 100644 dev-libs/openssl/openssl-1.0.1g-r1.ebuild create mode 100644 dev-libs/satyr/Manifest create mode 100644 dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch create mode 100644 dev-libs/satyr/satyr-0.13.ebuild (limited to 'dev-libs') diff --git a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild new file mode 100644 index 00000000..4dac682b --- /dev/null +++ b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +EGIT_REPO_URI="git://git.xonotic.org/xonotic/${PN}.git" + +[[ ${PV} == *9999 ]] && SCM="autotools git-2" +inherit base ${SCM} +unset SCM + +DESCRIPTION="Blind-ID library for user identification using RSA blind signatures" +HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+crypt openssl static-libs" + +RDEPEND=" + !openssl? ( dev-libs/gmp ) + openssl? ( dev-libs/openssl ) +" +DEPEND="${RDEPEND} + dev-util/pkgconfig +" + +pkg_setup() { + use crypt || ewarn "You will have no encryption, only authentication." + use openssl && ewarn "OpenSSL is for Mac OS X users only, GMP is faster." +} + +src_prepare() { + base_src_prepare + [[ ${PV} == *9999 ]] && eautoreconf +} + +src_configure() { + econf \ + $(use_enable crypt rijndael) \ + $(use_with openssl) \ + $(use_enable static-libs static) +} + +src_install() { + default + + dodoc d0_blind_id.txt +} diff --git a/dev-libs/gobject-introspection/Manifest b/dev-libs/gobject-introspection/Manifest new file mode 100644 index 00000000..84a25628 --- /dev/null +++ b/dev-libs/gobject-introspection/Manifest @@ -0,0 +1,2 @@ +DIST gobject-introspection-1.38.0.tar.xz 1226324 SHA256 3575e5d353c17a567fdf7ffaaa7aebe9347b5b0eee8e69d612ba56a9def67d73 SHA512 2eeafbb09484988c8489757232233aa9bf5cefecf7f80ed940867cf721e271644f7e94d8ae3b18717340ba3af1c208701c4766b1113af03972311517fda10e8f WHIRLPOOL 7dbab4e983095a12d6711236cd198473a326b100c67958693edf4a236cab6a922234b0e809d171fac1a2c860e29f7775f74a70589c1e1a124c137769ddd540e0 +DIST gobject-introspection-1.40.0.tar.xz 1286424 SHA256 96ea75e9679083e7fe39a105e810e2ead2d708abf189a5ba420bfccfffa24e98 SHA512 d6cc91be018d812f1b04281bc322b8809c2cc12e5e16adf8b826a82505315ec140ce2b823c107ed98c6dced8f62afb6071eed2702a9e76b0e8e73ad193824c04 WHIRLPOOL b5ab2bb221816802cd3d1d3aedcb6b9b5ea9f516b51b4a3a892de1098d834c78cf94aa3e552dc58f0d2530c032e9ba08b41c24b31992afc4493ac3f0bfdc2f78 diff --git a/dev-libs/gobject-introspection/files/disable_python.patch b/dev-libs/gobject-introspection/files/disable_python.patch new file mode 100644 index 00000000..aec1394c --- /dev/null +++ b/dev-libs/gobject-introspection/files/disable_python.patch @@ -0,0 +1,33 @@ +--- configure.ac_orig 2013-03-23 12:21:11.907228112 +0100 ++++ configure.ac 2013-03-23 12:21:53.982820539 +0100 +@@ -259,18 +259,18 @@ + AC_CHECK_FUNCS([backtrace backtrace_symbols]) + + # Python +-AM_PATH_PYTHON([2.6]) +-case "$host" in +-*-*-mingw*) +- # Change backslashes to forward slashes in pyexecdir to avoid +- # quoting issues +- pyexecdir=`echo $pyexecdir | tr '\\\\' '/'` +- ;; +-esac +-AM_CHECK_PYTHON_HEADERS(, AC_MSG_ERROR([Python headers not found])) +-if test "x$os_win32" = "xyes"; then +- AM_CHECK_PYTHON_LIBS(, AC_MSG_ERROR([Python libs not found. Windows requires Python modules to be explicitly linked to libpython.])) +-fi ++#AM_PATH_PYTHON([2.6]) ++#case "$host" in ++#*-*-mingw*) ++# # Change backslashes to forward slashes in pyexecdir to avoid ++# # quoting issues ++# pyexecdir=`echo $pyexecdir | tr '\\\\' '/'` ++# ;; ++#esac ++#AM_CHECK_PYTHON_HEADERS(, AC_MSG_ERROR([Python headers not found])) ++#if test "x$os_win32" = "xyes"; then ++# AM_CHECK_PYTHON_LIBS(, AC_MSG_ERROR([Python libs not found. Windows requires Python modules to be explicitly linked to libpython.])) ++#fi + + dnl Not enabled by default until 3.6 cycle when we can propose mako as + dnl an external dependency diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.38.0-r1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.38.0-r1.ebuild new file mode 100644 index 00000000..5823899e --- /dev/null +++ b/dev-libs/gobject-introspection/gobject-introspection-1.38.0-r1.ebuild @@ -0,0 +1,103 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v 1.5 2013/07/27 17:12:33 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="xml" + +inherit eutils gnome2 python-single-r1 toolchain-funcs autotools multilib-minimal + +DESCRIPTION="Introspection infrastructure for generating gobject library bindings for various languages" +HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" + +LICENSE="LGPL-2+ GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +IUSE="cairo doctool test" +REQUIRED_USE="test? ( cairo )" + +RDEPEND=" + >=dev-libs/gobject-introspection-common-${PV} + >=dev-libs/glib-2.36:2[${MULTILIB_USEDEP}] + doctool? ( dev-python/mako ) + virtual/libffi:=[${MULTILIB_USEDEP}] +" +# Wants real bison, not virtual/yacc +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.15 + sys-devel/bison + sys-devel/flex + virtual/pkgconfig + x11-proto/xproto[${MULTILIB_USEDEP}] +" +# PDEPEND to avoid circular dependencies, bug #391213 +PDEPEND="cairo? ( x11-libs/cairo[glib,${MULTILIB_USEDEP}] )" + +pkg_setup() { + python-single-r1_pkg_setup +} + +disable_python_for_x86() { + # x86 build on AMD64 fails due to missing 32bit python. We just remove the + # Python parts and those that depend on it as they are not required. + if use amd64 && [ "$ABI" == "x86" ]; then + cd ${BUILD_DIR} + + # disable configure checks + epatch ${FILESDIR}/disable_python.patch + + # disable python bindings + sed -i "s/include Makefile-giscanner.am//" Makefile.am || die "sed failed" + + # disable stuff that doesn't get installed anyways + sed -i "s/include Makefile-tools.am//" Makefile.am || die "sed failed" + sed -i "s/include Makefile-gir.am//" Makefile.am || die "sed failed" + + # disable tests + sed -i "s/SUBDIRS = . docs tests/SUBDIRS = . docs/" Makefile.am || die "sed failed" + eautoreconf + fi +} + +src_prepare() { + # To prevent crosscompiling problems, bug #414105 + CC=$(tc-getCC) + + DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO" + gnome2_src_prepare + + # avoid GNU-isms + sed -i -e 's/\(if test .* \)==/\1=/' configure || die + + if ! has_version "x11-libs/cairo[glib]"; then + # Bug #391213: enable cairo-gobject support even if it's not installed + # We only PDEPEND on cairo to avoid circular dependencies + export CAIRO_LIBS="-lcairo -lcairo-gobject" + export CAIRO_CFLAGS="-I${EPREFIX}/usr/include/cairo" + fi + + multilib_copy_sources + multilib_foreach_abi disable_python_for_x86 +} + +multilib_src_configure(){ + gnome2_src_configure \ + --disable-static \ + YACC=$(type -p yacc) \ + $(use_with cairo) \ + $(use_enable doctool) +} + +multilib_src_install() { + gnome2_src_install +} + +multilib_src_install_all() { + # Prevent collision with gobject-introspection-common + rm -v "${ED}"usr/share/aclocal/introspection.m4 \ + "${ED}"usr/share/gobject-introspection-1.0/Makefile.introspection || die + rmdir "${ED}"usr/share/aclocal || die +} diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild new file mode 100644 index 00000000..84a6ee52 --- /dev/null +++ b/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v 1.5 2013/07/27 17:12:33 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="xml" + +inherit eutils gnome2 python-single-r1 toolchain-funcs autotools multilib-minimal + +DESCRIPTION="Introspection infrastructure for generating gobject library bindings for various languages" +HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" + +LICENSE="LGPL-2+ GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +IUSE="cairo doctool test" +REQUIRED_USE="test? ( cairo )" + +RDEPEND=" + >=dev-libs/gobject-introspection-common-${PV} + >=dev-libs/glib-2.36:2[${MULTILIB_USEDEP}] + doctool? ( dev-python/mako ) + virtual/libffi:=[${MULTILIB_USEDEP}] + ! + #include + #include + #include diff --git a/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild b/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild new file mode 100644 index 00000000..cb71fbea --- /dev/null +++ b/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild,v 1.3 2011/07/26 21:16:02 maekke Exp $ + +EAPI="3" + +inherit eutils + +DESCRIPTION="C++ binding to GuiLoader library" +HOMEPAGE="http://www.crowdesigner.org" +SRC_URI="http://nothing-personal.googlecode.com/files/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="nls" + +LANGS="ru" + +RDEPEND=">=dev-libs/guiloader-2.21 + >=dev-cpp/gtkmm-2.22:2.4 + >=dev-cpp/glibmm-2.24:2" +DEPEND="${RDEPEND} + dev-libs/boost + dev-util/pkgconfig + nls? ( >=sys-devel/gettext-0.18 )" + +for x in ${LANGS}; do + IUSE="${IUSE} linguas_${x}" +done + +src_prepare() { + epatch "${FILESDIR}/${P}-gcc46.patch" +} + +src_configure() { + econf $(use_enable nls) +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc doc/{authors.txt,news.en.txt,readme.en.txt} || die +} diff --git a/dev-libs/guiloader-c++/metadata.xml b/dev-libs/guiloader-c++/metadata.xml new file mode 100644 index 00000000..d1cfa95c --- /dev/null +++ b/dev-libs/guiloader-c++/metadata.xml @@ -0,0 +1,16 @@ + + + + + pva@gentoo.org + Peter Volkov + + + GuiLoader/C++ is a C++ binding to GuiLoader library. It is a convenience + layer that simplifies development of GuiLoader based applications + written in C++ language by introducing exception safety, binding GTK+ + objects d efined in GuiXml to C++ variables and type-safe dynamic + connection to signals. + + + diff --git a/dev-libs/libcitadel/ChangeLog b/dev-libs/libcitadel/ChangeLog new file mode 100644 index 00000000..89308e90 --- /dev/null +++ b/dev-libs/libcitadel/ChangeLog @@ -0,0 +1,62 @@ +# ChangeLog for dev-libs/libcitadel +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*libcitadel-8.04 (19 Feb 2012) + + 19 Feb 2012; the_mgt themgt@uncensored.citadel.org -libcitadel-7.86.ebuild, + +libcitadel-8.04.ebuild: + Version bump to 8.04, EAPI=4 and minor improvements. Thanks to floppym and + hasufell. + + 21 Apr 2011; the_mgt themgt@mail.ru libcitadel-7.86.ebuild: + Fixed a typo in replace-flags: Used zero instead of O for -O3 filtering + + 21 Apr 2011; the_mgt themgt@mail.ru -libcitadel-7.85.ebuild, + +libcitadel-7.86.ebuild: + Version bump due to fresh release of whole Citadel suite + + 17 Mar 2011; Nathan Phillip Brink (binki) + libcitadel-7.85.ebuild: + Remove newline which confuses repoman. + + 29 Jan 2011; the_mgt the_mgt themgt@mail.ru -libcitadel-7.84.ebuild, + +libcitadel-7.85.ebuild: + Version Bump, added flag filtering for -O3, since it also contains -finline-functions. Waiting for upstream fix. + + 20 Dec 2010; the_mgt themgt@mail.ru -libcitadel-7.83.ebuild, + +libcitadel-7.84.ebuild: + Late version bump to most recent version of Citadel suite packages + + 13 Aug 2010; Thomas Sachau (Tommy[D]) + libcitadel-7.83.ebuild: + Replace spaces with tab + + 10 Aug 2010; the_mgt (the_mgt) libcitadel-7.83.ebuild: + Re-added the install phase so the files compiled by this ebuild do really + get installed... + + 03 Aug 2010; the_mgt (the_mgt) -libcitadel-7.81.ebuild, + +libcitadel-7.83.ebuild: + Version bump by renaming the libcitadel ebuild + + 22 Jul 2010; the_mgt (the_mgt) -libcitadel-7.72.ebuild, + +libcitadel-7.81.ebuild: + Version bump to 7.81, added flag-o-matic filter for -finline-functions + + 21 Feb 2010; the_mgt themgt@mail.ru -libcitadel-7.71.ebuild, + +libcitadel-7.72.ebuild: + Version bump for libcitadel, bugfix/maintenance update + + 08 Feb 2010; the_mgt themgt@mail.ru -libcitadel-7.66.ebuild, + +libcitadel-7.71.ebuild: + Version bump for libcitadel to current 7.71 version + + 04 Oct 2009; Thomas Sachau (Tommy[D]) + -libcitadel-7.63.ebuild, metadata.xml: + Nuke old version, fix metadata.xml and Changelog + + 04 Oct 2009; the_mgt themgt@mail.ru +libcitadel-7.63.ebuild, + +libcitadel-7.66.ebuild, +metadata.xml: + New Ebuild for bug 286323, blocking bug 62119 and 123139. Thanks for the + reviews and help to the people of #gentoo-sunrise diff --git a/dev-libs/libcitadel/Manifest b/dev-libs/libcitadel/Manifest new file mode 100644 index 00000000..05c22c16 --- /dev/null +++ b/dev-libs/libcitadel/Manifest @@ -0,0 +1 @@ +DIST libcitadel-8.04.tar.gz 578398 SHA256 a8ceff160ed6b7ea5a22e245a98966be305230ddd83d3552d30c4334a410c14b diff --git a/dev-libs/libcitadel/libcitadel-8.04.ebuild b/dev-libs/libcitadel/libcitadel-8.04.ebuild new file mode 100644 index 00000000..09d55dbf --- /dev/null +++ b/dev-libs/libcitadel/libcitadel-8.04.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit flag-o-matic + +DESCRIPTION="Code shared across all the components of a Citadel system" +HOMEPAGE="http://citadel.org/" +SRC_URI="http://easyinstall.citadel.org/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/expat + dev-libs/libical + net-misc/curl + mail-filter/libsieve + sys-libs/db + sys-libs/zlib" +RDEPEND="${DEPEND}" + +src_configure() { + filter-flags -finline-functions + replace-flags -O3 -O2 + default +} diff --git a/dev-libs/libcitadel/metadata.xml b/dev-libs/libcitadel/metadata.xml new file mode 100644 index 00000000..29db3a8d --- /dev/null +++ b/dev-libs/libcitadel/metadata.xml @@ -0,0 +1,17 @@ + + + + maintainer-wanted@gentoo.org + libcitadel contains code which is shared across all + the components which make up the Citadel system. It is needed + by mail-mta/citadel and www-servers/webcit + + + + IGnatiusTFoobar@uncensored.citadel.org + IGnatius T Foobar + + http://www.citadel.org/doku.php/doku.php?id=documentation:start + http://bugzilla.citadel.org/ + + diff --git a/dev-libs/libnl/Manifest b/dev-libs/libnl/Manifest new file mode 100644 index 00000000..05a3df1f --- /dev/null +++ b/dev-libs/libnl/Manifest @@ -0,0 +1 @@ +DIST libnl-1.1.tar.gz 288932 SHA256 35cea4cfb6cd8af0cafa0f34fff81def5a1f193b8b8384299b4b21883e22edc3 diff --git a/dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch b/dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch new file mode 100644 index 00000000..ffa61a18 --- /dev/null +++ b/dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch @@ -0,0 +1,15 @@ +--- libnl-1.0-pre5/include/netlink-local.h.__u64_x86_64 2005-11-02 12:29:06.000000000 -0500 ++++ libnl-1.0-pre5/include/netlink-local.h 2006-05-26 20:09:28.000000000 -0400 +@@ -30,11 +30,7 @@ + #include + #include + +-typedef uint8_t __u8; +-typedef uint16_t __u16; +-typedef uint32_t __u32; +-typedef int32_t __s32; +-typedef uint64_t __u64; ++#include + + /* local header copies */ + #include diff --git a/dev-libs/libnl/files/libnl-1.0_pre5-include.diff b/dev-libs/libnl/files/libnl-1.0_pre5-include.diff new file mode 100644 index 00000000..f858953c --- /dev/null +++ b/dev-libs/libnl/files/libnl-1.0_pre5-include.diff @@ -0,0 +1,10 @@ +--- libnl-0.5.0.orig/include/netlink/route/tc.h 2005-09-08 19:13:15.000000000 -0300 ++++ libnl-0.5.0/include/netlink/route/tc.h 2005-09-08 19:32:33.000000000 -0300 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + #define TCA_HAS_HANDLE 0x001 + #define TCA_HAS_PARENT 0x002 diff --git a/dev-libs/libnl/files/libnl-1.0_pre6-__u64_x86_64.patch b/dev-libs/libnl/files/libnl-1.0_pre6-__u64_x86_64.patch new file mode 100644 index 00000000..fb89baa7 --- /dev/null +++ b/dev-libs/libnl/files/libnl-1.0_pre6-__u64_x86_64.patch @@ -0,0 +1,15 @@ +--- libnl-1.0-pre5/include/netlink-local.h.__u64_x86_64 2005-11-02 12:29:06.000000000 -0500 ++++ libnl-1.0-pre5/include/netlink-local.h 2006-05-26 20:09:28.000000000 -0400 +@@ -30,11 +30,7 @@ + #include + #include + +-typedef uint8_t __u8; +-typedef uint16_t __u16; +-typedef uint32_t __u32; +-typedef int32_t __s32; +-typedef uint64_t __u64; ++#include + + /* local header copies */ + #include diff --git a/dev-libs/libnl/files/libnl-1.1-types.patch b/dev-libs/libnl/files/libnl-1.1-types.patch new file mode 100644 index 00000000..8c639a47 --- /dev/null +++ b/dev-libs/libnl/files/libnl-1.1-types.patch @@ -0,0 +1,11 @@ +diff -Nurp libnl-1.1.orig/include/linux/if_link.h libnl-1.1/include/linux/if_link.h +--- libnl-1.1.orig/include/linux/if_link.h 2008-01-30 17:47:40.000000000 +0000 ++++ libnl-1.1/include/linux/if_link.h 2008-01-30 17:47:51.000000000 +0000 +@@ -1,6 +1,7 @@ + #ifndef _LINUX_IF_LINK_H + #define _LINUX_IF_LINK_H + ++typedef unsigned long long __u64; + #include + + /* The struct should be in sync with struct net_device_stats */ diff --git a/dev-libs/libnl/files/libnl-1.pc b/dev-libs/libnl/files/libnl-1.pc new file mode 100644 index 00000000..6dd5a895 --- /dev/null +++ b/dev-libs/libnl/files/libnl-1.pc @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=/usr +libdir=/usr/lib +includedir=/usr/include + +Name: libnl +Description: Convenience library for netlink sockets +Version: 1.0-pre3 +Libs: -L${libdir} -lnl +Cflags: diff --git a/dev-libs/libnl/libnl-1.1.ebuild b/dev-libs/libnl/libnl-1.1.ebuild new file mode 100644 index 00000000..8db8c944 --- /dev/null +++ b/dev-libs/libnl/libnl-1.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6-r1.ebuild,v 1.1 2007/12/01 19:47:49 rbu Exp $ + +inherit eutils multilib linux-info versionator + +MY_P="${PN}-${PV/_/-}" + +DESCRIPTION="A library for applications dealing with netlink socket" +HOMEPAGE="http://people.suug.ch/~tgr/libnl/" +SRC_URI="http://people.suug.ch/~tgr/libnl/files/${MY_P}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + cd "${S}/lib" + sed -i Makefile -e 's:install -o root -g root:install:' + + cd "${S}/include" + sed -i Makefile -e 's:install -o root -g root:install:g' + epatch "${FILESDIR}/${PN}-1.0_pre5-include.diff" + epatch "${FILESDIR}/${P}-types.patch" + +} + +src_install() { + emake DESTDIR="${D}" install || die +} diff --git a/dev-libs/libreport/Manifest b/dev-libs/libreport/Manifest new file mode 100644 index 00000000..acce5f79 --- /dev/null +++ b/dev-libs/libreport/Manifest @@ -0,0 +1,2 @@ +DIST libreport-2.0.20.tar.gz 1323225 SHA256 a2a66b97e1e345f18837f39657210931bd6cb9bebc33f56736e56380ddbf743e SHA512 f57e0819351fecbd37e8511b3ef88eeb3885fdfc51bb1c7835ef70929fb7c59177db4f967b069674f3521c805d90a795436f509a63211638bd0c82cf4d58782b WHIRLPOOL 605f9e3f39f98fbd6903238e5b861f1bf61caff68a14dec6265eca72df94de8d299bae07a27d1588abcb19d88c138f7ab18074b3359992e0288b43b1948be51b +DIST libreport-2.1.9.tar.gz 1567949 SHA256 ebc4db230e915c6d8d2f97b9ee148524ed017d8fb09c5b4607bdbeb9f435052a SHA512 442ecbb2029e550fb0737555c6d7c5e29bf34fcd89e52da767b42816ee2bb7f5fc8e8d58833e40ded72ffa016d3b1cb1782d0c1ede94f0210341c09752113fd4 WHIRLPOOL 3bd4e7776f768e772716d1fc5ed3f07b2913b60343379baba3071d8f70c591946af50d412830ee551505b2ba80b7367a6d96d4f8e10d618527dc779cb9727500 diff --git a/dev-libs/libreport/files/0001-Add-Kogaion-customizations.patch b/dev-libs/libreport/files/0001-Add-Kogaion-customizations.patch new file mode 100644 index 00000000..8fa847b5 --- /dev/null +++ b/dev-libs/libreport/files/0001-Add-Kogaion-customizations.patch @@ -0,0 +1,108 @@ +From 1b071a4f6529e4753519b0a9c5a68ac258f4a03a Mon Sep 17 00:00:00 2001 +From: Stefan Cristian B. +Date: Sat, 10 May 2014 15:45:58 +0100 +Subject: [PATCH] Add Sabayon customizations + +--- + src/include/internal_libreport.h | 4 ++-- + src/lib/dump_dir.c | 2 +- + src/plugins/bugzilla.conf | 2 +- + src/plugins/report_Bugzilla.conf | 2 +- + src/plugins/reporter-bugzilla.c | 2 +- + src/report-python/__init__.py | 6 +++--- + 6 files changed, 9 insertions(+), 9 deletions(-) + +diff --git a/src/include/internal_libreport.h b/src/include/internal_libreport.h +index db2ffd8..e61a80f 100644 +--- a/src/include/internal_libreport.h ++++ b/src/include/internal_libreport.h +@@ -840,13 +840,13 @@ struct dump_dir *open_directory_for_writing( + #define FILENAME_KERNEL "kernel" + /* + * From /etc/os-release +- * os_release filename name is alredy occupied by /etc/redhat-release (see ++ * os_release filename name is alredy occupied by /etc/kogaion-release (see + * below) in sake of backward compatibility /etc/os-release is stored in + * os_info file + */ + #define FILENAME_OS_INFO "os_info" + #define FILENAME_OS_INFO_IN_ROOTDIR "os_info_in_rootdir" +-// From /etc/system-release or /etc/redhat-release ++// From /etc/system-release or /etc/kogaion-release + #define FILENAME_OS_RELEASE "os_release" + #define FILENAME_OS_RELEASE_IN_ROOTDIR "os_release_in_rootdir" + // Filled by +diff --git a/src/lib/dump_dir.c b/src/lib/dump_dir.c +index 83f898b..63b6492 100644 +--- a/src/lib/dump_dir.c ++++ b/src/lib/dump_dir.c +@@ -672,7 +672,7 @@ void dd_create_basic_files(struct dump_dir *dd, uid_t uid, const char *chroot_di + release = load_text_file("/etc/system-release", + DD_LOAD_TEXT_RETURN_NULL_ON_FAILURE | DD_OPEN_FOLLOW); + if (!release) +- release = load_text_file("/etc/redhat-release", ++ release = load_text_file("/etc/kogaion-release", + DD_LOAD_TEXT_RETURN_NULL_ON_FAILURE | DD_OPEN_FOLLOW); + if (!release) + release = load_text_file("/etc/SuSE-release", DD_OPEN_FOLLOW); +diff --git a/src/plugins/bugzilla.conf b/src/plugins/bugzilla.conf +index 29c44b3..c495f13 100644 +--- a/src/plugins/bugzilla.conf ++++ b/src/plugins/bugzilla.conf +@@ -1,5 +1,5 @@ + # Bugzilla URL +-BugzillaURL = https://bugzilla.redhat.com/ ++BugzillaURL = https://bugs.rogentos.ro/ + # yes means that ssl certificates will be checked + SSLVerify = yes + # your login has to exist, if you don have any, please create one +diff --git a/src/plugins/report_Bugzilla.conf b/src/plugins/report_Bugzilla.conf +index f1a77f5..9e6f875 100644 +--- a/src/plugins/report_Bugzilla.conf ++++ b/src/plugins/report_Bugzilla.conf +@@ -1,4 +1,4 @@ +-Bugzilla_BugzillaURL = https://bugzilla.redhat.com ++Bugzilla_BugzillaURL = https://bugs.rogentos.ro + Bugzilla_Login = + Bugzilla_Password = + Bugzilla_SSLVerify = yes +diff --git a/src/plugins/reporter-bugzilla.c b/src/plugins/reporter-bugzilla.c +index a45419c..01e2b6d 100644 +--- a/src/plugins/reporter-bugzilla.c ++++ b/src/plugins/reporter-bugzilla.c +@@ -696,7 +696,7 @@ static void set_settings(struct bugzilla_struct *b, map_string_t *settings) + environ = getenv("Bugzilla_BugzillaURL"); + b->b_bugzilla_url = environ ? environ : get_map_string_item_or_empty(settings, "BugzillaURL"); + if (!b->b_bugzilla_url[0]) +- b->b_bugzilla_url = "https://bugzilla.redhat.com"; ++ b->b_bugzilla_url = "https://bugs.rogentos.ro"; + else + { + /* We don't want trailing '/': "https://host/dir/" -> "https://host/dir" */ +diff --git a/src/report-python/__init__.py b/src/report-python/__init__.py +index 2c58736..26368bd 100644 +--- a/src/report-python/__init__.py ++++ b/src/report-python/__init__.py +@@ -21,8 +21,8 @@ from report.io import TextIO, GTKIO, NewtIO + + import os + +-SYSTEM_RELEASE_PATHS = ["/etc/system-release","/etc/redhat-release"] +-SYSTEM_RELEASE_DEPS = ["system-release", "redhat-release"] ++SYSTEM_RELEASE_PATHS = ["/etc/system-release","/etc/rogentos-release"] ++SYSTEM_RELEASE_DEPS = ["kogaion-version"] + + _hardcoded_default_product = "" + _hardcoded_default_version = "" +@@ -178,7 +178,7 @@ def createPythonUnhandledExceptionSignature(**kwargs): + version = getVersion() + if version: + pd.add("version", version) +- #libreport expect the os_release as in /etc/redhat-release ++ #libreport expect the os_release as in /etc/rogentos-release + if (version and product): + # need to add "release", parse_release() expects format " release " + pd.add("os_release", product +" release "+ version) +-- +1.9.2 + diff --git a/dev-libs/libreport/files/0002-Drop-Fedora-workflows-add-Sabayon-one.patch b/dev-libs/libreport/files/0002-Drop-Fedora-workflows-add-Sabayon-one.patch new file mode 100644 index 00000000..4758e866 --- /dev/null +++ b/dev-libs/libreport/files/0002-Drop-Fedora-workflows-add-Sabayon-one.patch @@ -0,0 +1,376 @@ +From bc95f13701e018f4dc07e6c206c8b638acc6113a Mon Sep 17 00:00:00 2001 +From: Fabio Erculiani +Date: Sat, 10 May 2014 18:05:10 +0100 +Subject: [PATCH 2/2] Drop Fedora workflows, add Sabayon one + +--- + src/workflows/Makefile.am | 33 ++++---------------------- + src/workflows/anaconda_event.conf | 3 +-- + src/workflows/report_fedora.conf | 19 --------------- + src/workflows/report_rhel.conf | 19 --------------- + src/workflows/workflow_AnacondaFedora.xml.in | 9 ------- + src/workflows/workflow_AnacondaRHEL.xml.in | 9 ------- + src/workflows/workflow_AnacondaSabayon.xml.in | 9 +++++++ + src/workflows/workflow_FedoraCCpp.xml.in | 13 ---------- + src/workflows/workflow_FedoraKerneloops.xml.in | 12 ---------- + src/workflows/workflow_FedoraPython.xml.in | 12 ---------- + src/workflows/workflow_FedoraVmcore.xml.in | 13 ---------- + src/workflows/workflow_FedoraXorg.xml.in | 9 ------- + src/workflows/workflow_RHELCCpp.xml.in | 10 -------- + src/workflows/workflow_RHELKerneloops.xml.in | 10 -------- + src/workflows/workflow_RHELPython.xml.in | 10 -------- + src/workflows/workflow_RHELvmcore.xml.in | 10 -------- + src/workflows/workflow_RHELxorg.xml.in | 9 ------- + 17 files changed, 14 insertions(+), 195 deletions(-) + delete mode 100644 src/workflows/report_fedora.conf + delete mode 100644 src/workflows/report_rhel.conf + delete mode 100644 src/workflows/workflow_AnacondaFedora.xml.in + delete mode 100644 src/workflows/workflow_AnacondaRHEL.xml.in + create mode 100644 src/workflows/workflow_AnacondaSabayon.xml.in + delete mode 100644 src/workflows/workflow_FedoraCCpp.xml.in + delete mode 100644 src/workflows/workflow_FedoraKerneloops.xml.in + delete mode 100644 src/workflows/workflow_FedoraPython.xml.in + delete mode 100644 src/workflows/workflow_FedoraVmcore.xml.in + delete mode 100644 src/workflows/workflow_FedoraXorg.xml.in + delete mode 100644 src/workflows/workflow_RHELCCpp.xml.in + delete mode 100644 src/workflows/workflow_RHELKerneloops.xml.in + delete mode 100644 src/workflows/workflow_RHELPython.xml.in + delete mode 100644 src/workflows/workflow_RHELvmcore.xml.in + delete mode 100644 src/workflows/workflow_RHELxorg.xml.in + +diff --git a/src/workflows/Makefile.am b/src/workflows/Makefile.am +index 7f1e676..33fb8e6 100644 +--- a/src/workflows/Makefile.am ++++ b/src/workflows/Makefile.am +@@ -1,30 +1,17 @@ + workflowsdir = $(WORKFLOWS_DIR) + + dist_workflows_DATA = \ +- workflow_FedoraCCpp.xml \ +- workflow_FedoraKerneloops.xml \ +- workflow_FedoraPython.xml \ +- workflow_FedoraVmcore.xml \ +- workflow_FedoraXorg.xml \ +- workflow_Upload.xml \ +- workflow_RHELCCpp.xml \ +- workflow_RHELKerneloops.xml \ +- workflow_RHELPython.xml \ +- workflow_RHELvmcore.xml \ +- workflow_RHELxorg.xml ++ workflow_Upload.xml + + if BUILD_BUGZILLA + dist_workflows_DATA += \ +- workflow_AnacondaFedora.xml \ +- workflow_AnacondaRHEL.xml \ ++ workflow_AnacondaSabayon.xml \ + workflow_AnacondaUpload.xml + endif + + workflowsdefdir = $(WORKFLOWS_DEFINITION_DIR) + +-dist_workflowsdef_DATA =\ +- report_fedora.conf \ +- report_rhel.conf ++dist_workflowsdef_DATA = + + if BUILD_BUGZILLA + dist_workflowsdef_DATA += \ +@@ -34,21 +21,9 @@ endif + @INTLTOOL_XML_RULE@ + + EXTRA_DIST = \ +- workflow_FedoraCCpp.xml.in \ +- workflow_FedoraKerneloops.xml.in \ +- workflow_FedoraPython.xml.in \ +- workflow_FedoraVmcore.xml.in \ +- workflow_FedoraXorg.xml.in \ +- workflow_Upload.xml.in \ +- workflow_RHELCCpp.xml.in \ +- workflow_RHELKerneloops.xml.in \ +- workflow_RHELPython.xml.in \ +- workflow_RHELvmcore.xml.in \ +- workflow_RHELxorg.xml.in ++ workflow_Upload.xml.in + + if BUILD_BUGZILLA + EXTRA_DIST += \ +- workflow_AnacondaFedora.xml.in \ +- workflow_AnacondaRHEL.xml.in \ + workflow_AnacondaUpload.xml.in + endif +diff --git a/src/workflows/anaconda_event.conf b/src/workflows/anaconda_event.conf +index 5828b5a..91a2e14 100644 +--- a/src/workflows/anaconda_event.conf ++++ b/src/workflows/anaconda_event.conf +@@ -1,3 +1,2 @@ +-EVENT=workflow_AnacondaFedora component=anaconda +-EVENT=workflow_AnacondaRHEL component=anaconda ++EVENT=workflow_AnacondaSabayon component=anaconda + EVENT=workflow_AnacondaUpload component=anaconda +diff --git a/src/workflows/report_fedora.conf b/src/workflows/report_fedora.conf +deleted file mode 100644 +index 84009bf..0000000 +--- a/src/workflows/report_fedora.conf ++++ /dev/null +@@ -1,19 +0,0 @@ +-EVENT=workflow_FedoraCCpp analyzer=CCpp +-# this is just a meta event which consists of other events +-# the list is defined in the xml file +- +-EVENT=workflow_FedoraPython analyzer=Python component!=anaconda +-# this is just a meta event which consists of other events +-# the list is defined in the xml file +- +-EVENT=workflow_FedoraKerneloops analyzer=Kerneloops +-# this is just a meta event which consists of other events +-# the list is defined in the xml file +- +-EVENT=workflow_FedoraVmcore analyzer=vmcore +-# this is just a meta event which consists of other events +-# the list is defined in the xml file +- +-EVENT=workflow_FedoraXorg analyzer=xorg +-# this is just a meta event which consists of other events +-# the list is defined in the xml file +diff --git a/src/workflows/report_rhel.conf b/src/workflows/report_rhel.conf +deleted file mode 100644 +index 104bcc3..0000000 +--- a/src/workflows/report_rhel.conf ++++ /dev/null +@@ -1,19 +0,0 @@ +-EVENT=workflow_RHELCCpp analyzer=CCpp +-# this is just a meta event which consists of other events +-# the list is defined in the xml file +- +-EVENT=workflow_RHELPython analyzer=Python component!=anaconda +-# this is just a meta event which consists of other events +-# the list is defined in the xml file +- +-EVENT=workflow_RHELKerneloops analyzer=Kerneloops +-# this is just a meta event which consists of other events +-# the list is defined in the xml file +- +-EVENT=workflow_RHELvmcore analyzer=vmcore +-# this is just a meta event which consists of other events +-# the list is defined in the xml file +- +-EVENT=workflow_RHELxorg analyzer=xorg +-# this is just a meta event which consists of other events +-# the list is defined in the xml file +diff --git a/src/workflows/workflow_AnacondaFedora.xml.in b/src/workflows/workflow_AnacondaFedora.xml.in +deleted file mode 100644 +index 6322d9a..0000000 +--- a/src/workflows/workflow_AnacondaFedora.xml.in ++++ /dev/null +@@ -1,9 +0,0 @@ +- +- +- <_name>Report a bug to Fedora maintainers +- <_description>Process the report using the Fedora infrastructure +- +- +- report_Bugzilla +- +- +diff --git a/src/workflows/workflow_AnacondaRHEL.xml.in b/src/workflows/workflow_AnacondaRHEL.xml.in +deleted file mode 100644 +index 6d401ff..0000000 +--- a/src/workflows/workflow_AnacondaRHEL.xml.in ++++ /dev/null +@@ -1,9 +0,0 @@ +- +- +- <_name>Report a bug to Red Hat Support Tool +- <_description>Process the report using the Red Hat infrastructure +- +- +- report_RHTSupport +- +- +diff --git a/src/workflows/workflow_AnacondaSabayon.xml.in b/src/workflows/workflow_AnacondaSabayon.xml.in +new file mode 100644 +index 0000000..bf27e52 +--- /dev/null ++++ b/src/workflows/workflow_AnacondaSabayon.xml.in +@@ -0,0 +1,9 @@ ++ ++ ++ <_name>Report a bug to Sabayon maintainers ++ <_description>Process the report using the Sabayon infrastructure ++ ++ ++ report_Bugzilla ++ ++ +diff --git a/src/workflows/workflow_FedoraCCpp.xml.in b/src/workflows/workflow_FedoraCCpp.xml.in +deleted file mode 100644 +index b48d25a..0000000 +--- a/src/workflows/workflow_FedoraCCpp.xml.in ++++ /dev/null +@@ -1,13 +0,0 @@ +- +- +- <_name>Report to Fedora +- <_description>Process the C/C++ crash using the Fedora infrastructure +- +- +- report_uReport +- collect_* +- analyze_CCpp +- report_Bugzilla +- post_report +- +- +diff --git a/src/workflows/workflow_FedoraKerneloops.xml.in b/src/workflows/workflow_FedoraKerneloops.xml.in +deleted file mode 100644 +index a3aa867..0000000 +--- a/src/workflows/workflow_FedoraKerneloops.xml.in ++++ /dev/null +@@ -1,12 +0,0 @@ +- +- +- <_name>Report to Fedora +- <_description>Process the kerneloops using the Fedora infrastructure +- +- +- report_uReport +- collect_* +- report_Bugzilla +- post_report +- +- +diff --git a/src/workflows/workflow_FedoraPython.xml.in b/src/workflows/workflow_FedoraPython.xml.in +deleted file mode 100644 +index 520f406..0000000 +--- a/src/workflows/workflow_FedoraPython.xml.in ++++ /dev/null +@@ -1,12 +0,0 @@ +- +- +- <_name>Report to Fedora +- <_description>Process the python exception using the Fedora infrastructure +- +- +- report_uReport +- collect_* +- report_Bugzilla +- post_report +- +- +diff --git a/src/workflows/workflow_FedoraVmcore.xml.in b/src/workflows/workflow_FedoraVmcore.xml.in +deleted file mode 100644 +index b6b9cd9..0000000 +--- a/src/workflows/workflow_FedoraVmcore.xml.in ++++ /dev/null +@@ -1,13 +0,0 @@ +- +- +- <_name>Report to Fedora +- <_description>Process the kernel crash using the Fedora infrastructure +- +- +- analyze_VMcore +- report_uReport +- collect_* +- report_Bugzilla +- post_report +- +- +diff --git a/src/workflows/workflow_FedoraXorg.xml.in b/src/workflows/workflow_FedoraXorg.xml.in +deleted file mode 100644 +index d796bae..0000000 +--- a/src/workflows/workflow_FedoraXorg.xml.in ++++ /dev/null +@@ -1,9 +0,0 @@ +- +- +- <_name>Report to Fedora +- <_description>Process the X Server problem using the Fedora infrastructure +- +- +- report_Bugzilla +- +- +diff --git a/src/workflows/workflow_RHELCCpp.xml.in b/src/workflows/workflow_RHELCCpp.xml.in +deleted file mode 100644 +index 026062a..0000000 +--- a/src/workflows/workflow_RHELCCpp.xml.in ++++ /dev/null +@@ -1,10 +0,0 @@ +- +- +- <_name>Report to Red Hat +- <_description>Process the C/C++ crash using the Red Hat infrastructure +- +- +- collect_* +- report_RHTSupport +- +- +diff --git a/src/workflows/workflow_RHELKerneloops.xml.in b/src/workflows/workflow_RHELKerneloops.xml.in +deleted file mode 100644 +index 7f84822..0000000 +--- a/src/workflows/workflow_RHELKerneloops.xml.in ++++ /dev/null +@@ -1,10 +0,0 @@ +- +- +- <_name>Report to Red Hat +- <_description>Process the kerneloops using the Red Hat infrastructure +- +- +- collect_* +- report_RHTSupport +- +- +diff --git a/src/workflows/workflow_RHELPython.xml.in b/src/workflows/workflow_RHELPython.xml.in +deleted file mode 100644 +index a0a4aeb..0000000 +--- a/src/workflows/workflow_RHELPython.xml.in ++++ /dev/null +@@ -1,10 +0,0 @@ +- +- +- <_name>Report to Red Hat +- <_description>Process the python exception using the Red Hat infrastructure +- +- +- collect_* +- report_RHTSupport +- +- +diff --git a/src/workflows/workflow_RHELvmcore.xml.in b/src/workflows/workflow_RHELvmcore.xml.in +deleted file mode 100644 +index 31712e0..0000000 +--- a/src/workflows/workflow_RHELvmcore.xml.in ++++ /dev/null +@@ -1,10 +0,0 @@ +- +- +- <_name>Report to Red Hat +- <_description>Process the kernel crash using the Red Hat infrastructure +- +- +- collect_* +- report_RHTSupport +- +- +diff --git a/src/workflows/workflow_RHELxorg.xml.in b/src/workflows/workflow_RHELxorg.xml.in +deleted file mode 100644 +index 7dfda52..0000000 +--- a/src/workflows/workflow_RHELxorg.xml.in ++++ /dev/null +@@ -1,9 +0,0 @@ +- +- +- <_name>Report to Red Hat +- <_description>Process the X Server problem using the Red Hat infrastructure +- +- +- report_RHTSupport +- +- +-- +1.9.2 + diff --git a/dev-libs/libreport/files/0003-Make-report_Bugzilla-use-Sabayon-s-bugzilla-URL.patch b/dev-libs/libreport/files/0003-Make-report_Bugzilla-use-Sabayon-s-bugzilla-URL.patch new file mode 100644 index 00000000..561323ef --- /dev/null +++ b/dev-libs/libreport/files/0003-Make-report_Bugzilla-use-Sabayon-s-bugzilla-URL.patch @@ -0,0 +1,27 @@ +From af93a79ebe914934552c4343e928c4cfc7a70184 Mon Sep 17 00:00:00 2001 +From: Fabio Erculiani +Date: Sat, 10 May 2014 18:09:05 +0100 +Subject: [PATCH 3/3] Make report_Bugzilla use Sabayon's bugzilla URL + +--- + src/plugins/report_Bugzilla.xml.in | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/plugins/report_Bugzilla.xml.in b/src/plugins/report_Bugzilla.xml.in +index 9ffe90f..368573a 100644 +--- a/src/plugins/report_Bugzilla.xml.in ++++ b/src/plugins/report_Bugzilla.xml.in +@@ -16,8 +16,8 @@ + <_label>Bugzilla URL + no + <_description>Address of Bugzilla server +- https://bugzilla.redhat.com +- <_note-html>You can create bugzilla.redhat.com account <a href="https://bugzilla.redhat.com/createaccount.cgi">here</a> ++ https://bugs.sabayon.org ++ <_note-html>You can create bugs.sabayon.org account <a href="https://bugs.sabayon.org/createaccount.cgi">here</a> + +