* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: packagekit-base-0.6.20.ebuild ChangeLog
@ 2011-11-07 13:28 Fabio Erculiani (lxnay)
0 siblings, 0 replies; 8+ messages in thread
From: Fabio Erculiani (lxnay) @ 2011-11-07 13:28 UTC (permalink / raw
To: gentoo-commits
lxnay 11/11/07 13:28:16
Modified: ChangeLog
Added: packagekit-base-0.6.20.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.10 app-admin/packagekit-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 25 Oct 2011 15:09:06 -0000 1.9
+++ ChangeLog 7 Nov 2011 13:28:16 -0000 1.10
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/packagekit-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.9 2011/10/25 15:09:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.10 2011/11/07 13:28:16 lxnay Exp $
+
+*packagekit-base-0.6.20 (07 Nov 2011)
+
+ 07 Nov 2011; Fabio Erculiani <lxnay@gentoo.org>
+ +packagekit-base-0.6.20.ebuild:
+ version bump
25 Oct 2011; Jeroen Roovers <jer@gentoo.org> packagekit-base-0.6.19.ebuild:
Marked ~hppa (bug #387959).
1.1 app-admin/packagekit-base/packagekit-base-0.6.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.1&content-type=text/plain
Index: packagekit-base-0.6.20.ebuild
===================================================================
# Copyright 1999-2011 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.6.20.ebuild,v 1.1 2011/11/07 13:28:16 lxnay Exp $
EAPI="3"
# 0.6.x doesn't work with Python 3.x
PYTHON_DEPEND="2"
inherit eutils multilib python nsplugins bash-completion
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 ~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.8 )
networkmanager? ( >=net-misc/networkmanager-0.6.4 )
nsplugin? (
dev-libs/nspr
x11-libs/cairo
>=x11-libs/gtk+-2.14.0:2
x11-libs/pango
)
policykit? ( >=sys-auth/polkit-0.94 )
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.16.1:2
>=sys-apps/dbus-1.3.0"
DEPEND="${CDEPEND}
doc? ( dev-util/gtk-doc )
nsplugin? ( >=net-libs/xulrunner-1.9.1 )
dev-libs/libxslt
>=dev-util/intltool-0.35.0
dev-util/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_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=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]
dobashcompletion "${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}
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: packagekit-base-0.6.20.ebuild ChangeLog
@ 2012-03-06 22:31 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-06 22:31 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/06 22:31:34
Modified: packagekit-base-0.6.20.ebuild ChangeLog
Log:
Marking packagekit-base-0.6.20 ~ppc for bug 387959
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.2 app-admin/packagekit-base/packagekit-base-0.6.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?r1=1.1&r2=1.2
Index: packagekit-base-0.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- packagekit-base-0.6.20.ebuild 7 Nov 2011 13:28:16 -0000 1.1
+++ packagekit-base-0.6.20.ebuild 6 Mar 2012 22:31:34 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.6.20.ebuild,v 1.1 2011/11/07 13:28:16 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v 1.2 2012/03/06 22:31:34 ranger Exp $
EAPI="3"
@@ -18,7 +18,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
IUSE="connman cron doc +introspection networkmanager nsplugin pm-utils +policykit entropy static-libs test udev"
CDEPEND="connman? ( net-misc/connman )
1.11 app-admin/packagekit-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 7 Nov 2011 13:28:16 -0000 1.10
+++ ChangeLog 6 Mar 2012 22:31:34 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/packagekit-base
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.10 2011/11/07 13:28:16 lxnay Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.11 2012/03/06 22:31:34 ranger Exp $
+
+ 06 Mar 2012; Brent Baude <ranger@gentoo.org> packagekit-base-0.6.20.ebuild:
+ Marking packagekit-base-0.6.20 ~ppc for bug 387959
*packagekit-base-0.6.20 (07 Nov 2011)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: packagekit-base-0.6.20.ebuild ChangeLog
@ 2012-03-08 23:41 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-08 23:41 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/08 23:41:19
Modified: packagekit-base-0.6.20.ebuild ChangeLog
Log:
Marking packagekit-base-0.6.20 ~ppc64 for bug 387959
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.3 app-admin/packagekit-base/packagekit-base-0.6.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?r1=1.2&r2=1.3
Index: packagekit-base-0.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- packagekit-base-0.6.20.ebuild 6 Mar 2012 22:31:34 -0000 1.2
+++ packagekit-base-0.6.20.ebuild 8 Mar 2012 23:41:19 -0000 1.3
@@ -1,6 +1,6 @@
# 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.6.20.ebuild,v 1.2 2012/03/06 22:31:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v 1.3 2012/03/08 23:41:19 ranger Exp $
EAPI="3"
@@ -18,7 +18,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="connman cron doc +introspection networkmanager nsplugin pm-utils +policykit entropy static-libs test udev"
CDEPEND="connman? ( net-misc/connman )
1.12 app-admin/packagekit-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 6 Mar 2012 22:31:34 -0000 1.11
+++ ChangeLog 8 Mar 2012 23:41:19 -0000 1.12
@@ -1,6 +1,9 @@
# 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.11 2012/03/06 22:31:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.12 2012/03/08 23:41:19 ranger Exp $
+
+ 08 Mar 2012; Brent Baude <ranger@gentoo.org> packagekit-base-0.6.20.ebuild:
+ Marking packagekit-base-0.6.20 ~ppc64 for bug 387959
06 Mar 2012; Brent Baude <ranger@gentoo.org> packagekit-base-0.6.20.ebuild:
Marking packagekit-base-0.6.20 ~ppc for bug 387959
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: packagekit-base-0.6.20.ebuild ChangeLog
@ 2012-03-12 15:14 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-12 15:14 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/12 15:14:08
Modified: packagekit-base-0.6.20.ebuild ChangeLog
Log:
Marking packagekit-base-0.6.20 ppc64 for bug 407643
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.4 app-admin/packagekit-base/packagekit-base-0.6.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?r1=1.3&r2=1.4
Index: packagekit-base-0.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- packagekit-base-0.6.20.ebuild 8 Mar 2012 23:41:19 -0000 1.3
+++ packagekit-base-0.6.20.ebuild 12 Mar 2012 15:14:08 -0000 1.4
@@ -1,6 +1,6 @@
# 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.6.20.ebuild,v 1.3 2012/03/08 23:41:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v 1.4 2012/03/12 15:14:08 ranger Exp $
EAPI="3"
@@ -18,7 +18,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~x86"
IUSE="connman cron doc +introspection networkmanager nsplugin pm-utils +policykit entropy static-libs test udev"
CDEPEND="connman? ( net-misc/connman )
1.13 app-admin/packagekit-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 8 Mar 2012 23:41:19 -0000 1.12
+++ ChangeLog 12 Mar 2012 15:14:08 -0000 1.13
@@ -1,6 +1,9 @@
# 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.12 2012/03/08 23:41:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.13 2012/03/12 15:14:08 ranger Exp $
+
+ 12 Mar 2012; Brent Baude <ranger@gentoo.org> packagekit-base-0.6.20.ebuild:
+ Marking packagekit-base-0.6.20 ppc64 stable for bug 407643
08 Mar 2012; Brent Baude <ranger@gentoo.org> packagekit-base-0.6.20.ebuild:
Marking packagekit-base-0.6.20 ~ppc64 for bug 387959
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: packagekit-base-0.6.20.ebuild ChangeLog
@ 2012-03-12 17:22 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-12 17:22 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/03/12 17:22:18
Modified: packagekit-base-0.6.20.ebuild ChangeLog
Log:
Revert back to ~ppc64 because this is not ready to be stabilized.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Revision Changes Path
1.5 app-admin/packagekit-base/packagekit-base-0.6.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?r1=1.4&r2=1.5
Index: packagekit-base-0.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- packagekit-base-0.6.20.ebuild 12 Mar 2012 15:14:08 -0000 1.4
+++ packagekit-base-0.6.20.ebuild 12 Mar 2012 17:22:18 -0000 1.5
@@ -1,6 +1,6 @@
# 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.6.20.ebuild,v 1.4 2012/03/12 15:14:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v 1.5 2012/03/12 17:22:18 ssuominen Exp $
EAPI="3"
@@ -18,7 +18,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="connman cron doc +introspection networkmanager nsplugin pm-utils +policykit entropy static-libs test udev"
CDEPEND="connman? ( net-misc/connman )
1.14 app-admin/packagekit-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 12 Mar 2012 15:14:08 -0000 1.13
+++ ChangeLog 12 Mar 2012 17:22:18 -0000 1.14
@@ -1,6 +1,10 @@
# 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.13 2012/03/12 15:14:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.14 2012/03/12 17:22:18 ssuominen Exp $
+
+ 12 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
+ packagekit-base-0.6.20.ebuild:
+ Revert back to ~ppc64 because this is not ready to be stabilized.
12 Mar 2012; Brent Baude <ranger@gentoo.org> packagekit-base-0.6.20.ebuild:
Marking packagekit-base-0.6.20 ppc64 stable for bug 407643
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: packagekit-base-0.6.20.ebuild ChangeLog
@ 2012-04-22 18:56 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-22 18:56 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/04/22 18:56:08
Modified: packagekit-base-0.6.20.ebuild ChangeLog
Log:
Build nsplugin against npapi-sdk instead of xulrunner wrt #383141 by Jory A. Pratt
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.6 app-admin/packagekit-base/packagekit-base-0.6.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?r1=1.5&r2=1.6
Index: packagekit-base-0.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- packagekit-base-0.6.20.ebuild 12 Mar 2012 17:22:18 -0000 1.5
+++ packagekit-base-0.6.20.ebuild 22 Apr 2012 18:56:08 -0000 1.6
@@ -1,6 +1,6 @@
# 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.6.20.ebuild,v 1.5 2012/03/12 17:22:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v 1.6 2012/04/22 18:56:08 ssuominen Exp $
EAPI="3"
@@ -38,7 +38,7 @@
>=sys-apps/dbus-1.3.0"
DEPEND="${CDEPEND}
doc? ( dev-util/gtk-doc )
- nsplugin? ( >=net-libs/xulrunner-1.9.1 )
+ nsplugin? ( >=net-misc/npapi-sdk-0.27 )
dev-libs/libxslt
>=dev-util/intltool-0.35.0
dev-util/pkgconfig
@@ -70,6 +70,10 @@
# documentation/website with --enable-doc-install
# failing tests
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-0.6.x-npapi-sdk.patch #383141
+}
+
src_configure() {
local myconf=""
1.17 app-admin/packagekit-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 22 Apr 2012 18:43:47 -0000 1.16
+++ ChangeLog 22 Apr 2012 18:56:08 -0000 1.17
@@ -1,6 +1,11 @@
# 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.16 2012/04/22 18:43:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.17 2012/04/22 18:56:08 ssuominen Exp $
+
+ 22 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ packagekit-base-0.6.20.ebuild, +files/packagekit-base-0.6.x-npapi-sdk.patch:
+ Build nsplugin against npapi-sdk instead of xulrunner wrt #383141 by Jory A.
+ Pratt
22 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
-packagekit-base-0.6.16.ebuild, -packagekit-base-0.6.17-r1.ebuild,
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: packagekit-base-0.6.20.ebuild ChangeLog
@ 2012-05-03 18:02 Jeff Horelick (jdhore)
0 siblings, 0 replies; 8+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-03 18:02 UTC (permalink / raw
To: gentoo-commits
jdhore 12/05/03 18:02:23
Modified: packagekit-base-0.6.20.ebuild ChangeLog
Log:
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Revision Changes Path
1.7 app-admin/packagekit-base/packagekit-base-0.6.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?r1=1.6&r2=1.7
Index: packagekit-base-0.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- packagekit-base-0.6.20.ebuild 22 Apr 2012 18:56:08 -0000 1.6
+++ packagekit-base-0.6.20.ebuild 3 May 2012 18:02:23 -0000 1.7
@@ -1,6 +1,6 @@
# 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.6.20.ebuild,v 1.6 2012/04/22 18:56:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v 1.7 2012/05/03 18:02:23 jdhore Exp $
EAPI="3"
@@ -41,7 +41,7 @@
nsplugin? ( >=net-misc/npapi-sdk-0.27 )
dev-libs/libxslt
>=dev-util/intltool-0.35.0
- dev-util/pkgconfig
+ virtual/pkgconfig
sys-devel/gettext"
RDEPEND="${CDEPEND}
1.18 app-admin/packagekit-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 22 Apr 2012 18:56:08 -0000 1.17
+++ ChangeLog 3 May 2012 18:02:23 -0000 1.18
@@ -1,6 +1,9 @@
# 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.17 2012/04/22 18:56:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.18 2012/05/03 18:02:23 jdhore Exp $
+
+ 03 May 2012; Jeff Horelick <jdhore@gentoo.org> packagekit-base-0.6.20.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
22 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
packagekit-base-0.6.20.ebuild, +files/packagekit-base-0.6.x-npapi-sdk.patch:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: packagekit-base-0.6.20.ebuild ChangeLog
@ 2012-05-09 15:21 Matt Turner (mattst88)
0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner (mattst88) @ 2012-05-09 15:21 UTC (permalink / raw
To: gentoo-commits
mattst88 12/05/09 15:21:35
Modified: packagekit-base-0.6.20.ebuild ChangeLog
Log:
Added ~mips, bug 387959.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.8 app-admin/packagekit-base/packagekit-base-0.6.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild?r1=1.7&r2=1.8
Index: packagekit-base-0.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- packagekit-base-0.6.20.ebuild 3 May 2012 18:02:23 -0000 1.7
+++ packagekit-base-0.6.20.ebuild 9 May 2012 15:21:35 -0000 1.8
@@ -1,6 +1,6 @@
# 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.6.20.ebuild,v 1.7 2012/05/03 18:02:23 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v 1.8 2012/05/09 15:21:35 mattst88 Exp $
EAPI="3"
@@ -18,7 +18,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+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 )
1.19 app-admin/packagekit-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 3 May 2012 18:02:23 -0000 1.18
+++ ChangeLog 9 May 2012 15:21:35 -0000 1.19
@@ -1,6 +1,9 @@
# 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.18 2012/05/03 18:02:23 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.19 2012/05/09 15:21:35 mattst88 Exp $
+
+ 09 May 2012; Matt Turner <mattst88@gentoo.org> packagekit-base-0.6.20.ebuild:
+ Added ~mips, bug 387959.
03 May 2012; Jeff Horelick <jdhore@gentoo.org> packagekit-base-0.6.20.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-05-09 15:21 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 15:21 [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-base: packagekit-base-0.6.20.ebuild ChangeLog Matt Turner (mattst88)
-- strict thread matches above, loose matches on Subject: below --
2012-05-03 18:02 Jeff Horelick (jdhore)
2012-04-22 18:56 Samuli Suominen (ssuominen)
2012-03-12 17:22 Samuli Suominen (ssuominen)
2012-03-12 15:14 Brent Baude (ranger)
2012-03-08 23:41 Brent Baude (ranger)
2012-03-06 22:31 Brent Baude (ranger)
2011-11-07 13:28 Fabio Erculiani (lxnay)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox