diff options
author | Tom William Payne <twp@gentoo.org> | 2005-07-10 10:42:13 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2005-07-10 10:42:13 +0000 |
commit | 4bd1c32651f7e2ecebf56d5a531abf22f256ee28 (patch) | |
tree | 6575b6670f0c721fc40237571127eb53ea4d3518 /app-misc | |
parent | Added to ~ppc (diff) | |
download | historical-4bd1c32651f7e2ecebf56d5a531abf22f256ee28.tar.gz historical-4bd1c32651f7e2ecebf56d5a531abf22f256ee28.tar.bz2 historical-4bd1c32651f7e2ecebf56d5a531abf22f256ee28.zip |
Version bump. Bug # 95699. Thanks Jeff Ames.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/i810switch/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/i810switch/Manifest | 4 | ||||
-rw-r--r-- | app-misc/i810switch/files/digest-i810switch-0.6.5 | 1 | ||||
-rw-r--r-- | app-misc/i810switch/i810switch-0.6.5.ebuild | 24 |
4 files changed, 34 insertions, 2 deletions
diff --git a/app-misc/i810switch/ChangeLog b/app-misc/i810switch/ChangeLog index ed53fde60734..0a134ff8768c 100644 --- a/app-misc/i810switch/ChangeLog +++ b/app-misc/i810switch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/i810switch # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/ChangeLog,v 1.11 2005/01/01 15:07:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/ChangeLog,v 1.12 2005/07/10 10:42:13 twp Exp $ + +*i810switch-0.6.5 (10 Jul 2005) + + 10 Jul 2005; Tom Payne <twp@gentoo.org> +i810switch-0.6.5.ebuild: + Version bump. Bug # 95699. Thanks Jeff Ames. 06 Mar 2004; Tom Payne <twp@gentoo.org> i810switch-0.6.2.ebuild, i810switch-0.6.1.ebuild, i810switch-0.5.ebuild : Marked 0.6.2 stable on x86, removed old versions. diff --git a/app-misc/i810switch/Manifest b/app-misc/i810switch/Manifest index 812f643e1534..9c7cbc2e7985 100644 --- a/app-misc/i810switch/Manifest +++ b/app-misc/i810switch/Manifest @@ -1,4 +1,6 @@ -MD5 19c4c0d58527bf6c0eba62d7750c564f ChangeLog 1272 MD5 ff878ba8d8b9fefd71e62c6602082055 i810switch-0.6.2.ebuild 695 +MD5 aa1a23c1a837924774828c282cdf066a i810switch-0.6.5.ebuild 701 +MD5 beaffcaf5c1cc771e216eb5d63661467 ChangeLog 1414 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 MD5 00aede9c2a4709d84c916080856e0e9b files/digest-i810switch-0.6.2 67 +MD5 09990928c9215bfa6f043d45a9d8c429 files/digest-i810switch-0.6.5 67 diff --git a/app-misc/i810switch/files/digest-i810switch-0.6.5 b/app-misc/i810switch/files/digest-i810switch-0.6.5 new file mode 100644 index 000000000000..b1404cdc7a9d --- /dev/null +++ b/app-misc/i810switch/files/digest-i810switch-0.6.5 @@ -0,0 +1 @@ +MD5 5ca07aee624589bdce5761c796e5f9a8 i810switch-0.6.5.tar.gz 24287 diff --git a/app-misc/i810switch/i810switch-0.6.5.ebuild b/app-misc/i810switch/i810switch-0.6.5.ebuild new file mode 100644 index 000000000000..6e1ca5c877d1 --- /dev/null +++ b/app-misc/i810switch/i810switch-0.6.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.5.ebuild,v 1.1 2005/07/10 10:42:13 twp Exp $ + +DESCRIPTION="A utility for switching the LCD and external VGA displays on and off" +HOMEPAGE="http://www16.plala.or.jp/mano-a-mano/i810switch.html" +SRC_URI="http://www16.plala.or.jp/mano-a-mano/i810switch/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~x86" +IUSE="" + +DEPEND="virtual/libc" +RDEPEND="sys-apps/pciutils" + +src_compile() { + emake || die "compile failed" +} + +src_install() { + make DESTDIR=${D} install || die "install failed" + dodoc AUTHORS ChangeLog README TODO +} |