summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-04-11 14:28:06 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-04-11 14:28:06 +0000
commite30330a3739858b6353f40e0af7989a49d8b5aae (patch)
treecb0302c2ed8c0395198507b67a6f6c0f6b59d62b /sys-auth/consolekit
parentStable on amd64 wrt bug 173271 (diff)
downloadgentoo-2-e30330a3739858b6353f40e0af7989a49d8b5aae.tar.gz
gentoo-2-e30330a3739858b6353f40e0af7989a49d8b5aae.tar.bz2
gentoo-2-e30330a3739858b6353f40e0af7989a49d8b5aae.zip
oops. left in some patches
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-auth/consolekit')
-rw-r--r--sys-auth/consolekit/ChangeLog5
-rw-r--r--sys-auth/consolekit/consolekit-0.2.1.ebuild12
2 files changed, 5 insertions, 12 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog
index d4d06d4265ca..7b3a1d21c5ba 100644
--- a/sys-auth/consolekit/ChangeLog
+++ b/sys-auth/consolekit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.10 2007/04/11 13:53:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.11 2007/04/11 14:28:06 cardoe Exp $
+
+ 11 Apr 2007; Doug Goldstein <cardoe@gentoo.org> consolekit-0.2.1.ebuild:
+ oops. left in some patches
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org> consolekit-0.2.1.ebuild:
multilib fix for pam module
diff --git a/sys-auth/consolekit/consolekit-0.2.1.ebuild b/sys-auth/consolekit/consolekit-0.2.1.ebuild
index fa5c85dcd3f9..cfb636e98287 100644
--- a/sys-auth/consolekit/consolekit-0.2.1.ebuild
+++ b/sys-auth/consolekit/consolekit-0.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v 1.2 2007/04/11 13:53:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v 1.3 2007/04/11 14:28:06 cardoe Exp $
inherit eutils autotools multilib
@@ -26,16 +26,6 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_PN}-${PV}"
-src_unpack() {
- unpack "${A}"
- cd "${S}"
-
- epatch "${FILESDIR}"/${PN}-0.2.0-pam-lib-fix.patch
- epatch "${FILESDIR}"/${PN}-0.2.0-gdk-to-x11.patch
-
- eautoreconf
-}
-
src_compile() {
econf $(use_enable debug) \
$(use_enable pam pam-module) \