commit:     4c6b268163e194068f6f580da64434c0c884e2f0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 15:20:11 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 17:50:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6b2681

app-admin/packagekit-base: cleanup old revisions

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-admin/packagekit-base/Manifest                 |   4 -
 .../packagekit-base/packagekit-base-1.0.11.ebuild  | 111 -----------------
 .../packagekit-base/packagekit-base-1.1.1.ebuild   | 113 ------------------
 .../packagekit-base/packagekit-base-1.1.4.ebuild   | 116 ------------------
 .../packagekit-base-1.1.5-r2.ebuild                | 131 ---------------------
 5 files changed, 475 deletions(-)

diff --git a/app-admin/packagekit-base/Manifest 
b/app-admin/packagekit-base/Manifest
index fbaaeb3873c..f4cb2740e6b 100644
--- a/app-admin/packagekit-base/Manifest
+++ b/app-admin/packagekit-base/Manifest
@@ -1,5 +1 @@
-DIST PackageKit-1.0.11.tar.xz 1427404 BLAKE2B 
74455b4b070eb16a1310d77ec50225daa09a3bb16754ab9ead5aac382e05e6ecb3c64545bf64a16bc09d1cdcd73a4c179812eb03296e514c12c0ba15be514197
 SHA512 
9529037685f76e883a71ae502eabd83c3e1e8905f76cfe5e938760677f0224f8758bca59e139588aa06589bcca7a20f13dea0fe419022cb950c7a4c631237bce
-DIST PackageKit-1.1.1.tar.xz 1410632 BLAKE2B 
ffb9d96794dfafa5362277292a743dde0d66259801611043cfdb66e169f9cd377ad49a00bab8687bbacf5cb156eb83c0fc1d33bf13409a1f1af60b3a9ab88a1e
 SHA512 
caf9b67f71a36479d32338c28343671e9586aade7a0f777b867772ad8da8e3206bf66a46b2fa2cba8f0f48af27db3888b68e336707db6f76c5e0dbed464e2874
-DIST PackageKit-1.1.4.tar.xz 1424756 BLAKE2B 
a9eb82857b37fc84c8b7d5e71f0b51c4f1d9ef74702afb6e92e9e84e1ccf9e905dafafbda61a3ea737e94173f53486591bb66cf43b19b25004815f3abfd05d8c
 SHA512 
fc04d58c46f7e7dbb1386d26627ea246b5f21b8483862788bb734b8a137e4cb1d41de0f471b46f6d649e29337f9605acba0568a845577b27a2ac0faaf391b187
-DIST PackageKit-1.1.5.tar.xz 1418292 BLAKE2B 
973cfaf1e6dd48bbf3ef5cfe421202804af584af227fb70c5835d70bc128da64fd4084dd2bc508ed63d2c46ac693d7b3fcb540992da4e13ea947696a75f870d9
 SHA512 
ecc6a4d39caa0a7ea2047f52f95980b23e61ae200e27559326f03302b1c0d798f9cbae53fcf2d397dca3d54e52f143e2e7aa4e3f0b2df8c39e53bd2993e86154
 DIST PackageKit-1.1.7.tar.xz 1431648 BLAKE2B 
0cc64e7ac38d6641a1fbd98ffad2e7920eb7b3c86ea36d3ad036541886191c38deeeb7241f81ec3d29f8268b1c84ec500511895312c29c706403607215117d5e
 SHA512 
0d0277e24feb63e94aeb5fec2c4306ccdf5935c2f62d5eef3be8db9f534eb302eff09ea0e020db48b2dd0af9ba6b31f7960d661d1040774dccf650ebf04c4f83

