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 | f85fa1fe8f70d6a45a10849df8bfc8172e15606e (patch) | |
tree | f68570e5dba1ac5576359d6fe1aad85df09f2c64 /x11-misc/numlockx | |
parent | Added afterstep herd. (diff) | |
download | historical-f85fa1fe8f70d6a45a10849df8bfc8172e15606e.tar.gz historical-f85fa1fe8f70d6a45a10849df8bfc8172e15606e.tar.bz2 historical-f85fa1fe8f70d6a45a10849df8bfc8172e15606e.zip |
fixed homepage and src_uri for #89353
Package-Manager: portage-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/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/numlockx/numlockx-1.0.ebuild | 8 |
3 files changed, 10 insertions, 17 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/Manifest b/x11-misc/numlockx/Manifest index f991bc522002..ad1458161303 100644 --- a/x11-misc/numlockx/Manifest +++ b/x11-misc/numlockx/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 64b713ee2e4b5a31de70272d8576cec1 numlockx-1.0.ebuild 694 -MD5 bff472f2381ecbfd5632c5d494ab1c1f ChangeLog 1267 +MD5 bdd621e1f8f21d6cc16e96767abf55af ChangeLog 1379 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 +MD5 af9957d7953e7ab6093776b22eab3880 numlockx-1.0.ebuild 744 MD5 2c3435e2da3ad10fedcb879bca4d3895 files/digest-numlockx-1.0 63 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCp3qxUpKYMelfdYERAiH9AJ9anAc1L+4J3AS2yztOxXCJmcuKpACeIClk -ooRDdLsT64TlRGZNFA+uXuc= -=lekM ------END PGP SIGNATURE----- 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(){ |