public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Saleem Abdulrasool (compnerd)" <compnerd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hal: ChangeLog hal-0.5.10.ebuild
Date: Tue, 25 Dec 2007 05:00:50 +0000	[thread overview]
Message-ID: <E1J71uM-0003cB-MX@stork.gentoo.org> (raw)

compnerd    07/12/25 05:00:50

  Modified:             ChangeLog hal-0.5.10.ebuild
  Log:
  add cardoe's patches
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.220                sys-apps/hal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.220&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.220&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?r1=1.219&r2=1.220

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog	6 Dec 2007 22:29:02 -0000	1.219
+++ ChangeLog	25 Dec 2007 05:00:50 -0000	1.220
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/hal
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.219 2007/12/06 22:29:02 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.220 2007/12/25 05:00:50 compnerd Exp $
+
+  25 Dec 2007; Saleem Abdulrasool <compnerd@gentoo.org>
+  +files/96_plugdev_allow_send.patch, hal-0.5.10.ebuild:
+  Pull in cardoe's patches
 
   06 Dec 2007; Doug Klima <cardoe@gentoo.org> metadata.xml:
   removed myself as a maintainer of HAL.



1.3                  sys-apps/hal/hal-0.5.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?r1=1.2&r2=1.3

Index: hal-0.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hal-0.5.10.ebuild	23 Nov 2007 09:30:39 -0000	1.2
+++ hal-0.5.10.ebuild	25 Dec 2007 05:00:50 -0000	1.3
@@ -1,16 +1,19 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.2 2007/11/23 09:30:39 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.3 2007/12/25 05:00:50 compnerd Exp $
 
 inherit eutils linux-info autotools flag-o-matic
 
+PATCH_VER="p1"
+
 DESCRIPTION="Hardware Abstraction Layer"
 HOMEPAGE="http://www.freedesktop.org/Software/hal"
-SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz"
+SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz
+		http://dev.gentoo.org/~cardoe/files/${PN}/${P}-${PATCH_VER}.tar.bz2"
 
 LICENSE="|| ( GPL-2 AFL-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 -mips -ppc64 ~x86"
+KEYWORDS="~amd64 ~x86"
 
 KERNEL_IUSE="kernel_linux kernel_FreeBSD"
 IUSE="acpi apm crypt debug dell disk-partition doc selinux ${KERNEL_IUSE}"
@@ -152,11 +155,18 @@
 	unpack ${A}
 	cd "${S}"
 
+	# patchset from http://dev.gentoo.org/~cardoe/repos/hal.git
+	EPATCH_MULTI_MSG="Applying http://dev.gentoo.org/~cardoe/repos/hal.git patchset ..." \
+	EPATCH_SUFFIX="patch" \
+	EPATCH_SOURCE="${WORKDIR}/hal-0.5.10-patches/" \
+	EPATCH_FORCE="yes" \
+	epatch 
+
 	# Hide recovery partitions
 	epatch "${FILESDIR}/hal-0.5.9-hide-recovery-partitions.patch"
 
 	# Enable plugdev support
-	epatch "${FILESDIR}/0.5.9/96_plugdev_allow_send.patch"
+	epatch "${FILESDIR}/96_plugdev_allow_send.patch"
 }
 
 src_compile() {



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-12-25  5:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-25  5:00 Saleem Abdulrasool (compnerd) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-20 12:50 [gentoo-commits] gentoo-x86 commit in sys-apps/hal: ChangeLog hal-0.5.10.ebuild Mike Frysinger (vapier)
2008-04-03 20:29 Tobias Klausmann (klausman)
2008-03-02 20:16 Ryan Hill (dirtyepic)
2007-11-23  9:30 Saleem Abdulrasool (compnerd)
2007-11-23  6:29 Saleem Abdulrasool (compnerd)

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=E1J71uM-0003cB-MX@stork.gentoo.org \
    --to=compnerd@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