summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/toshset')
-rw-r--r--app-laptop/toshset/ChangeLog3
-rw-r--r--app-laptop/toshset/Manifest4
-rw-r--r--app-laptop/toshset/toshset-1.72.ebuild7
3 files changed, 7 insertions, 7 deletions
diff --git a/app-laptop/toshset/ChangeLog b/app-laptop/toshset/ChangeLog
index 83b2b1d7e..0f0d8c810 100644
--- a/app-laptop/toshset/ChangeLog
+++ b/app-laptop/toshset/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Apr 2007; AK <gentoo@horizon.ath.cx> toshset-1.72.ebuild:
+ clean up and change src_uri to mirror://debian
+
12 Apr 2007; AK <gentoo@horizon.ath.cx> +toshset-1.72.ebuild,
+metadata.xml:
New Ebuild for bug 113487
diff --git a/app-laptop/toshset/Manifest b/app-laptop/toshset/Manifest
index 14b7deeb4..a91546336 100644
--- a/app-laptop/toshset/Manifest
+++ b/app-laptop/toshset/Manifest
@@ -1,4 +1,4 @@
DIST toshset_1.72.orig.tar.gz 72589 RMD160 f3664de4376f40517a9a8da4f0968745cc9a2a6b SHA1 6fb7d7a01bd4dcf0c89fb1187ec1c94fdef9eb80 SHA256 50256949feed39892337ae335c433da8f39dfd2522474d473f8f14e3957e9b88
-EBUILD toshset-1.72.ebuild 769 RMD160 1f3d27c6709327b7232318e4a8d0917d653b8251 SHA1 21dd30ad46c4da38bb24963401ce702a57c53db4 SHA256 fff6a015feec8c739fe9c3d030e6b43b5a6b859f5ddbbe018848068c6e430007
-MISC ChangeLog 229 RMD160 f99dd8eae694b6a72b93d4140b0101db4e8a92d9 SHA1 d3a7427eebc225ef140309d7bec959ce51ef2184 SHA256 1c1e85df588d6dda5f90b31aaf11ce62ba7a95ea43804fb85e9c6a6e3ccf0ae1
+EBUILD toshset-1.72.ebuild 633 RMD160 735f00c808fc59d5a74375bc91b2d1eca20a095c SHA1 92afc071948f4472b63f3416cfbbd5e36212557d SHA256 c2b421e7d5ad9186d25a8b32c630679a9c41e2d7205b8223ff46306495032980
+MISC ChangeLog 342 RMD160 97a3694ecd99e051358586eb8445da93ebcb80ea SHA1 97b795e6bd2814fa768d5e9fe1ddb8ff763cba6c SHA256 3dfae396b804c44ec87af5e5b6bd9f588998aca83b4e47bf3f46a143dee7ccc1
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-laptop/toshset/toshset-1.72.ebuild b/app-laptop/toshset/toshset-1.72.ebuild
index f65ca7fdf..aeea9fc3e 100644
--- a/app-laptop/toshset/toshset-1.72.ebuild
+++ b/app-laptop/toshset/toshset-1.72.ebuild
@@ -2,11 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit eutils
-
DESCRIPTION="Utility to modify HCI/SCI controls on Toshiba Laptops"
-HOMEPAGE="http://www.schwieters.org/toshset http://packages.ubuntulinux.org/feisty/utils/toshset"
-SRC_URI="http://archive.ubuntu.com/ubuntu/pool/main/t/toshset/toshset_${PV}.orig.tar.gz"
+HOMEPAGE="http://www.schwieters.org/toshset"
+SRC_URI="mirror://debian/pool/main/t/toshset/toshset_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -18,7 +16,6 @@ RDEPEND=""
src_unpack() {
unpack ${A}
-# epatch "${DISTDIR}/toshset_${PV}-2ubuntu1.diff"
sed -i 's/CFLAGS = -march=i486 \(-Wall @OS_CFLAGS@ @DEBUGFLAGS@\)/CFLAGS := \1 ${CFLAGS}/' "${S}/Makefile.in" || die "sed failed"
}