diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-03 14:25:54 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-03 14:25:54 +0100 |
commit | 92e920fbc8ff23c64d802a81a0818d7f676a67cb (patch) | |
tree | a6e3ad1a7b6719ffae1ee7a26b76ca22d9892d0a /app-admin/packagekit-base | |
parent | app-admin/packagekit-gtk: drop old revision (diff) | |
download | gentoo-92e920fbc8ff23c64d802a81a0818d7f676a67cb.tar.gz gentoo-92e920fbc8ff23c64d802a81a0818d7f676a67cb.tar.bz2 gentoo-92e920fbc8ff23c64d802a81a0818d7f676a67cb.zip |
app-admin/packagekit-base: drop old revision
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin/packagekit-base')
-rw-r--r-- | app-admin/packagekit-base/Manifest | 1 | ||||
-rw-r--r-- | app-admin/packagekit-base/packagekit-base-0.7.4.ebuild | 185 |
2 files changed, 0 insertions, 186 deletions
diff --git a/app-admin/packagekit-base/Manifest b/app-admin/packagekit-base/Manifest index 57f03a2720f0..66a8d6fb54ab 100644 --- a/app-admin/packagekit-base/Manifest +++ b/app-admin/packagekit-base/Manifest @@ -1,3 +1,2 @@ -DIST PackageKit-0.7.4.tar.xz 1493656 SHA256 4112c86d67afbbb9be5d3a706c63c537babbbe1f96e398ae306f5e5e02563a98 SHA512 a2cee60f499ec6c5359f3dc2eddda02cfb9c287f80a6b38aa1d9d87558ce5938ade87ab34f6cb1f9640749a0f19625b44c89f72dea5fbb0cbd5f34aec8dbb9f6 WHIRLPOOL 2827cb038c86164ae58021fafe9f2bbf21e69b5c63c4ef5e0f613806f5725f910af3d5aa51646fd258da9c91b81b086cf9560f66bf042e1cb6d1c25128f984b3 DIST PackageKit-0.8.15.tar.xz 1506084 SHA256 76aa44994d63b403b1f1154406539951502f5ab92624a8a7dedbeb5437ed0af5 SHA512 d6a1a4582212b02350b8a5ab8413346b0b33a49d329d3c5c4314e3db0c7c40b891d64d275c3acd8eafc45a59462b537cd031919027db2176502861271ce34a02 WHIRLPOOL bcc75e8a05b5616fbec1a2772af53ae51cf8c44a9feda4ca9cff4567f274aed62d3cf01751ab89834f423b77a74dcc1445c32390c323a46bb4340cde568760ce DIST PackageKit-1.0.11.tar.xz 1427404 SHA256 bbd27bbc77795394f25ab009fe1b3420e365541c99248b18bbaa2fa7f029eaf7 SHA512 9529037685f76e883a71ae502eabd83c3e1e8905f76cfe5e938760677f0224f8758bca59e139588aa06589bcca7a20f13dea0fe419022cb950c7a4c631237bce WHIRLPOOL 8d9bebf55acdff2096bb750bc1f3028cdbbb8e0fd09926de69c7e3dcbd7fe56a2908709be01633dd5a61df80afab05b28d8f424b1bbb79454f503cd03301e56a diff --git a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild deleted file mode 100644 index 405764efdf22..000000000000 --- a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild +++ /dev/null @@ -1,185 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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="~alpha ~amd64 ~arm ~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? ( virtual/libgudev ) - 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.1 ) - 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 -# >=npapi-sdk-0.27.1 has slightly changed API, once it is unmasked in tree -# drop the npapi-api-change patch below and relax the dependency constraints - -# UPSTREAM: -# documentation/website with --enable-doc-install -# failing tests - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.7.x-npapi-sdk.patch #383141 - epatch "${FILESDIR}"/${PN}-0.7.x-npapi-api-change.patch #416711 - # http://pkgs.fedoraproject.org/gitweb/?p=PackageKit.git;a=commit;h=0b378668288db34890b82c7be007fc76c7fcd956 - sed -i -e '/polkit-backend-1/d' configure || die #423431 -} - -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) \ - --enable-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 connman) \ - $(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 - fi -} - -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} -} |