summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-04-21 00:33:08 +0000
committerMike Frysinger <vapier@gentoo.org>2008-04-21 00:33:08 +0000
commit2e81845a29beb168f7478bd92a914ce388aeb8a2 (patch)
treeacdeaa8270475f3f0dee280b7a542fd38d9059f3 /sys-libs/gpm
parentStable for HPPA (bug #213473). (diff)
downloadgentoo-2-2e81845a29beb168f7478bd92a914ce388aeb8a2.tar.gz
gentoo-2-2e81845a29beb168f7478bd92a914ce388aeb8a2.tar.bz2
gentoo-2-2e81845a29beb168f7478bd92a914ce388aeb8a2.zip
scrub dead code
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r--sys-libs/gpm/gpm-1.20.3.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/sys-libs/gpm/gpm-1.20.3.ebuild b/sys-libs/gpm/gpm-1.20.3.ebuild
index 6d9b391520b3..2ec3aeb7d623 100644
--- a/sys-libs/gpm/gpm-1.20.3.ebuild
+++ b/sys-libs/gpm/gpm-1.20.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild,v 1.1 2008/04/19 08:23:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild,v 1.2 2008/04/21 00:33:08 vapier Exp $
# emacs support disabled due to Bug 99533
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
#elisp-common
DESCRIPTION="Console-based mouse driver"
@@ -20,13 +20,6 @@ DEPEND="sys-libs/ncurses"
# emacs? ( virtual/emacs )"
RDEPEND="selinux? ( sec-policy/selinux-gpm )"
-fsrc_unpack() {
- unpack ${A}
- cd "${S}"
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
- epatch "${FILESDIR}"/gpm-configure-LANG.patch
-}
-
src_compile() {
econf \
--libdir=/$(get_libdir) \