From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/uevt: ChangeLog uevt-2.3-r1.ebuild uevt-2.3.ebuild
Date: Thu, 1 Nov 2012 23:17:22 +0000 (UTC) [thread overview]
Message-ID: <20121101231722.8C9D021600@flycatcher.gentoo.org> (raw)
ssuominen 12/11/01 23:17:22
Modified: ChangeLog uevt-2.3-r1.ebuild
Removed: uevt-2.3.ebuild
Log:
stable new version, drop old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.11 sys-apps/uevt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uevt/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uevt/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uevt/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/uevt/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 31 Jul 2012 06:26:15 -0000 1.10
+++ ChangeLog 1 Nov 2012 23:17:22 -0000 1.11
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/uevt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/uevt/ChangeLog,v 1.10 2012/07/31 06:26:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/uevt/ChangeLog,v 1.11 2012/11/01 23:17:22 ssuominen Exp $
+
+ 02 Nov 2012; Samuli Suominen <ssuominen@gentoo.org -uevt-2.3.ebuild:
+ old
+
+ 01 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> uevt-2.3-r1.ebuild,
+ +files/uevt-2.3-support_for_more_than_one_CPU.patch:
+ amd64/x86 stable; grab last upstream commit to fix multicore support
31 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
Part of the desktop-misc herd now.
1.2 sys-apps/uevt/uevt-2.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uevt/uevt-2.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uevt/uevt-2.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uevt/uevt-2.3-r1.ebuild?r1=1.1&r2=1.2
Index: uevt-2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/uevt/uevt-2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uevt-2.3-r1.ebuild 31 Jul 2012 06:24:50 -0000 1.1
+++ uevt-2.3-r1.ebuild 1 Nov 2012 23:17:22 -0000 1.2
@@ -1,8 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/uevt/uevt-2.3-r1.ebuild,v 1.1 2012/07/31 06:24:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/uevt/uevt-2.3-r1.ebuild,v 1.2 2012/11/01 23:17:22 ssuominen Exp $
EAPI=4
+inherit eutils
+
+UEVT_VALA_VERSION=0.16
DESCRIPTION="A lightweight, desktop-independant daemon for disks mounting and power managing"
HOMEPAGE="http://elentir.sleipnir.fr/ http://git.sleipnir.fr/uevt/"
@@ -10,28 +13,32 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
-COMMON_DEPEND=">=dev-libs/glib-2.26
+COMMON_DEPEND=">=dev-libs/glib-2.28
x11-libs/gtk+:2
>=x11-libs/libnotify-0.7"
RDEPEND="${COMMON_DEPEND}
- sys-fs/udisks:0
- sys-power/upower"
+ >=sys-fs/udisks-1.0.4-r2:0
+ >=sys-power/upower-0.9.16"
DEPEND="${COMMON_DEPEND}
- dev-lang/vala:0.16
+ dev-lang/vala:${UEVT_VALA_VERSION}
dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+DOCS="AUTHORS ChangeLog README"
pkg_setup() {
- export VALAC="$(type -P valac-0.16)"
- DOCS=( AUTHORS ChangeLog README )
+ export VALAC="$(type -P valac-${UEVT_VALA_VERSION})"
}
src_prepare() {
- # http://bugs.gentoo.org/428438
+ # http://git.sleipnir.fr/uevt/commit/?id=69d2f45e234190fbfb37745ea05ab88547a3de96
+ epatch "${FILESDIR}"/${P}-support_for_more_than_one_CPU.patch
+
+ # See http://bugs.gentoo.org/ wrt #428438
echo src/configurator.c >> po/POTFILES.skip
echo src/power-infos.c >> po/POTFILES.skip
}
reply other threads:[~2012-11-01 23:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121101231722.8C9D021600@flycatcher.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox