summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-10-22 00:08:14 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-10-22 00:08:14 +0000
commitbf1ae01a329734431bbb8dac40bc662c0dc2e524 (patch)
tree3125a35f2121e2c47f6bab3b12ca1cf12aa3284d /x11-misc/obpager
parentRemove monolithic X from dependencies, use MY_P and fix quotes. (diff)
downloadgentoo-2-bf1ae01a329734431bbb8dac40bc662c0dc2e524.tar.gz
gentoo-2-bf1ae01a329734431bbb8dac40bc662c0dc2e524.tar.bz2
gentoo-2-bf1ae01a329734431bbb8dac40bc662c0dc2e524.zip
Remove monolithic X from dependencies and fix quotes.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'x11-misc/obpager')
-rw-r--r--x11-misc/obpager/ChangeLog5
-rw-r--r--x11-misc/obpager/obpager-1.8.ebuild16
2 files changed, 10 insertions, 11 deletions
diff --git a/x11-misc/obpager/ChangeLog b/x11-misc/obpager/ChangeLog
index 846f93c74ea0..3fdb2d76e192 100644
--- a/x11-misc/obpager/ChangeLog
+++ b/x11-misc/obpager/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/obpager
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/ChangeLog,v 1.7 2006/10/11 11:52:01 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/ChangeLog,v 1.8 2006/10/22 00:08:14 omp Exp $
+
+ 22 Oct 2006; David Shakaryan <omp@gentoo.org> obpager-1.8.ebuild:
+ Remove monolithic X from dependencies and fix quotes.
11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> obpager-1.8.ebuild:
Fix Makefile to use /usr/ instead of /usr/X11R6, see bug #150810.
diff --git a/x11-misc/obpager/obpager-1.8.ebuild b/x11-misc/obpager/obpager-1.8.ebuild
index e77a31e9158c..ba9539060408 100644
--- a/x11-misc/obpager/obpager-1.8.ebuild
+++ b/x11-misc/obpager/obpager-1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/obpager-1.8.ebuild,v 1.8 2006/10/11 11:52:01 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/obpager-1.8.ebuild,v 1.9 2006/10/22 00:08:14 omp Exp $
DESCRIPTION="Lightweight pager designed to be used with NetWM-compliant window manager"
HOMEPAGE="http://obpager.sourceforge.net/"
@@ -11,19 +11,15 @@ SLOT="0"
KEYWORDS="alpha x86"
IUSE=""
-RDEPEND="|| ( (
- x11-libs/libXext
- x11-libs/libX11 )
- virtual/x11 )"
+RDEPEND="x11-libs/libXext
+ x11-libs/libX11"
DEPEND="${RDEPEND}
- || ( (
- x11-proto/xproto
- x11-proto/xextproto )
- virtual/x11 )"
+ x11-proto/xproto
+ x11-proto/xextproto"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# this makes it compile :-)
sed -i -e '18s/^.*$/#include <errno.h>/' src/main.cc