* [gentoo-commits] proj/gnome:gnome-next commit in: app-portage/packagekit/
@ 2011-07-01 21:08 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-07-01 21:08 UTC (permalink / raw
To: gentoo-commits
commit: cf503ce1f5d0ae94cf8e36e22789d47f34712247
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri Jul 1 21:06:27 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Jul 1 21:08:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cf503ce1
app-portage/packagekit: add docbook-xml-dtd:4.2 build-time dependency
---
app-portage/packagekit/packagekit-0.6.14.ebuild | 2 ++
app-portage/packagekit/packagekit-0.6.15.ebuild | 2 ++
app-portage/packagekit/packagekit-9999.ebuild | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/app-portage/packagekit/packagekit-0.6.14.ebuild b/app-portage/packagekit/packagekit-0.6.14.ebuild
index dfd3fa0..cd1539c 100644
--- a/app-portage/packagekit/packagekit-0.6.14.ebuild
+++ b/app-portage/packagekit/packagekit-0.6.14.ebuild
@@ -64,9 +64,11 @@ RDEPEND="${CDEPEND}
>=sys-apps/portage-2.2_rc39
sys-auth/consolekit
"
+# docbook-xml-dtd:4.2 needed for man page generation
DEPEND="${CDEPEND}
nsplugin? ( >=net-libs/xulrunner-1.9.1 )
test? ( qt4? ( dev-util/cppunit >=x11-libs/qt-gui-4.4.0 ) )
+ app-text/docbook-xml-dtd:4.2
dev-libs/libxslt
>=dev-util/intltool-0.35.0
dev-util/pkgconfig
diff --git a/app-portage/packagekit/packagekit-0.6.15.ebuild b/app-portage/packagekit/packagekit-0.6.15.ebuild
index 2fc09af..3c25db0 100644
--- a/app-portage/packagekit/packagekit-0.6.15.ebuild
+++ b/app-portage/packagekit/packagekit-0.6.15.ebuild
@@ -64,9 +64,11 @@ RDEPEND="${CDEPEND}
>=sys-apps/portage-2.2_rc39
sys-auth/consolekit
"
+# docbook-xml-dtd:4.2 needed for man page generation
DEPEND="${CDEPEND}
nsplugin? ( >=net-libs/xulrunner-1.9.1 )
test? ( qt4? ( dev-util/cppunit >=x11-libs/qt-gui-4.4.0 ) )
+ app-text/docbook-xml-dtd:4.2
dev-libs/libxslt
>=dev-util/intltool-0.35.0
dev-util/pkgconfig
diff --git a/app-portage/packagekit/packagekit-9999.ebuild b/app-portage/packagekit/packagekit-9999.ebuild
index 21a59dc..b8bbbc7 100644
--- a/app-portage/packagekit/packagekit-9999.ebuild
+++ b/app-portage/packagekit/packagekit-9999.ebuild
@@ -62,9 +62,11 @@ RDEPEND="${CDEPEND}
>=sys-apps/portage-2.2_rc39
sys-auth/consolekit
"
+# docbook-xml-dtd:4.2 needed for man page generation
DEPEND="${CDEPEND}
nsplugin? ( >=net-libs/xulrunner-1.9.1 )
test? ( qt4? ( dev-util/cppunit >=x11-libs/qt-gui-4.4.0 ) )
+ app-text/docbook-xml-dtd:4.2
dev-libs/libxslt
>=dev-util/intltool-0.35.0
dev-util/pkgconfig
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: app-portage/packagekit/
@ 2011-07-19 3:36 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-07-19 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 0eb6c128faa4859d3766a03533189231bb4abbb2
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Jul 19 03:25:52 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Jul 19 03:35:49 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0eb6c128
app-portage/packagekit: 0.6.15 → 0.6.16
Version bump with various bugfixes. Use EAPI 3 and .xz tarballs. Update
copyright year. Update dependencies (the browser plugin is gtk2-only).
Update python_mod_{optimize,cleanup} to be relative to
site-packages. Punt obsolete version 0.6.14.
---
app-portage/packagekit/packagekit-0.6.15.ebuild | 9 ++++-----
...ekit-0.6.14.ebuild => packagekit-0.6.16.ebuild} | 15 +++++----------
app-portage/packagekit/packagekit-9999.ebuild | 13 +++++++++----
3 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/app-portage/packagekit/packagekit-0.6.15.ebuild b/app-portage/packagekit/packagekit-0.6.15.ebuild
index 3c25db0..5962259 100644
--- a/app-portage/packagekit/packagekit-0.6.15.ebuild
+++ b/app-portage/packagekit/packagekit-0.6.15.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI="3"
inherit eutils multilib python nsplugins
if [[ ${PV} = 9999 ]]; then
@@ -45,7 +45,6 @@ CDEPEND="
dev-libs/nspr
x11-libs/cairo
>=x11-libs/gtk+-2.14.0:2
- >=x11-libs/gtk+-2.91.0:3
x11-libs/pango )
qt4? ( >=x11-libs/qt-core-4.4.0
>=x11-libs/qt-dbus-4.4.0
@@ -160,7 +159,7 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize $(python_get_sitedir)/${PN}
+ python_mod_optimize ${PN}
}
pkg_prerm() {
@@ -170,5 +169,5 @@ pkg_prerm() {
}
pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}
+ python_mod_cleanup ${PN}
}
diff --git a/app-portage/packagekit/packagekit-0.6.14.ebuild b/app-portage/packagekit/packagekit-0.6.16.ebuild
similarity index 90%
rename from app-portage/packagekit/packagekit-0.6.14.ebuild
rename to app-portage/packagekit/packagekit-0.6.16.ebuild
index cd1539c..1ee771f 100644
--- a/app-portage/packagekit/packagekit-0.6.14.ebuild
+++ b/app-portage/packagekit/packagekit-0.6.16.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI="3"
inherit eutils multilib python nsplugins
if [[ ${PV} = 9999 ]]; then
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
DOCS="AUTHORS MAINTAINERS NEWS README TODO"
else
MY_P=${MY_PN}-${PV}
- SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.gz"
+ SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.xz"
KEYWORDS="~amd64 ~ppc ~x86"
S="${WORKDIR}/${MY_P}"
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
@@ -45,7 +45,6 @@ CDEPEND="
dev-libs/nspr
x11-libs/cairo
>=x11-libs/gtk+-2.14.0:2
- >=x11-libs/gtk+-2.91.0:3
x11-libs/pango )
qt4? ( >=x11-libs/qt-core-4.4.0
>=x11-libs/qt-dbus-4.4.0
@@ -104,10 +103,6 @@ src_prepare() {
# prevent pyc/pyo generation
ln -sfn $(type -P true) py-compile
-
- # allow building with >=glib-2.28.7:2 (fixed upstream in 0.6.15)
- sed -e 's:GLIB_CHECK_VERSION(2,28,7):GLIB_CHECK_VERSION(2,29,4):g' \
- -i src/pk-main.c || die "sed src/pk-main.c failed"
}
src_configure() {
@@ -164,7 +159,7 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize $(python_get_sitedir)/${PN}
+ python_mod_optimize ${PN}
}
pkg_prerm() {
@@ -174,5 +169,5 @@ pkg_prerm() {
}
pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}
+ python_mod_cleanup ${PN}
}
diff --git a/app-portage/packagekit/packagekit-9999.ebuild b/app-portage/packagekit/packagekit-9999.ebuild
index b8bbbc7..1ee771f 100644
--- a/app-portage/packagekit/packagekit-9999.ebuild
+++ b/app-portage/packagekit/packagekit-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI="3"
inherit eutils multilib python nsplugins
if [[ ${PV} = 9999 ]]; then
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
DOCS="AUTHORS MAINTAINERS NEWS README TODO"
else
MY_P=${MY_PN}-${PV}
- SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.gz"
+ SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.xz"
KEYWORDS="~amd64 ~ppc ~x86"
S="${WORKDIR}/${MY_P}"
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
@@ -35,6 +35,7 @@ CDEPEND="
connman? ( net-misc/connman )
gtk? ( dev-libs/dbus-glib
media-libs/fontconfig
+ >=x11-libs/gtk+-2.14.0:2
>=x11-libs/gtk+-2.91.0:3
x11-libs/pango )
introspection? ( >=dev-libs/gobject-introspection-0.9.8 )
@@ -89,6 +90,10 @@ RESTRICT="test"
# documentation/website with --enable-doc-install
# failing tests
+pkg_setup() {
+ python_set_active_version 2
+}
+
src_prepare() {
if [[ ${PV} = 9999 ]]; then
gtkdocize || die
@@ -154,7 +159,7 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize $(python_get_sitedir)/${PN}
+ python_mod_optimize ${PN}
}
pkg_prerm() {
@@ -164,5 +169,5 @@ pkg_prerm() {
}
pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}
+ python_mod_cleanup ${PN}
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-19 3:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 21:08 [gentoo-commits] proj/gnome:gnome-next commit in: app-portage/packagekit/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2011-07-19 3:36 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox