diff options
author | 2007-06-07 19:49:12 +0000 | |
---|---|---|
committer | 2007-06-07 19:49:12 +0000 | |
commit | f8abd765b9163a3a14b083380825e8b514667977 (patch) | |
tree | 5ee969f1e8b363ac5ce4b43f83b182a974254fc3 /sys-apps/855resolution | |
parent | Remove 855resolution, bug#159586 (diff) | |
download | gentoo-2-f8abd765b9163a3a14b083380825e8b514667977.tar.gz gentoo-2-f8abd765b9163a3a14b083380825e8b514667977.tar.bz2 gentoo-2-f8abd765b9163a3a14b083380825e8b514667977.zip |
Remove 855resolution, bug#159586
Diffstat (limited to 'sys-apps/855resolution')
-rw-r--r-- | sys-apps/855resolution/855resolution-0.4.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-apps/855resolution/855resolution-0.4.ebuild b/sys-apps/855resolution/855resolution-0.4.ebuild deleted file mode 100644 index 660c9394af50..000000000000 --- a/sys-apps/855resolution/855resolution-0.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/855resolution/855resolution-0.4.ebuild,v 1.3 2007/04/28 17:03:55 swegener Exp $ - -S="${WORKDIR}/${PN}" - -DESCRIPTION="Utility to patch VBIOS of Intel 855 / 865 / 915 chipsets." -HOMEPAGE="http://perso.wanadoo.fr/apoirier" -SRC_URI="http://perso.wanadoo.fr/apoirier/${P}.tgz" -RESTRICT="strip" -LICENSE="public-domain as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - emake || die "emake failed" -} - -src_install() { - exeinto /usr/sbin - doexe ${PN} - - dodoc README.txt - - newconfd ${FILESDIR}/${PV}/conf 855resolution - newinitd ${FILESDIR}/${PV}/init 855resolution -} |