summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2007-06-11 02:12:10 +0000
committerPatrick McLean <chutzpah@gentoo.org>2007-06-11 02:12:10 +0000
commitaa1c54825a308d39a025f95b202c2f3e035285bb (patch)
treef667e5e70b5a96e6874a4fdfda5722ade678f4d3 /sys-apps/915resolution
parentStable on mips, per #158075. (diff)
downloadhistorical-aa1c54825a308d39a025f95b202c2f3e035285bb.tar.gz
historical-aa1c54825a308d39a025f95b202c2f3e035285bb.tar.bz2
historical-aa1c54825a308d39a025f95b202c2f3e035285bb.zip
Re-keyword 0.5.3-r1 with ~x86, clean out 0.5.2
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'sys-apps/915resolution')
-rw-r--r--sys-apps/915resolution/915resolution-0.5.2-r1.ebuild48
-rw-r--r--sys-apps/915resolution/915resolution-0.5.2.ebuild39
-rw-r--r--sys-apps/915resolution/915resolution-0.5.3-r1.ebuild4
-rw-r--r--sys-apps/915resolution/ChangeLog7
-rw-r--r--sys-apps/915resolution/Manifest35
-rw-r--r--sys-apps/915resolution/files/915resolution-0.5.2-830.patch63
-rw-r--r--sys-apps/915resolution/files/digest-915resolution-0.5.23
-rw-r--r--sys-apps/915resolution/files/digest-915resolution-0.5.2-r13
8 files changed, 16 insertions, 186 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/Manifest b/sys-apps/915resolution/Manifest
index 092909e854ba..8510b6017fb9 100644
--- a/sys-apps/915resolution/Manifest
+++ b/sys-apps/915resolution/Manifest
@@ -1,7 +1,3 @@
-AUX 915resolution-0.5.2-830.patch 2284 RMD160 9a7dfb7107c41b14544e3911de3bfeeefeb95c27 SHA1 36e71d3944ed0fd02c5c3b309a23df6c0fd53b12 SHA256 6441481adfee24b10c4c53f7a5b7792d47fa1992d30162db5ebcbb1b63a583af
-MD5 54baa1f7bedd081849e500b34203b08c files/915resolution-0.5.2-830.patch 2284
-RMD160 9a7dfb7107c41b14544e3911de3bfeeefeb95c27 files/915resolution-0.5.2-830.patch 2284
-SHA256 6441481adfee24b10c4c53f7a5b7792d47fa1992d30162db5ebcbb1b63a583af files/915resolution-0.5.2-830.patch 2284
AUX 915resolution-0.5.3-freebsd.patch 2279 RMD160 3d9ea969c18041c881142f41741d1446a6b8bb8c SHA1 5ac9e2f01aa13470d935217bf5183b6a25e499ca SHA256 7a9ba1e0bdc123ea5dc661633dd7b660be9b35be7cae087b991fcf68ad90bb15
MD5 33d92952b9038007f2037188edada840 files/915resolution-0.5.3-freebsd.patch 2279
RMD160 3d9ea969c18041c881142f41741d1446a6b8bb8c files/915resolution-0.5.3-freebsd.patch 2279
@@ -18,38 +14,23 @@ AUX initd-r1 1337 RMD160 4e35a384345b530b359e79f0849795774f324223 SHA1 4f333d0e5
MD5 bb5bd6f55d55dbbbc7bbbe7f4fc7d5fe files/initd-r1 1337
RMD160 4e35a384345b530b359e79f0849795774f324223 files/initd-r1 1337
SHA256 e0add05fe60f21013c9f618b432b1de8f08910e57be69a33649b2886d324ff1e files/initd-r1 1337
-DIST 915resolution-0.5.2.tar.gz 21183 RMD160 722b352a83f41f0e9822ed4e096e8064f239dcc1 SHA1 9f26eb1b728ca0b2d28c948207b034a49b477089 SHA256 98827dd5adb5ffb5e415b2b28364033ffc173796555051ef52983ec5df77b6d4
DIST 915resolution-0.5.3.tar.gz 22583 RMD160 a406c6810bbfcf94c5352ea1b1e9178af4078589 SHA1 377a32d33f1987adf372341c8c6664d5673da9b8 SHA256 b64cab834b5e410bca555dc9db8e69f62f6f02496942f35ff4a68f3f27f1b542
-EBUILD 915resolution-0.5.2-r1.ebuild 1272 RMD160 1f958bbcdd35b1a106ef851a7445707a07a9ab6d SHA1 b1aa41378b877379770b822aee93e7df027e2618 SHA256 d2f33fb6384a0ad7eeb1f2519be6d2799abf076a2531be3bbdba36951f89893a
-MD5 294cba60cb5e221a0c7b49d9c5d5b30d 915resolution-0.5.2-r1.ebuild 1272
-RMD160 1f958bbcdd35b1a106ef851a7445707a07a9ab6d 915resolution-0.5.2-r1.ebuild 1272
-SHA256 d2f33fb6384a0ad7eeb1f2519be6d2799abf076a2531be3bbdba36951f89893a 915resolution-0.5.2-r1.ebuild 1272
-EBUILD 915resolution-0.5.2.ebuild 1173 RMD160 27461097bf217872fa76685f77a75744e18bbf37 SHA1 f0b4f589ca7b777f7bde1a804bca547789c397a7 SHA256 bfd165cd789155d4e98511517ac3e1f6d1bf76bef87b1d7861b5dbb81ec47c77
-MD5 824bc54e9f70d905cdd2ddd26cdab125 915resolution-0.5.2.ebuild 1173
-RMD160 27461097bf217872fa76685f77a75744e18bbf37 915resolution-0.5.2.ebuild 1173
-SHA256 bfd165cd789155d4e98511517ac3e1f6d1bf76bef87b1d7861b5dbb81ec47c77 915resolution-0.5.2.ebuild 1173
-EBUILD 915resolution-0.5.3-r1.ebuild 1326 RMD160 c0d35b878b6992717a747bcd04ab508df20eb004 SHA1 082432666b362aa649f50a0082cbc7a0a615098a SHA256 852787bdefe67a39fb3b63e84eb435c89c2e339c2305ae64023e6f64a4f34415
-MD5 4a44302f00aaf438851c44d85d64fd11 915resolution-0.5.3-r1.ebuild 1326
-RMD160 c0d35b878b6992717a747bcd04ab508df20eb004 915resolution-0.5.3-r1.ebuild 1326
-SHA256 852787bdefe67a39fb3b63e84eb435c89c2e339c2305ae64023e6f64a4f34415 915resolution-0.5.3-r1.ebuild 1326
+EBUILD 915resolution-0.5.3-r1.ebuild 1332 RMD160 5f830559aa7eb8519540fab196006c8fe6e39432 SHA1 ac3231f564cf162894e50c60046dae5134ac2c15 SHA256 f869c84d6ee2adde63e50823be35d9de3c44e83a866fd0a3f2d226f65d8944b2
+MD5 77c753489b023142e2b8ecd05de1ca00 915resolution-0.5.3-r1.ebuild 1332
+RMD160 5f830559aa7eb8519540fab196006c8fe6e39432 915resolution-0.5.3-r1.ebuild 1332
+SHA256 f869c84d6ee2adde63e50823be35d9de3c44e83a866fd0a3f2d226f65d8944b2 915resolution-0.5.3-r1.ebuild 1332
EBUILD 915resolution-0.5.3.ebuild 1176 RMD160 92d51ce08889baf5c243d2ac90bf18d1d22fa675 SHA1 0391ae39bb0a496dbcf5887be4b3ca90006b51e3 SHA256 0d6a4d04289bdac1c5e231fdf4037493053dc1e3deea9bdd6a22bb19b825b245
MD5 38a9684e9d57dde07e9fea6272a9bc90 915resolution-0.5.3.ebuild 1176
RMD160 92d51ce08889baf5c243d2ac90bf18d1d22fa675 915resolution-0.5.3.ebuild 1176
SHA256 0d6a4d04289bdac1c5e231fdf4037493053dc1e3deea9bdd6a22bb19b825b245 915resolution-0.5.3.ebuild 1176
-MISC ChangeLog 1950 RMD160 bda8db08009de88f1b2c6f1f4c605e0354a2b0bb SHA1 f3eccf06e8cbf779e6ae1ff2d2d2241f32570c74 SHA256 cca9edf1a2841b81b89a01af1234be342757a34474182467265291ff4ac13618
-MD5 0a85b64651f57bfd8fb7b5a99130c9be ChangeLog 1950
-RMD160 bda8db08009de88f1b2c6f1f4c605e0354a2b0bb ChangeLog 1950
-SHA256 cca9edf1a2841b81b89a01af1234be342757a34474182467265291ff4ac13618 ChangeLog 1950
+MISC ChangeLog 2184 RMD160 457039498ffbc7e1a843d33d58f41079f282647e SHA1 2f3703114f6877004667de47f41dfbf985f50668 SHA256 ed4d24e0bf51aed4267743dcbbf38ee451f4cdf117e45927b05c4aca5f795c86
+MD5 863b1e50645d731837594130588986e6 ChangeLog 2184
+RMD160 457039498ffbc7e1a843d33d58f41079f282647e ChangeLog 2184
+SHA256 ed4d24e0bf51aed4267743dcbbf38ee451f4cdf117e45927b05c4aca5f795c86 ChangeLog 2184
MISC metadata.xml 880 RMD160 4d30d36ae8e839d3dd3aba4786956efc020b1f13 SHA1 8573ae1d386db341f1156811aaab368405719a07 SHA256 7c026fc1fdcc9e7357126f7b7c012c5ec9b57586997a1028f9ec04bf8c3b7562
MD5 36f46ca08c232be9f18f7643fbddf8c3 metadata.xml 880
RMD160 4d30d36ae8e839d3dd3aba4786956efc020b1f13 metadata.xml 880
SHA256 7c026fc1fdcc9e7357126f7b7c012c5ec9b57586997a1028f9ec04bf8c3b7562 metadata.xml 880
-MD5 4796a2ce0e9d7cc0f16a63fb5038e352 files/digest-915resolution-0.5.2 256
-RMD160 0dc3039740106b490b01db11cc33adea5bdc37fb files/digest-915resolution-0.5.2 256
-SHA256 a9b1e1c8d39680132cb47bfb19be139315dccd0a537fb97cc3a03eae79bc1499 files/digest-915resolution-0.5.2 256
-MD5 4796a2ce0e9d7cc0f16a63fb5038e352 files/digest-915resolution-0.5.2-r1 256
-RMD160 0dc3039740106b490b01db11cc33adea5bdc37fb files/digest-915resolution-0.5.2-r1 256
-SHA256 a9b1e1c8d39680132cb47bfb19be139315dccd0a537fb97cc3a03eae79bc1499 files/digest-915resolution-0.5.2-r1 256
MD5 e384f115c3773085943ac8408d14e5d2 files/digest-915resolution-0.5.3 256
RMD160 699b6640c9d4cc1a932c60f46627aac294aa5f2e files/digest-915resolution-0.5.3 256
SHA256 977bd888b239c8b0ce49a141d97478a6ce96e55bdc62b6c6630194b5b61df117 files/digest-915resolution-0.5.3 256
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