diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-14 01:39:36 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-14 01:39:36 +0000 |
commit | 80c7a2d23b310b72442fb7c965a5afbd74aad21b (patch) | |
tree | 6287af2ef2664f926452767183f5a6234f1ca4ae /x11-misc/numlockx | |
parent | Added afterstep herd. (diff) | |
download | gentoo-2-80c7a2d23b310b72442fb7c965a5afbd74aad21b.tar.gz gentoo-2-80c7a2d23b310b72442fb7c965a5afbd74aad21b.tar.bz2 gentoo-2-80c7a2d23b310b72442fb7c965a5afbd74aad21b.zip |
fixed homepage and src_uri for #89353
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/numlockx')
-rw-r--r-- | x11-misc/numlockx/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/numlockx/numlockx-1.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/numlockx/ChangeLog b/x11-misc/numlockx/ChangeLog index dc44b663df3d..d22be0dcc8e4 100644 --- a/x11-misc/numlockx/ChangeLog +++ b/x11-misc/numlockx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/numlockx # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.12 2005/06/08 23:16:01 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.13 2005/06/14 01:39:36 smithj Exp $ + + 14 Jun 2005; Jonathan Smith <smithj@gentoo.org> numlockx-1.0.ebuild: + fixed homepage and src_uri for #89353 08 Jun 2005; Daniel Goller <morfic@gentoo.org> numlockx-1.0.ebuild: Add ~ppc keyword, because it works, and we should have it. diff --git a/x11-misc/numlockx/numlockx-1.0.ebuild b/x11-misc/numlockx/numlockx-1.0.ebuild index 1b20c48c558e..17b3ce3d4cac 100644 --- a/x11-misc/numlockx/numlockx-1.0.ebuild +++ b/x11-misc/numlockx/numlockx-1.0.ebuild @@ -1,10 +1,10 @@ # 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.16 2005/06/08 23:16:01 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.17 2005/06/14 01:39:36 smithj Exp $ DESCRIPTION="Turns on numlock in X" HOMEPAGE="http://ktown.kde.org/~seli/numlockx/" -SRC_URI="mirror://gentoo/${P}.tar.gz" +SRC_URI="http://ktown.kde.org/~seli/numlockx/${P}.tar.gz" SLOT="0" LICENSE="EDB" @@ -15,8 +15,8 @@ DEPEND="virtual/x11" src_compile(){ - econf || die - emake || die + econf || die "econf failed" + emake || die "emake failed" } src_install(){ |