diff options
| -rw-r--r-- | app-admin/packagekit/Manifest | 2 | ||||
| -rw-r--r-- | app-admin/packagekit/packagekit-0.5.5.ebuild | 200 | ||||
| -rw-r--r-- | kde-misc/kpackagekit/Manifest | 12 | ||||
| -rw-r--r-- | kde-misc/kpackagekit/kpackagekit-9999.ebuild | 2 |
4 files changed, 2 insertions, 214 deletions
diff --git a/app-admin/packagekit/Manifest b/app-admin/packagekit/Manifest index 6f107231ef3..837a32ec7a5 100644 --- a/app-admin/packagekit/Manifest +++ b/app-admin/packagekit/Manifest @@ -1,6 +1,4 @@ -DIST PackageKit-0.5.5.tar.gz 9690051 RMD160 eec52dabd546fd64a66f98e7e0bdf7c5393d6fd3 SHA1 58cc6c35bdcc82915b644b70cef49a12fad56381 SHA256 6217b7e44fcb68f9df0706b86906972dc80854766855c827b3eeb4f241bb5799 DIST PackageKit-0.6.2.tar.gz 9358171 RMD160 593c7d1281a35c3a724bf6d3b4cc2938928465b5 SHA1 439758a1b5a3443d0db94a7c49eccf090e00ca53 SHA256 31426cf7854e926207e229990a8f2ce08bea53f4713d75390e73e8e13bdfadaf -EBUILD packagekit-0.5.5.ebuild 5210 RMD160 47d70ef607abdf580659865ef12cac7c061f3340 SHA1 4d64000c77ce2c4bd4e30b28ed5757067f8530aa SHA256 b0947ab63f252e337e3afec2aff89e38b2365506a1a8629a6bf632acc435f313 EBUILD packagekit-0.6.2.ebuild 5210 RMD160 47d70ef607abdf580659865ef12cac7c061f3340 SHA1 4d64000c77ce2c4bd4e30b28ed5757067f8530aa SHA256 b0947ab63f252e337e3afec2aff89e38b2365506a1a8629a6bf632acc435f313 EBUILD packagekit-9999.ebuild 6114 RMD160 7debd503df652237a6164120de6d3bd9a67a6678 SHA1 5e9b0bd0622019312ea8f2ce39b82e3107cd9e3e SHA256 30fdc226c8697ab0cf9c44ea744318a011f943ba5e397c8d6f146661199d1a8c MISC metadata.xml 838 RMD160 61747046fa26fb66366e5c584cc1c8edde01682f SHA1 357aff3c61fe0ca94277cf5da4df52856ae3762e SHA256 e4eb3a230333123bc2bac47ce53a4fd1d315e83019744b1947c92525466ef74e diff --git a/app-admin/packagekit/packagekit-0.5.5.ebuild b/app-admin/packagekit/packagekit-0.5.5.ebuild deleted file mode 100644 index 6350ec3068d..00000000000 --- a/app-admin/packagekit/packagekit-0.5.5.ebuild +++ /dev/null @@ -1,200 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils multilib python autotools nsplugins - -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.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="connman +consolekit cron gtk networkmanager nsplugin pm-utils -+policykit qt4 static-libs test udev" - -CDEPEND=" - dev-db/sqlite:3 - >=dev-libs/dbus-glib-0.74 - >=dev-libs/glib-2.16.1:2 - >=sys-apps/dbus-1.3.0 - connman? ( net-misc/connman ) - gtk? ( - dev-libs/dbus-glib - media-libs/fontconfig - >=x11-libs/gtk+-2.14.0:2 - x11-libs/pango - ) - networkmanager? ( >=net-misc/networkmanager-0.6.4 ) - nsplugin? ( - dev-libs/dbus-glib - dev-libs/glib:2 - dev-libs/nspr - x11-libs/cairo - >=x11-libs/gtk+-2.14.0:2 - x11-libs/pango - ) - policykit? ( >=sys-auth/polkit-0.94 ) - qt4? ( - >=x11-libs/qt-core-4.4.0 - >=x11-libs/qt-dbus-4.4.0 - >=x11-libs/qt-sql-4.4.0 - ) - udev? ( >=sys-fs/udev-145[extras] ) -" -DEPEND="${CDEPEND} - dev-libs/libxslt - >=dev-util/intltool-0.35.0 - dev-util/pkgconfig - sys-devel/gettext - nsplugin? ( >=net-libs/xulrunner-1.9.1 ) - test? ( - qt4? ( - dev-util/cppunit - >=x11-libs/qt-gui-4.4.0 - ) - ) -" -RDEPEND="${CDEPEND} - >=app-portage/layman-1.2.3 - >=sys-apps/portage-2.2_rc39 - consolekit? ( sys-auth/consolekit ) - pm-utils? ( sys-power/pm-utils ) -" - -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: -# polkit is in gnome overlay, otherwise, should use policykit -# do not use a specific user, useless and not more secure according to upstream -# doc is in the tarball and always installed -# ruck is broken (RDEPEND dev-python/urlgrabber), upstream bug 23248 -# 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 -# using >=dbus-1.3.0 instead of >=dbus-1.1.1 because of a bug fixed in 1.3.0 -# glib2 is experimental atm. Think about a USE flag when it will be usable. - -# TODO: -# +doc to install doc/website -# check if test? qt? ( really needs qt-gui) - -# UPSTREAM: -# documentation/website with --enable-doc-install -# failing tests - -src_prepare() { - eautoreconf -} - -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 - # gtk-doc: doc already built - # command,debuginfo,gstreamer,service-packs: not supported by backend - # ruck,managed: failing (see UPSTREAM in ebuild header) - # glib2: experimental - econf \ - ${myconf} \ - --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-ruck \ - --disable-managed \ - --enable-man-pages \ - --disable-dummy \ - --enable-portage \ - --with-default-backend=portage \ - $(use_enable connman) \ - $(use_enable cron) \ - $(use_enable gtk gtk-module) \ - $(use_enable networkmanager) \ - $(use_enable nsplugin browser-plugin) \ - $(use_enable pm-utils) \ - $(use_enable qt4 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 ChangeLog MAINTAINERS NEWS README TODO || die "dodoc failed" - - if use nsplugin; then - src_mv_plugins /usr/$(get_libdir)/mozilla/plugins - 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] -} - -pkg_postinst() { - python_mod_optimize $(python_get_sitedir)/${PN} - - 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 - - if ! use consolekit; then - ewarn "You have disabled consolekit support." - ewarn "Even if you can run ${MY_PN} without a running ConsoleKit daemon," - ewarn "it is not recommanded nor supported upstream." - 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 $(python_get_sitedir)/${PN} -} diff --git a/kde-misc/kpackagekit/Manifest b/kde-misc/kpackagekit/Manifest index 34ae566bc93..853cb986bff 100644 --- a/kde-misc/kpackagekit/Manifest +++ b/kde-misc/kpackagekit/Manifest @@ -1,12 +1,2 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -EBUILD kpackagekit-9999.ebuild 414 RMD160 22022f1c077e188e77fad627448b3489a14e51f4 SHA1 6816abfda7e4051f4eee921e9bda41b7ada8ef59 SHA256 1dd5fed94bba5c391e3c473fd5e7f5a6e1235d3ce682bcc9032ac1e09e9f1773 +EBUILD kpackagekit-9999.ebuild 416 RMD160 47a8c6c307773cdf9d17cd17897920461cf7f514 SHA1 7469079cf49c1441dd67ab9e044a1c9aa6a8d533 SHA256 30a463c7e84438bc16c6b07012bea097be8f65ff17a29bab87608e0a9c18a441 MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEARECAAYFAktx0WUACgkQ5BmOA85PVLjItACgitgYx95+CPGVPVDRekKA7xeR -6JsAnjl7FhwiQ907Neq+aMFaBJ/ZevwR -=P5+x ------END PGP SIGNATURE----- diff --git a/kde-misc/kpackagekit/kpackagekit-9999.ebuild b/kde-misc/kpackagekit/kpackagekit-9999.ebuild index dc2fd273c59..512470deca4 100644 --- a/kde-misc/kpackagekit/kpackagekit-9999.ebuild +++ b/kde-misc/kpackagekit/kpackagekit-9999.ebuild @@ -16,6 +16,6 @@ SLOT="4" IUSE="debug" DEPEND=" - >=app-admin/packagekit-0.6[qt4] + >=app-admin/packagekit-0.6.3[qt4] " RDEPEND="${DEPEND}" |
