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 | 4a32858c804132190f68eac7cbad91fd5afb4032 (patch) | |
tree | 00d0992f0fc36888d46764b75b1d912f35050a1f /x11-libs/xclass | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-4a32858c804132190f68eac7cbad91fd5afb4032.tar.gz gentoo-2-4a32858c804132190f68eac7cbad91fd5afb4032.tar.bz2 gentoo-2-4a32858c804132190f68eac7cbad91fd5afb4032.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-libs/xclass')
-rw-r--r-- | x11-libs/xclass/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/xclass/xclass-0.8.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/xclass/ChangeLog b/x11-libs/xclass/ChangeLog index 54388cf12ae1..daab8a886d3f 100644 --- a/x11-libs/xclass/ChangeLog +++ b/x11-libs/xclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xclass -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.6 2003/10/09 15:06:51 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.7 2004/04/17 23:02:17 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xclass-0.8.2.ebuild: + Added IUSE. *xclass-0.8.2 (09 Oct 2003) diff --git a/x11-libs/xclass/xclass-0.8.2.ebuild b/x11-libs/xclass/xclass-0.8.2.ebuild index f83eb94271c5..e5f60a6580a3 100644 --- a/x11-libs/xclass/xclass-0.8.2.ebuild +++ b/x11-libs/xclass/xclass-0.8.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2.ebuild,v 1.2 2003/12/04 15:43:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2.ebuild,v 1.3 2004/04/17 23:02:17 aliz Exp $ DESCRIPTION="a C++ GUI toolkit for the X windows environment" HOMEPAGE="http://xclass.sourceforge.net/" SRC_URI="ftp://mitac11.uia.ac.be/pub/xclass/${P}.tar.gz" - +IUSE="" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha" |