diff --git a/app-admin/packagekit-base/packagekit-base-1.0.11.ebuild 
b/app-admin/packagekit-base/packagekit-base-1.0.11.ebuild
deleted file mode 100644
index 2113cdec720..00000000000
--- a/app-admin/packagekit-base/packagekit-base-1.0.11.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-# PackageKit supports 3.2+, but entropy and portage backends are untested
-# Future note: use --enable-python3
-PYTHON_COMPAT=( python2_7 )
-VALA_USE_DEPEND="vapigen"
-
-inherit bash-completion-r1 multilib nsplugins python-single-r1 systemd vala
-
-MY_PN="PackageKit"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Manage packages in a secure way using a cross-distro and 
cross-architecture API"
-HOMEPAGE="https://www.freedesktop.org/software/PackageKit/";
-SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0/18"
-KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 x86"
-IUSE="connman cron command-not-found +introspection networkmanager nsplugin 
entropy systemd test vala"
-REQUIRED_USE="
-       ${PYTHON_REQUIRED_USE}
-       vala? ( introspection )
-"
-
-# While not strictly needed, consolekit is the alternative to systemd-login
-# to get current session's user.
-CDEPEND="
-       >=app-shells/bash-completion-2
-       dev-db/sqlite:3
-       >=dev-libs/dbus-glib-0.74
-       >=dev-libs/glib-2.32.0:2[${PYTHON_USEDEP}]
-       >=sys-auth/polkit-0.98
-       >=sys-apps/dbus-1.3.0
-       ${PYTHON_DEPS}
-       connman? ( net-misc/connman )
-       introspection? ( 
>=dev-libs/gobject-introspection-0.9.9[${PYTHON_USEDEP}] )
-       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
-       )
-       systemd? ( >=sys-apps/systemd-204 )
-"
-DEPEND="${CDEPEND}
-       dev-libs/libxslt[${PYTHON_USEDEP}]
-       >=dev-util/gtk-doc-am-1.11
-       >=dev-util/intltool-0.35.0
-       sys-devel/gettext
-       virtual/pkgconfig
-       nsplugin? ( >=net-misc/npapi-sdk-0.27 )
-       vala? ( $(vala_depend) )
-"
-RDEPEND="${CDEPEND}
-       >=app-portage/layman-2[${PYTHON_USEDEP}]
-       >=sys-apps/portage-2.2[${PYTHON_USEDEP}]
-       entropy? ( >=sys-apps/entropy-234[${PYTHON_USEDEP}] )
-       !systemd? ( sys-auth/consolekit )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-RESTRICT="test"
-
-src_prepare() {
-       use vala && vala_src_prepare
-}
-
-src_configure() {
-       econf \
-               --disable-gstreamer-plugin \
-               --disable-gtk-doc \
-               --disable-gtk-module \
-               --disable-schemas-compile \
-               --disable-static \
-               --enable-bash-completion \
-               --enable-man-pages \
-               --enable-nls \
-               --enable-portage \
-               --localstatedir=/var \
-               $(use_enable command-not-found) \
-               $(use_enable connman) \
-               $(use_enable cron) \
-               $(use_enable entropy) \
-               $(use_enable introspection) \
-               $(use_enable networkmanager) \
-               $(use_enable nsplugin browser-plugin) \
-               $(use_enable systemd) \
-               $(use_enable test daemon-tests) \
-               $(use_enable vala) \
-               $(systemd_with_unitdir)
-               #$(use_enable test local)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       prune_libtool_files --all
-
-       dodoc AUTHORS ChangeLog MAINTAINERS NEWS README
-
-       if use nsplugin; then
-               dodir "/usr/$(get_libdir)/${PLUGINS_DIR}"
-               mv "${D}/usr/$(get_libdir)/mozilla/plugins"/* \
-                       "${D}/usr/$(get_libdir)/${PLUGINS_DIR}/" || die
-       fi
-}

diff --git a/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild 
b/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
deleted file mode 100644
index 6ee96a617d5..00000000000
--- a/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-# PackageKit supports 3.2+, but entropy and portage backends are untested
-# Future note: use --enable-python3
-PYTHON_COMPAT=( python2_7 )
-VALA_USE_DEPEND="vapigen"
-
-inherit bash-completion-r1 multilib python-single-r1 systemd vala
-
-MY_PN="PackageKit"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Manage packages in a secure way using a cross-distro and 
cross-architecture API"
-HOMEPAGE="https://www.freedesktop.org/software/PackageKit/";
-SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0/18"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="connman cron command-not-found +introspection networkmanager entropy 
systemd test vala"
-REQUIRED_USE="
-       ${PYTHON_REQUIRED_USE}
-       vala? ( introspection )
-"
-
-# While not strictly needed, consolekit is the alternative to systemd-login
-# to get current session's user.
-CDEPEND="
-       >=app-shells/bash-completion-2
-       dev-db/sqlite:3
-       >=dev-libs/dbus-glib-0.74
-       >=dev-libs/glib-2.46.0:2[${PYTHON_USEDEP}]
-       >=sys-auth/polkit-0.98
-       >=sys-apps/dbus-1.3.0
-       ${PYTHON_DEPS}
-       connman? ( net-misc/connman )
-       introspection? ( >=dev-libs/gobject-introspection-0.9.9:= )
-       networkmanager? ( >=net-misc/networkmanager-0.6.4:= )
-       systemd? ( >=sys-apps/systemd-204 )
-"
-DEPEND="${CDEPEND}
-       dev-libs/libxslt[${PYTHON_USEDEP}]
-       >=dev-util/gtk-doc-am-1.11
-       >=dev-util/intltool-0.35.0
-       sys-devel/gettext
-       virtual/pkgconfig
-       vala? ( $(vala_depend) )
-"
-RDEPEND="${CDEPEND}
-       >=app-portage/layman-2[${PYTHON_USEDEP}]
-       >=sys-apps/portage-2.2[${PYTHON_USEDEP}]
-       entropy? ( >=sys-apps/entropy-234[${PYTHON_USEDEP}] )
-       !systemd? ( sys-auth/consolekit )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       # Fixes QA Notices: https://github.com/gentoo/gentoo/pull/1760 and 
https://github.com/hughsie/PackageKit/issues/143
-       eapply "${FILESDIR}/${P}-cache-qafix.patch"
-
-       # Disable unittests not working with portage backend
-       # console: requires terminal input
-       sed -e 's:^\(.*/packagekit-glib2/control\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/transaction-list\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/client"\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/package-sack\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/task\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/console\)://\1:' \
-               -i lib/packagekit-glib2/pk-test-daemon.c || die
-       sed -e 's:^\(.*/packagekit/spawn\)://\1:' \
-           -e 's:^\(.*/packagekit/transaction-db\)://\1:' \
-           -e 's:^\(.*/packagekit/backend\)://\1:' \
-               -i src/pk-self-test.c || die
-
-       eapply_user
-       use vala && vala_src_prepare
-}
-
-src_configure() {
-       econf \
-               --disable-gstreamer-plugin \
-               --disable-gtk-doc \
-               --disable-gtk-module \
-               --disable-schemas-compile \
-               --disable-static \
-               --enable-bash-completion \
-               --enable-man-pages \
-               --enable-nls \
-               --enable-portage \
-               --localstatedir=/var \
-               $(use_enable command-not-found) \
-               $(use_enable connman) \
-               $(use_enable cron) \
-               $(use_enable entropy) \
-               $(use_enable introspection) \
-               $(use_enable networkmanager) \
-               $(use_enable systemd) \
-               $(use_enable test daemon-tests) \
-               $(use_enable test local) \
-               $(use_enable vala) \
-               --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       prune_libtool_files --all
-
-       dodoc AUTHORS ChangeLog MAINTAINERS NEWS README
-}

