public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.3.ebuild
@ 2008-04-21  0:33 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-04-21  0:33 UTC (permalink / raw
  To: gentoo-commits

vapier      08/04/21 00:33:09

  Modified:             gpm-1.20.3.ebuild
  Log:
  scrub dead code
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.2                  sys-libs/gpm/gpm-1.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?r1=1.1&r2=1.2

Index: gpm-1.20.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpm-1.20.3.ebuild	19 Apr 2008 08:23:23 -0000	1.1
+++ gpm-1.20.3.ebuild	21 Apr 2008 00:33:08 -0000	1.2
@@ -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 @@
 #	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) \



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.3.ebuild
@ 2008-04-21  7:11 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-04-21  7:11 UTC (permalink / raw
  To: gentoo-commits

ulm         08/04/21 07:11:08

  Modified:             gpm-1.20.3.ebuild
  Log:
  Re-add eutils.
  (Portage version: 2.1.5_rc5)

Revision  Changes    Path
1.4                  sys-libs/gpm/gpm-1.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?r1=1.3&r2=1.4

Index: gpm-1.20.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gpm-1.20.3.ebuild	21 Apr 2008 07:08:37 -0000	1.3
+++ gpm-1.20.3.ebuild	21 Apr 2008 07:11:08 -0000	1.4
@@ -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.3 2008/04/21 07:08:37 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild,v 1.4 2008/04/21 07:11:08 ulm Exp $
 
 # emacs support disabled due to Bug 99533
 
-inherit toolchain-funcs
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Console-based mouse driver"
 HOMEPAGE="http://linux.schottelius.org/gpm/"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.3.ebuild
@ 2008-06-19  1:12 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-06-19  1:12 UTC (permalink / raw
  To: gentoo-commits

vapier      08/06/19 01:12:57

  Removed:              gpm-1.20.3.ebuild
  Log:
  old
-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-19  1:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21  7:11 [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.3.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-19  1:12 Mike Frysinger (vapier)
2008-04-21  0:33 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox