diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:08:00 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:08:00 +0000 |
commit | f6769cc129695135608e0ac04edf2a5e19473beb (patch) | |
tree | c7d50b6342295e20a8b4b69bb1c57890c331fe38 /x11-misc | |
parent | Fixed DEPEND for modular X, 0.5.0 stable on x86. (diff) | |
download | historical-f6769cc129695135608e0ac04edf2a5e19473beb.tar.gz historical-f6769cc129695135608e0ac04edf2a5e19473beb.tar.bz2 historical-f6769cc129695135608e0ac04edf2a5e19473beb.zip |
Removed old versions.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/afbinit/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/afbinit/afbinit-1.0.1-r1.ebuild | 32 | ||||
-rw-r--r-- | x11-misc/afbinit/afbinit-1.0.1.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/afbinit/files/digest-afbinit-1.0.1 | 1 | ||||
-rw-r--r-- | x11-misc/afbinit/files/digest-afbinit-1.0.1-r1 | 1 | ||||
-rw-r--r-- | x11-misc/apwal/Manifest | 6 |
6 files changed, 8 insertions, 69 deletions
diff --git a/x11-misc/afbinit/ChangeLog b/x11-misc/afbinit/ChangeLog index b3a1c968a248..7a3c010793e9 100644 --- a/x11-misc/afbinit/ChangeLog +++ b/x11-misc/afbinit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/afbinit -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.9 2004/10/22 19:19:26 fmccor Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.10 2006/01/15 16:08:00 nelchael Exp $ + + 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -afbinit-1.0.1.ebuild, + -afbinit-1.0.1-r1.ebuild: + Removed old versions. 22 Oct 2004; Ferris McCormick <fmccor@gentoo.org> afbinit-1.0.1-r2.ebuild: Mark stable for sparc. This has been working fine for both kernel-2.4.xx and diff --git a/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild b/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild deleted file mode 100644 index cb0509f54374..000000000000 --- a/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.6 2004/06/28 19:48:07 agriffis 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" - -DEPEND="virtual/libc" - -src_compile() { - emake || die "make failed" -} - -src_install() { - dosbin afbinit - dosbin rc.afb - exeinto /etc/init.d ; newexe ${FILESDIR}/afbinit.init afbinit -} - -pkg_postinst() { - einfo "To use afbinit, you'll need the AFB microcode." - einfo "This is available via a Solaris install at /usr/lib/afb.ucode" - einfo "or via sun.com" -} diff --git a/x11-misc/afbinit/afbinit-1.0.1.ebuild b/x11-misc/afbinit/afbinit-1.0.1.ebuild deleted file mode 100644 index 38798c2fdf1a..000000000000 --- a/x11-misc/afbinit/afbinit-1.0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.6 2004/06/28 19:48:07 agriffis 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" - -DEPEND="virtual/libc" - -src_compile() { - emake || die "make failed" -} - -src_install() { - dobin afbinit -} - -pkg_postinst() { - einfo "To use afbinit, you'll need the AFB microcode." - einfo "This is available via a Solaris install at /usr/lib/afb.ucode" - einfo "or via sun.com" -} diff --git a/x11-misc/afbinit/files/digest-afbinit-1.0.1 b/x11-misc/afbinit/files/digest-afbinit-1.0.1 deleted file mode 100644 index fae08145a46a..000000000000 --- a/x11-misc/afbinit/files/digest-afbinit-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e8fe8ac0fc16d942ff3b1508e8324e6a afbinit-1.0.1.tar.bz2 3288 diff --git a/x11-misc/afbinit/files/digest-afbinit-1.0.1-r1 b/x11-misc/afbinit/files/digest-afbinit-1.0.1-r1 deleted file mode 100644 index fae08145a46a..000000000000 --- a/x11-misc/afbinit/files/digest-afbinit-1.0.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e8fe8ac0fc16d942ff3b1508e8324e6a afbinit-1.0.1.tar.bz2 3288 diff --git a/x11-misc/apwal/Manifest b/x11-misc/apwal/Manifest index 29394824a5f9..2142f1421695 100644 --- a/x11-misc/apwal/Manifest +++ b/x11-misc/apwal/Manifest @@ -1,6 +1,4 @@ -MD5 8dad4c602e8fc48cf21cf32d762b9af0 metadata.xml 231 +MD5 8c7abe450ffc61facd3ed471ee89006b ChangeLog 925 MD5 b295fdb9b7762f4739fb23feb51c95a9 apwal-0.4.5.ebuild 1062 -MD5 249a5ae38254e78f6e9bc44a806cf96a ChangeLog 825 -MD5 509bf3692d39ab577136f53c240854c1 apwal-0.4.4.ebuild 1079 -MD5 ae65ed7cc16b9e9a9d9b4ac49c6a7a32 files/digest-apwal-0.4.4 63 MD5 b9b76b5a3ce229da2d34474e18dd957a files/digest-apwal-0.4.5 62 +MD5 8dad4c602e8fc48cf21cf32d762b9af0 metadata.xml 231 |