aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gmx.de>2011-10-13 17:57:01 +0200
committerJohannes Huber <johu@gmx.de>2011-10-13 17:57:01 +0200
commiteddab5ebf65437397f124efbf35716add9e25584 (patch)
treeeaed6ab3de8a669b706365cba36d3d4f4f0bd6a7 /app-admin
parent[dev-util/cmake] Added patches thx Arseny Solokha, bug 386919 (diff)
downloadkde-eddab5ebf65437397f124efbf35716add9e25584.tar.gz
kde-eddab5ebf65437397f124efbf35716add9e25584.tar.bz2
kde-eddab5ebf65437397f124efbf35716add9e25584.zip
[app-admin/packagekit] Removed, newer version in tree
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/packagekit/Manifest3
-rw-r--r--app-admin/packagekit/metadata.xml11
-rw-r--r--app-admin/packagekit/packagekit-0.6.8.ebuild170
3 files changed, 0 insertions, 184 deletions
diff --git a/app-admin/packagekit/Manifest b/app-admin/packagekit/Manifest
deleted file mode 100644
index cefd2afa45..0000000000
--- a/app-admin/packagekit/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST PackageKit-0.6.8.tar.gz 9449785 RMD160 4bf5a1ea679defa47b7b5af96b28a8767d4b7308 SHA1 b80ff4f99bf32479d0c736e574c368edba2a2b95 SHA256 bfa5c4af87f7162cc34751feff7aabbe2e2a097df2e8631f6306dcb8a9706b01
-EBUILD packagekit-0.6.8.ebuild 3986 RMD160 d6bc12617b1ddbb505cea4773a35e50cef2fa091 SHA1 ffd347a43717f7e3e25884ab915dda4dacecd5b4 SHA256 454e9488e4895c4b87a1e2545dfd9589589c2d930dd77bb5709b543c199ed9cf
-MISC metadata.xml 419 RMD160 9eaebcd956b5bf6ab15b9a3b3981d6dd89ab396b SHA1 409ff984919b223886aa9a35668b0c06d99254ff SHA256 977e45a21098757f0abddd31ae63c9488e64c915df42f1179fe7ce2fd4556e2a
diff --git a/app-admin/packagekit/metadata.xml b/app-admin/packagekit/metadata.xml
deleted file mode 100644
index 2d5a53ce14..0000000000
--- a/app-admin/packagekit/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
- <use>
- <flag name="connman">Add support for <pkg>net-misc/connman</pkg></flag>
- <flag name="cron">Install cron script for auto-update</flag>
- <flag name="introspection">Enable GObject introspection.</flag>
- <flag name="pm-utils">Use pm-utils</flag>
- </use>
-</pkgmetadata>
diff --git a/app-admin/packagekit/packagekit-0.6.8.ebuild b/app-admin/packagekit/packagekit-0.6.8.ebuild
deleted file mode 100644
index 9c357af0e3..0000000000
--- a/app-admin/packagekit/packagekit-0.6.8.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-RESTRICT="test" # tests are failing atm
-
-inherit autotools-utils multilib python 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"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="connman cron gtk +introspection networkmanager nls 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.2.24
- connman? ( net-misc/connman )
- gtk? (
- dev-libs/dbus-glib
- media-libs/fontconfig
- >=x11-libs/gtk+-2.14.0:2
- x11-libs/pango
- )
- introspection? ( dev-libs/gobject-introspection )
- 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.96 )
- 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
- pm-utils? ( sys-power/pm-utils )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-# NOTES:
-# 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
-
-# TODO:
-# +doc to install doc/website
-# check if test? qt? ( really needs qt-gui)
-
-# UPSTREAM:
-# documentation/website with --enable-doc-install
-# failing tests
-
-DOCS=(AUTHORS ChangeLog MAINTAINERS NEWS README TODO)
-
-src_prepare() {
- autotools-utils_src_prepare
-}
-
-src_configure() {
- # localstatedir: for gentoo it's /var/lib but for $PN it's /var
- # option-check,libtool-lock,strict,local: obvious reasons
- # gtk-doc: doc already built
- # command,debuginfo,gstreamer,service-packs: not supported by backend
- myeconfargs=(
- --localstatedir="/var"
- --disable-command-not-found
- --disable-debuginfo-install
- --disable-dummy
- --disable-gtk-doc
- --disable-gstreamer-plugin
- --disable-local
- --disable-managed
- --disable-service-packs
- --disable-strict
- --disable-tests
- --enable-libtool-lock
- --enable-man-pages
- --enable-option-checking
- --enable-portage
- --with-default-backend=portage
- $(use_enable connman)
- $(use_enable cron)
- $(use_enable gtk gtk-module)
- $(use_enable introspection)
- $(use_enable networkmanager)
- $(use_enable nls)
- $(use_enable nsplugin browser-plugin)
- $(use_enable pm-utils)
- $(use_enable qt4 qt)
- $(use_enable test tests)
- $(use_enable udev device-rebind)
- )
-
- if use policykit; then
- myconfargs+=(--with-security-framework=polkit)
- else
- myconfargs+=(--with-security-framework=dummy)
- fi
-
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
-
- if use nsplugin; then
- src_mv_plugins "/usr/$(get_libdir)/mozilla/plugins"
- fi
-
- python_convert_shebangs -q -r $(python_get_version) "${D}"
- python_clean_installation_image -q
-}
-
-pkg_postinst() {
- python_mod_optimize -q "$(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
-}
-
-pkg_prerm() {
- einfo "Removing downloaded files with ${MY_PN}..."
- [[ -d "${ROOT}/var/cache/${MY_PN}/downloads" ]] && \
- rm -rf "${ROOT}/var/cache/${MY_PN}/downloads"/*
-}
-
-pkg_postrm() {
- python_mod_cleanup -q "$(python_get_sitedir)/${PN}"
-}