summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-05-16 14:41:59 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-05-16 14:41:59 +0000
commit0efa8e2d33fd35b5f5254a3e5a03688b28f07a34 (patch)
treed17bfe477754fe697b34880d6d23500ff1a831a4 /x11-misc/numlockx
parentfixes (diff)
downloadgentoo-2-0efa8e2d33fd35b5f5254a3e5a03688b28f07a34.tar.gz
gentoo-2-0efa8e2d33fd35b5f5254a3e5a03688b28f07a34.tar.bz2
gentoo-2-0efa8e2d33fd35b5f5254a3e5a03688b28f07a34.zip
use econf, and install into /usr/bin not /usr/X11R6. The second bit fixes bug #90801 by TGL <degrenier@easyconnect.fr>
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'x11-misc/numlockx')
-rw-r--r--x11-misc/numlockx/ChangeLog8
-rw-r--r--x11-misc/numlockx/numlockx-1.0.ebuild18
2 files changed, 14 insertions, 12 deletions
diff --git a/x11-misc/numlockx/ChangeLog b/x11-misc/numlockx/ChangeLog
index 14e1a32e6f47..f22a009c1600 100644
--- a/x11-misc/numlockx/ChangeLog
+++ b/x11-misc/numlockx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/numlockx
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.10 2004/08/27 21:52:07 tgall Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.11 2005/05/16 14:41:59 seemant Exp $
+
+ 16 May 2005; Seemant Kulleen <seemant@gentoo.org> numlockx-1.0.ebuild:
+ use econf, and install into /usr/bin not /usr/X11R6. The second bit fixes
+ bug #90801 by TGL <degrenier@easyconnect.fr>
27 Aug 2004; Tom Gall <tgall@gentoo.org> numlockx-1.0.ebuild:
stable on ppc64, bug #59380
diff --git a/x11-misc/numlockx/numlockx-1.0.ebuild b/x11-misc/numlockx/numlockx-1.0.ebuild
index 660c764c25f7..89938ae5c03c 100644
--- a/x11-misc/numlockx/numlockx-1.0.ebuild
+++ b/x11-misc/numlockx/numlockx-1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.14 2004/08/27 21:52:07 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.15 2005/05/16 14:41:59 seemant Exp $
DESCRIPTION="Turns on numlock in X"
-HOMEPAGE="http://dforce.sh.cvut.cz/~seli/en/numlockx"
-SRC_URI="http://dforce.sh.cvut.cz/~seli/en/numlockx/${P}.tar.gz"
+HOMEPAGE="http://ktown.kde.org/~seli/numlockx/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
LICENSE="EDB"
@@ -15,17 +15,15 @@ DEPEND="virtual/x11"
src_compile(){
- ./configure \
- --prefix=/usr/X11R6 \
- --host=${CHOST} || die
+ econf || die
emake || die
}
src_install(){
- dodoc AUTHORS INSTALL LICENSE README
-
- into /usr/X11R6
+ into /usr
dobin numlockx
+
+ dodoc AUTHORS INSTALL LICENSE README
}
pkg_postinst(){