summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/packagekit-base/ChangeLog8
-rw-r--r--app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch72
-rw-r--r--app-admin/packagekit-base/packagekit-base-0.7.4.ebuild182
-rw-r--r--app-admin/packagekit-gtk/ChangeLog7
-rw-r--r--app-admin/packagekit-gtk/packagekit-gtk-0.7.4.ebuild63
-rw-r--r--app-admin/packagekit-qt4/ChangeLog7
-rw-r--r--app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild66
-rw-r--r--app-admin/packagekit/ChangeLog7
-rw-r--r--app-admin/packagekit/packagekit-0.7.4.ebuild22
-rw-r--r--app-admin/sysstat/Manifest12
10 files changed, 436 insertions, 10 deletions
diff --git a/app-admin/packagekit-base/ChangeLog b/app-admin/packagekit-base/ChangeLog
index b7a2bb0b687c..16980a877b46 100644
--- a/app-admin/packagekit-base/ChangeLog
+++ b/app-admin/packagekit-base/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/packagekit-base
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.20 2012/05/19 11:21:34 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.21 2012/05/19 11:56:23 lxnay Exp $
+
+*packagekit-base-0.7.4 (19 May 2012)
+
+ 19 May 2012; Fabio Erculiani <lxnay@gentoo.org>
+ +packagekit-base-0.7.4.ebuild, +files/packagekit-base-0.7.x-npapi-sdk.patch:
+ version bump, see bug 416593
*packagekit-base-0.6.22 (19 May 2012)
diff --git a/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch b/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch
new file mode 100644
index 000000000000..c3e034d75ff6
--- /dev/null
+++ b/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch
@@ -0,0 +1,72 @@
+--- PackageKit-0.7.4.orig/configure
++++ PackageKit-0.7.4/configure
+@@ -20283,14 +20283,14 @@ if test -n "$PK_BROWSER_PLUGIN_CFLAGS";
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
+- mozilla-plugin >= 8.0 \\
++ npapi-sdk \\
+ gio-unix-2.0 \\
+ nspr >= 4.8 \\
+ cairo \\
+ pango \\
+ gtk+-2.0 >= 2.14.0\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "\
+- mozilla-plugin >= 8.0 \
++ npapi-sdk \
+ gio-unix-2.0 \
+ nspr >= 4.8 \
+ cairo \
+@@ -20300,7 +20300,7 @@ if test -n "$PK_BROWSER_PLUGIN_CFLAGS";
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_PK_BROWSER_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags "\
+- mozilla-plugin >= 8.0 \
++ npapi-sdk \
+ gio-unix-2.0 \
+ nspr >= 4.8 \
+ cairo \
+@@ -20317,14 +20317,14 @@ if test -n "$PK_BROWSER_PLUGIN_LIBS"; th
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
+- mozilla-plugin >= 8.0 \\
++ npapi-sdk \\
+ gio-unix-2.0 \\
+ nspr >= 4.8 \\
+ cairo \\
+ pango \\
+ gtk+-2.0 >= 2.14.0\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "\
+- mozilla-plugin >= 8.0 \
++ npapi-sdk \
+ gio-unix-2.0 \
+ nspr >= 4.8 \
+ cairo \
+@@ -20334,7 +20334,7 @@ if test -n "$PK_BROWSER_PLUGIN_LIBS"; th
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_PK_BROWSER_PLUGIN_LIBS=`$PKG_CONFIG --libs "\
+- mozilla-plugin >= 8.0 \
++ npapi-sdk \
+ gio-unix-2.0 \
+ nspr >= 4.8 \
+ cairo \
+@@ -20360,7 +20360,7 @@ else
+ fi
+ if test $_pkg_short_errors_supported = yes; then
+ PK_BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
+- mozilla-plugin >= 8.0 \
++ npapi-sdk \
+ gio-unix-2.0 \
+ nspr >= 4.8 \
+ cairo \
+@@ -20368,7 +20368,7 @@ fi
+ gtk+-2.0 >= 2.14.0" 2>&1`
+ else
+ PK_BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
+- mozilla-plugin >= 8.0 \
++ npapi-sdk \
+ gio-unix-2.0 \
+ nspr >= 4.8 \
+ cairo \
diff --git a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
new file mode 100644
index 000000000000..a57e118f2b1e
--- /dev/null
+++ b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
@@ -0,0 +1,182 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild,v 1.1 2012/05/19 11:56:23 lxnay Exp $
+
+EAPI="3"
+
+# 0.7.x is untested with Python 3.x
+PYTHON_DEPEND="2"
+
+inherit eutils multilib python nsplugins bash-completion-r1
+
+MY_PN="PackageKit"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API"
+HOMEPAGE="http://www.packagekit.org/"
+SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="connman cron doc +introspection networkmanager nsplugin pm-utils +policykit entropy static-libs test udev"
+
+CDEPEND="connman? ( net-misc/connman )
+ introspection? ( >=dev-libs/gobject-introspection-0.9.9 )
+ networkmanager? ( >=net-misc/networkmanager-0.6.4 )
+ nsplugin? (
+ >=dev-libs/nspr-4.8
+ x11-libs/cairo
+ >=x11-libs/gtk+-2.14.0:2
+ x11-libs/pango
+ )
+ policykit? ( >=sys-auth/polkit-0.98 )
+ udev? ( || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] ) )
+ dev-db/sqlite:3
+ >=dev-libs/dbus-glib-0.74
+ >=dev-libs/glib-2.26.1:2
+ >=sys-apps/dbus-1.3.0"
+DEPEND="${CDEPEND}
+ doc? ( dev-util/gtk-doc )
+ nsplugin? ( >=net-misc/npapi-sdk-0.27 )
+ dev-libs/libxslt
+ >=dev-util/intltool-0.35.0
+ virtual/pkgconfig
+ sys-devel/gettext"
+
+RDEPEND="${CDEPEND}
+ entropy? ( >=sys-apps/entropy-1.0_rc27 )
+ pm-utils? ( sys-power/pm-utils )
+ >=app-portage/layman-1.2.3
+ >=sys-apps/portage-2.1.9
+ sys-auth/consolekit"
+
+APP_LINGUAS="as bg bn ca cs da de el en_GB es fi fr gu he hi hu it ja kn ko ml mr
+ms nb nl or pa pl pt pt_BR ro ru sk sr sr@latin sv ta te th tr uk zh_CN zh_TW"
+for X in ${APP_LINGUAS}; do
+ IUSE=" ${IUSE} linguas_${X}"
+done
+
+S="${WORKDIR}/${MY_P}"
+RESTRICT="test" # tests are failing atm
+
+# NOTES:
+# do not use a specific user, useless and not more secure according to upstream
+# doc is in the tarball and always installed
+# mono doesn't install anything (RDEPEND dev-dotnet/gtk-sharp-gapi:2
+# (R)DEPEND dev-dotnet/glib-sharp:2 dev-lang/mono), upstream bug 23247
+
+# UPSTREAM:
+# documentation/website with --enable-doc-install
+# failing tests
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-0.7.x-npapi-sdk.patch #383141
+}
+
+src_configure() {
+ local myconf=""
+
+ if use policykit; then
+ myconf+=" --with-security-framework=polkit"
+ else
+ myconf+=" --with-security-framework=dummy"
+ fi
+
+ if [[ -z "${LINGUAS}" ]]; then
+ myconf+=" --disable-nls"
+ else
+ myconf+=" --enable-nls"
+ fi
+
+ # localstatedir: for gentoo it's /var/lib but for $PN it's /var
+ # dep-tracking,option-check,libtool-lock,strict,local: obvious reasons
+ # command,debuginfo,gstreamer,service-packs: not supported by backend
+
+ # NOTE: default backend is autodetected at runtime, also
+ if use entropy; then
+ myconf+=" --with-default-backend=entropy"
+ else
+ myconf+=" --with-default-backend=portage"
+ fi
+ econf \
+ ${myconf} \
+ --enable-introspection=$(use introspection && echo -n "yes" || echo -n "no") \
+ --localstatedir=/var \
+ --disable-dependency-tracking \
+ --enable-option-checking \
+ --enable-libtool-lock \
+ --disable-strict \
+ --disable-local \
+ $(use_enable doc gtk-doc) \
+ $(use_enable bash-completion command-not-found) \
+ --disable-debuginfo-install \
+ --disable-gstreamer-plugin \
+ --disable-service-packs \
+ --enable-man-pages \
+ --enable-portage \
+ $(use_enable entropy) \
+ $(use_enable cron) \
+ --disable-gtk-module \
+ $(use_enable introspection) \
+ $(use_enable networkmanager) \
+ $(use_enable nsplugin browser-plugin) \
+ $(use_enable pm-utils) \
+ --disable-qt \
+ $(use_enable static-libs static) \
+ $(use_enable test tests) \
+ $(use_enable udev device-rebind)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ dodoc AUTHORS MAINTAINERS NEWS README TODO || die "dodoc failed"
+ dodoc ChangeLog || die "dodoc failed"
+
+ if use nsplugin; then
+ dodir "/usr/$(get_libdir)/${PLUGINS_DIR}"
+ mv "${D}"/usr/$(get_libdir)/mozilla/plugins/* \
+ "${D}/usr/$(get_libdir)/${PLUGINS_DIR}/"
+ fi
+
+ if ! use static-libs; then
+ find "${D}" -name *.la | xargs rm || die "removing .la files failed"
+ fi
+
+ # Remove precompiled python modules, we handle byte compiling
+ rm -f "${D}/$(python_get_sitedir)"/${PN}*.py[co]
+
+ newbashcomp "${S}/contrib/pk-completion.bash" ${PN}
+ # Remove bashcomp file installed by build-system
+ rm -f "${D}/bash_completion.d/pk-completion.bash"
+
+ # Remove unwanted PackageKit website stuff
+ rm -rf "${D}/usr/share/PackageKit/website"
+
+}
+
+pkg_postinst() {
+ python_mod_optimize ${PN/-base}
+
+ if ! use policykit; then
+ ewarn "You are not using policykit, the daemon can't be considered as secure."
+ ewarn "All users will be able to do anything through ${MY_PN}."
+ ewarn "Please, consider rebuilding ${MY_PN} with policykit USE flag."
+ ewarn "THIS IS A SECURITY ISSUE."
+ echo
+ ebeep
+ epause 5
+ fi
+ bash-completion_pkg_postinst
+}
+
+pkg_prerm() {
+ einfo "Removing downloaded files with ${MY_PN}..."
+ [[ -d "${ROOT}"/var/cache/${MY_PN}/downloads/ ]] && \
+ rm -rf /var/cache/PackageKit/downloads/*
+}
+
+pkg_postrm() {
+ python_mod_cleanup ${PN/-base}
+}
diff --git a/app-admin/packagekit-gtk/ChangeLog b/app-admin/packagekit-gtk/ChangeLog
index d1143f00a4d8..ccce4ece9795 100644
--- a/app-admin/packagekit-gtk/ChangeLog
+++ b/app-admin/packagekit-gtk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/packagekit-gtk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/ChangeLog,v 1.11 2012/05/19 11:21:32 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/ChangeLog,v 1.12 2012/05/19 11:57:33 lxnay Exp $
+
+*packagekit-gtk-0.7.4 (19 May 2012)
+
+ 19 May 2012; Fabio Erculiani <lxnay@gentoo.org> +packagekit-gtk-0.7.4.ebuild:
+ version bump, see bug 416593
*packagekit-gtk-0.6.22 (19 May 2012)
diff --git a/app-admin/packagekit-gtk/packagekit-gtk-0.7.4.ebuild b/app-admin/packagekit-gtk/packagekit-gtk-0.7.4.ebuild
new file mode 100644
index 000000000000..30d17f1b6992
--- /dev/null
+++ b/app-admin/packagekit-gtk/packagekit-gtk-0.7.4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.7.4.ebuild,v 1.1 2012/05/19 11:57:33 lxnay Exp $
+
+EAPI="3"
+
+inherit eutils base
+
+MY_PN="PackageKit"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Gtk3 PackageKit backend library"
+HOMEPAGE="http://www.packagekit.org/"
+SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/dbus-glib
+ media-libs/fontconfig
+ >=x11-libs/gtk+-3.0:3
+ x11-libs/pango
+ ~app-admin/packagekit-base-${PV}"
+DEPEND="${RDEPEND} virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ econf \
+ --localstatedir=/var \
+ --enable-introspection=yes \
+ --disable-dependency-tracking \
+ --enable-option-checking \
+ --enable-libtool-lock \
+ --disable-strict \
+ --disable-local \
+ --disable-gtk-doc \
+ --disable-command-not-found \
+ --disable-debuginfo-install \
+ --disable-gstreamer-plugin \
+ --disable-service-packs \
+ --disable-man-pages \
+ --disable-cron \
+ --enable-gtk-module \
+ --disable-networkmanager \
+ --disable-browser-plugin \
+ --disable-pm-utils \
+ --disable-device-rebind \
+ --disable-tests \
+ --disable-qt
+}
+
+src_compile() {
+ cd "${S}"/contrib/gtk-module || die
+ emake || die "emake install failed"
+}
+
+src_install() {
+ cd "${S}"/contrib/gtk-module || die
+ emake DESTDIR="${D}" install || die "emake install failed"
+}
diff --git a/app-admin/packagekit-qt4/ChangeLog b/app-admin/packagekit-qt4/ChangeLog
index ef8f9657b112..23454e4f42e4 100644
--- a/app-admin/packagekit-qt4/ChangeLog
+++ b/app-admin/packagekit-qt4/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/packagekit-qt4
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.14 2012/05/19 11:21:30 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.15 2012/05/19 11:56:18 lxnay Exp $
+
+*packagekit-qt4-0.7.4 (19 May 2012)
+
+ 19 May 2012; Fabio Erculiani <lxnay@gentoo.org> +packagekit-qt4-0.7.4.ebuild:
+ version bump, see bug 416593
*packagekit-qt4-0.6.22 (19 May 2012)
diff --git a/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild b/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild
new file mode 100644
index 000000000000..67c0217cc073
--- /dev/null
+++ b/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild,v 1.1 2012/05/19 11:56:18 lxnay Exp $
+
+EAPI="3"
+
+inherit eutils base
+
+MY_PN="PackageKit"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Qt4 PackageKit backend library"
+HOMEPAGE="http://www.packagekit.org/"
+SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/qt-core-4.4.0
+ >=x11-libs/qt-dbus-4.4.0
+ >=x11-libs/qt-sql-4.4.0
+ ~app-admin/packagekit-base-${PV}"
+DEPEND="${RDEPEND}
+ dev-libs/libxslt
+ virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ econf \
+ --enable-introspection=no \
+ --localstatedir=/var \
+ --disable-dependency-tracking \
+ --enable-option-checking \
+ --enable-libtool-lock \
+ --disable-strict \
+ --disable-local \
+ --disable-gtk-doc \
+ --disable-command-not-found \
+ --disable-debuginfo-install \
+ --disable-gstreamer-plugin \
+ --disable-service-packs \
+ --disable-man-pages \
+ --disable-cron \
+ --disable-gtk-module \
+ --disable-networkmanager \
+ --disable-browser-plugin \
+ --disable-pm-utils \
+ --disable-device-rebind \
+ --disable-tests \
+ --enable-qt
+}
+
+src_compile() {
+ local qtdir=packagekit-qt2
+ cd "${S}"/lib/${qtdir} || die
+ emake || die "emake install failed"
+}
+
+src_install() {
+ local qtdir=packagekit-qt2
+ cd "${S}"/lib/${qtdir} || die
+ emake DESTDIR="${D}" install || die "emake install failed"
+}
diff --git a/app-admin/packagekit/ChangeLog b/app-admin/packagekit/ChangeLog
index 5fe5c2b82c02..cd2a893c425f 100644
--- a/app-admin/packagekit/ChangeLog
+++ b/app-admin/packagekit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/packagekit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit/ChangeLog,v 1.8 2012/05/19 11:21:33 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit/ChangeLog,v 1.9 2012/05/19 11:57:45 lxnay Exp $
+
+*packagekit-0.7.4 (19 May 2012)
+
+ 19 May 2012; Fabio Erculiani <lxnay@gentoo.org> +packagekit-0.7.4.ebuild:
+ version bump, see bug 416593
*packagekit-0.6.22 (19 May 2012)
diff --git a/app-admin/packagekit/packagekit-0.7.4.ebuild b/app-admin/packagekit/packagekit-0.7.4.ebuild
new file mode 100644
index 000000000000..440c808ebfc0
--- /dev/null
+++ b/app-admin/packagekit/packagekit-0.7.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit/packagekit-0.7.4.ebuild,v 1.1 2012/05/19 11:57:45 lxnay Exp $
+
+EAPI="3"
+
+MY_PN="PackageKit"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="PackageKit Package Manager interface (meta package)"
+HOMEPAGE="http://www.packagekit.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gtk qt4"
+
+RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
+ qt4? ( ~app-admin/packagekit-qt4-${PV} )"
+
+DEPEND="${RDEPEND}"
diff --git a/app-admin/sysstat/Manifest b/app-admin/sysstat/Manifest
index 65da77acf44d..d57c1ecbb0ce 100644
--- a/app-admin/sysstat/Manifest
+++ b/app-admin/sysstat/Manifest
@@ -1,5 +1,5 @@
-----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
+Hash: SHA256
AUX crontab 537 RMD160 1691874f9addabd7b234f792b112d45cb6e4de9a SHA1 7fdba83e02b333a37861c84d050876cc83daecff SHA256 0c2bcfb3b0c8df092a978c0e6d8ee960b3c10157271df1d4d14707a0d5788fa3
AUX sysstat-10.0.0-flags.patch 883 RMD160 5f4b24b957cfecf2df5cd1bc29870cde39f717ff SHA1 7c49f4473a33d3cd92407b6face3209ad90a3d09 SHA256 40f04c77754139940b9ce3eb5d06c036c724aadb3d88dc8699397a9c80d2cccf
@@ -12,13 +12,13 @@ DIST sysstat-10.0.4.tar.bz2 276962 RMD160 a76e84eab9ecfcb622be9d3437a6ab2b7d3179
DIST sysstat-10.0.5.tar.bz2 282403 RMD160 239575888ccd8d3bea30acd6d22da7a02cea3538 SHA1 8386be30020864727033e45d8fa74c5c4af23be7 SHA256 3e96fdc8d6710f4b642757ff88e3c4296d55838b64ff102feaaf2175f66e875b
EBUILD sysstat-10.0.3.ebuild 2148 RMD160 703d7ce230dcb2b9cf9ef556a8c69b823f292b00 SHA1 01c3cda6ecacb28c7e0099693a1fb63581e17262 SHA256 92f04e472d73224fc7c9b933cea99d798f30907940ecd03254e73855ad766c9c
EBUILD sysstat-10.0.4-r1.ebuild 2114 RMD160 df574f7ca48ef89cbc234e91f5fbf107748bcac8 SHA1 9b20e4288d66ca1b3ce7cad157856b0b4b5d5646 SHA256 e5473e77f1452c3c69d5ae255c62c1737468a602db49e86fdaa022254963b42b
-EBUILD sysstat-10.0.5.ebuild 2122 RMD160 ab5299f8251fe41ac295f6d1974a669be365acaf SHA1 18c8bb045ed591eb33595b800d4286cb9e583140 SHA256 16ba93d93a69f59e3a0e88fb9beb86513ec3ece82362d36d6ee768aecc93ffd2
-MISC ChangeLog 28478 RMD160 39d589d6db8d147cec2fba459079649e4acd6064 SHA1 3d0e1cedb1c4e7760b7aaa8eb0da2915c5c7f2d5 SHA256 2716982b4b518e48b05152efd36f64276901b609702d870a19ff045894aefec0
+EBUILD sysstat-10.0.5.ebuild 2133 RMD160 ff8abfef4f165e82c38f9886f458c45a7253494a SHA1 885014e39da47142ad239b956269cb927ae2b764 SHA256 e768e11df545dc66d9a30a9cb33b66bfee46dbfe29debe9261ed86a7ac05575f
+MISC ChangeLog 28577 RMD160 c5ce9d72823f6096befad38c29c282ad05e215c8 SHA1 97a9a7580a6d7a442ca5aaf3a67a73655168dbfa SHA256 e0ae9998e8145154e310cec8b1d5c6a767dbe1d9262b7f09b4f70233402ab3f1
MISC metadata.xml 395 RMD160 1ebcd91dcaa86debad0cb047dfa4483e3d550713 SHA1 5c7dcdfea634a13a16ad0fa74e347b4fe937339a SHA256 90a23fcc0a01b4de0db48afe58aa046e2478075af5bf1b0d9b1c17f016bf945f
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iEYEARECAAYFAk+0i70ACgkQVWmRsqeSphMCjgCeMEOHkUYXBzizLX+LCjFej7ND
-4kUAn0M65i7roFasTG59o1c0CYzJP/qD
-=hnhi
+iEYEAREIAAYFAk+3it0ACgkQl5yvQNBFVTVgkACfW4MwAYIn61dyorSe2sBtmgrh
+sfYAn3gPgX2FTZG7Rs7/yAMZ7zYUzS8s
+=WVsB
-----END PGP SIGNATURE-----