summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2007-07-13 12:07:10 +0000
committerDavid Shakaryan <omp@gentoo.org>2007-07-13 12:07:10 +0000
commit0dda5b16789c33ab8b17d67c9cda7d6ca88bb22c (patch)
tree15145ed25900afa3af11cc9e1899e97182fe05ef /x11-wm
parentRemove older version. (diff)
downloadgentoo-2-0dda5b16789c33ab8b17d67c9cda7d6ca88bb22c.tar.gz
gentoo-2-0dda5b16789c33ab8b17d67c9cda7d6ca88bb22c.tar.bz2
gentoo-2-0dda5b16789c33ab8b17d67c9cda7d6ca88bb22c.zip
Add quotes where needed and update dependencies, plus general cleanup.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/aewm++/ChangeLog5
-rw-r--r--x11-wm/aewm++/aewm++-1.0.24.ebuild26
2 files changed, 16 insertions, 15 deletions
diff --git a/x11-wm/aewm++/ChangeLog b/x11-wm/aewm++/ChangeLog
index bdfb09ed78fb..652ec441564f 100644
--- a/x11-wm/aewm++/ChangeLog
+++ b/x11-wm/aewm++/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/aewm++
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/ChangeLog,v 1.12 2007/07/13 12:02:26 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/ChangeLog,v 1.13 2007/07/13 12:07:10 omp Exp $
+
+ 13 Jul 2007; David Shakaryan <omp@gentoo.org> aewm++-1.0.24.ebuild:
+ Add quotes where needed and update dependencies, plus general cleanup.
13 Jul 2007; David Shakaryan <omp@gentoo.org> -aewm++-1.0.22.ebuild:
Remove older version.
diff --git a/x11-wm/aewm++/aewm++-1.0.24.ebuild b/x11-wm/aewm++/aewm++-1.0.24.ebuild
index 16ee8818f585..0d7ab3daa801 100644
--- a/x11-wm/aewm++/aewm++-1.0.24.ebuild
+++ b/x11-wm/aewm++/aewm++-1.0.24.ebuild
@@ -1,38 +1,36 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.24.ebuild,v 1.9 2006/02/03 14:59:45 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.24.ebuild,v 1.10 2007/07/13 12:07:10 omp Exp $
inherit eutils
DESCRIPTION="A window manager with more modern features than aewm but with the same look and feel."
HOMEPAGE="http://sapphire.sourceforge.net/"
SRC_URI="mirror://sourceforge/sapphire/${P}.tar.bz2"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-RDEPEND="|| ( (
- x11-libs/libX11
- x11-libs/libXext )
- virtual/x11 )"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext"
DEPEND="${RDEPEND}
- || ( (
- x11-proto/xproto
- x11-proto/xextproto )
- virtual/x11 )"
+ x11-proto/xextproto
+ x11-proto/xproto"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/gcc-3.4.patch
+ cd "${S}"
+
+ epatch "${FILESDIR}/gcc-3.4.patch"
}
src_compile() {
- make CFLAGS="${CXXFLAGS}" || die
+ make CFLAGS="${CXXFLAGS}" || die "make failed"
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die "make install failed"
dodoc ChangeLog README LICENSE
}