diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
commit | 556497b567af64403ef3b9ea293b90d666c415f9 (patch) | |
tree | cb329d1b10ffd6655208a0642708148fe511469f /x11-misc/afbinit | |
parent | Numerous small fixes, see ChangeLogs for details. (Manifest recommit) (diff) | |
download | gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.tar.gz gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.tar.bz2 gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'x11-misc/afbinit')
-rw-r--r-- | x11-misc/afbinit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/afbinit/afbinit-1.0.1-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/afbinit/afbinit-1.0.1.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/x11-misc/afbinit/ChangeLog b/x11-misc/afbinit/ChangeLog index d0584b4c55d9..02b79e352fcb 100644 --- a/x11-misc/afbinit/ChangeLog +++ b/x11-misc/afbinit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/afbinit # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.3 2004/01/24 14:49:42 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.4 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> afbinit-1.0.1-r1.ebuild, + afbinit-1.0.1.ebuild: + Added IUSE=. 24 Jan 2004; Brandon Hale <tseng@gentoo.org> metadata.xml: Fix corrupted metadata, bug 39234. diff --git a/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild b/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild index 49b057482b19..bfd7f4b600d5 100644 --- a/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild +++ b/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild @@ -1,12 +1,13 @@ -# 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-misc/afbinit/afbinit-1.0.1-r1.ebuild,v 1.2 2003/07/27 09:01:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ inherit eutils DESCRIPTION="loads the microcode for Elite3D framebuffers to use X" HOMEPAGE="I dont have a home :(" SRC_URI="http://cvs.gentoo.org/~weeve/files/${P}.tar.bz2" +IUSE="" LICENSE="GPL-1" SLOT="0" diff --git a/x11-misc/afbinit/afbinit-1.0.1.ebuild b/x11-misc/afbinit/afbinit-1.0.1.ebuild index 1f72ce052366..74a44933a498 100644 --- a/x11-misc/afbinit/afbinit-1.0.1.ebuild +++ b/x11-misc/afbinit/afbinit-1.0.1.ebuild @@ -1,13 +1,13 @@ -# 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-misc/afbinit/afbinit-1.0.1.ebuild,v 1.3 2003/07/27 09:01:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1.ebuild,v 1.4 2004/04/14 09:09:01 aliz Exp $ inherit eutils DESCRIPTION="loads the microcode for Elite3D framebuffers to use X" HOMEPAGE="I dont have a home :(" SRC_URI="http://cvs.gentoo.org/~weeve/files/${P}.tar.bz2" - +IUSE="" LICENSE="GPL-1" SLOT="0" KEYWORDS="-* ~sparc" |