diff --git a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild 
b/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
deleted file mode 100644
index b976d7d1f55..00000000000
--- a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-# PackageKit supports 3.2+, but entropy and portage backends are untested
-# Future note: use --enable-python3
-PYTHON_COMPAT=( python2_7 )
-VALA_USE_DEPEND="vapigen"
-
-inherit bash-completion-r1 multilib python-single-r1 systemd vala xdg
-
-MY_PN="PackageKit"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Manage packages in a secure way using a cross-distro and 
cross-architecture API"
-HOMEPAGE="https://www.freedesktop.org/software/PackageKit/";
-SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0/18"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="connman cron command-not-found +introspection networkmanager entropy 
systemd test vala"
-REQUIRED_USE="
-       ${PYTHON_REQUIRED_USE}
-       vala? ( introspection )
-"
-
-# While not strictly needed, consolekit is the alternative to systemd-login
-# to get current session's user.
-CDEPEND="
-       >=app-shells/bash-completion-2
-       dev-db/sqlite:3
-       >=dev-libs/dbus-glib-0.74
-       >=dev-libs/glib-2.46.0:2[${PYTHON_USEDEP}]
-       >=sys-auth/polkit-0.98
-       >=sys-apps/dbus-1.3.0
-       ${PYTHON_DEPS}
-       connman? ( net-misc/connman )
-       introspection? ( >=dev-libs/gobject-introspection-0.9.9:= )
-       networkmanager? ( >=net-misc/networkmanager-0.6.4:= )
-       systemd? ( >=sys-apps/systemd-204 )
-"
-DEPEND="${CDEPEND}
-       dev-libs/libxslt[${PYTHON_USEDEP}]
-       >=dev-util/gtk-doc-am-1.11
-       >=dev-util/intltool-0.35.0
-       sys-devel/gettext
-       virtual/pkgconfig
-       vala? ( $(vala_depend) )
-"
-RDEPEND="${CDEPEND}
-       >=app-portage/layman-2[${PYTHON_USEDEP}]
-       >=sys-apps/portage-2.2[${PYTHON_USEDEP}]
-       entropy? ( >=sys-apps/entropy-234[${PYTHON_USEDEP}] )
-       !systemd? ( sys-auth/consolekit )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       # Fixes QA Notices:
-       # - https://github.com/gentoo/gentoo/pull/1760
-       # - https://github.com/hughsie/PackageKit/issues/143
-       eapply "${FILESDIR}"/${PN}-1.1.1-cache-qafix.patch
-
-       # Disable unittests not working with portage backend
-       # console: requires terminal input
-       sed -e 's:^\(.*/packagekit-glib2/control\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/transaction-list\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/client"\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/package-sack\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/task\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/console\)://\1:' \
-               -i lib/packagekit-glib2/pk-test-daemon.c || die
-       sed -e 's:^\(.*/packagekit/spawn\)://\1:' \
-           -e 's:^\(.*/packagekit/transaction-db\)://\1:' \
-           -e 's:^\(.*/packagekit/backend\)://\1:' \
-               -i src/pk-self-test.c || die
-
-       eapply_user
-       use vala && vala_src_prepare
-       xdg_src_prepare
-}
-
-src_configure() {
-       econf \
-               --disable-gstreamer-plugin \
-               --disable-gtk-doc \
-               --disable-gtk-module \
-               --disable-schemas-compile \
-               --disable-static \
-               --enable-bash-completion \
-               --enable-man-pages \
-               --enable-nls \
-               --enable-portage \
-               --localstatedir=/var \
-               $(use_enable command-not-found) \
-               $(use_enable connman) \
-               $(use_enable cron) \
-               $(use_enable entropy) \
-               $(use_enable introspection) \
-               $(use_enable networkmanager) \
-               $(use_enable systemd) \
-               $(use_enable test daemon-tests) \
-               $(use_enable test local) \
-               $(use_enable vala) \
-               --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       prune_libtool_files --all
-
-       dodoc AUTHORS ChangeLog MAINTAINERS NEWS README
-}

