summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/toshset/toshset-1.72.ebuild')
-rw-r--r--app-laptop/toshset/toshset-1.72.ebuild7
1 files changed, 2 insertions, 5 deletions
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"
}