diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 23:02:17 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 23:02:17 +0000 |
commit | 91b6a81bc98d04f446064e63b89910112612aa12 (patch) | |
tree | 9b781a3158ae4e16daaecec1469351d3425db460 /x11-libs/ViewKlass | |
parent | Added ~sparc keyword. (diff) | |
download | historical-91b6a81bc98d04f446064e63b89910112612aa12.tar.gz historical-91b6a81bc98d04f446064e63b89910112612aa12.tar.bz2 historical-91b6a81bc98d04f446064e63b89910112612aa12.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-libs/ViewKlass')
-rw-r--r-- | x11-libs/ViewKlass/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-libs/ViewKlass/ChangeLog b/x11-libs/ViewKlass/ChangeLog index b1ad3cc3a3f0..ddc1bc93a1da 100644 --- a/x11-libs/ViewKlass/ChangeLog +++ b/x11-libs/ViewKlass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/ViewKlass # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ChangeLog,v 1.6 2004/01/27 20:10:07 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ChangeLog,v 1.7 2004/04/17 23:02:17 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> ViewKlass-0.6.0.ebuild, + ViewKlass-0.7.0.ebuild: + Removed S= *ViewKlass-0.7.0 (27 Jan 2004) diff --git a/x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild b/x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild index cd55a97a0117..6cd32c7f8e50 100644 --- a/x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild +++ b/x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild,v 1.6 2004/01/27 19:56:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ViewKlass-0.6.0.ebuild,v 1.7 2004/04/17 23:02:17 aliz Exp $ IUSE="" @@ -15,8 +15,6 @@ DEPEND="x11-libs/openmotif" SLOT="0" KEYWORDS="~x86 ~sparc" -S=${WORKDIR}/${P} - src_compile() { zcat ${FILESDIR}/${P}-gentoo.patch| patch -p1 || die ./configure --prefix=/usr || die "./configure failed" diff --git a/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild b/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild index 9c0b03670f79..65562d94f87c 100644 --- a/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild +++ b/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild,v 1.1 2004/01/27 20:10:07 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ViewKlass/ViewKlass-0.7.0.ebuild,v 1.2 2004/04/17 23:02:17 aliz Exp $ IUSE="" @@ -15,8 +15,6 @@ DEPEND="x11-libs/openmotif" SLOT="0" KEYWORDS="~x86 ~sparc" -S=${WORKDIR}/${P} - src_compile() { ./configure --prefix=/usr || die "./configure failed" make CXXFLAGS="${CXXFLAGS} -I. -I/usr/X11R6/include" \ |