summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-05-31 15:09:48 +0000
committerSamuli Suominen <drac@gentoo.org>2007-05-31 15:09:48 +0000
commit3ca90bad191d3ef59a4ea4df861ebd5df5db3b3a (patch)
tree2c7add84c0edaea5943340fc8b6fab913ef0e412 /x11-misc/numlockx
parentStable for HPPA (bug #171107). (diff)
downloadgentoo-2-3ca90bad191d3ef59a4ea4df861ebd5df5db3b3a.tar.gz
gentoo-2-3ca90bad191d3ef59a4ea4df861ebd5df5db3b3a.tar.bz2
gentoo-2-3ca90bad191d3ef59a4ea4df861ebd5df5db3b3a.zip
Cleanup before opening a stable bug. Empty lines, einfo to elog, and such.
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-misc/numlockx')
-rw-r--r--x11-misc/numlockx/ChangeLog5
-rw-r--r--x11-misc/numlockx/numlockx-1.1.ebuild16
2 files changed, 10 insertions, 11 deletions
diff --git a/x11-misc/numlockx/ChangeLog b/x11-misc/numlockx/ChangeLog
index 3f8db6f89f2f..7d51b07b034c 100644
--- a/x11-misc/numlockx/ChangeLog
+++ b/x11-misc/numlockx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/numlockx
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.19 2007/04/10 09:07:02 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.20 2007/05/31 15:09:48 drac Exp $
+
+ 31 May 2007; Samuli Suominen <drac@gentoo.org> numlockx-1.1.ebuild:
+ Cleanup.
*numlockx-1.1 (10 Apr 2007)
diff --git a/x11-misc/numlockx/numlockx-1.1.ebuild b/x11-misc/numlockx/numlockx-1.1.ebuild
index 8880d4a6e9e4..4c9a549e8a2e 100644
--- a/x11-misc/numlockx/numlockx-1.1.ebuild
+++ b/x11-misc/numlockx/numlockx-1.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.1.ebuild,v 1.1 2007/04/10 09:07:02 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.1.ebuild,v 1.2 2007/05/31 15:09:48 drac Exp $
inherit autotools
DESCRIPTION="Turns on numlock in X"
-HOMEPAGE="http://ktown.kde.org/~seli/numlockx/"
+HOMEPAGE="http://ktown.kde.org/~seli/numlockx"
SRC_URI="http://ktown.kde.org/~seli/numlockx/${P}.tar.gz"
SLOT="0"
@@ -16,29 +16,25 @@ IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXtst"
-
DEPEND="${RDEPEND}
x11-proto/xproto
x11-proto/xextproto"
src_unpack() {
-
unpack ${A}
-
cd "${S}"
sed -i -e '/^K_.*$/d' configure.in || die
sed -i -e 's,@X_[_A-Z]\+@,,g' Makefile.am || die
eautoreconf
-
}
src_install(){
dobin numlockx
- dodoc AUTHORS LICENSE README
+ dodoc AUTHORS README
}
pkg_postinst(){
- einfo
- einfo "add 'numlockx' to your X startup programs to have numlock turn on when X starts"
- einfo
+ elog
+ elog "add 'numlockx' to your X startup programs to have numlock turn on when X starts"
+ elog
}