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 | a23eed6670bbcde5132fb69e80f167a12d73a1c1 (patch) | |
tree | a59de918c9f78531948ecaa2424d4fff769dab79 /x11-misc/Xautoconfig | |
parent | Numerous small fixes, see ChangeLogs for details. (diff) | |
download | historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.gz historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.bz2 historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'x11-misc/Xautoconfig')
-rw-r--r-- | x11-misc/Xautoconfig/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-misc/Xautoconfig/ChangeLog b/x11-misc/Xautoconfig/ChangeLog index af90fcf1d436..e933ea393f35 100644 --- a/x11-misc/Xautoconfig/ChangeLog +++ b/x11-misc/Xautoconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/Xautoconfig # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/ChangeLog,v 1.9 2004/04/11 14:58:49 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/ChangeLog,v 1.10 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> Xautoconfig-0.15.ebuild: + Added eutils, added IUSE=. 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> Xautoconfig-0.15.ebuild: and epatch fixups. diff --git a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild index 655e7c298a2f..1e01a7ad1273 100644 --- a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild +++ b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author David Chamberlain <daybird@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild,v 1.12 2004/04/11 14:58:49 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild,v 1.13 2004/04/14 09:09:01 aliz Exp $ + +inherit eutils DESCRIPTION="Xautoconfig is a PPC only config file generator for xfree86" SRC_URI="http://ftp.penguinppc.org/projects/xautocfg/${P}.tar.gz" @@ -9,6 +11,7 @@ HOMEPAGE="http://ftp.penguinppc.org/projects/xautocfg/" LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc -x86 -sparc " +IUSE="" DEPEND="sys-apps/pciutils" |