diff --git a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild 
b/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild
deleted file mode 100644
index da72d9cbd45..00000000000
--- a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-# PackageKit supports 3.2+, but entropy and portage backends are untested
-# Future note: use --enable-python3
-PYTHON_COMPAT=( python2_7 )
-VALA_USE_DEPEND="vapigen"
-
-inherit autotools bash-completion-r1 multilib python-single-r1 systemd vala xdg
-
-MY_PN="PackageKit"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Manage packages in a secure way using a cross-distro and 
cross-architecture API"
-HOMEPAGE="https://www.freedesktop.org/software/PackageKit/";
-SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0/18"
-KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 x86"
-IUSE="connman cron command-not-found elogind +introspection networkmanager 
entropy systemd test vala"
-REQUIRED_USE="
-       ${PYTHON_REQUIRED_USE}
-       ?? ( elogind systemd )
-       vala? ( introspection )
-"
-
-# While not strictly needed, consolekit is the alternative to systemd-login
-# or elogind to get current session's user.
-COMMON_DEPEND="
-       >=app-shells/bash-completion-2
-       dev-db/sqlite:3
-       >=dev-libs/dbus-glib-0.74
-       >=dev-libs/glib-2.46.0:2[${PYTHON_USEDEP}]
-       >=sys-auth/polkit-0.98
-       >=sys-apps/dbus-1.3.0
-       ${PYTHON_DEPS}
-       connman? ( net-misc/connman )
-       elogind? ( >=sys-auth/elogind-229.4 )
-       introspection? ( >=dev-libs/gobject-introspection-0.9.9:= )
-       networkmanager? ( >=net-misc/networkmanager-0.6.4:= )
-       systemd? ( >=sys-apps/systemd-204 )
-"
-# vala-common needed for eautoreconf
-DEPEND="${COMMON_DEPEND}
-       >=dev-cpp/glibmm-2.4
-       dev-libs/libxslt[${PYTHON_USEDEP}]
-       dev-libs/vala-common
-       >=dev-util/gtk-doc-am-1.11
-       >=dev-util/intltool-0.35.0
-       sys-devel/gettext
-       virtual/pkgconfig
-       vala? ( $(vala_depend) )
-"
-RDEPEND="${COMMON_DEPEND}
-       >=app-portage/layman-2[${PYTHON_USEDEP}]
-       >=sys-apps/portage-2.2[${PYTHON_USEDEP}]
-       entropy? ( >=sys-apps/entropy-234[${PYTHON_USEDEP}] )
-       !systemd? ( !elogind? ( sys-auth/consolekit ) )
-"
-
-PATCHES=(
-       # Fixes QA Notices:
-       # - https://github.com/gentoo/gentoo/pull/1760
-       # - https://github.com/hughsie/PackageKit/issues/143
-       "${FILESDIR}"/${PN}-1.1.1-cache-qafix.patch
-
-       # Adds elogind support:
-       # - https://bugs.gentoo.org/show_bug.cgi?id=620948
-       "${FILESDIR}"/${PN}-elogind-support.patch
-)
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       # Disable unittests not working with portage backend
-       # console: requires terminal input
-       sed -e 's:^\(.*/packagekit-glib2/control\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/transaction-list\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/client"\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/package-sack\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/task\)://\1:' \
-               -e 's:^\(.*/packagekit-glib2/console\)://\1:' \
-               -i lib/packagekit-glib2/pk-test-daemon.c || die
-       sed -e 's:^\(.*/packagekit/spawn\)://\1:' \
-           -e 's:^\(.*/packagekit/transaction-db\)://\1:' \
-           -e 's:^\(.*/packagekit/backend\)://\1:' \
-               -i src/pk-self-test.c || die
-
-       eapply_user
-       use vala && vala_src_prepare
-       xdg_src_prepare
-
-       # Needed by elogind patch:
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --disable-gstreamer-plugin \
-               --disable-gtk-doc \
-               --disable-gtk-module \
-               --disable-schemas-compile \
-               --disable-static \
-               --enable-bash-completion \
-               --enable-man-pages \
-               --enable-nls \
-               --enable-portage \
-               --localstatedir=/var \
-               $(use_enable command-not-found) \
-               $(use_enable connman) \
-               $(use_enable cron) \
-               $(use_enable elogind) \
-               $(use_enable entropy) \
-               $(use_enable introspection) \
-               $(use_enable networkmanager) \
-               $(use_enable systemd) \
-               $(use_enable test daemon-tests) \
-               $(use_enable test local) \
-               $(use_enable vala) \
-               --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       prune_libtool_files --all
-
-       dodoc AUTHORS ChangeLog MAINTAINERS NEWS README
-}

Reply via email to