diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2007-06-11 02:12:10 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2007-06-11 02:12:10 +0000 |
commit | 9d556e4c81cbf47505e4bc6677fb03800d78b845 (patch) | |
tree | 394dc5819b24a7b2a2c003f27566370dc249c28b /sys-apps/915resolution | |
parent | Stable on mips, per #158075. (diff) | |
download | gentoo-2-9d556e4c81cbf47505e4bc6677fb03800d78b845.tar.gz gentoo-2-9d556e4c81cbf47505e4bc6677fb03800d78b845.tar.bz2 gentoo-2-9d556e4c81cbf47505e4bc6677fb03800d78b845.zip |
Re-keyword 0.5.3-r1 with ~x86, clean out 0.5.2
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-apps/915resolution')
7 files changed, 8 insertions, 159 deletions
diff --git a/sys-apps/915resolution/915resolution-0.5.2-r1.ebuild b/sys-apps/915resolution/915resolution-0.5.2-r1.ebuild deleted file mode 100644 index 872d384f1339..000000000000 --- a/sys-apps/915resolution/915resolution-0.5.2-r1.ebuild +++ /dev/null @@ -1,48 +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/915resolution/915resolution-0.5.2-r1.ebuild,v 1.1 2007/01/07 02:12:30 chutzpah Exp $ - -inherit eutils - -DESCRIPTION="Utility to patch VBIOS of Intel 855 / 865 / 915 chipsets" -HOMEPAGE="http://www.geocities.com/stomljen/" -SRC_URI="http://www.geocities.com/stomljen/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-830.patch -} - -src_compile() { - emake clean - emake CFLAGS="${CFLAGS}" || die "Compiliation failed." -} - -src_install() { - dosbin ${PN} - newconfd "${FILESDIR}/confd" ${PN} - newinitd "${FILESDIR}/initd" ${PN} - dodoc README.txt changes.log chipset_info dump_bios -} - -pkg_postinst() { - elog - elog "${PN} alters your video BIOS in a non-permanent way, this means" - elog "that there is no risk of permanent damage to your video card, but" - elog "it also means that it must be run at every boot. To set it up, " - elog "edit /etc/conf.d/${PN} to add your configuration and type the" - elog "following command to add it the your defautl runlevel:" - elog - elog " \"rc-update add ${PN} default\"" - elog -} diff --git a/sys-apps/915resolution/915resolution-0.5.2.ebuild b/sys-apps/915resolution/915resolution-0.5.2.ebuild deleted file mode 100644 index fcfd4c49a1be..000000000000 --- a/sys-apps/915resolution/915resolution-0.5.2.ebuild +++ /dev/null @@ -1,39 +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/915resolution/915resolution-0.5.2.ebuild,v 1.4 2007/01/07 02:12:30 chutzpah Exp $ - -DESCRIPTION="Utility to patch VBIOS of Intel 855 / 865 / 915 chipsets" -HOMEPAGE="http://www.geocities.com/stomljen/" -SRC_URI="http://www.geocities.com/stomljen/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - emake clean - emake CFLAGS="${CFLAGS}" || die "Compiliation failed." -} - -src_install() { - dosbin ${PN} - newconfd "${FILESDIR}/confd" ${PN} - newinitd "${FILESDIR}/initd" ${PN} - dodoc README.txt changes.log chipset_info dump_bios -} - -pkg_postinst() { - elog - elog "${PN} alters your video BIOS in a non-permanent way, this means" - elog "that there is no risk of permanent damage to your video card, but" - elog "it also means that it must be run at every boot. To set it up, " - elog "edit /etc/conf.d/${PN} to add your configuration and type the" - elog "following command to add it the your defautl runlevel:" - elog - elog " \"rc-update add ${PN} default\"" - elog -} diff --git a/sys-apps/915resolution/915resolution-0.5.3-r1.ebuild b/sys-apps/915resolution/915resolution-0.5.3-r1.ebuild index cbdf019b18b5..c0610cc42afa 100644 --- a/sys-apps/915resolution/915resolution-0.5.3-r1.ebuild +++ b/sys-apps/915resolution/915resolution-0.5.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/915resolution-0.5.3-r1.ebuild,v 1.1 2007/06/08 18:04:35 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/915resolution-0.5.3-r1.ebuild,v 1.2 2007/06/11 02:12:10 chutzpah Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.geocities.com/stomljen/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86-fbsd" +KEYWORDS="~x86 ~x86-fbsd" IUSE="" DEPEND="" diff --git a/sys-apps/915resolution/ChangeLog b/sys-apps/915resolution/ChangeLog index b546d566551c..3e8e74455721 100644 --- a/sys-apps/915resolution/ChangeLog +++ b/sys-apps/915resolution/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/915resolution # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/ChangeLog,v 1.10 2007/06/08 18:04:35 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/ChangeLog,v 1.11 2007/06/11 02:12:10 chutzpah Exp $ + + 11 Jun 2007; Patrick McLean <chutz@gentoo.org> + -files/915resolution-0.5.2-830.patch, -915resolution-0.5.2.ebuild, + -915resolution-0.5.2-r1.ebuild, 915resolution-0.5.3-r1.ebuild: + Re-keyword 0.5.3-r1 with ~x86, clean out 0.5.2 *915resolution-0.5.3-r1 (08 Jun 2007) diff --git a/sys-apps/915resolution/files/915resolution-0.5.2-830.patch b/sys-apps/915resolution/files/915resolution-0.5.2-830.patch deleted file mode 100644 index fb1f84d5d34b..000000000000 --- a/sys-apps/915resolution/files/915resolution-0.5.2-830.patch +++ /dev/null @@ -1,63 +0,0 @@ -diff -u 915resolution-0.5.2/915resolution.c 915resolution-0.5.2-830/915resolution.c ---- 915resolution-0.5.2/915resolution.c 2006-02-02 15:28:34.000000000 +0100 -+++ 915resolution-0.5.2-830/915resolution.c 2006-12-07 07:30:44.000000000 +0100 -@@ -55,10 +55,10 @@ - typedef unsigned int cardinal; - - typedef enum { -- CT_UNKWN, CT_845G, CT_855GM, CT_865G, CT_915G, CT_915GM, CT_945G, CT_945GM -+ CT_UNKWN, CT_830, CT_845G, CT_855GM, CT_865G, CT_915G, CT_915GM, CT_945G, CT_945GM - } chipset_type; - --char * chipset_type_names[] = {"UNKNOWN", "845G", "855GM", "865G", "915G", "915GM", "945G", "945GM"}; -+char * chipset_type_names[] = {"UNKNOWN", "830M/MG", "845G", "855GM", "865G", "915G", "915GM", "945G", "945GM"}; - - typedef enum { - BT_UNKWN, BT_1, BT_2, BT_3 -@@ -177,6 +177,10 @@ - chipset_type type; - - switch (id) { -+ case 0x35758086: -+ type = CT_830; -+ break; -+ - case 0x25608086: - type = CT_845G; - break; -@@ -475,6 +479,7 @@ - switch (map->chipset) { - case CT_UNKWN: - break; -+ case CT_830: - case CT_855GM: - outl(0x8000005a, 0xcf8); - map->b1 = inb(0xcfe); -@@ -525,6 +530,7 @@ - switch (map->chipset) { - case CT_UNKWN: - break; -+ case CT_830: - case CT_855GM: - outl(0x8000005a, 0xcf8); - outb(map->b1, 0xcfe); -@@ -773,6 +779,9 @@ - else if (!strcmp(argv[index], "945GM")) { - *forced_chipset = CT_945GM; - } -+ else if (!strncmp(argv[index], "830", 3)) { -+ *forced_chipset = CT_830; -+ } - else { - *forced_chipset = CT_UNKWN; - } -diff -u 915resolution-0.5.2/chipset_info.txt 915resolution-0.5.2-830/chipset_info.txt ---- 915resolution-0.5.2/chipset_info.txt 2006-02-02 15:01:38.000000000 +0100 -+++ 915resolution-0.5.2-830/chipset_info.txt 2006-12-07 07:30:57.000000000 +0100 -@@ -1,5 +1,6 @@ - CHIPSET ID PAM - ====================================================== -+830M, 830MG $3575_8086 $5A - $5B - 845G, 845GL, 845GV $2560_8086 $91 - $92 - 865G, 865GV $2570_8086 $91 - $92 - 855GM, 855GME, 852GM, 852GMV $3580_8086 $5A - $5b diff --git a/sys-apps/915resolution/files/digest-915resolution-0.5.2 b/sys-apps/915resolution/files/digest-915resolution-0.5.2 deleted file mode 100644 index a8810e39eff6..000000000000 --- a/sys-apps/915resolution/files/digest-915resolution-0.5.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a3441e5662c5ff1e00dc97de4487e8f8 915resolution-0.5.2.tar.gz 21183 -RMD160 722b352a83f41f0e9822ed4e096e8064f239dcc1 915resolution-0.5.2.tar.gz 21183 -SHA256 98827dd5adb5ffb5e415b2b28364033ffc173796555051ef52983ec5df77b6d4 915resolution-0.5.2.tar.gz 21183 diff --git a/sys-apps/915resolution/files/digest-915resolution-0.5.2-r1 b/sys-apps/915resolution/files/digest-915resolution-0.5.2-r1 deleted file mode 100644 index a8810e39eff6..000000000000 --- a/sys-apps/915resolution/files/digest-915resolution-0.5.2-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a3441e5662c5ff1e00dc97de4487e8f8 915resolution-0.5.2.tar.gz 21183 -RMD160 722b352a83f41f0e9822ed4e096e8064f239dcc1 915resolution-0.5.2.tar.gz 21183 -SHA256 98827dd5adb5ffb5e415b2b28364033ffc173796555051ef52983ec5df77b6d4 915resolution-0.5.2.tar.gz 21183 |