summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-12-15 18:05:58 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-12-15 18:05:58 +0000
commita0eaffec46323109af72fbea01aeafa7d2af5f29 (patch)
tree2032fde1d886a610e67e531e0cc7b9a1a3cbb37c /sys-apps/915resolution
parentFix HOMEPAGE and SRC_URI wrt #297028. (diff)
downloadgentoo-2-a0eaffec46323109af72fbea01aeafa7d2af5f29.tar.gz
gentoo-2-a0eaffec46323109af72fbea01aeafa7d2af5f29.tar.bz2
gentoo-2-a0eaffec46323109af72fbea01aeafa7d2af5f29.zip
Fix HOMEPAGE and SRC_URI wrt #297028.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/915resolution')
-rw-r--r--sys-apps/915resolution/915resolution-0.5.3-r1.ebuild48
-rw-r--r--sys-apps/915resolution/915resolution-0.5.3-r2.ebuild6
-rw-r--r--sys-apps/915resolution/ChangeLog6
3 files changed, 8 insertions, 52 deletions
diff --git a/sys-apps/915resolution/915resolution-0.5.3-r1.ebuild b/sys-apps/915resolution/915resolution-0.5.3-r1.ebuild
deleted file mode 100644
index ae92b12db1ac..000000000000
--- a/sys-apps/915resolution/915resolution-0.5.3-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2009 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.4 2009/08/13 21:20:06 ssuominen Exp $
-
-inherit eutils flag-o-matic
-
-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 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-freebsd.patch"
-}
-
-src_compile() {
- filter-flags -O*
- emake clean
- emake CFLAGS="${CFLAGS}" || die "Compiliation failed."
-}
-
-src_install() {
- dosbin ${PN}
- newconfd "${FILESDIR}/confd" ${PN}
- newinitd "${FILESDIR}/initd-r1" ${PN}
- dodoc README.txt changes.log chipset_info.txt 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-r2.ebuild b/sys-apps/915resolution/915resolution-0.5.3-r2.ebuild
index 3d425f1afbde..6c17ec243221 100644
--- a/sys-apps/915resolution/915resolution-0.5.3-r2.ebuild
+++ b/sys-apps/915resolution/915resolution-0.5.3-r2.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2009 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-r2.ebuild,v 1.2 2009/08/13 21:20:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/915resolution-0.5.3-r2.ebuild,v 1.3 2009/12/15 18:05:58 ssuominen Exp $
inherit eutils flag-o-matic
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"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
diff --git a/sys-apps/915resolution/ChangeLog b/sys-apps/915resolution/ChangeLog
index f1616e8da022..192a6ebd38a8 100644
--- a/sys-apps/915resolution/ChangeLog
+++ b/sys-apps/915resolution/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/915resolution
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/ChangeLog,v 1.14 2009/08/13 21:20:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/ChangeLog,v 1.15 2009/12/15 18:05:58 ssuominen Exp $
+
+ 15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+ 915resolution-0.5.3-r2.ebuild:
+ Fix HOMEPAGE and SRC_URI wrt #297028.
13 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
915resolution-0.5.3-r1.ebuild, 915resolution-0.5.3-r2.ebuild: